index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
/
engines
Age
Commit message (
Expand
)
Author
2018-06-03
gl_shader_decompiler: Implement TEXS component mask.
bunnei
2018-06-03
Merge pull request #494 from bunnei/shader-tex
bunnei
2018-06-03
gl_shader_decompiler: Implement RRO as a register move.
bunnei
2018-05-31
gl_shader_decompiler: Implement TEX instruction.
bunnei
2018-05-31
gl_shader_decompiler: Support multi-destination for TEXS.
bunnei
2018-05-30
Merge pull request #489 from Subv/vertexid
bunnei
2018-05-30
Shaders: Implemented reading the gl_InstanceID and gl_VertexID variables in t...
Subv
2018-05-29
gl_shader_decompiler: Partially implement F2F_R instruction.
bunnei
2018-05-25
shader_bytecode: Implement other variants of FMNMX.
bunnei
2018-05-20
Merge pull request #458 from Subv/fmnmx
bunnei
2018-05-20
Shaders: Implemented the FMNMX shader instruction.
Subv
2018-05-19
ShadersDecompiler: Added decoding for the PSETP instruction.
Subv
2018-04-29
maxwell_3d: Reset vertex counts after drawing.
bunnei
2018-04-29
shader_bytecode: Add decoding for FMNMX instruction.
bunnei
2018-04-29
Merge pull request #416 from bunnei/shader-ints-p3
bunnei
2018-04-28
fermi_2d: Fix surface copy block height.
bunnei
2018-04-28
gl_shader_decompiler: Partially implement I2I_R, and I2F_R.
bunnei
2018-04-28
shader_bytecode: Add decodings for i2i instructions.
bunnei
2018-04-28
gl_shader_decompiler: Implement MOV32_IMM instruction.
bunnei
2018-04-27
general: Convert assertion macros over to be fmt-compatible
Lioncash
2018-04-26
gl_shader_decompiler: Boilerplate for handling integer instructions.
bunnei
2018-04-25
Merge pull request #396 from Subv/shader_ops
bunnei
2018-04-25
GPU: Partially implemented the Fermi2D surface copy operation.
Subv
2018-04-25
Shaders: Added bit decodings for the I2I instruction.
Subv
2018-04-25
GPU: Added surface copy registers to Fermi2D
Subv
2018-04-25
GPU: Added boilerplate code for the Fermi2D engine
Subv
2018-04-25
GPU: Reduce the number of registers of Maxwell3D to 0xE00.
Subv
2018-04-25
GPU: Move the Maxwell3D macro uploading code to the inside of the Maxwell3D p...
Subv
2018-04-25
video-core: Move logging macros over to new fmt-capable ones
Lioncash
2018-04-24
Shaders: Added decodings for the FSET instructions.
Subv
2018-04-24
memory_manager: Make GpuToCpuAddress return an optional.
bunnei
2018-04-24
memory_manager: Use GPUVAdddr, not PAddr, for GPU addresses.
bunnei
2018-04-24
Merge pull request #386 from Subv/gpu_query
bunnei
2018-04-23
GPU: Added asserts to our code for handling the QUERY_GET GPU command.
Subv
2018-04-23
GPU: Support multiple enabled vertex arrays.
Subv
2018-04-20
shader_bytecode: Add several more instruction decodings.
bunnei
2018-04-20
shader_bytecode: Decode instructions based on bit strings.
bunnei
2018-04-20
ShaderGen: Implemented predicated instruction execution.
Subv
2018-04-20
ShaderGen: Implemented the fsetp instruction.
Subv
2018-04-20
ShaderGen: Register id 255 is special and is hardcoded to return 0 (SR_ZERO).
Subv
2018-04-19
ShaderGen: Implemented the fmul32i shader instruction.
Subv
2018-04-18
gl_shader_gen: Support vertical/horizontal viewport flipping. (#347)
bunnei
2018-04-18
GPU: Pitch textures are now supported, don't assert when encountering them.
Subv
2018-04-17
Merge pull request #346 from bunnei/misc-gpu-improvements
bunnei
2018-04-17
Merge pull request #344 from bunnei/shader-decompiler-p2
bunnei
2018-04-17
maxwell3d: Allow Texture2DNoMipmap as Texture2D.
bunnei
2018-04-17
shader_bytecode: Make ctor's constexpr and explicit.
bunnei
2018-04-17
renderer_opengl: Implement BlendEquation and BlendFunc.
bunnei
2018-04-17
gl_shader_decompiler: Implement FMUL/FADD/FFMA immediate instructions.
bunnei
2018-04-17
gl_shader_decompiler: Add support for TEXS instruction.
bunnei
[prev]
[next]