.. |
AVIDump.cpp
|
add *.user, Win32, and x64 build dir to ignore list for DebuggerUICommon and Unit Tests
|
2009-07-06 02:10:26 +00:00 |
AVIDump.h
|
last commit missed AVIDump.h
|
2009-03-28 21:27:48 +00:00 |
BPFunctions.h
|
Code cleanup. Juggling rectangles. I'm about to investigate the problems with Real XFB's in PAL games, so I wanted to make sure all our rectangles were cleaned up and organized.
|
2009-07-15 00:51:24 +00:00 |
BPMemory.cpp
|
revert last 2 commits
|
2009-06-22 09:31:30 +00:00 |
BPMemory.h
|
Rename scale_something to scale_invert. Plus, sneak in a tiny Thread.h change.
|
2009-07-19 08:24:30 +00:00 |
BPStructs.cpp
|
Fixed the load-state memory leak, also fixed various other savestate issues. Found (probably) the cause of load-state crashing Dolphin: BPWrites. Tried to put a CriticalSection around BPWritten but it only causes Dolphin to hang when loading a state. Can someone find why it hangs?
|
2009-07-22 22:50:52 +00:00 |
BPStructs.h
|
add *.user, Win32, and x64 build dir to ignore list for DebuggerUICommon and Unit Tests
|
2009-07-06 02:10:26 +00:00 |
CPMemory.cpp
|
Fixed texture overlay, clarified CPMemory STATE_TO_SAVE
|
2009-03-08 01:19:33 +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
|
vertexloader_pos cleanup - remove the branch per vertex. not much of a speedup though.
|
2009-02-15 14:46:17 +00:00 |
Fifo.cpp
|
Corrections to r3875.
|
2009-07-23 22:02:03 +00:00 |
Fifo.h
|
No more SleepCurrentThreads in Command Processor. Some Fifo cleanup.
|
2009-07-17 22:57:02 +00:00 |
HiresTextures.cpp
|
Rearrange LogManager includes. The main purpose is to make it possible to modify Thread.h without recompiling the whole entire project.
|
2009-07-12 21:58:32 +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
|
Linux build fixes and some warning cleanup for GCC
|
2009-02-24 05:20:52 +00:00 |
IndexGenerator.cpp
|
and more boring moving and cleanup ...
|
2008-12-25 21:44:56 +00:00 |
IndexGenerator.h
|
and more boring moving and cleanup ...
|
2008-12-25 21:44:56 +00:00 |
LookUpTables.cpp
|
set svn:eol-style=native for **.cpp
|
2008-12-08 05:30:24 +00:00 |
LookUpTables.h
|
set svn:eol-style=native for **.h
|
2008-12-08 04:46:09 +00:00 |
NativeVertexFormat.h
|
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 |
NativeVertexWriter.cpp
|
Linux build fixes and some warning cleanup for GCC
|
2009-02-24 05:20:52 +00:00 |
NativeVertexWriter.h
|
UUpdate svn:eol-style=native ( r1438 ) for Source/*.h
|
2009-02-23 06:17:57 +00:00 |
OpcodeDecoding.cpp
|
Some minor changes to VideoCommon, improved SawWave sound, the denied sound in ZWW sounds better (compared it to real HW to be sure).
|
2009-07-15 21:26:49 +00:00 |
OpcodeDecoding.h
|
set svn:eol-style=native for **.h
|
2008-12-08 04:46:09 +00:00 |
PixelShaderGen.cpp
|
Roll back r3833 for render targets but keep it for static textures. Most mirroring issues are OK and we shouldn't see any slowdown.
|
2009-07-19 08:17:41 +00:00 |
PixelShaderGen.h
|
Roll back r3833 for render targets but keep it for static textures. Most mirroring issues are OK and we shouldn't see any slowdown.
|
2009-07-19 08:17:41 +00:00 |
PixelShaderManager.cpp
|
Roll back r3833 for render targets but keep it for static textures. Most mirroring issues are OK and we shouldn't see any slowdown.
|
2009-07-19 08:17:41 +00:00 |
PixelShaderManager.h
|
Roll back r3833 for render targets but keep it for static textures. Most mirroring issues are OK and we shouldn't see any slowdown.
|
2009-07-19 08:17:41 +00:00 |
Profiler.cpp
|
set svn:eol-style=native for **.cpp
|
2008-12-08 05:30:24 +00:00 |
Profiler.h
|
set svn:eol-style=native for **.h
|
2008-12-08 04:46:09 +00:00 |
SConscript
|
revert last 2 commits
|
2009-06-22 09:31:30 +00:00 |
Statistics.cpp
|
set svn:eol-style=native for **.cpp
|
2008-12-08 05:30:24 +00:00 |
Statistics.h
|
Code cleanup. Juggling rectangles. I'm about to investigate the problems with Real XFB's in PAL games, so I wanted to make sure all our rectangles were cleaned up and organized.
|
2009-07-15 00:51:24 +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.cpp
|
Assorted cleanup, perf counter logging, and minor fixes that have been accumulating on my hdd :p
|
2009-07-03 18:33:28 +00:00 |
VertexLoader.h
|
OGL plugin: +Autoscale option (attempts to remove borders, even without XFB). Lots of cleanup, especially around aspect ratio and similar stuff. MP2 scanner still broken, wonder when that happened?
|
2009-02-28 16:33:59 +00:00 |
VertexLoaderManager.cpp
|
revert r3060, instead call RecomputeCachedArraybases() once on init.
|
2009-04-24 16:40:58 +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 |
VertexLoader_Color.cpp
|
revert r3060, instead call RecomputeCachedArraybases() once on init.
|
2009-04-24 16:40:58 +00:00 |
VertexLoader_Color.h
|
GL Vertex loader moved to VideoCommon.
|
2008-12-26 13:09:16 +00:00 |
VertexLoader_Normal.cpp
|
VertexLoader: Change some pointer arithmetic to array syntax. should have no effect on performance.
|
2009-02-15 13:45:03 +00:00 |
VertexLoader_Normal.h
|
GL Vertex loader moved to VideoCommon.
|
2008-12-26 13:09:16 +00:00 |
VertexLoader_Position.cpp
|
Possible fix for projection hacks
|
2009-06-13 17:44:14 +00:00 |
VertexLoader_Position.h
|
vertexloader_pos cleanup - remove the branch per vertex. not much of a speedup though.
|
2009-02-15 14:46:17 +00:00 |
VertexLoader_TextCoord.cpp
|
VertexLoader: Change some pointer arithmetic to array syntax. should have no effect on performance.
|
2009-02-15 13:45:03 +00:00 |
VertexLoader_TextCoord.h
|
GL Vertex loader moved to VideoCommon.
|
2008-12-26 13:09:16 +00:00 |
VertexShaderGen.cpp
|
Roll back r3833 for render targets but keep it for static textures. Most mirroring issues are OK and we shouldn't see any slowdown.
|
2009-07-19 08:17:41 +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
|
Graphics: (faked) bounding box support. Helps some Paper Mario effects although they're still a bit glitchy. Might also help other games? Enable with the #define in VideoCommon.h. Since there might be a speed hit it's off by default.
|
2009-06-28 20:04:07 +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
|
Code cleanup. Juggling rectangles. I'm about to investigate the problems with Real XFB's in PAL games, so I wanted to make sure all our rectangles were cleaned up and organized.
|
2009-07-15 00:51:24 +00:00 |
VideoState.cpp
|
revert last 2 commits
|
2009-06-22 09:31:30 +00:00 |
VideoState.h
|
set svn:eol-style=native for **.h
|
2008-12-08 04:46:09 +00:00 |
XFBConvert.cpp
|
set svn:eol-style=native for **.cpp
|
2008-12-08 05:30:24 +00:00 |
XFBConvert.h
|
just a bunch of random code cleanup i did on the train bored, plus a d3d implementation of NativeVertexFormat which isn't actually used yet.
|
2008-12-25 15:56:36 +00:00 |
XFMemory.cpp
|
set svn:eol-style=native for **.cpp
|
2008-12-08 05:30:24 +00:00 |
XFMemory.h
|
Some gfx code reorg, make the two OpcodeDecoding.cpp identical - next change will move them to videocommon
|
2008-12-25 20:07:13 +00:00 |
XFStructs.cpp
|
eol-style native update, small warning fix in EXI_Channel.h
|
2009-03-07 08:35:01 +00:00 |
XFStructs.h
|
eol-style native update, small warning fix in EXI_Channel.h
|
2009-03-07 08:35:01 +00:00 |
memcpy_amd.cpp
|
GL Vertex loader moved to VideoCommon.
|
2008-12-26 13:09:16 +00:00 |