aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/renderer_opengl
AgeCommit message (Expand)Author
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2016-08-30OpenGL: Avoid error on unsupported lighting LUTJannik Vogel
2016-06-27OpenGL: Add scaled resolution support to scissorYuri Kunde Schlesner
2016-06-27PICA: Scissor fixes and cleanupsYuri Kunde Schlesner
2016-06-27PICA: Implement scissor testSubv
2016-06-07OpenGL: Implement fogJannik Vogel
2016-06-07OpenGL: Avoid undefined behaviour for UNIFORM_BLOCK_DATA_SIZEJannik Vogel
2016-06-01gsp::gpu: Reset g_thread_id in UnregisterInterruptRelayQueuemailwl
2016-05-23OpenGL: Set shader_dirty on lighting changesJannik Vogel
2016-05-23Pica: Name LightSrc.config registerJannik Vogel
2016-05-23Pica: Name lighting.config0 and .config1 registersJannik Vogel
2016-05-23OpenGL: Use uniforms for dist_atten_bias and dist_atten_scaleJannik Vogel
2016-05-16Merge pull request #1786 from JayFoxRox/blend-equationbunnei
2016-05-14OpenGL: Only update depth uniforms if the depth changedJannik Vogel
2016-05-14OpenGL: value-initialize variables which cause uninitialised access otherwiseJannik Vogel
2016-05-12OpenGL: Support blend equationJannik Vogel
2016-05-11OpenGL: Implement texture type 3Jannik Vogel
2016-05-10Merge pull request #1621 from JayFoxRox/w-bufferbunnei
2016-05-10gl_rasterizer: Fix compilation for debug buildsLioncash
2016-05-10OpenGL: Implement W-Buffers and fix depth-mappingJannik Vogel
2016-05-10Pica: Implement W-Buffer in SW rasterizerJannik Vogel
2016-05-10Merge pull request #1704 from JayFoxRox/pod-configlinkmauve
2016-05-07fixup simple type conversions where possibleAlexander Laties
2016-05-06Frontends, VideoCore: Move glad initialisation to the frontendEmmanuel Gil Peyrot
2016-05-03Pica: Use a union for PicaShaderConfigJannik Vogel
2016-05-03Pica: Add TevStageConfigRaw to PicaShaderConfig (MSVC workaround)Jannik Vogel
2016-05-03Pica: Make PicaShaderConfig trivially_copyable and clear it before useJannik Vogel
2016-05-03OpenGL: Don't copy const_color (Reverts #1745)Jannik Vogel
2016-05-01Merge pull request #1741 from linkmauve/iwyu-video_corebunnei
2016-05-01OpenGL: Copy TevStageConfig using a loop. Fixes bug: const_color not copiedJannik Vogel
2016-04-30OpenGL: border_color was never set. Fixed. (#1740)Jannik Vogel
2016-04-30VideoCore: Run include-what-you-use and fix most includes.Emmanuel Gil Peyrot
2016-04-29Common: Remove section measurement from profiler (#1731)Yuri Kunde Schlesner
2016-04-22HWRasterizer: reorder declarations to match defstfarley
2016-04-22HWRasterizer: sync specular uniform for new shaderstfarley
2016-04-22Merge pull request #1436 from tfarley/hw-tex-forwardingbunnei
2016-04-21HWRasterizer: Texture forwardingtfarley
2016-04-10OpenGL: Implement color combiner Operation::Dot3_RGBJannik Vogel
2016-04-08OpenGL: Respect buffer-write allow registersJannik Vogel
2016-04-08OpenGL: Split buffer-write mask sync into seperate functionsJannik Vogel
2016-04-08OpenGL: Keep stencil-test and framebuffer.depth_format in syncJannik Vogel
2016-04-07Merge pull request #1639 from linkmauve/fix-double-framebuffer-checkbunnei
2016-04-05Merge pull request #1643 from MerryMage/make_uniqueMathew Maidment
2016-04-05Common: Remove Common::make_unique, use std::make_uniqueMerryMage
2016-04-03OpenGL: Fix a double framebuffer completeness checks.Emmanuel Gil Peyrot
2016-04-03OpenGL: Check for framebuffer completenessJannik Vogel
2016-04-01Avoid warnings by casting to size_t for ARRAY_SIZE() comparisonsJannik Vogel
2016-03-23OpenGL: Don't attempt to draw empty triangle batchesYuri Kunde Schlesner
2016-03-08Merge pull request #1344 from LittleWhite-tb/error-outputbunnei
2016-03-08Improve error report from Init() functionsLittleWhite