.. |
FragmentShaderGenerator.cpp
|
Check for a stencil test when ignoring alphatest.
|
2013-08-29 22:14:51 -07:00 |
FragmentShaderGenerator.h
|
Save 16K.
|
2013-01-07 13:00:28 +01:00 |
Framebuffer.cpp
|
Try to use the most recently rendered fb.
|
2013-09-01 11:55:03 -07:00 |
Framebuffer.h
|
Try to use the most recently rendered fb.
|
2013-09-01 11:55:03 -07:00 |
GLES_GPU.cpp
|
Add memory check for srcBasePtr & dstBasePtr
|
2013-09-04 16:38:39 +08:00 |
GLES_GPU.h
|
Combine and sort the GPU command tables by purpose, make it flags for future flexibility.
|
2013-08-23 13:36:55 +02:00 |
IndexGenerator.cpp
|
Use GEPrimitiveType everywhere instead of stupid integer
|
2013-08-25 19:51:06 +02:00 |
IndexGenerator.h
|
Use GEPrimitiveType everywhere instead of stupid integer
|
2013-08-25 19:51:06 +02:00 |
ShaderManager.cpp
|
Win32: Switch to a UNICODE build. This took quite a bit of fixing.
|
2013-08-26 19:00:16 +02:00 |
ShaderManager.h
|
GPU ShaderManager: Naming convention, inline a function
|
2013-08-10 18:39:27 +02:00 |
Spline.cpp
|
Better Bezier patch fix
|
2013-09-01 16:30:32 +08:00 |
StateMapping.cpp
|
Add depthTest along with stencilTest since depth Fail/ZPass test used .
|
2013-09-03 21:26:06 +08:00 |
StateMapping.h
|
Adapt the basic spline code from the softgpu to the GL code.
|
2013-08-23 00:33:18 +02:00 |
TextureCache.cpp
|
Merge pull request #3549 from raven02/patch-35
|
2013-09-01 15:06:47 -07:00 |
TextureCache.h
|
Keep track of fbs so there's no lag texturing.
|
2013-09-01 11:45:42 -07:00 |
TextureScaler.cpp
|
Add initial support for native Visual Studio 2012(and above) compilation. Just upgrade the SLN, and go.
|
2013-07-25 18:34:55 -04:00 |
TextureScaler.h
|
Update to latest version of "native"
|
2013-05-31 23:10:58 +02:00 |
TransformPipeline.cpp
|
Use gstate.getNumBoneWeights()
|
2013-09-02 17:19:15 +08:00 |
TransformPipeline.h
|
Spline: Don't create twice the number of triangles we need.
|
2013-08-30 10:25:37 +02:00 |
VertexDecoder.cpp
|
Add RROR_LOG_REPORT for vertices without position
|
2013-08-26 22:09:43 +08:00 |
VertexDecoder.h
|
Pass the new sha1/md5 test.
|
2013-09-03 00:36:55 +02:00 |
VertexShaderGenerator.cpp
|
Fix lighting when lightpos and spec coef are 0.
|
2013-09-01 03:11:02 -07:00 |
VertexShaderGenerator.h
|
Collapse skinning shaders with #bones < 4 to a single one.
|
2013-07-27 20:09:22 +02:00 |