Ryan Houdek
|
d11679a06e
|
Android mega commit of trash.
|
2013-03-19 21:53:09 -05:00 |
|
Ryan Houdek
|
12f5f102c7
|
Set GLES Tex2D function to texture2D, texture is only available in GLES3. Fix some tabs in the config file.
|
2013-03-18 07:50:52 +00:00 |
|
degasus
|
7597b8b8d5
|
fix software backend
ogl rasterfont sets vao and vbo, but both aren't used on software backend
|
2013-03-17 12:37:37 +01:00 |
|
Ryan Houdek
|
8c1091a21f
|
Merge branch 'master' into GLSL-master
Conflicts:
Source/Core/VideoCommon/Src/PixelShaderGen.cpp
Source/Plugins/Plugin_VideoDX11/Src/VertexManager.cpp
Source/Plugins/Plugin_VideoDX9/Src/VertexManager.cpp
|
2013-03-15 11:19:52 -05:00 |
|
NeoBrainX
|
1f73651a7a
|
VideoSoftware: Do not clear the depth buffer on EFB copy clears when depth writing is disabled.
|
2013-03-14 23:59:52 +01:00 |
|
degasus
|
a1c5e90083
|
Merge branch 'master' into GLSL-master
Conflicts:
CMakeLists.txt
Source/Core/DolphinWX/CMakeLists.txt
Source/Core/DolphinWX/Src/GLInterface.h
Source/Core/VideoCommon/Src/PixelShaderGen.cpp
Source/Core/VideoCommon/Src/TextureCacheBase.cpp
Source/Core/VideoCommon/Src/VertexManagerBase.cpp
Source/Plugins/Plugin_VideoDX11/Src/VertexManager.cpp
Source/Plugins/Plugin_VideoDX9/Src/VertexManager.cpp
Source/Plugins/Plugin_VideoOGL/Plugin_VideoOGL.vcxproj
Source/Plugins/Plugin_VideoOGL/Plugin_VideoOGL.vcxproj.filters
Source/Plugins/Plugin_VideoOGL/Src/GLUtil.h
Source/Plugins/Plugin_VideoOGL/Src/PixelShaderCache.cpp
Source/Plugins/Plugin_VideoOGL/Src/TextureCache.cpp
Source/Plugins/Plugin_VideoOGL/Src/VertexManager.cpp
Source/Plugins/Plugin_VideoOGL/Src/VertexShaderCache.cpp
Source/Plugins/Plugin_VideoOGL/Src/main.cpp
|
2013-03-06 15:59:29 +01:00 |
|
Jordan Woyak
|
2b1af36900
|
Merge branch 'master' into windows-unicode
|
2013-03-02 15:33:32 -06:00 |
|
NeoBrainX
|
d0dbcc6369
|
VideoSoftware: Cleanup PE perf metrics; returning the proper value now.
|
2013-03-01 01:08:43 +01:00 |
|
NeoBrainX
|
7682ed22c6
|
Merge branch 'master' into perfqueries.
Conflicts:
Source/Core/VideoCommon/Src/VideoConfig.h
Source/Core/VideoCommon/VideoCommon.vcxproj.filters
Source/Plugins/Plugin_VideoDX11/Src/VertexManager.cpp
Source/Plugins/Plugin_VideoSoftware/Src/Rasterizer.cpp
Source/Plugins/Plugin_VideoSoftware/Src/Tev.cpp
|
2013-03-01 01:07:34 +01:00 |
|
Rachel Bryk
|
0c16489c39
|
Merge branch 'VideoSoftware-savestates'
|
2013-02-28 13:36:29 -05:00 |
|
Jordan Woyak
|
03ec9a2e08
|
Kill some unnecessary c_str and use StrToWxStr in a few places that I missed.
|
2013-02-28 02:40:03 -06:00 |
|
Jordan Woyak
|
56f09d3b91
|
Attempt to be consistent with conversions between std::string and wxString.
|
2013-02-28 02:30:05 -06:00 |
|
Rachel Bryk
|
46f5c19c6d
|
Not sure if this is the right way to handle this, but it makes the save states perfectly stable. That's all that really matters, right?
|
2013-02-26 18:52:38 -05:00 |
|
Rachel Bryk
|
08fe3c213a
|
Abort loading states from incompatible graphics backends.
|
2013-02-26 18:28:56 -05:00 |
|
Ryan Houdek
|
717b976875
|
ARM Support without GLSL
|
2013-02-26 13:49:00 -06:00 |
|
degasus
|
4883fa268f
|
Split VideoBackend::Cleanup from Shutdown.
First is called from ogl/d3d thread, second is called from emulation thread (x11...)
|
2013-02-26 16:42:32 +01:00 |
|
Rachel Bryk
|
db838e759b
|
Improve VideoSoftware save states. They are fairly stable, but not perfect. OpcodeDecoder::DoState() needs to be fixed.
|
2013-02-26 01:36:24 -05:00 |
|
Rachel Bryk
|
415a2f17c9
|
Begin implementing save states to video software. Kind of works, sometimes.
|
2013-02-25 20:05:02 -05:00 |
|
degasus
|
a629dea4dc
|
Merge branch 'master' into GLSL-master
Conflicts:
CMakeLists.txt
Source/Core/DolphinWX/Dolphin.vcxproj
Source/Core/DolphinWX/Src/GLInterface/WX.cpp
Source/Core/DolphinWX/Src/GLInterface/WX.h
Source/Core/VideoCommon/Src/TextureCacheBase.cpp
Source/Core/VideoCommon/Src/TextureCacheBase.h
Source/Plugins/Plugin_VideoDX11/Src/TextureCache.cpp
Source/Plugins/Plugin_VideoDX11/Src/TextureCache.h
Source/Plugins/Plugin_VideoDX9/Src/TextureCache.cpp
Source/Plugins/Plugin_VideoDX9/Src/TextureCache.h
Source/Plugins/Plugin_VideoOGL/Src/Render.cpp
Source/Plugins/Plugin_VideoOGL/Src/TextureCache.cpp
Source/Plugins/Plugin_VideoOGL/Src/TextureCache.h
Source/Plugins/Plugin_VideoSoftware/Src/SWmain.cpp
damn mipmap_fixes ...
|
2013-02-18 18:49:20 +01:00 |
|
Jordan Woyak
|
53aec6c476
|
Fix OGL perf queries and make them not slow!
|
2013-02-16 19:30:24 -06:00 |
|
NeoBrainX
|
6fd96a162f
|
Video_Software: Fix ZComploc option breaking stuff.
|
2013-02-15 17:55:16 +01:00 |
|
NeoBrainX
|
fb0102d441
|
Video_Software: Fix the ZFreeze option doing nothing.
|
2013-02-15 17:47:29 +01:00 |
|
NeoBrainX
|
183ad0c628
|
Video_Software: Toggable zfreeze and early_z support for testing.
|
2013-02-15 17:45:33 +01:00 |
|
Glenn Rice
|
f7fa33f2d6
|
Fix remaining compiler warnings.
|
2013-01-31 15:29:29 -06:00 |
|
degasus
|
c05f66bdd0
|
first try for osx core profile
now it doesn't crash, but it still hangs on startup
|
2013-01-31 12:20:17 +01:00 |
|