| Commit message (Expand) | Author | Files | Lines |
2021-07-23 | glsl: textures wip | ameerj | 9 | -75/+139 |
2021-07-23 | glsl: Implement some attribute getters and setters | ameerj | 9 | -191/+337 |
2021-07-23 | glsl: Track S32 atomics | ameerj | 1 | -3/+6 |
2021-07-23 | glsl: Update phi node management | ameerj | 4 | -21/+53 |
2021-07-23 | glsl: Fix floating point compare ops | ameerj | 1 | -28/+28 |
2021-07-23 | glsl: Query GL Device for FP16 extension support | ameerj | 1 | -2/+7 |
2021-07-23 | glsl: Simply FP storage atomics | ameerj | 2 | -48/+28 |
2021-07-23 | glsl: F16x2 storage atomics | ameerj | 7 | -58/+64 |
2021-07-23 | glsl: Revert ssbo aliasing. Storage Atomics impl | ameerj | 4 | -68/+132 |
2021-07-23 | glsl: implement phi nodes | ameerj | 4 | -20/+54 |
2021-07-23 | glsl: Wip storage atomic ops | ameerj | 8 | -325/+406 |
2021-07-23 | glsl: Implement FCMP | ameerj | 3 | -242/+185 |
2021-07-23 | glsl: Add a more robust fp formatter | ameerj | 4 | -9/+14 |
2021-07-23 | glsl: More FP fixes | ameerj | 2 | -9/+16 |
2021-07-23 | glsl: FP function fixes | ameerj | 7 | -17/+25 |
2021-07-23 | glsl: More FP instructions/fixes | ameerj | 5 | -28/+41 |
2021-07-23 | glsl: Add many FP32/64 instructions | ameerj | 12 | -765/+1011 |
2021-07-23 | glsl: Implement more Integer ops | ameerj | 3 | -119/+72 |
2021-07-23 | glsl: Implement BF* | ameerj | 3 | -9/+10 |
2021-07-23 | glsl: Implement a few Integer instructions | ameerj | 10 | -260/+398 |
2021-07-23 | glsl: Use std::string_view for Emit function args. | ameerj | 6 | -760/+838 |
2021-07-23 | glsl: Pass IR::Inst& to Emit functions | ameerj | 6 | -171/+169 |
2021-07-23 | glsl: INeg and IAdd negate tests | ameerj | 3 | -94/+106 |
2021-07-23 | glsl: Reusable typed variables. IADD32 | ameerj | 6 | -203/+311 |
2021-07-23 | glsl: Fix program linking and cbuf | ameerj | 2 | -3/+5 |
2021-07-23 | glsl: Fix "reg" allocing | ameerj | 10 | -898/+938 |
2021-07-23 | glsl: Initial backend | ameerj | 26 | -0/+3266 |
2021-07-23 | spirv: Reduce log severity of mismatching denorm rules | ReinUsesLisp | 1 | -2/+2 |
2021-07-23 | shader: Add logging | ReinUsesLisp | 9 | -21/+23 |
2021-07-23 | shader: Add shader loop safety check settings | lat9nq | 4 | -8/+28 |
2021-07-23 | spirv/convert: Catch more signed operations oversights | ameerj | 1 | -5/+5 |
2021-07-23 | spirv/convert: Catch more broken signed operations on Nvidia OpenGL | ReinUsesLisp | 1 | -0/+6 |
2021-07-23 | glasm: Use ARB_derivative_control conditionally | ReinUsesLisp | 2 | -7/+29 |
2021-07-23 | emit_glasm_context_get_set: Remove unused variable | lat9nq | 1 | -1/+0 |
2021-07-23 | shader,glasm: Implement legacy texcoord loads | ReinUsesLisp | 1 | -2/+10 |
2021-07-23 | glasm: Implement legacy varyings | ReinUsesLisp | 1 | -17/+56 |
2021-07-23 | shader: Add support for "negative" and unaligned offsets | ReinUsesLisp | 2 | -6/+11 |
2021-07-23 | spirv: Fix output generics with components | ReinUsesLisp | 1 | -1/+1 |
2021-07-23 | opengl: Declare fragment outputs even if they are not used | ReinUsesLisp | 3 | -10/+5 |
2021-07-23 | spirv: Fix image and image buffer descriptor index usage | ReinUsesLisp | 1 | -5/+7 |
2021-07-23 | glasm: Fix immediate texture coordinate | ReinUsesLisp | 1 | -0/+1 |
2021-07-23 | glasm: Reduce reg allocation leaks from an exception to a log | ReinUsesLisp | 1 | -1/+1 |
2021-07-23 | glasm: Use integer lod for TXQ | ReinUsesLisp | 2 | -2/+2 |
2021-07-23 | glasm: Fix global memory fallbacks | ReinUsesLisp | 1 | -9/+10 |
2021-07-23 | Revert "glasm: Skip phi moves on undefined instructions" | ReinUsesLisp | 1 | -3/+1 |
2021-07-23 | glasm: Remove unintentional '\n' on Undef32 | ReinUsesLisp | 1 | -1/+1 |
2021-07-23 | glasm: Use storage buffers instead of global memory when possible | ReinUsesLisp | 4 | -369/+380 |
2021-07-23 | glasm: Implement Y direction | ReinUsesLisp | 4 | -3/+9 |
2021-07-23 | glasm: Skip phi moves on undefined instructions | ReinUsesLisp | 1 | -1/+3 |
2021-07-23 | glasm: Implement undef instructions | ReinUsesLisp | 2 | -15/+15 |
2021-07-23 | glasm: Fix global memory callbacks | ReinUsesLisp | 1 | -5/+6 |
2021-07-23 | glasm: Release phi node registers after they are no longer needed | ReinUsesLisp | 2 | -38/+54 |
2021-07-23 | glasm: Fix INeg32 on negative immediates | ReinUsesLisp | 1 | -1/+5 |
2021-07-23 | glasm: Remove unnecessary value types | ReinUsesLisp | 3 | -47/+6 |
2021-07-23 | glasm: Throw when there are register leaks | ReinUsesLisp | 2 | -0/+7 |
2021-07-23 | glasm: Catch more register leaks | ReinUsesLisp | 8 | -41/+114 |
2021-07-23 | glasm: Fix usage counting on phi nodes | ReinUsesLisp | 3 | -8/+22 |
2021-07-23 | glasm: Implement global memory fallbacks | ReinUsesLisp | 2 | -50/+89 |
2021-07-23 | glasm: Implement int64 add and subtract | ReinUsesLisp | 2 | -8/+6 |
2021-07-23 | emit_glasm_context_get_set: Remove unused variable | lat9nq | 1 | -1/+0 |
2021-07-23 | glasm: Implement indirect attribute loads | ReinUsesLisp | 4 | -6/+65 |
2021-07-23 | glasm: Implement image atomics | ReinUsesLisp | 2 | -165/+153 |
2021-07-23 | glasm: Reorder unreachable image atomic insts | ReinUsesLisp | 1 | -66/+66 |
2021-07-23 | glasm: Implement gl_Layer stores | ReinUsesLisp | 1 | -0/+7 |
2021-07-23 | glasm: Implement SampleId | ReinUsesLisp | 2 | -3/+3 |
2021-07-23 | glasm: Implement IsHelperInvocation | ReinUsesLisp | 2 | -3/+3 |
2021-07-23 | glasm: Fix EmitVertex's optimization | ReinUsesLisp | 1 | -1/+1 |
2021-07-23 | gl_shader_cache,glasm: Conditionally use typeless image reads extension | ReinUsesLisp | 1 | -2/+4 |
2021-07-23 | glasm: Implement forced early Z | ReinUsesLisp | 1 | -2/+6 |
2021-07-23 | glasm: Simplify patch reads | ReinUsesLisp | 1 | -5/+2 |
2021-07-23 | glasm: Fix output patch reads | ReinUsesLisp | 2 | -13/+22 |
2021-07-23 | shader: Split profile and runtime information in separate structs | ReinUsesLisp | 10 | -66/+80 |
2021-07-23 | emit_glasm_context_get_and_set.cpp: Add missing semicolons | ameerj | 1 | -2/+2 |
2021-07-23 | glasm: Fix patch attribute declarations | ReinUsesLisp | 1 | -1/+1 |
2021-07-23 | glasm: Implement FSWZADD | ameerj | 3 | -4/+28 |
2021-07-23 | glasm: Implement PrimitiveId attribute read | ReinUsesLisp | 1 | -0/+3 |
2021-07-23 | glasm: Implement clip distance stores | ReinUsesLisp | 2 | -0/+15 |
2021-07-23 | glasm: Fix tessellation input attributes | ReinUsesLisp | 1 | -2/+5 |
2021-07-23 | glasm: Add missing semicolon on tesscoord reading | ReinUsesLisp | 1 | -1/+1 |
2021-07-23 | glasm: Fix tessellation headers | ReinUsesLisp | 1 | -2/+2 |
2021-07-23 | glasm: Add tessellation shader declarations | ReinUsesLisp | 1 | -0/+35 |
2021-07-23 | glasm: Implement TessellationEvaluationPoint | ReinUsesLisp | 1 | -0/+4 |
2021-07-23 | glasm: Implement patch memory | ReinUsesLisp | 3 | -6/+51 |
2021-07-23 | glasm: Fix InvocationId declaration | ReinUsesLisp | 1 | -1/+1 |
2021-07-23 | glasm: Implement InvocationId | ReinUsesLisp | 2 | -2/+5 |
2021-07-23 | glasm: Optimize EmitVertex into EMIT | ReinUsesLisp | 1 | -1/+5 |
2021-07-23 | glasm: Implement geometry shader attribute reads | ReinUsesLisp | 2 | -4/+18 |
2021-07-23 | glasm: Properly declare attributes on geometry programs | ReinUsesLisp | 3 | -6/+14 |
2021-07-23 | glasm: Declare geometry program headers | ReinUsesLisp | 1 | -0/+35 |
2021-07-23 | glasm: Fix potential aliasing bug on cube array samples | ReinUsesLisp | 2 | -35/+44 |
2021-07-23 | glasm: Implement ImageWrite | ReinUsesLisp | 1 | -4/+7 |
2021-07-23 | glasm: Implement ImageRead | ReinUsesLisp | 4 | -4/+56 |
2021-07-23 | glasm: Implement EmitVertex and EndPrimitive | ReinUsesLisp | 2 | -4/+8 |
2021-07-23 | glasm: Implement ImageGradient | ReinUsesLisp | 2 | -7/+65 |
2021-07-23 | glasm: Implement 64-bit shifts | ReinUsesLisp | 2 | -12/+14 |
2021-07-23 | glasm: Implement barriers | ReinUsesLisp | 1 | -3/+3 |
2021-07-23 | glasm: Fix compute stage name | ReinUsesLisp | 1 | -1/+1 |
2021-07-23 | glasm: Fix phi instruction types | ReinUsesLisp | 1 | -1/+1 |
2021-07-23 | glasm: Implement PREC on relevant instructions | ReinUsesLisp | 1 | -6/+12 |
2021-07-23 | glasm: Implement stores to gl_ViewportIndex | ReinUsesLisp | 4 | -7/+29 |
2021-07-23 | glasm: Implement gl_PointSize stores | ReinUsesLisp | 1 | -0/+3 |
2021-07-23 | glasm: Implement gl_PointCoord | ReinUsesLisp | 1 | -0/+4 |
2021-07-23 | glasm: Implement ImageQueryLod | ReinUsesLisp | 1 | -3/+5 |
2021-07-23 | glasm: Implement ImageFetch | ReinUsesLisp | 4 | -13/+38 |
2021-07-23 | glasm: Implement IADD.CC | ameerj | 1 | -1/+26 |
2021-07-23 | glasm: Implement BFE.CC | ReinUsesLisp | 1 | -0/+8 |
2021-07-23 | glasm: Implement SelectU1 | ReinUsesLisp | 2 | -4/+5 |
2021-07-23 | glasm: Implement gl_WorkGroupID | ReinUsesLisp | 2 | -3/+3 |
2021-07-23 | glasm: Implement TXQ and improve texture info reads | ReinUsesLisp | 2 | -50/+51 |
2021-07-23 | glasm: Implement gl_FrongFacing attribute | ReinUsesLisp | 1 | -0/+3 |
2021-07-23 | glasm: Support textures used in more than one stage | ReinUsesLisp | 3 | -4/+24 |
2021-07-23 | glasm: Implement textureGather instructions | ReinUsesLisp | 2 | -15/+97 |
2021-07-23 | glasm: Implement gl_FragDepth and gl_SampleMask stores | ReinUsesLisp | 2 | -5/+5 |
2021-07-23 | glasm: Do not alias ConditionRef for now | ReinUsesLisp | 2 | -3/+2 |
2021-07-23 | shader: Read branch conditions from an instruction | ReinUsesLisp | 7 | -5/+20 |
2021-07-23 | glasm: Implement InstanceId and VertexId | ReinUsesLisp | 1 | -0/+6 |
2021-07-23 | glasm: Add missing return value on move assignment | ReinUsesLisp | 1 | -0/+1 |
2021-07-23 | glasm: Fix aliased bitcasts ref counting | ReinUsesLisp | 3 | -13/+42 |
2021-07-23 | glasm: Remove unintentional comma on vector insert | ReinUsesLisp | 1 | -1/+1 |
2021-07-23 | glasm: Implement TEX and TEXS instructions | ReinUsesLisp | 6 | -47/+258 |
2021-07-23 | glasm: Add support for non-2D texture samples | ReinUsesLisp | 1 | -4/+26 |
2021-07-23 | glasm: Reorder unreachable image instructions to the bottom | ReinUsesLisp | 1 | -97/+97 |
2021-07-23 | glasm: Add support for texture offsets | ReinUsesLisp | 1 | -11/+15 |
2021-07-23 | glasm: Improve texture sampling instructions | ReinUsesLisp | 2 | -50/+70 |
2021-07-23 | emit_glasm: Enable ARB_draw_buffers when needed | ReinUsesLisp | 2 | -1/+5 |
2021-07-23 | emit_glasm: Add support for reading position attributes | ReinUsesLisp | 1 | -3/+13 |
2021-07-23 | shader_recompiler: GCC fixes | lat9nq | 3 | -25/+25 |
2021-07-23 | glasm: Implement rest of shared mem | ameerj | 2 | -35/+29 |
2021-07-23 | emit_spirv: Jump to loop body with local variable | ReinUsesLisp | 1 | -1/+1 |
2021-07-23 | glasm: Implement derivative instructions on GLASM | ReinUsesLisp | 2 | -12/+12 |
2021-07-23 | glasm: Initial (broken) implementation of TEX on GLASM | ReinUsesLisp | 3 | -299/+386 |
2021-07-23 | glasm: Implement some graphics instructions on GLASM | ReinUsesLisp | 2 | -6/+5 |
2021-07-23 | glasm: Add Void type to GLASM values | ReinUsesLisp | 3 | -0/+15 |
2021-07-23 | glasm: Add graphics specific shader declarations to GLASM | ReinUsesLisp | 2 | -6/+63 |
2021-07-23 | glasm: Implement local memory for glasm | ameerj | 4 | -9/+12 |
2021-07-23 | emit_spirv: Add missing block in case | ReinUsesLisp | 1 | -1/+2 |
2021-07-23 | glasm: Initial implementation of phi nodes on GLASM | ReinUsesLisp | 5 | -10/+88 |
2021-07-23 | glasm: Write result to scalar on integer comparison instructions | ReinUsesLisp | 1 | -10/+10 |
2021-07-23 | glasm: Declare NV_shader_thread_group when needed | ReinUsesLisp | 1 | -3/+4 |
2021-07-23 | glasm: Rework control flow introducing a syntax list | ReinUsesLisp | 9 | -88/+116 |
2021-07-23 | glasm: Implement Storage atomics | ameerj | 5 | -109/+156 |
2021-07-23 | glasm: Ensure reg alloc order across compilers on GLASM | ReinUsesLisp | 1 | -11/+14 |
2021-07-23 | glasm: Enable unintentionally disabled register aliasing on GLASM | ReinUsesLisp | 1 | -16/+11 |
2021-07-23 | glasm: Review all GLASM insts to be aware of register aliasing | ReinUsesLisp | 4 | -20/+51 |
2021-07-23 | glasm: Implement shuffle and vote instructions on GLASM | ReinUsesLisp | 8 | -99/+162 |
2021-07-23 | glasm: Add MUFU instructions to GLASM | ReinUsesLisp | 2 | -21/+22 |
2021-07-23 | glasm: Implement IAbs64 and INeg64 on GLASM | ReinUsesLisp | 2 | -6/+6 |
2021-07-23 | glasm: Properly clamp Fp64 on GLASM | ReinUsesLisp | 1 | -6/+6 |
2021-07-23 | glasm: Fix register allocation when moving immediate on GLASM | ReinUsesLisp | 3 | -42/+89 |
2021-07-23 | glasm: Implement SelectU64 on GLASM | ReinUsesLisp | 2 | -4/+20 |
2021-07-23 | glasm: Fix clamps so the min value has priority on NAN on GLASM | ReinUsesLisp | 1 | -12/+15 |
2021-07-23 | glasm: Fix moving U64 immediates to registers in GLASM | ReinUsesLisp | 2 | -3/+4 |
2021-07-23 | glasm: Implement storage atomic ops | ameerj | 4 | -305/+358 |
2021-07-23 | glasm: Add conversion instructions to GLASM | ReinUsesLisp | 9 | -282/+351 |
2021-07-23 | glasm: Add fp min/max insts and fix store for fp64 on GLASM | ReinUsesLisp | 2 | -10/+8 |
2021-07-23 | glasm: Add logical instructions on GLASM | ReinUsesLisp | 2 | -12/+12 |
2021-07-23 | glasm: Remove duplicated Fp64 pack instructions on GLASM | ReinUsesLisp | 1 | -8/+0 |
2021-07-23 | glasm: Remove unnecesary new white space on Clamp GLASM | ReinUsesLisp | 1 | -4/+4 |
2021-07-23 | glasm: Add floating-point comparisons on GLASM | ReinUsesLisp | 3 | -120/+116 |
2021-07-23 | emit_glasm: Implement more integer alu ops | ameerj | 2 | -47/+41 |
2021-07-23 | glasm: Reimplement bitwise ops and BFI/BFE | ameerj | 4 | -88/+108 |
2021-07-23 | glasm: Initial GLASM fp64 support | ReinUsesLisp | 9 | -55/+152 |
2021-07-23 | glasm: Implement GLASM fp16 packing and move bitwise insns | ReinUsesLisp | 4 | -66/+77 |
2021-07-23 | glasm: Remove unused functions left from rebase | ReinUsesLisp | 1 | -12/+0 |
2021-07-23 | glasm: Specify namespace when using FormatTo | ReinUsesLisp | 1 | -6/+6 |
2021-07-23 | glasm: Implement more GLASM composite instructions | ReinUsesLisp | 2 | -54/+63 |
2021-07-23 | glasm: Make GLASM aware of types | ReinUsesLisp | 12 | -1244/+1380 |
2021-07-23 | glasm: Use CMP.S for Select32 | ameerj | 3 | -12/+8 |
2021-07-23 | glasm: Implement more logical ops | ameerj | 2 | -5/+5 |
2021-07-23 | glasm: Implement BFI, BFE | ameerj | 4 | -138/+164 |
2021-07-23 | glasm: Use BitField instead of C bitfields | ReinUsesLisp | 2 | -8/+12 |
2021-07-23 | glasm: Remove unused argument in identity instructions on GLASM | ReinUsesLisp | 1 | -7/+7 |
2021-07-23 | glasm: Implement basic GLASM instructions | ReinUsesLisp | 9 | -840/+1167 |
2021-07-23 | glasm: Changes to GLASM register allocator and emit context | ReinUsesLisp | 4 | -26/+64 |
2021-07-23 | glasm: Add GLASM backend infrastructure | ReinUsesLisp | 26 | -0/+3079 |
2021-07-23 | shader: Fixup SPIR-V emit header namespaces | ReinUsesLisp | 1 | -2/+2 |
2021-07-23 | Move SPIR-V emission functions to their own header | ReinUsesLisp | 23 | -572/+629 |
2021-07-23 | shader: Optimize NVN Fallthrough | FernandoS27 | 1 | -0/+3 |
2021-07-23 | shader: Implement Int32 SUATOM/SURED | ameerj | 5 | -0/+233 |
2021-07-23 | spirv: Be aware of NAN unaware drivers | ReinUsesLisp | 1 | -18/+40 |
2021-07-23 | spirv: Add SSBO read fallbacks when no aliasing is available | ReinUsesLisp | 1 | -37/+99 |
2021-07-23 | spirv: Add OpKill fallback to demote | ReinUsesLisp | 1 | -2/+6 |
2021-07-23 | spirv: Do not enable ShaderLayer | ReinUsesLisp | 1 | -3/+0 |
2021-07-23 | spirv: Enable DemoteToHelperInvocationEXT only when supported | ReinUsesLisp | 1 | -1/+1 |
2021-07-23 | spirv: Use OriginLowerLeft when requested | ReinUsesLisp | 1 | -1/+5 |
2021-07-23 | spirv: Only add image operands mask when needed | ReinUsesLisp | 1 | -5/+9 |
2021-07-23 | spirv: Workaround image unsigned offset bug | ReinUsesLisp | 2 | -9/+26 |
2021-07-23 | spirv: Add int8 and int16 capabilities only when supported | ReinUsesLisp | 1 | -2/+2 |
2021-07-23 | spirv: Add integer clamping workarounds | ReinUsesLisp | 1 | -4/+34 |
2021-07-23 | spirv: Implement int8 and int16 conversion fallbacks | ReinUsesLisp | 1 | -19/+80 |
2021-07-23 | spirv: Support OpenGL uniform buffers and change bindings | ReinUsesLisp | 5 | -56/+163 |
2021-07-23 | spirv: Desambiguate descriptor names | ReinUsesLisp | 1 | -9/+37 |
2021-07-23 | shader: Implement VertexA stage | FernandoS27 | 2 | -0/+5 |
2021-07-23 | shader: Fix storage type when reading patches on tess control | ReinUsesLisp | 1 | -1/+2 |
2021-07-23 | shader: Implement indexed textures | ReinUsesLisp | 3 | -56/+92 |
2021-07-23 | shader: Move microinstruction header to the value header | ReinUsesLisp | 2 | -2/+0 |
2021-07-23 | shader: Add NVN storage buffer fallbacks | ReinUsesLisp | 5 | -24/+109 |
2021-07-23 | spirv: Fix ViewportMask | ReinUsesLisp | 1 | -1/+2 |
2021-07-23 | spirv: Replace Constant/ConstantComposite with Const helper | ameerj | 12 | -112/+101 |
2021-07-23 | shader: Address feedback | FernandoS27 | 2 | -5/+2 |
2021-07-23 | shader: Add coarse derivatives | FernandoS27 | 2 | -0/+12 |
2021-07-23 | shader: Implement fine derivates constant propagation | FernandoS27 | 3 | -0/+15 |
2021-07-23 | shader: Implement SR_Y_DIRECTION | FernandoS27 | 2 | -0/+8 |
2021-07-23 | shader: Fix memory barriers | ReinUsesLisp | 2 | -12/+7 |
2021-07-23 | spirv: Fix implicit lod type | ReinUsesLisp | 2 | -1/+5 |
2021-07-23 | spirv: Use explicit lods outside of fragment shaders | ReinUsesLisp | 1 | -5/+16 |
2021-07-23 | spirv: Use ConstOffset instead of Offset when possible | ReinUsesLisp | 3 | -21/+67 |
2021-07-23 | shader: Implement BFE and BFI CC | ameerj | 1 | -2/+1 |
2021-07-23 | shader: Implement SampleMask | ReinUsesLisp | 4 | -1/+10 |
2021-07-23 | shader: Implement PIXLD.MY_INDEX | ReinUsesLisp | 5 | -0/+12 |
2021-07-23 | spirv: Bitcast non-F32 output attributes to their type before store | ReinUsesLisp | 1 | -13/+28 |
2021-07-23 | spirv: Implement ViewportMask with NV_viewport_array2 | ReinUsesLisp | 4 | -0/+15 |
2021-07-23 | spirv: Bitcast non-F32 attributes to F32 | ReinUsesLisp | 1 | -7/+9 |
2021-07-23 | shader: Implement PrimitiveId | ReinUsesLisp | 3 | -0/+6 |
2021-07-23 | shader: Implement tessellation shaders, polygon mode and invocation id | ReinUsesLisp | 5 | -55/+232 |
2021-07-23 | spirv: Implement image buffers | ReinUsesLisp | 3 | -22/+58 |
2021-07-23 | spirv: Implement Layer stores | ReinUsesLisp | 4 | -9/+26 |
2021-07-23 | spirv: Fix alpha test | FernandoS27 | 1 | -0/+5 |
2021-07-23 | spirv: Fix non-atomic 64-bit store | ameerj | 1 | -1/+1 |
2021-07-23 | spirv: Implement alpha test | ameerj | 1 | -0/+45 |
2021-07-23 | shader: Implement transform feedbacks and define file format | ReinUsesLisp | 5 | -16/+97 |
2021-07-23 | shader: Implement early Z tests | ReinUsesLisp | 1 | -0/+3 |
2021-07-23 | spirv: Rework storage buffers and shader memory | ReinUsesLisp | 6 | -492/+487 |
2021-07-23 | shader: Fix fixed pipeline point size on geometry shaders | ReinUsesLisp | 1 | -10/+18 |
2021-07-23 | shader: Implement geometry shaders | ReinUsesLisp | 5 | -65/+163 |
2021-07-23 | shader: Implement OUT | ReinUsesLisp | 2 | -0/+10 |
2021-07-23 | spirv: Define StorageImageWriteWithoutFormat capability when used | ReinUsesLisp | 1 | -0/+3 |
2021-07-23 | shader: Implement LOP CC | ReinUsesLisp | 2 | -9/+18 |
2021-07-23 | shader: Implement SR_THREAD_KILL | ReinUsesLisp | 4 | -0/+9 |
2021-07-23 | shader: Implement ATOM/S and RED | ameerj | 5 | -4/+800 |
2021-07-23 | spirv: Move phi node patching to a separate function | ReinUsesLisp | 1 | -13/+16 |
2021-07-23 | spirv: Guard against typeless image reads on unsupported devices | ReinUsesLisp | 2 | -1/+7 |
2021-07-23 | shader: Move LaneId to the warp emission file and fix AMD | ReinUsesLisp | 3 | -5/+9 |
2021-07-23 | spirv: Fix forward declarations on phi nodes | ReinUsesLisp | 1 | -47/+25 |
2021-07-23 | shader: Implement SULD and SUST | ReinUsesLisp | 5 | -29/+130 |
2021-07-23 | shader: Address feedback + clang format | lat9nq | 2 | -5/+0 |
2021-07-23 | shader_recompiler,video_core: Cleanup some GCC and Clang errors | lat9nq | 4 | -14/+22 |
2021-07-23 | shader: Interact texture buffers with buffer cache | ReinUsesLisp | 2 | -28/+28 |
2021-07-23 | shader: Fix TextureGrad | ReinUsesLisp | 1 | -1/+1 |
2021-07-23 | shader: Implement texture buffers | ReinUsesLisp | 4 | -5/+54 |
2021-07-23 | shader: Address feedback | FernandoS27 | 1 | -20/+20 |
2021-07-23 | shader: Implement indexed Position and ClipDistances | FernandoS27 | 1 | -0/+40 |
2021-07-23 | shader: Implement indexed attributes | FernandoS27 | 4 | -6/+134 |
2021-07-23 | shader: Fix ShadowCube declaration type, set number of pipeline threads based on hardware | FernandoS27 | 1 | -1/+1 |
2021-07-23 | shader: Add subgroup masks | ReinUsesLisp | 4 | -10/+56 |
2021-07-23 | shader: Implement BAR and fix memory barriers | ReinUsesLisp | 2 | -3/+13 |
2021-07-23 | shader: Reimplement GetCbufU64 as GetCbufU32x2 | ReinUsesLisp | 4 | -6/+6 |
2021-07-23 | shader: Address Feedback | FernandoS27 | 6 | -71/+26 |
2021-07-23 | shader: Implement SR_LaneId | FernandoS27 | 2 | -0/+5 |
2021-07-23 | shader: Fix shared memory on cool drivers | FernandoS27 | 1 | -0/+1 |
2021-07-23 | shader: Implement MEMBAR | FernandoS27 | 2 | -0/+41 |
2021-07-23 | shader: Improve VOTE.VTG stub | FernandoS27 | 2 | -0/+40 |
2021-07-23 | shader: Implement ViewportIndex | FernandoS27 | 4 | -2/+27 |
2021-07-23 | shader: Stub TLD4's PTP when it isn't constant | FernandoS27 | 1 | -1/+2 |
2021-07-23 | shader: Fix branches to visited virtual blocks | ReinUsesLisp | 1 | -0/+2 |
2021-07-23 | shader: Fix dependency on identity removal pass | ReinUsesLisp | 2 | -3/+8 |
2021-07-23 | spirv: Remove unnecesary variable for clip distances | ReinUsesLisp | 2 | -6/+2 |
2021-07-23 | shader: Implement ClipDistance | FernandoS27 | 3 | -0/+25 |
2021-07-23 | shader: Fix TXD | FernandoS27 | 1 | -1/+1 |
2021-07-23 | shader: Address feedback | FernandoS27 | 1 | -15/+15 |
2021-07-23 | shader: Implement ImageGradient | FernandoS27 | 2 | -1/+54 |
2021-07-23 | shader: Implement TMML partially | FernandoS27 | 1 | -2/+2 |
2021-07-23 | shader,spirv: Implement ImageQueryLod. | FernandoS27 | 4 | -0/+20 |
2021-07-23 | shader: Implement TLD | FernandoS27 | 1 | -1/+1 |
2021-07-23 | spirv: Add fixed pipeline point size | ReinUsesLisp | 2 | -1/+5 |
2021-07-23 | shader: Add PointCoord attribute | FernandoS27 | 3 | -0/+11 |
2021-07-23 | shader: Add PointSize attribute | ameerj | 3 | -0/+9 |
2021-07-23 | shader: Store type of phi nodes in flags | ReinUsesLisp | 1 | -1/+2 |
2021-07-23 | spirv: Fix default output attribute initialization | ReinUsesLisp | 1 | -3/+3 |
2021-07-23 | shader: Implement FSWZADD | ameerj | 4 | -0/+27 |
2021-07-23 | shader: Implement BRX | FernandoS27 | 3 | -2/+15 |
2021-07-23 | shader: Implement I2I CC | ameerj | 2 | -21/+41 |
2021-07-23 | shader: Implement I2I SAT | ameerj | 2 | -0/+10 |
2021-07-23 | shader: Implement LDS, STS, LDL, and STS and use SPIR-V 1.4 when available | ReinUsesLisp | 5 | -1/+334 |
2021-07-23 | shader: Better interpolation and disabled attributes support | ReinUsesLisp | 2 | -12/+46 |
2021-07-23 | spirv: Remove dependencies on Environment when generating SPIR-V | ReinUsesLisp | 2 | -9/+7 |
2021-07-23 | shader: Implement front face | ReinUsesLisp | 3 | -0/+8 |
2021-07-23 | shader: Implement TXQ and fix FragDepth | ReinUsesLisp | 5 | -8/+64 |
2021-07-23 | shader: Refactor PTP and other minor changes | ReinUsesLisp | 5 | -56/+46 |
2021-07-23 | shader: Add IR opcode for ImageFetch | FernandoS27 | 3 | -3/+35 |
2021-07-23 | shader: Implement TLD4.PTP | FernandoS27 | 5 | -9/+40 |
2021-07-23 | shader: Implement FragDepth | FernandoS27 | 1 | -0/+6 |
2021-07-23 | shader: Implement TLD4 and TLD4_B | FernandoS27 | 2 | -0/+48 |
2021-07-23 | shader: Implement SHFL | ameerj | 5 | -60/+151 |
2021-07-23 | shader: Fix F2I | FernandoS27 | 2 | -4/+19 |
2021-07-23 | shader: Implement NDC [-1, 1], attribute types and default varying initialization | ReinUsesLisp | 5 | -39/+112 |
2021-07-23 | shader: Implement VOTE | ameerj | 5 | -1/+77 |
2021-07-23 | shader: Implement DMNMX, DSET, DSETP | ameerj | 3 | -18/+26 |
2021-07-23 | shader: Add support for fp16 comparisons and misc fixes | ReinUsesLisp | 2 | -0/+10 |
2021-07-23 | spirv: Implement VertexId and InstanceId, refactor code | ReinUsesLisp | 6 | -144/+234 |
2021-07-23 | shader: Implement I2F | ReinUsesLisp | 4 | -0/+67 |
2021-07-23 | shader: Add partial rasterizer integration | ReinUsesLisp | 6 | -50/+172 |
2021-07-23 | shader: Implement DADD | ameerj | 1 | -0/+2 |
2021-07-23 | shader: Implement FSET and FSETP | ameerj | 1 | -2/+4 |
2021-07-23 | shader: Implement TEXS | ReinUsesLisp | 1 | -1/+10 |
2021-07-23 | shader: Implement CAL inlining function calls | ReinUsesLisp | 2 | -15/+8 |
2021-07-23 | spirv: Add SignedZeroInfNanPreserve logic | ameerj | 1 | -0/+6 |
2021-07-23 | shader: Implement FMNMX | ameerj | 2 | -12/+12 |
2021-07-23 | shader: Implement FCMP | ameerj | 2 | -0/+5 |
2021-07-23 | shader: Partial implementation of LDC | ReinUsesLisp | 4 | -25/+124 |
2021-07-23 | shader: Initial support for textures and TEX | ReinUsesLisp | 7 | -5/+327 |
2021-07-23 | shader: Implement R2P | ameerj | 3 | -3/+13 |
2021-07-23 | shader: Implement SHF | ameerj | 2 | -9/+19 |
2021-07-23 | shader: Implement LEA | ameerj | 3 | -3/+13 |
2021-07-23 | shader: Implement HADD2 | ReinUsesLisp | 3 | -18/+98 |
2021-07-23 | shader: Implement FLO | ameerj | 2 | -3/+13 |
2021-07-23 | shader: Implement IMNMX | ameerj | 2 | -0/+20 |
2021-07-23 | shader: Implement POPC | ameerj | 2 | -0/+10 |
2021-07-23 | shader: Implement SHR | ameerj | 2 | -6/+11 |
2021-07-23 | spirv: Move phi arguments emit to a separate function | ReinUsesLisp | 1 | -27/+27 |
2021-07-23 | spirv: Add support for self-referencing phi nodes | ReinUsesLisp | 1 | -3/+10 |
2021-07-23 | shader: Implement more of XMAD and FFMA32I and fix XMAD.CBCC | ReinUsesLisp | 2 | -6/+6 |
2021-07-23 | shader: FMUL, select, RRO, and MUFU fixes | ReinUsesLisp | 3 | -52/+228 |
2021-07-23 | shader: Fix MOV(reg), add SHL variants and emit neg and abs instructions | ReinUsesLisp | 2 | -6/+6 |
2021-07-23 | spirv: Fixes and Intel specific workarounds | ReinUsesLisp | 6 | -20/+31 |
2021-07-23 | shader: Rename, implement FADD.SAT and P2R (imm) | ReinUsesLisp | 4 | -79/+98 |
2021-07-23 | shader: Add denorm flush support | ReinUsesLisp | 3 | -9/+64 |
2021-07-23 | spirv: Add lower fp16 to fp32 pass | ReinUsesLisp | 12 | -210/+255 |
2021-07-23 | shader: Primitive Vulkan integration | ReinUsesLisp | 13 | -467/+461 |
2021-07-23 | spirv: Implement EmitIdentity | ReinUsesLisp | 2 | -3/+3 |
2021-07-23 | spirv: Initial bindings support | ReinUsesLisp | 12 | -218/+408 |
2021-07-23 | shader: Add support for forward declarations | ReinUsesLisp | 2 | -52/+49 |
2021-07-23 | shader: Support SSA loops on IR | ReinUsesLisp | 3 | -15/+15 |
2021-07-23 | shader: Misc fixes | ReinUsesLisp | 2 | -0/+11 |
2021-07-23 | shader: Initial implementation of an AST | ReinUsesLisp | 5 | -41/+67 |
2021-07-23 | spirv: Initial SPIR-V support | ReinUsesLisp | 12 | -3/+1359 |
2021-07-23 | shader: Add pools and rename files | ReinUsesLisp | 1 | -0/+21 |