.. |
BPMemory.cpp
|
|
|
BPMemory.h
|
|
|
CPMemory.cpp
|
Cache vertex array pointers, a la magumagu's idea. Misc other stuff. Should give very minor speed boost.
|
2009-02-09 20:35:30 +00:00 |
CPMemory.h
|
Cache vertex array pointers, a la magumagu's idea. Misc other stuff. Should give very minor speed boost.
|
2009-02-09 20:35:30 +00:00 |
DataReader.h
|
|
|
Fifo.cpp
|
XFB in SC reverted back to its previous behavior (thx donko). But still hacked in DC (still a FIXME).
|
2009-01-27 20:59:27 +00:00 |
Fifo.h
|
|
|
ImageWrite.cpp
|
Move PixelShaderManager, ImageWrite to VideoCommon.
|
2008-12-26 12:27:58 +00:00 |
ImageWrite.h
|
Move PixelShaderManager, ImageWrite to VideoCommon.
|
2008-12-26 12:27:58 +00:00 |
IndexGenerator.cpp
|
|
|
IndexGenerator.h
|
|
|
LookUpTables.cpp
|
|
|
LookUpTables.h
|
|
|
memcpy_amd.cpp
|
GL Vertex loader moved to VideoCommon.
|
2008-12-26 13:09:16 +00:00 |
NativeVertexFormat.h
|
moar cleanup
|
2008-12-26 17:02:46 +00:00 |
NativeVertexWriter.cpp
|
Move parts of VertexManager.h to VideoCommon. Opens for moving the VertexLoader to VideoCommon.
|
2008-12-26 12:56:56 +00:00 |
NativeVertexWriter.h
|
moar cleanup
|
2008-12-26 17:02:46 +00:00 |
OpcodeDecoding.cpp
|
|
|
OpcodeDecoding.h
|
|
|
PixelShaderGen.cpp
|
clip space coordinates are now available in fragment shader because depth needs to be computed there instead of the vertex shader. computing it in the vertex shader causes incorrect results sometimes. worked on z textures but 8 bit z texture still is not correct because it breaks SSBM. RE0 now looks ok.
|
2009-02-08 22:08:20 +00:00 |
PixelShaderGen.h
|
More renaming.
|
2008-12-26 17:33:53 +00:00 |
PixelShaderManager.cpp
|
clip space coordinates are now available in fragment shader because depth needs to be computed there instead of the vertex shader. computing it in the vertex shader causes incorrect results sometimes. worked on z textures but 8 bit z texture still is not correct because it breaks SSBM. RE0 now looks ok.
|
2009-02-08 22:08:20 +00:00 |
PixelShaderManager.h
|
clip space coordinates are now available in fragment shader because depth needs to be computed there instead of the vertex shader. computing it in the vertex shader causes incorrect results sometimes. worked on z textures but 8 bit z texture still is not correct because it breaks SSBM. RE0 now looks ok.
|
2009-02-08 22:08:20 +00:00 |
Profiler.cpp
|
|
|
Profiler.h
|
|
|
SConscript
|
Linux compile fixes.
|
2009-02-15 05:43:48 +00:00 |
Statistics.cpp
|
|
|
Statistics.h
|
|
|
TextureDecoder.cpp
|
New compact texture type for OGL/D3D: IA4. Thanks for the IA4->IA8 unpacker hyperiris! Too bad that D3D supports IA4 natively while OGL is a bit buggy (treats LUM4_ALPHA4 as LUM8_ALPHA8).
|
2009-02-14 09:04:40 +00:00 |
TextureDecoder.h
|
New compact texture type for OGL/D3D: IA4. Thanks for the IA4->IA8 unpacker hyperiris! Too bad that D3D supports IA4 natively while OGL is a bit buggy (treats LUM4_ALPHA4 as LUM8_ALPHA8).
|
2009-02-14 09:04:40 +00:00 |
VertexLoader_Color.cpp
|
Convert some ugly macros to templates.
|
2009-02-09 21:24:32 +00:00 |
VertexLoader_Color.h
|
GL Vertex loader moved to VideoCommon.
|
2008-12-26 13:09:16 +00:00 |
VertexLoader_Normal.cpp
|
Cache vertex array pointers, a la magumagu's idea. Misc other stuff. Should give very minor speed boost.
|
2009-02-09 20:35:30 +00:00 |
VertexLoader_Normal.h
|
GL Vertex loader moved to VideoCommon.
|
2008-12-26 13:09:16 +00:00 |
VertexLoader_Position.cpp
|
Convert some ugly macros to templates.
|
2009-02-09 21:24:32 +00:00 |
VertexLoader_Position.h
|
GL Vertex loader moved to VideoCommon.
|
2008-12-26 13:09:16 +00:00 |
VertexLoader_TextCoord.cpp
|
Cache vertex array pointers, a la magumagu's idea. Misc other stuff. Should give very minor speed boost.
|
2009-02-09 20:35:30 +00:00 |
VertexLoader_TextCoord.h
|
GL Vertex loader moved to VideoCommon.
|
2008-12-26 13:09:16 +00:00 |
VertexLoader.cpp
|
Cache vertex array pointers, a la magumagu's idea. Misc other stuff. Should give very minor speed boost.
|
2009-02-09 20:35:30 +00:00 |
VertexLoader.h
|
more info in the vertex loader debug display
|
2009-02-06 19:52:23 +00:00 |
VertexLoaderManager.h
|
Cache vertex array pointers, a la magumagu's idea. Misc other stuff. Should give very minor speed boost.
|
2009-02-09 20:35:30 +00:00 |
VertexShaderGen.cpp
|
clip space coordinates are now available in fragment shader because depth needs to be computed there instead of the vertex shader. computing it in the vertex shader causes incorrect results sometimes. worked on z textures but 8 bit z texture still is not correct because it breaks SSBM. RE0 now looks ok.
|
2009-02-08 22:08:20 +00:00 |
VertexShaderGen.h
|
More renaming.
|
2008-12-26 17:33:53 +00:00 |
VertexShaderManager.cpp
|
clip space coordinates are now available in fragment shader because depth needs to be computed there instead of the vertex shader. computing it in the vertex shader causes incorrect results sometimes. worked on z textures but 8 bit z texture still is not correct because it breaks SSBM. RE0 now looks ok.
|
2009-02-08 22:08:20 +00:00 |
VertexShaderManager.h
|
More renaming.
|
2008-12-26 17:33:53 +00:00 |
VideoCommon.h
|
optimize memory access. reduce Memory_Read_U##_type call(it uses Memory::GetPointer, which is complex), and gain speed, may be 1 or more fps faster, I've tested on zelda tww,tp, starfox assault only.
|
2009-02-08 13:08:58 +00:00 |
VideoState.cpp
|
|
|
VideoState.h
|
|
|
XFBConvert.cpp
|
|
|
XFBConvert.h
|
|
|
XFMemory.cpp
|
|
|
XFMemory.h
|
|
|