aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/renderer_opengl
AgeCommit message (Expand)Author
2021-07-22gl_shader_cache: Conditionally use viewport maskReinUsesLisp
2021-07-22gl_shader_cache,glasm: Conditionally use typeless image reads extensionReinUsesLisp
2021-07-22gl_shader_cache: Improve GLASM error print logicReinUsesLisp
2021-07-22glasm: Implement forced early ZReinUsesLisp
2021-07-22glasm: Set transform feedback stateReinUsesLisp
2021-07-22gl_shader_cache: Pass shader runtime informationReinUsesLisp
2021-07-22shader: Split profile and runtime information in separate structsReinUsesLisp
2021-07-22gl_shader_manager: Zero initialize current assembly programsReinUsesLisp
2021-07-22gl_shader_manager: Remove unintentionally committed #pragmaReinUsesLisp
2021-07-22renderer_opengl: State track compute assembly programsReinUsesLisp
2021-07-22renderer_opengl: State track assembly programsReinUsesLisp
2021-07-22HACK: Bind stages before and after bindingsReinUsesLisp
2021-07-22glasm: Support textures used in more than one stageReinUsesLisp
2021-07-22opengl: Initial (broken) support to GLASM shadersReinUsesLisp
2021-07-22gl_rasterizer: Flush L2 caches before glFlush on GLASMReinUsesLisp
2021-07-22glasm: Initial GLASM compute implementation for testingReinUsesLisp
2021-07-22gl_shader_cache: Remove code unintentionally committedReinUsesLisp
2021-07-22Move SPIR-V emission functions to their own headerReinUsesLisp
2021-07-22shader: Initial OpenGL implementationReinUsesLisp
2021-07-22shader: Move pipeline cache logic to separate filesReinUsesLisp
2021-07-22shader: Accelerate pipeline transitions and use dirty flags for shadersReinUsesLisp
2021-07-22shader: Interact texture buffers with buffer cacheReinUsesLisp
2021-07-22shader: Remove old shader managementReinUsesLisp
2021-07-20Merge pull request #6629 from FernandoS27/accel-dma-2bunnei
2021-07-20gl_texture_cache: Workaround slow PBO downloads on radeonsiReinUsesLisp
2021-07-15Merge pull request #6579 from ameerj/float-settingsbunnei
2021-07-13DMAEngine: Accelerate BufferClearFernando Sahmkow
2021-07-11accelerateDMA: Accelerate Buffer Copies.Fernando Sahmkow
2021-07-09Fence Manager: remove reference fencing.Fernando Sahmkow
2021-07-09Fence Manager: Force ordering on WFI.Fernando Sahmkow
2021-07-09Fence Manager: Add fences on Reference Count.Fernando Sahmkow
2021-07-08configure_graphics: Use u8 for bg_color valuesameerj
2021-07-07util_shaders: Fix BindImageTexturelat9nq
2021-07-06Merge pull request #6497 from FernandoS27/scotty-doesnt-knowbunnei
2021-07-05Merge pull request #6537 from Morph1984/warningsbunnei
2021-07-04Texture Cache: Initial Implementation of Sparse Textures.Fernando Sahmkow
2021-07-03TextureCacheOGL: Implement Image Copies for 1D and 1D Array.Fernando Sahmkow
2021-06-28Merge pull request #6502 from ameerj/vendor-titleMorph
2021-06-28video_core: Silence signed/unsigned mismatch warningsMorph
2021-06-24Merge pull request #6496 from ameerj/astc-fixesbunnei
2021-06-24Merge pull request #6519 from Wunkolo/mem-size-literalbunnei
2021-06-24common: Replace common_sizes into user-literalsWunkolo
2021-06-23Merge pull request #6517 from lioncash/fmtlibbunnei
2021-06-23General: Resolve fmt specifiers to adhere to 8.0.0 API where applicableLioncash
2021-06-23Merge pull request #6465 from FernandoS27/sex-on-the-beachMai M
2021-06-22bootmanager: Use std::stop_source for stopping emulationReinUsesLisp
2021-06-20gl_device: Expand on Mesa driver nameslat9nq
2021-06-20video_core: Add GPU vendor name to window title barameerj
2021-06-20Reaper: Guarantee correct deletion.Fernando Sahmkow
2021-06-19util_shaders: Specify ASTC decoder memory barrier bitsameerj