..
Debugger
D3D: Eliminate black borders, add 4:3 and 16:9 settings, and the widescreen hack. Unfortunately this temporarily breaks MSAA (in d3d only) until I have time to fix it.
2009-09-13 17:46:33 +00:00
W32Util
Debugger for DX9 plugin.
2009-09-02 06:33:41 +00:00
BPFunctions.cpp
D3D: Handle device resets (resizes) a little bit better .. not quite there yet. some random cleanup.
2009-09-15 21:05:31 +00:00
CPStructs.cpp
Now ALL copyright dates are fixed to the legally correct year: The year in which the project began. Now we don't have to change it every year :)
2009-07-28 21:32:10 +00:00
CPStructs.h
Now ALL copyright dates are fixed to the legally correct year: The year in which the project began. Now we don't have to change it every year :)
2009-07-28 21:32:10 +00:00
D3DBase.cpp
D3D: Fix render states on reset (resize). Add detection of INTZ texture format (undocumented, but both nVidia and AMD aupport it). Not sure if we'll actually use it.
2009-09-16 20:12:14 +00:00
D3DBase.h
D3D: Fix render states on reset (resize). Add detection of INTZ texture format (undocumented, but both nVidia and AMD aupport it). Not sure if we'll actually use it.
2009-09-16 20:12:14 +00:00
D3DShader.cpp
Rename Config.cpp/h to VideoConfig.cpp/h.
2009-09-13 09:23:30 +00:00
D3DShader.h
D3D: Fixed dstAlpha, aka "when everything is broken, at least mario have a nice shadow", and removed Cg leftover from it.
2009-09-02 04:10:40 +00:00
D3DTexture.cpp
D3D: Eliminate black borders, add 4:3 and 16:9 settings, and the widescreen hack. Unfortunately this temporarily breaks MSAA (in d3d only) until I have time to fix it.
2009-09-13 17:46:33 +00:00
D3DTexture.h
Now ALL copyright dates are fixed to the legally correct year: The year in which the project began. Now we don't have to change it every year :)
2009-07-28 21:32:10 +00:00
D3DUtil.cpp
just code indentation
2009-09-15 21:25:34 +00:00
D3DUtil.h
Now ALL copyright dates are fixed to the legally correct year: The year in which the project began. Now we don't have to change it every year :)
2009-07-28 21:32:10 +00:00
DLCompiler.cpp
set svn:eol-style=native for Plugins/**.cpp
2008-12-08 05:25:12 +00:00
DLCompiler.h
set svn:eol-style=native for **.h
2008-12-08 04:46:09 +00:00
DlgSettings.cpp
only load gameini settings if they exist
2009-09-15 08:13:45 +00:00
DlgSettings.h
Now ALL copyright dates are fixed to the legally correct year: The year in which the project began. Now we don't have to change it every year :)
2009-07-28 21:32:10 +00:00
EmuWindow.cpp
D3D: Eliminate black borders, add 4:3 and 16:9 settings, and the widescreen hack. Unfortunately this temporarily breaks MSAA (in d3d only) until I have time to fix it.
2009-09-13 17:46:33 +00:00
EmuWindow.h
D3D: Eliminate black borders, add 4:3 and 16:9 settings, and the widescreen hack. Unfortunately this temporarily breaks MSAA (in d3d only) until I have time to fix it.
2009-09-13 17:46:33 +00:00
FramebufferManager.cpp
D3D: Handle device resets (resizes) a little bit better .. not quite there yet. some random cleanup.
2009-09-15 21:05:31 +00:00
FramebufferManager.h
D3D: Eliminate black borders, add 4:3 and 16:9 settings, and the widescreen hack. Unfortunately this temporarily breaks MSAA (in d3d only) until I have time to fix it.
2009-09-13 17:46:33 +00:00
Globals.h
Rename Config.cpp/h to VideoConfig.cpp/h.
2009-09-13 09:23:30 +00:00
NativeVertexFormat.cpp
D3D: Fix 8-bit signed normals. Fixes lighting problems in Super Smash Bros Melee. misc tiny things
2009-09-13 21:18:04 +00:00
PixelShaderCache.cpp
Fix some shader problems caused by my previous commits to reduce API calls (back screen after a while in Zelda WW intro, maybe also in other games).
2009-09-16 05:31:19 +00:00
PixelShaderCache.h
D3D: Eliminate black borders, add 4:3 and 16:9 settings, and the widescreen hack. Unfortunately this temporarily breaks MSAA (in d3d only) until I have time to fix it.
2009-09-13 17:46:33 +00:00
RGBAFloat.h
set svn:eol-style=native for **.h
2008-12-08 04:46:09 +00:00
Render.cpp
WIIMENU:move call to filemon to verify that std::string(null) is not called
2009-09-17 05:57:38 +00:00
TextureCache.cpp
D3D: Handle device resets (resizes) a little bit better .. not quite there yet. some random cleanup.
2009-09-15 21:05:31 +00:00
TextureCache.h
D3D: Handle device resets (resizes) a little bit better .. not quite there yet. some random cleanup.
2009-09-15 21:05:31 +00:00
Utils.cpp
Now ALL copyright dates are fixed to the legally correct year: The year in which the project began. Now we don't have to change it every year :)
2009-07-28 21:32:10 +00:00
Utils.h
Now ALL copyright dates are fixed to the legally correct year: The year in which the project began. Now we don't have to change it every year :)
2009-07-28 21:32:10 +00:00
Vec3.h
Now ALL copyright dates are fixed to the legally correct year: The year in which the project began. Now we don't have to change it every year :)
2009-07-28 21:32:10 +00:00
VertexManager.cpp
more uninteresting cleanup, fixed a minor race condition when toggling efb copy mode
2009-09-13 10:18:01 +00:00
VertexManager.h
D3D: Eliminate black borders, add 4:3 and 16:9 settings, and the widescreen hack. Unfortunately this temporarily breaks MSAA (in d3d only) until I have time to fix it.
2009-09-13 17:46:33 +00:00
VertexShaderCache.cpp
Fix some shader problems caused by my previous commits to reduce API calls (back screen after a while in Zelda WW intro, maybe also in other games).
2009-09-16 05:31:19 +00:00
VertexShaderCache.h
D3D: Eliminate black borders, add 4:3 and 16:9 settings, and the widescreen hack. Unfortunately this temporarily breaks MSAA (in d3d only) until I have time to fix it.
2009-09-13 17:46:33 +00:00
XFStructs.cpp
Now ALL copyright dates are fixed to the legally correct year: The year in which the project began. Now we don't have to change it every year :)
2009-07-28 21:32:10 +00:00
XFStructs.h
Now ALL copyright dates are fixed to the legally correct year: The year in which the project began. Now we don't have to change it every year :)
2009-07-28 21:32:10 +00:00
bmp_io.cpp
set svn:eol-style=native for Plugins/**.cpp
2008-12-08 05:25:12 +00:00
bmp_io.h
set svn:eol-style=native for **.h
2008-12-08 04:46:09 +00:00
main.cpp
D3D: Save some video RAM by turning off the "default" Z buffer (we create our own). probably doesn't matter on most video cards..
2009-09-15 19:53:22 +00:00
main.h
Now ALL copyright dates are fixed to the legally correct year: The year in which the project began. Now we don't have to change it every year :)
2009-07-28 21:32:10 +00:00
resource.h
D3D: Eliminate black borders, add 4:3 and 16:9 settings, and the widescreen hack. Unfortunately this temporarily breaks MSAA (in d3d only) until I have time to fix it.
2009-09-13 17:46:33 +00:00
resource.rc
D3D: Eliminate black borders, add 4:3 and 16:9 settings, and the widescreen hack. Unfortunately this temporarily breaks MSAA (in d3d only) until I have time to fix it.
2009-09-13 17:46:33 +00:00
stdafx.cpp
Now ALL copyright dates are fixed to the legally correct year: The year in which the project began. Now we don't have to change it every year :)
2009-07-28 21:32:10 +00:00
stdafx.h
Now ALL copyright dates are fixed to the legally correct year: The year in which the project began. Now we don't have to change it every year :)
2009-07-28 21:32:10 +00:00