aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/renderer_opengl
AgeCommit message (Expand)Author
2018-11-12Implement ASTC_2D_10X8 & ASTC_2D_10X8_SRGB (#1666)greggameplayer
2018-11-11Merge pull request #1660 from Tinob/masterbunnei
2018-11-11Merge pull request #1664 from FreddyFunk/cast2bunnei
2018-11-11Use core extensions when available to set max anisotropic filtering levelRodolfo Bogado
2018-11-11Improve state management by splitting some of the states id separated functio...Rodolfo Bogado
2018-11-11Try to fix problems with stencil test in some games, relax translation to ope...Rodolfo Bogado
2018-11-11set sampler max lod, min lod, lod bias and max anisotropyRodolfo Bogado
2018-11-11Merge pull request #1669 from ReinUsesLisp/fixup-gsbunnei
2018-11-11Merge pull request #1663 from lioncash/rasterbunnei
2018-11-11Merge pull request #1648 from FernandoS27/texs-3-arraybunnei
2018-11-11Merge pull request #1654 from degasus/dirty_flagsbunnei
2018-11-10gl_shader_decompiler: Guard out of bound geometry shader input readsReinUsesLisp
2018-11-08gl_rasterizer: Fix compiler warningsFrederic Laing
2018-11-08rasterizer_cache: Remove reliance on the System singletonLioncash
2018-11-08gl_resource_manager: Amend clang-format discrepanciesLioncash
2018-11-07Correct issue where texturelod could not be applied to 2darrayshadowFernandoS27
2018-11-07Implement 3 coordinate array in TEXS instructionFernandoS27
2018-11-07Merge pull request #1635 from Tinob/masterbunnei
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-06gl_rasterizer_cache: Add profiles for Copy and Blit.Markus Wick
2018-11-06gl_resource_manager: Profile creation and deletion.Markus Wick
2018-11-06gl_stream_buffer: Profile orphaning of stream buffer.Markus Wick
2018-11-06gl_resource_manager: Split implementations in .cpp file.Markus Wick
2018-11-05Merge pull request #1616 from FernandoS27/cube-arraybunnei
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-04Merge pull request #1625 from FernandoS27/astcbunnei
2018-11-01Fix ASTC Decompressor to support depth parameterFernandoS27
2018-11-01Merge pull request #1623 from Tinob/masterbunnei
2018-11-01Fix ASTC formatsFernandoS27
2018-11-01Implemented ASTC 5x5FernandoS27
2018-11-01Implement Cube ArraysFernandoS27
2018-11-01Merge pull request #1527 from FernandoS27/assert-flowbunnei
2018-10-31Merge pull request #1528 from FernandoS27/assert-control-codesbunnei
2018-10-30Improve OpenGL state handlingRodolfo Bogado
2018-10-30video_core: Move surface declarations out of gl_rasterizer_cacheReinUsesLisp
2018-10-30Assert Control Codes GenerationFernandoS27
2018-10-30global: Use std::optional instead of boost::optional (#1578)Frederic L
2018-10-29Merge pull request #1580 from FernandoS27/mm-implbunnei
2018-10-29Merge pull request #1613 from ReinUsesLisp/gl-utilsbunnei
2018-10-28Merge pull request #1610 from slashiee/dxt1-alphabunnei
2018-10-28video_core: Move OpenGL specific utils to its rendererReinUsesLisp
2018-10-28renderer_opengl: Correct bpp value for ASTC_2D_8X5_SRGBRodolfo Bogado
2018-10-28Assert Control Flow Instructions using Control CodesFernandoS27
2018-10-28Fixed black textures, pixelation and we no longer require to auto-generate mi...FernandoS27
2018-10-28Fixed mipmap block autosizing algorithmFernandoS27
2018-10-28Fixed Invalid Image size and Mipmap calculationFernandoS27
2018-10-28Fixed Block Resizing algorithm and Clang FormatFernandoS27
2018-10-28Implement Mip FilterFernandoS27