summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon
AgeCommit message (Expand)Author
2021-06-13VideoCommon: Define scalar any() and all() functions in GLSLTechjar
2021-06-11Merge pull request #9801 from Techjar/bbox-rounding-hackJMC47
2021-06-10VideoCommon: Only include centered pixels in bounding boxTechjar
2021-06-09Eliminate TVtxDesc.GetLegacyHexPokechu22
2021-06-09Remove PixelShaderGen hasindstagePokechu22
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-07Merge pull request #9792 from sepalani/lintLéo Lam
2021-06-07Lint: End of namespaceSepalani
2021-06-06VideoCommon: Perform OpenGL bounding box inversion in pixel shaderTechjar
2021-06-05VideoCommon: Round bounding box coordinates down and remove pixel center offsetTechjar
2021-06-01Merge pull request #9764 from Pokechu22/amd-opengl-bbox-fixJMC47
2021-05-31VideoCommon: Add fallback handling for bounding box when disabled or unsupportedTechjar
2021-05-31VideoCommon: Fix bounding box on AMD/OpenGL/WindowsPokechu22
2021-05-31VideoCommon: Restore BBox* forwarding functionsTechjar
2021-05-30Fix -Wreorder warningsTillmann Karras
2021-05-29VideoCommon: Remove BBox* forwarding functionsTechjar
2021-05-28VideoCommon: Move bounding box pixel quads rounding to shaderTechjar
2021-05-27Skip indirect operation for out of bounds indirect stagesPokechu22
2021-05-24Merge pull request #9441 from skylersaleh/masterLéo Lam
2021-05-22Merge pull request #9737 from Techjar/fix-textureinfo-hasmipsMai M
2021-05-22Apple M1: RAII Wrapper for JITPageWrite*Execute*()Skyler Saleh
2021-05-22Apple M1 Support for MacOSSkyler Saleh
2021-05-22VideoCommon: Account for pixel quads in bounding box calculationTechjar
2021-05-22VideoCommon: Split BBox* functions into common and backend implementation var...Techjar
2021-05-22VideoCommon/TextureInfo: Restore old mipmap detection logicTechjar
2021-05-20Merge pull request #9710 from JosJuice/volatile-begoneMai M
2021-05-18Merge pull request #8923 from Filoppi/OSD-fixesJMC47
2021-05-15Remove all remaining volatile qualifiersJosJuice
2021-05-14Merge pull request #9540 from Pokechu22/better-fifo-analyzer-part-2Mat M
2021-05-14Merge pull request #9707 from JosJuice/remove-atomic-headerMat M
2021-05-14Merge pull request #9688 from Filoppi/input_cleanupScott Mansell
2021-05-13Remove Atomic.hJosJuice
2021-05-13Merge pull request #9681 from iwubcode/texture-infoMat M
2021-05-12Add mixed comments to input code, make some tooltip clearerFiloppi
2021-05-11VideoCommon: move all texture calculations to a "TextureInfo" class. This ev...iwubcode
2021-05-09Merge pull request #9694 from iwubcode/xfb-tcache-hashJMC47
2021-05-08VideoCommon: simplify TextureCacheBase by comparing a xfb's hash against a ne...iwubcode
2021-05-07UberShaderPixel: always run indirect stage logicPokechu22
2021-05-07PixelShaderGen: always run indirect stage logicPokechu22
2021-05-07UberShaderPixel: Fix OOB tex coord indicesPokechu22
2021-05-07UberShaderPixel: Return fixed-point values from selectTexCoordPokechu22
2021-05-07PixelShaderGen: Fix OOB tex coord indicesTillmann Karras
2021-05-07PixelShaderGen: Remove unused num_texgens argumentPokechu22
2021-05-07Split TevStageIndirect::mid into matrix_index and matrix_idPokechu22
2021-05-07Add 1 when displaying the number of TEV stagesPokechu22
2021-05-07Correct indirect stage ref typosPokechu22
2021-05-07Separate vertex components by spacesPokechu22
2021-05-07Add descriptions for GX_LOAD_INDX_A/B/C/DPokechu22
2021-05-07Move vertex size and component calculation to VertexLoaderBasePokechu22