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
/
emit_context.cpp
Age
Commit message (
Expand
)
Author
2021-07-22
glsl: Add gl_ViewportIndex out attribute
ameerj
2021-07-22
glsl: Fix precise variable declaration
ameerj
2021-07-22
glsl: Implement tessellation shaders
ameerj
2021-07-22
glsl: Implement geometry shaders
ameerj
2021-07-22
glsl: Implement gl_ViewportIndex
ameerj
2021-07-22
HACK glsl: Write defaults to unused generic attributes
ameerj
2021-07-22
glsl: Fix ssbo indexing and name shadowing between shader stages
ameerj
2021-07-22
glsl: Rework var alloc to not assign unused results
ameerj
2021-07-22
glsl: Fix ATOM and implement ATOMS
ameerj
2021-07-22
glsl: Use gl_SubGroupInvocationARB
ameerj
2021-07-22
glsl: Implement VOTE for subgroup size potentially larger
ameerj
2021-07-22
glsl: Implement VOTE
ameerj
2021-07-22
glsl: Implement ST{LS}
ameerj
2021-07-22
glsl: Implement more instructions used by SMO
ameerj
2021-07-22
glsl: Implement TEX depth functions
ameerj
2021-07-22
glsl: Implement TEX ImageSample functions
ameerj
2021-07-22
glsl: Better Storage access and wip warps
ameerj
2021-07-22
glsl: WIP var forward declaration
ameerj
2021-07-22
glsl: Fix bindings, add some CC ops
ameerj
2021-07-22
glsl: Implement derivatives and YDirection
ameerj
2021-07-22
glsl: Fix non-immediate buffer access
ameerj
2021-07-22
glsl: textures wip
ameerj
2021-07-22
glsl: Implement some attribute getters and setters
ameerj
2021-07-22
glsl: Track S32 atomics
ameerj
2021-07-22
glsl: Query GL Device for FP16 extension support
ameerj
2021-07-22
glsl: Simply FP storage atomics
ameerj
2021-07-22
glsl: F16x2 storage atomics
ameerj
2021-07-22
glsl: Revert ssbo aliasing. Storage Atomics impl
ameerj
2021-07-22
glsl: Wip storage atomic ops
ameerj
2021-07-22
glsl: More FP fixes
ameerj
2021-07-22
glsl: FP function fixes
ameerj
2021-07-22
glsl: Implement a few Integer instructions
ameerj
2021-07-22
glsl: Fix program linking and cbuf
ameerj
2021-07-22
glsl: Fix "reg" allocing
ameerj
2021-07-22
glsl: Initial backend
ameerj