summaryrefslogtreecommitdiff
path: root/Source/Plugins/Plugin_VideoOGL
AgeCommit message (Expand)Author
2013-10-02Merge branch 'fix-field-ordering'Scott Mansell
2013-09-18ogl: don't PanicAlert on shader compiler warningsdegasus
2013-09-18[ANDROID] Add two new DriverDetails bugs for Adreno. V45 of the driver has br...Ryan Houdek
2013-09-18Revert "ogl: change the default buffer upload on osx+nvidia"degasus
2013-09-16[GLES3] Enable support for primitive restart.Ryan Houdek
2013-09-14Overlay local gameinis over global gameinis instead of copying.Pierre Bourdon
2013-09-14Overlay the user Shaders/ over the shared one to avoid copying filesPierre Bourdon
2013-09-11Replace ARRAYSIZE macro with another ugly macro. At least this will throw an ...Jordan Woyak
2013-09-11ogl: change the default buffer upload on osx+nvidiadegasus
2013-09-09ogl: also restore logic op for util shadersdegasus
2013-09-03ogl: remove obsolete codedegasus
2013-09-03ogl: disable revision 737df2a68cd5 for desktop ogldegasus
2013-09-02ogl: reorder driver extensions checksdegasus
2013-09-01A few more warnings.comex
2013-09-01More warnings: mark/avert truncating conversions from float.comex
2013-08-29ogl: only free use fencesdegasus
2013-08-29ogl: fix vertex stream detectiondegasus
2013-08-27ogl: warn on osd if not supported features are enableddegasus
2013-08-26ogl: reset api state for blittingdegasus
2013-08-26ogl driverdetails: add flag to disable hacked and pinned memorydegasus
2013-08-24Simplify a few OSD::AddMessage calls now that this function accepts std::stri...Pierre Bourdon
2013-08-23ogl: fix ubo workarounddegasus
2013-08-23ogl: rework DriverDetails framework + detect UBO mesa bugdegasus
2013-08-21Typo + Add Lima to the driverdetails.Ryan Houdek
2013-08-21Make us capable of supporting driver specific issues(OSS versus official)Ryan Houdek
2013-08-21ogl: enable glsl extension ARB_shader_image_load_store for early-zdegasus
2013-08-20ogl: explain why pinned memory is disabled for index bufferdegasus
2013-08-20ogl: fix the range of glDrawRangeElementsdegasus
2013-08-20ogl: use texture_2d instead of renderbuffer for realxfb + efb2ram fbodegasus
2013-08-20ogl: remove glBindFragDataLocationdegasus
2013-08-19ogl: remove glMapBuffer as it isn't in glesdegasus
2013-08-16Put the shader info log at the end of the shader log file. This fixes issue 6...Ryan Houdek
2013-08-15Add some ifdef magic to GLFunctions.cpp to make it not directly dependant on ...Ryan Houdek
2013-08-15[Android] Fall back to using dlsym on ourselves to pull in OpenGL Functions w...Ryan Houdek
2013-08-15properly clean up PerfQuery on OGLJack Frost
2013-08-14Respect ShouldEmulate() in PerfQuery implementations for DX11 and OGL (ugly i...Pierre Bourdon
2013-08-06disable emulate format changes on glsl120degasus
2013-08-02Change a glClear in the OpenGL renderer to improve performance on Mali chips.Ryan Houdek
2013-07-26[Android] Qualcomm Swap hack isn't needed anymore due to the new StreamBuffer...Ryan Houdek
2013-07-27Didn't mean to disable hacked buffer.Ryan Houdek
2013-07-27Enable the shader cache on GLES3 now that the shaders compile fine on Mali an...Ryan Houdek
2013-07-27Remove the broken buffers bug on Mali hardware since it isn't needed anymore ...Ryan Houdek
2013-07-27Add the new glBufferData stream buffer type to the streambuffer class which i...Ryan Houdek
2013-07-26Fix Android Build.Ryan Houdek
2013-07-26Change from using glDrawElements/glDrawElementsBaseVertex to glDrawRangeEleme...Ryan Houdek
2013-07-25Fix an issue where TextureConverter.cpp was creating a renderbuffer with the ...Ryan Houdek
2013-07-25Add in the Mali driver bug so we can call glFlush every flush. It seemingly i...Ryan Houdek
2013-07-22OGL/SamplerCache: Treat lod_bias as a signed integer.NeoBrainX
2013-07-22implement emulate efb format changes on ogl backenddegasus
2013-07-22Implement zcomploc on OpenGL4.2+degasus