rpcsx/rpcs3/Emu/GS/GL
nohbdy d136adc73f RSX Bugfixes and plugging memory leaks
BUGFIX: Add break after NV4097_SET_TEXTURE_BORDER_COLOR in RSXThread.cpp
BUGFIX: Fix parameters passed to RSXTexture::SetControl3 (they were being
passed in reverse order)
BUGFIX: Remove invalid, non-sensical call to glPixelStorei in GLGSRender.h
BUGFIX: Fix signed/unsigned comparison compiler warnings in GLGSRender.h
CHANGE: Make GLFragmentProgram::Decompiler synchronous by default
CHANGE: Update wxWidgets submodule to latest commit
BUGFIX: Fix several memory leaks
ADDED: Created a new MSVC debug configuration to output locations
  of allocations that end up leaking after the program
  is closed.
BUGFIX: Fix the stupid PadHandler crash due to the lack of a virtual d'tor
2014-04-17 15:15:43 -05:00
..
GLBuffers.cpp fixes to get llvm to compile (excepti for utils.cpp, that'll get fixed 2014-04-12 12:06:52 +02:00
GLBuffers.h fixes to get llvm to compile (excepti for utils.cpp, that'll get fixed 2014-04-12 12:06:52 +02:00
GLFragmentProgram.cpp RSX Bugfixes and plugging memory leaks 2014-04-17 15:15:43 -05:00
GLFragmentProgram.h RSX Bugfixes and plugging memory leaks 2014-04-17 15:15:43 -05:00
GLGSRender.cpp RSX Bugfixes and plugging memory leaks 2014-04-17 15:15:43 -05:00
GLGSRender.h RSX Bugfixes and plugging memory leaks 2014-04-17 15:15:43 -05:00
GLProcTable.tbl Merge pull request #46 from krofna 2014-02-21 17:13:57 +01:00
GLProgram.cpp fixes to get llvm to compile (excepti for utils.cpp, that'll get fixed 2014-04-12 12:06:52 +02:00
GLProgram.h fixes to get llvm to compile (excepti for utils.cpp, that'll get fixed 2014-04-12 12:06:52 +02:00
GLProgramBuffer.cpp RSX Bugfixes and plugging memory leaks 2014-04-17 15:15:43 -05:00
GLProgramBuffer.h fixes to get llvm to compile (excepti for utils.cpp, that'll get fixed 2014-04-12 12:06:52 +02:00
GLShaderParam.h fixes to get llvm to compile (excepti for utils.cpp, that'll get fixed 2014-04-12 12:06:52 +02:00
GLVertexProgram.cpp try to reign in the vector<ptr> madness 2014-04-14 10:55:43 +02:00
GLVertexProgram.h try to reign in the vector<ptr> madness 2014-04-14 10:55:43 +02:00
OpenGL.cpp Fixes GL fix, which was broken. Added -g flag to cmake, so we can have debug builds. 2014-03-30 03:15:46 +13:00
OpenGL.h Linux build fix. 2014-03-12 02:36:58 +10:00