aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/renderer_opengl/gl_rasterizer.cpp
AgeCommit message (Expand)Author
2018-11-06gl_rasterizer: Skip VAO binding if the state is clean.Markus Wick
2018-11-06gl_rasterizer: Split VAO and VB setup functions.Markus Wick
2018-11-05Add support to color mask to avoid issues in blending caused by wrong values ...Rodolfo Bogado
2018-11-04Implement multi-target viewports and blendingRodolfo Bogado
2018-11-01Merge pull request #1623 from Tinob/masterbunnei
2018-10-30Improve OpenGL state handlingRodolfo Bogado
2018-10-30video_core: Move surface declarations out of gl_rasterizer_cacheReinUsesLisp
2018-10-30global: Use std::optional instead of boost::optional (#1578)Frederic L
2018-10-28Implement Mip FilterFernandoS27
2018-10-28Implement sRGB Support, including workarounds for nvidia driver issues and QT...Rodolfo Bogado
2018-10-26gl_rasterizer: Implement primitive restart.bunnei
2018-10-25gl_rasterizer: Implement depth range.bunnei
2018-10-22Assert that multiple render targets are not set while alpha testingFernandoS27
2018-10-22Use standard UBO and fix/stylize the codeFernandoS27
2018-10-22Cache uniform locations and restructure the implementationFernandoS27
2018-10-22Remove SyncAlphaTest and clang formatFernandoS27
2018-10-22Added Alpha FuncFernandoS27
2018-10-22Implemented Alpha TestingFernandoS27
2018-10-18fermi_2d: Add support for more accurate surface copies.bunnei
2018-10-16config: Rename use_accurate_framebuffers -> use_accurate_gpu_emulation.bunnei
2018-10-16rasterizer_cache: Refactor to support in-order flushing.bunnei
2018-10-16gl_rasterizer_cache: Only flush when use_accurate_framebuffers is enabled.bunnei
2018-10-16gl_rasterizer: Implement flushing.bunnei
2018-10-15gl_rasterizer: Silence implicit cast warning in glBindBufferRangeReinUsesLisp
2018-10-10Merge pull request #1460 from FernandoS27/scissor_testbunnei
2018-10-08Implement Scissor TestFernandoS27
2018-10-08Assert Scissor testsFernandoS27
2018-10-07gl_shader_decompiler: Implement geometry shadersReinUsesLisp
2018-10-06Merge pull request #1446 from bunnei/fast_fermi_copybunnei
2018-10-06Merge pull request #1437 from FernandoS27/tex-mode2bunnei
2018-10-06gl_rasterizer: Fixup undefined behaviour in SetupDrawReinUsesLisp
2018-10-06Implemented Depth Compare and Shadow SamplersFernandoS27
2018-10-06gl_rasterizer: Add rasterizer cache code to handle accerated fermi copies.bunnei
2018-10-04gl_rasterizer: Implement quads topologyReinUsesLisp
2018-10-01gl_rasterizer: Fixup unassigned point sizesReinUsesLisp
2018-09-30gl_rasterizer_cache: Workaround for Texture2D -> Texture2DArray scenario.bunnei
2018-09-28video_core: Implement point_size and add point state syncReinUsesLisp
2018-09-25video_core: Add asserts for CS, TFB and alpha testingReinUsesLisp
2018-09-20RasterizerGL: Use the correct framebuffer when clearing via the CLEAR_BUFFERS...Subv
2018-09-19gl_rasterizer: Fix StartAddress handling with indexed draw calls.Markus Wick
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi
2018-09-12Use ARB_multi_bind for uniform buffers (#1287)ReinUsesLisp
2018-09-10Merge pull request #1286 from bunnei/multi-clearbunnei
2018-09-10rasterizer: Drop unused handler.Markus Wick
2018-09-10gl_rasterizer: Implement clear for non-zero render targets.bunnei
2018-09-09gl_rasterizer: Implement multiple color attachments.bunnei
2018-09-08Merge pull request #1256 from bunnei/tex-target-supportbunnei
2018-09-08gl_rasterizer: Use baseInstance instead of moving the buffer points.bunnei
2018-09-08video_core: Arithmetic overflow warning fix for gl_rasterizer (#1262)Patrick Elsässer
2018-09-08gl_rasterizer: Implement texture wrap mode p.bunnei