dolphin/Source/Core/VideoCommon/Src
2009-06-09 05:26:39 +00:00
..
AVIDump.cpp Debugging: Added 'insert nop' to menu, added 'show history' code for interpreter mode 2009-06-09 05:26:39 +00:00
AVIDump.h last commit missed AVIDump.h 2009-03-28 21:27:48 +00:00
BPFunctions.h More commenting and cleanup and added another BP Function. 2009-04-06 18:20:28 +00:00
BPMemory.cpp Change "BreakPoint" to "Bypass", YAGD says BP REG is a "Bypass Raster State Register" 2009-04-06 16:10:45 +00:00
BPMemory.h More commenting. 2009-04-07 21:17:15 +00:00
BPStructs.cpp Compile fix :p 2009-06-04 16:33:48 +00:00
BPStructs.h Recoded and moved BPStucts to VideoCommon. Some cleanup in PixelShaderManager. TODO: Have DX use BPFunctions. Note: Compiling DX plugin will not work atm. 2009-04-05 10:49:19 +00:00
CPMemory.cpp
CPMemory.h
DataReader.h
Fifo.cpp nakee's new logmanager. added a console window for windows builds (prints to parent console on non-win32). also fix some random wxw bugs: main window's position is saved when using debugger, disabling windows from the tools menu are saved settings, some other small fixes 2009-03-18 17:17:58 +00:00
Fifo.h
HiresTextures.cpp Some more modification of texture dumping and loading. 2009-05-16 01:21:57 +00:00
HiresTextures.h Some more modification of texture dumping and loading. 2009-05-16 01:21:57 +00:00
ImageWrite.cpp TGA Header Fix in Linux 2009-02-17 22:23:06 +00:00
ImageWrite.h
IndexGenerator.cpp and more boring moving and cleanup ... 2008-12-25 21:44:56 +00:00
IndexGenerator.h
LookUpTables.cpp set svn:eol-style=native for **.cpp 2008-12-08 05:30:24 +00:00
LookUpTables.h
memcpy_amd.cpp GL Vertex loader moved to VideoCommon. 2008-12-26 13:09:16 +00:00
NativeVertexFormat.h
NativeVertexWriter.cpp Linux build fixes and some warning cleanup for GCC 2009-02-24 05:20:52 +00:00
NativeVertexWriter.h
OpcodeDecoding.cpp more build fixin' 2009-02-28 23:02:46 +00:00
OpcodeDecoding.h set svn:eol-style=native for **.h 2008-12-08 04:46:09 +00:00
PixelShaderGen.cpp Changing where depth is read. Trying to use the same depth buffer GL uses when copying depth to a texture. This eliminates some quirky code and gets depth copies working in AA, but may not work on older graphics cards. 2009-05-15 02:39:55 +00:00
PixelShaderGen.h Changing where depth is read. Trying to use the same depth buffer GL uses when copying depth to a texture. This eliminates some quirky code and gets depth copies working in AA, but may not work on older graphics cards. 2009-05-15 02:39:55 +00:00
PixelShaderManager.cpp Possible fix for S3TC Texture Decoding (Grass in ZWW is now properly alpha tested), and some code formatting cleanup. 2009-05-13 23:37:26 +00:00
PixelShaderManager.h Fix some problems :) 2009-05-07 08:56:20 +00:00
Profiler.cpp set svn:eol-style=native for **.cpp 2008-12-08 05:30:24 +00:00
Profiler.h
SConscript Move soil to external, this breaks windows build until deathroi will commit the windows part 2009-05-08 09:31:57 +00:00
Statistics.cpp set svn:eol-style=native for **.cpp 2008-12-08 05:30:24 +00:00
Statistics.h Added option "Show EFB Copy Regions" to find out which games are heavy on EFB-Copy. Changed Dst Alpha Pass option to "Disable Dst Alpha Pass". 2009-03-16 07:54:44 +00:00
TextureDecoder.cpp Possible fix for S3TC Texture Decoding (Grass in ZWW is now properly alpha tested), and some code formatting cleanup. 2009-05-13 23:37:26 +00:00
TextureDecoder.h TextureDecoder now indicates I4 and IA4 texture formats. It also decodes paletted textures more efficiently. 2009-05-13 02:06:02 +00:00
VertexLoader_Color.cpp revert r3060, instead call RecomputeCachedArraybases() once on init. 2009-04-24 16:40:58 +00:00
VertexLoader_Color.h
VertexLoader_Normal.cpp
VertexLoader_Normal.h
VertexLoader_Position.cpp vertexloader_pos cleanup - remove the branch per vertex. not much of a speedup though. 2009-02-15 14:46:17 +00:00
VertexLoader_Position.h
VertexLoader_TextCoord.cpp
VertexLoader_TextCoord.h
VertexLoader.cpp A fix to D3D NativeVertexFormat. Might not fix much, but should be a step in the right direction. Other misc bits and bobs. 2009-03-10 22:51:17 +00:00
VertexLoader.h
VertexLoaderManager.cpp revert r3060, instead call RecomputeCachedArraybases() once on init. 2009-04-24 16:40:58 +00:00
VertexLoaderManager.h
VertexShaderGen.cpp Changing where depth is read. Trying to use the same depth buffer GL uses when copying depth to a texture. This eliminates some quirky code and gets depth copies working in AA, but may not work on older graphics cards. 2009-05-15 02:39:55 +00:00
VertexShaderGen.h Changing where depth is read. Trying to use the same depth buffer GL uses when copying depth to a texture. This eliminates some quirky code and gets depth copies working in AA, but may not work on older graphics cards. 2009-05-15 02:39:55 +00:00
VertexShaderManager.cpp A attempt for a fix for the Zelda TP Bloom hack 2009-05-14 06:28:10 +00:00
VertexShaderManager.h A attempt for a fix for the Zelda TP Bloom hack 2009-05-14 06:28:10 +00:00
VideoCommon.h nakee's new logmanager. added a console window for windows builds (prints to parent console on non-win32). also fix some random wxw bugs: main window's position is saved when using debugger, disabling windows from the tools menu are saved settings, some other small fixes 2009-03-18 17:17:58 +00:00
VideoState.cpp set svn:eol-style=native for **.cpp 2008-12-08 05:30:24 +00:00
VideoState.h
XFBConvert.cpp
XFBConvert.h
XFMemory.cpp set svn:eol-style=native for **.cpp 2008-12-08 05:30:24 +00:00
XFMemory.h
XFStructs.cpp eol-style native update, small warning fix in EXI_Channel.h 2009-03-07 08:35:01 +00:00
XFStructs.h