nitsuja
|
99b202fd2e
|
savestate vertexmanager (base) since it affects VertexLoader::RunVertices which affects g_pVideoData
|
2012-05-26 13:18:08 +10:00 |
Glenn Rice
|
0ae8d33149
|
Some work on changing comments, log messages, and variable and function names to reflect that the plugins are not plugins anymore.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7170 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2011-02-14 02:18:03 +00:00 |
NeoBrainX
|
8d123adf64
|
DX9 debugger improvements:
- Fix "Pause at next" functionality for pixel/vertex shader changes, finished frames and texture changes.
- Implement dumping vertex declaration and vertex/index data.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6496 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2010-11-29 16:16:48 +00:00 |
Jordan Woyak
|
e6658d5339
|
Minor change to ease video plugin merging. Made static NativeVertexFormat::Create function into a virtual function of VertexManager. I believe this is the last bit of code which is only declared in VideoCommon and defined in each of the plugins.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6479 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2010-11-26 09:25:08 +00:00 |
Jordan Woyak
|
cf05cca7a6
|
Merged common texture cache code from video plugins into VideoCommon. (DX11 native mipmaps currently broken, disabled) Hopefully everything else should still be working.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6288 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2010-10-19 22:24:27 +00:00 |
Soren Jorvang
|
4b5b9ad05c
|
Add Turntable.cpp to SCons build.
Set native eol-style on recently added files.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6252 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2010-10-03 08:20:24 +00:00 |
Jordan Woyak
|
841583b8f3
|
Merged identical VertexManager code from DX9/DX11/OGL plugins into VideoCommon. Still need to merge VertexManager::Flush (will be easier after TextureCache is merged). Purposely using a class/virtualfuncs rather than a namespace so multiple VertexManager can be in one plugin (VideoMergeNew? :p).
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6249 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2010-10-03 00:41:06 +00:00 |