index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
shader_recompiler
/
backend
/
glsl
Age
Commit message (
Expand
)
Author
2023-02-08
glsl_emit_context: Remove redeclarations of gl_SampleID and gl_SampleMask
ameerj
2023-01-29
emit_glsl_image: Implement TXQ with MSAA textures
ameerj
2023-01-29
Merge pull request #9694 from ameerj/txq-mips
liamwhite
2023-01-28
Merge pull request #9687 from ameerj/ogl-shader-ms
bunnei
2023-01-28
shader_recompiler: TXQ: Skip QueryLevels when possible
ameerj
2023-01-28
emit_glsl_image: Fix ImageFetch for MSAA textures
ameerj
2023-01-27
glsl: Add MS sampler types
ameerj
2023-01-25
shader_recompiler: Remove S32 IR type
ameerj
2023-01-04
Video_core: Address feedback
Fernando Sahmkow
2023-01-01
MacroHLE: Add OpenGL Support
Fernando Sahmkow
2022-11-18
Merge pull request #9253 from vonchenplus/attr_layer
liamwhite
2022-11-17
shader: Implement miss attribute layer
FengChen
2022-11-07
video_core: Fix few issues in Tess stage
FengChen
2022-11-04
video_core: Fix SNORM texture buffer emulating error (#9001)
Feng Chen
2022-11-03
Merge pull request #8858 from vonchenplus/mipmap
bunnei
2022-10-22
CMakeLists: Disable C4100 and C4324
Morph
2022-09-23
chore: fix some typos
Andrea Pappacoda
2022-09-20
video_core: Generate mipmap texture by drawing
FengChen
2022-08-25
video_code: support rectangle texture
FengChen
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-04-01
shader_compiler: support const buffer indirect addressing in GLSL
Liam
2022-03-20
shader_recompiler: Reduce unused includes
ameerj
2022-01-29
emit_glsl_atomic: Implement 32x2 fallback atomic ops
ameerj
2022-01-29
shaders: Add U64->U32x2 Atomic fallback functions
ameerj
2022-01-17
shader_recompiler: fix potential OOB access
v1993
2022-01-04
glsl: Remove unreachable return
Narr the Reg
2021-12-29
glsl: Add boolean reference workaround
ameerj
2021-12-29
glsl_context_get_set: Add alternative cbuf type for broken drivers
ameerj
2021-12-29
emit_glsl_integer: Use negation work around
ameerj
2021-12-29
shader: Add integer attribute get optimization pass
ameerj
2021-12-24
emit_glsl_floating_point: Fix FPNeg on newer Nvidia drivers
ameerj
2021-12-18
Remove glsl handle legacy related code
vonchenplus
2021-12-05
shader_recompiler: Adjust emit_context includes
ameerj
2021-12-05
shader_recompiler: Rename backend emit_context files
ameerj
2021-11-16
shader: Properly scale image reads and add GL SPIR-V support
ReinUsesLisp
2021-11-16
glsl/glasm: Pass and use scaling parameters in shaders
ReinUsesLisp
2021-11-16
gl_graphics_pipeline: Add downscale factor to shader uniforms
ameerj
2021-11-16
shader: Add IsTextureScaled opcode
ReinUsesLisp
2021-11-16
shader: Add integer division opcodes
ReinUsesLisp
2021-11-16
shader: Add resolution down factor opcode
ReinUsesLisp
2021-11-01
ShaderCache: Fix Phi Nodes Type on OGL.
Fernando Sahmkow
2021-09-29
style: Remove extra space preceding the :: operator
Morph
2021-08-31
emit_glsl_warp: Fix shuffle ops for 64-thread warp sizes
ameerj
2021-08-31
emit_glsl_warp: Fix ballot related ops for 64-thread warp sizes
ameerj
2021-07-22
glsl: Simplify FCMP emission
ameerj
2021-07-22
glsl: Update TessellationControl gl_in
ameerj
2021-07-22
shader: Avoid usage of C++20 ranges to build in clang
ReinUsesLisp
2021-07-22
glsl: Clamp shared mem size to GL_MAX_COMPUTE_SHARED_MEMORY_SIZE
ameerj
2021-07-22
shader_recompiler, video_core: Resolve clang errors
lat9nq
2021-07-22
shader: Ignore global memory ops on devices lacking int64 support
ameerj
[next]