This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
dolphin
Watch
1
Star
0
Fork
0
You've already forked dolphin
forked from
dolphin-emu/dolphin
Code
Pull Requests
Activity
Files
2bc3965c31cf2c55b6016fa0cf1d97d72619d381
dolphin
/
Source
/
Plugins
/
Plugin_VideoDX11
History
Nolan Check
8024783502
Don't resize render target to handle out-of-bounds viewports. Instead, adjust the projection matrix.
...
git-svn-id:
https://dolphin-emu.googlecode.com/svn/trunk@7538
8ced0084-cf51-0410-be5f-012b33b47a6e
2011-05-12 02:14:45 +00:00
..
Src
Don't resize render target to handle out-of-bounds viewports. Instead, adjust the projection matrix.
2011-05-12 02:14:45 +00:00
Plugin_VideoDX11.vcxproj
I think clean up DX11 code a bit. Used "smart" pointers to avoid need to manually AddRef/Release in many places. Eliminated the D3DBlob class (replaced with just D3D10CreateBlob). Eliminated some Init/Shutdown functions (moved stuff into ctors/dtors). This should not affect behavior at all, only code maintainability.
2011-03-30 07:17:23 +00:00
Plugin_VideoDX11.vcxproj.filters
I think clean up DX11 code a bit. Used "smart" pointers to avoid need to manually AddRef/Release in many places. Eliminated the D3DBlob class (replaced with just D3D10CreateBlob). Eliminated some Init/Shutdown functions (moved stuff into ctors/dtors). This should not affect behavior at all, only code maintainability.
2011-03-30 07:17:23 +00:00