summaryrefslogtreecommitdiff
path: root/Source/Plugins/Plugin_VideoOGL/Src/Render.cpp
AgeCommit message (Expand)Author
2013-10-02Merge branch 'fix-field-ordering'Scott Mansell
2013-09-18[ANDROID] Add two new DriverDetails bugs for Adreno. V45 of the driver has br...Ryan Houdek
2013-09-16[GLES3] Enable support for primitive restart.Ryan Houdek
2013-09-09ogl: also restore logic op for util shadersdegasus
2013-09-03ogl: remove obsolete codedegasus
2013-09-02ogl: reorder driver extensions checksdegasus
2013-08-27ogl: warn on osd if not supported features are enableddegasus
2013-08-26ogl: reset api state for blittingdegasus
2013-08-24Simplify a few OSD::AddMessage calls now that this function accepts std::stri...Pierre Bourdon
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-19ogl: remove glMapBuffer as it isn't in glesdegasus
2013-08-02Change a glClear in the OpenGL renderer to improve performance on Mali chips.Ryan Houdek
2013-07-27Enable the shader cache on GLES3 now that the shaders compile fine on Mali an...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-22implement emulate efb format changes on ogl backenddegasus
2013-07-22Implement zcomploc on OpenGL4.2+degasus
2013-07-13Patch from Degasus that removes the last of the the GL_TEXTURE_RECTANGLE usag...Ryan Houdek
2013-07-02Fix vendor retrieval for Tegra in VideoOGL.Lioncash
2013-06-27fix opengl debug build on win32degasus
2013-06-26only provide ES2_compatibility workaround for non gles devicesdegasus
2013-06-25provide GL_ARB_ES2_compatibility workarounddegasus
2013-06-11[Android] Start of *working* GLES3 support. Needs to be able to compile in Wi...Ryan Houdek
2013-05-06[Android] More GLES3 things. Disable Framedumping and MSAA rendering. Remove ...Ryan Houdek
2013-05-05[Android] Beginning of GLES3 support.Ryan Houdek
2013-04-24glew1.8 debug build fixdegasus
2013-04-19Fix a bunch of random typos in comments and logging.lioncash
2013-04-17New license header introduced to all Video based projects.Lioncash
2013-04-15Update the license file text (change SVN to Git) in all projects except Core ...lioncash
2013-04-13Extend our OSD class to support callbacks on init, onframe, and shutdown.Ryan Houdek
2013-04-10proper ogl primitive restart codedegasus
2013-04-08use templates for primitive restartdegasus
2013-04-08Merge branch 'master' into primitive_restartdegasus
2013-04-08ogl: support glsl120degasus
2013-04-05fix msaa detectiondegasus
2013-04-04ogl: remove "Missing Extension" from osddegasus
2013-04-04OGL: use GLEW_ARB_debug_output in debug buildsdegasus
2013-03-31Fix some typos and correct some capitalizations in the log messages.Lioncash
2013-03-30only apply vsync on changesdegasus
2013-03-29first try of primitive restart index generatordegasus
2013-03-28Clean up blending code a bit.NeoBrainX
2013-03-28buildfix for my last commit on Mac OSXRodolfo Bogado
2013-03-28Small Blending logic fix for opengl backendRodolfo Bogado
2013-03-25ogl: fix virtual xfbdegasus
2013-03-25implement 4xSSAA for OGLdegasus
2013-03-25move ogl-only settings into backenddegasus
2013-03-23Switch to using bitfields in the streambuffer class so we can exclude buggy s...Ryan Houdek
2013-03-23Had this sitting around for a while to fix nogui.Ryan Houdek