summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends
AgeCommit message (Expand)Author
2021-06-13Merge pull request #9784 from PEmu2/masterLéo Lam
2021-06-09Hack to hide debug cubes in Super Mario SunshinePokechu22
2021-06-08Merge pull request #9782 from Techjar/bbox-ogl-upsidedown-fixConnor McLaughlin
2021-06-07Vulkan: Fix subgroup reductionTechjar
2021-06-06VideoCommon: Perform OpenGL bounding box inversion in pixel shaderTechjar
2021-06-05Update buffer_storage warning messagePEmu2
2021-05-31VideoCommon: Restore BBox* forwarding functionsTechjar
2021-05-29Merge pull request #9766 from stenzek/ogl-bbox-memory-barrierConnor McLaughlin
2021-05-29OGL: Force memory barrier when reading back bounding box valuesConnor McLaughlin
2021-05-29VideoCommon: Remove BBox* forwarding functionsTechjar
2021-05-28VideoCommon: Move bounding box pixel quads rounding to shaderTechjar
2021-05-28VideoBackends/OGL: Cache bounding box values between readsConnor McLaughlin
2021-05-28VideoBackends/D3D: Cache bounding box values between readsConnor McLaughlin
2021-05-22VideoCommon: Split BBox* functions into common and backend implementation var...Techjar
2021-05-21Fix perf query regressionJosJuice
2021-05-15Remove all remaining volatile qualifiersJosJuice
2021-05-13Remove Atomic.hJosJuice
2021-05-07Software: Fix OOB tex coord indicesPokechu22
2021-05-07Split TevStageIndirect::mid into matrix_index and matrix_idPokechu22
2021-04-24Merge pull request #9646 from PatrickFerry/sw-textureencoder-alignedwidthLéo Lam
2021-04-23Merge pull request #9660 from ezio1900/masterJMC47
2021-04-24VideoCommon: Fix scissorOffset, handle negative value correctlyezio1900
2021-04-23Merge pull request #9321 from Pokechu22/sw-copyregionJMC47
2021-04-23Merge pull request #9350 from Pokechu22/sw-viewportJMC47
2021-04-19SW: Fix alignedWidth in TextureEncoderPatrick A. Ferry
2021-04-12Vulkan: Work around AMD exclusive fullscreen bug (21.3+)Connor McLaughlin
2021-03-06Software: Invert backface test when viewport is positivePokechu22
2021-03-06Software: Fix out of bounds accesses in CopyRegionPokechu22
2021-03-06Convert BPMemory to BitField and enum classPokechu22
2021-03-06Convert XFMemory to BitField and enum classPokechu22
2021-03-06Convert CPMemory to BitField and enum classPokechu22
2021-02-13Software: Implement pointsPokechu22
2021-02-13Software: Fix line-width effectsPokechu22
2021-02-12Software: Always divide the texture coordinates by q.Pokechu22
2021-02-11Merge pull request #9424 from Pokechu22/sw-no-special-caseLéo Lam
2021-01-27msbuild: bundle all dolphin "core" code into single libraryShawn Hoffman
2021-01-27rename D3DCommon/Common to D3DCommon/D3DCommonShawn Hoffman
2021-01-27normalize common filenames in VideoBackends/D3D12Shawn Hoffman
2021-01-27normalize common filenames in VideoBackends/D3DShawn Hoffman
2021-01-27normalize common filenames in VideoBackends/VulkanShawn Hoffman
2021-01-27normalize common filenames in VideoBackends/NullShawn Hoffman
2021-01-27normalize common filenames in VideoBackends/OGLShawn Hoffman
2021-01-03Software: Remove normalization special casePokechu22
2020-12-16Core: Remove ImageWrite and get rid of -Wmissing-declarations warningsLéo Lam
2020-12-16Fix -Wclass-memaccess warningsLéo Lam
2020-12-02General: Convert PanicAlerts over to fmt equivalentLioncash
2020-11-24Fix bounding box incorrectly disabled on OpenGL ES 3.1, 3.2blåhaj
2020-11-20Software: Use same logic for colors as hardware backendsStenzek
2020-11-20Vulkan: fix validation error in bSupportsGeometryShaders=false caseJonathan Marek
2020-11-09Vulkan: Migrate logging over to fmtLioncash