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
Age
Commit message (
Expand
)
Author
2021-11-16
vulkan: Fix rescaling push constant usage
ameerj
2021-11-16
shader, video_core: Fix GCC build errors
ameerj
2021-11-16
emit_spirv: Fix RescalingLayout alignment
ameerj
2021-11-16
emit_spirv: Fix RescalingLayout alignment
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
spirv: Implement rescaling patching
ReinUsesLisp
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-14
Merge pull request #7260 from vonchenplus/spirv_support_legacy_attribute_v2
bunnei
2021-11-04
Simply legacy attribute implement
Feng Chen
2021-11-02
Merge pull request #7262 from FernandoS27/Buffalo-buffalo-Buffalo-buffalo-buf...
bunnei
2021-11-02
Shader Cahe: Fix Phi Nodes on GLASM.
Fernando Sahmkow
2021-11-01
ShaderCache: Fix Phi Nodes Type on OGL.
Fernando Sahmkow
2021-10-31
Support gl_FogFragCoord attribute
vonchenplus
2021-10-26
Support gl_BackSecondaryColor attribute
vonchenplus
2021-10-26
Support gl_FrontSecondaryColor attribute
vonchenplus
2021-10-26
Support gl_BackColor attribute
vonchenplus
2021-10-17
emit_spirv_image: Fix depth image implicit lod sample in compute
ameerj
2021-09-29
style: Remove extra space preceding the :: operator
Morph
2021-09-15
Spir-V: Rescale the frag depth to 0,1 mode when -1,1 mode is used in Vulkan.
Fernando Sahmkow
2021-09-12
Merge pull request #6948 from ameerj/amd-warp-fix
Morph
2021-09-08
Merge pull request #6962 from vonchenplus/spirv_support_legacy_attribute
bunnei
2021-09-08
Detail adjustment
Feng Chen
2021-09-08
Detail adjustment
Feng Chen
2021-09-07
Re-implement get unused location
Feng Chen
2021-09-07
Move attribute related definitions to spirv anonymous namespace
Feng Chen
2021-09-06
Dynamic get unused location
Feng Chen
2021-09-06
Implement intput and output fixed fnc textures
Feng Chen
2021-09-03
Rename parameters
Feng Chen
2021-09-03
Fix create GraphicsPipelines crash
Feng Chen
2021-09-02
Add input/output location
Feng Chen
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-08-31
emit_spirv_warp: Fix shuffle ops for 64-thread warp sizes
ameerj
2021-08-31
emit_spirv_warp: Fix ballot related ops for 64-thread warp sizes
ameerj
2021-09-01
Add colorfront and txtcoord support
Feng Chen
2021-08-26
emit_spirv_context_get_set: Fix Get FrontFace return value
ameerj
2021-08-19
SPIR-V: Merge two ifs in EmitGetAttribute
Valeri
2021-07-26
Merge pull request #6726 from lioncash/hguard
Rodrigo Locatti
2021-07-26
emit_glasm: Fix LINESS_ADJACENCY typo in InputPrimitive()
Lioncash
2021-07-26
emit_spirv_instructions: Add missing header guard
Lioncash
2021-07-22
shader: Fix disabled attribute default values
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
[next]