summaryrefslogtreecommitdiff
path: root/Source
AgeCommit message (Expand)Author
2014-01-25x64: fix parameter names of WriteModRM()Tillmann Karras
2014-01-25Rewrote bounding box algotithm. Fixes issues 5967, 6154, 6196, 6211.crudelios
2014-01-25Videosoftware: Fix memory cleanup code.Scott Mansell
2014-01-24Increase save state version.Rachel Bryk
2014-01-23EGL: Fix android build broken by last commitScott Moreau
2014-01-23EGL: Properly set parent window.Scott Moreau
2014-01-24VideoCommon: fix "Buffer not large enough for all vertices!"degasus
2014-01-23Fix OpenGL 2.1 devices that support everything we need.Ryan Houdek
2014-01-23OpenGL: remove unused OpenGL headersdegasus
2014-01-23D3D: move streaming buffer fallback into D3D backenddegasus
2014-01-23VideoCommon: don't save streaming fifos into savestatedegasus
2014-01-23OpenGL: Stream vertices + indicesdegasus
2014-01-23VideoCommon: allow backends to set the buffer pointer as they want todegasus
2014-01-23OpenGL: refactor all of our StreamBuffersdegasus
2014-01-23OpenGL: change StreamBuffer in a streaming waydegasus
2014-01-23Bit of a failure. Fixes 6964.Ryan Houdek
2014-01-23[GLExt-Cleanup] This cleans up some extra bits unneeded in the extension headersRyan Houdek
2014-01-22[DolphinWX] Prevent hotkeys from being assigned to more than one button/funct...Lioncash
2014-01-22[Android] Parse integer ranges in the GLES3 info tab.Lioncash
2014-01-22[Android] Get rid of the version check class in VideoSettingsFragment.java. N...Lioncash
2014-01-22[Android] Greatly clean up the previous commits. Now here is the long list of...Lioncash
2014-01-21[android-about-menu-info] Add desktop OpenGL tab population.Ryan Houdek
2014-01-21[android-about-menu-info] Have information populate the GLES2 and GLES3 tabs.Ryan Houdek
2014-01-21VertexLoader: temp class for reader/writerdegasus
2014-01-21VertexLoader: inline destionation bufferdegasus
2014-01-21VertexLoader: load scale factor as const, this will save some assembler instr...degasus
2014-01-21fix windows debug comiledegasus
2014-01-21VideoCommon: merge trivial parts of VertexManager::Flushdegasus
2014-01-21OpenGL: remove small optimizationdegasus
2014-01-21OpenGL: fix our ubo workaround when blend_func_extended is missingdegasus
2014-01-21[Android] Finally check if regular OpenGL is possible on devices and display/...Lioncash
2014-01-21Finally Merge branch 'videosoftware-xfb'Scott Mansell
2014-01-20Move GLInterface.h into GLInterface directoryScott Moreau
2014-01-20Merge Platform.h into GLInterface.hScott Moreau
2014-01-19[Android] Initial introduction of the EGLHelper utility class. Should simplif...Lioncash
2014-01-19Stop building GLExtensions.cpp twice(One in GL, one in software). We don't ne...Ryan Houdek
2014-01-19wayland: Add bits required to run as a wayland client.Scott Moreau
2014-01-19Jit64: disable non-IEEE mode emulationTillmann Karras
2014-01-19Reenable vsync after releasing tab even if frame limit is disabled.Rachel Bryk
2014-01-18Rename our GLInterface class function 'GetProcAddress' in order to not have c...Ryan Houdek
2014-01-18Move Win32 specific function grabbing fallback to WGL.cpp. Fixes issue 6964.Ryan Houdek
2014-01-18Merge of GL-AutoChoose.Ryan Houdek
2014-01-17Merge branch 'GLExtensions'degasus
2014-01-17IndexGenerator: inline all variablesdegasus
2014-01-17IndexGenerator: drop unused variabledegasus
2014-01-17VideoCommon: merge triangle+list+point index buffersdegasus
2014-01-17[GLExtensions] fixup for missing changes on rebasedegasus
2014-01-17[GLExtensions] Rename internal GetProcAddress function since it clashes with ...Ryan Houdek
2014-01-17[GLExtensions] Remove a bunch of unneeded headers. Fix Linux+EGL compiling. M...Ryan Houdek
2014-01-17[GLExtensions] OpenGL 3.0 also added GL_ARB_map_buffer_range to core.Ryan Houdek