.. |
DisplayListInterpreter.cpp
|
Remove DrawWireframe option to save space in dialog, it doesn't really work right anyway
|
2013-05-16 17:18:53 +02:00 |
DisplayListInterpreter.h
|
Remove DrawWireframe option to save space in dialog, it doesn't really work right anyway
|
2013-05-16 17:18:53 +02:00 |
FragmentShaderGenerator.cpp
|
Turn off the use of uniform arrays in shaders as some devices don't like them, and the speedup seems to be very small if any.
|
2013-05-26 14:03:02 +02:00 |
FragmentShaderGenerator.h
|
Save 16K.
|
2013-01-07 13:00:28 +01:00 |
Framebuffer.cpp
|
New Option for Blackberry keyboard devices: Partial Vertical Stretch
|
2013-05-08 23:23:24 +10:00 |
Framebuffer.h
|
Fix some framebuffer-related crash bugs. Ignore cache instruction 'FILL'.
|
2013-04-27 20:06:31 +02:00 |
IndexGenerator.cpp
|
Don't use an index buffer for single triangle strips. Improve dirtying of proj matrices.
|
2013-04-20 23:37:07 +02:00 |
IndexGenerator.h
|
Don't use an index buffer for single triangle strips. Improve dirtying of proj matrices.
|
2013-04-20 23:37:07 +02:00 |
ShaderManager.cpp
|
Fix incorrect texture in Dragon Ball Z Shin Budokai 2
|
2013-05-31 23:00:35 +08:00 |
ShaderManager.h
|
Turn off the use of uniform arrays in shaders as some devices don't like them, and the speedup seems to be very small if any.
|
2013-05-26 14:03:02 +02:00 |
StateMapping.cpp
|
Fix objects showing through road in Ridge Racer. Clears can set whether
|
2013-05-08 11:29:24 +02:00 |
StateMapping.h
|
Fix aspect ratio in unbuffered mode
|
2013-03-15 21:22:17 +01:00 |
TextureCache.cpp
|
Missing semi-colon
|
2013-05-30 18:33:11 +09:00 |
TextureCache.h
|
Don't bypass the secondary cache on minihash fail.
|
2013-05-26 13:44:47 -07:00 |
TextureScaler.cpp
|
Pre-compute all weights and sums for bicubic scaling
|
2013-05-05 21:59:41 +02:00 |
TextureScaler.h
|
Added bicubic texture filtering and hybrid bicubic texture filtering options
|
2013-05-05 01:27:15 +02:00 |
TransformPipeline.cpp
|
Remove texture coordinate difference between HW and SW transform. Partly fixes #1963
|
2013-05-30 13:37:18 +02:00 |
TransformPipeline.h
|
Detect clears, replace with glClear(). Needs more testing, disabled for now.
|
2013-05-09 09:47:39 +02:00 |
VertexDecoder.cpp
|
Small optimization to morph vertex step funcs.
|
2013-04-24 08:19:42 -07:00 |
VertexDecoder.h
|
Implement projective texture mapping. It's not used a great deal but good to have.
|
2013-04-17 21:41:47 +02:00 |
VertexShaderGenerator.cpp
|
Warning fix on Intel compiler.
|
2013-05-30 15:42:11 +02:00 |
VertexShaderGenerator.h
|
Turn off the use of uniform arrays in shaders as some devices don't like them, and the speedup seems to be very small if any.
|
2013-05-26 14:03:02 +02:00 |