| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #6767 from ReinUsesLisp/fold-float-pack | Morph | 2021-07-30 | 1 | -0/+4 |
|\ |
|
| * | shader: Fold UnpackFloat2x16 and PackFloat2x16 | ReinUsesLisp | 2021-07-30 | 1 | -0/+4 |
* | | Merge pull request #6722 from ReinUsesLisp/xmad-opts | bunnei | 2021-07-30 | 1 | -14/+187 |
|\ \
| |/
|/| |
|
| * | shader: Fold integer FMA from Nvidia's pattern | ReinUsesLisp | 2021-07-26 | 1 | -0/+175 |
| * | shader: Use TryInstRecursive on XMAD multiply folding | ReinUsesLisp | 2021-07-26 | 1 | -14/+12 |
* | | shader: Mark ConvertF16F32 and ConvertF32F16 as fp16 instructions | ReinUsesLisp | 2021-07-28 | 1 | -0/+2 |
|/ |
|
* | shader: Avoid usage of C++20 ranges to build in clang | ReinUsesLisp | 2021-07-23 | 6 | -17/+12 |
* | shader_recompiler, video_core: Resolve clang errors | lat9nq | 2021-07-23 | 1 | -3/+3 |
* | glsl: Fix tracking of info.uses_shadow_lod | ameerj | 2021-07-23 | 1 | -4/+4 |
* | dual_vertex_pass: Clang format | ameerj | 2021-07-23 | 1 | -14/+14 |
* | shader: Rework varyings and implement passthrough geometry shaders | ReinUsesLisp | 2021-07-23 | 1 | -137/+65 |
* | lower_int64_to_int32: Add missing include | lat9nq | 2021-07-23 | 1 | -0/+1 |
* | shader: Add int64 to int32 lowering pass | ReinUsesLisp | 2021-07-23 | 2 | -0/+217 |
* | shader: Teach global memory base tracker to follow vectors | ReinUsesLisp | 2021-07-23 | 1 | -15/+14 |
* | shader: Add constant propagation to integer vectors | ReinUsesLisp | 2021-07-23 | 1 | -0/+9 |
* | shader: Move loop safety tests to code emission | ReinUsesLisp | 2021-07-23 | 1 | -30/+2 |
* | texture_pass: Fix is_read image qualification | ameerj | 2021-07-23 | 1 | -1/+1 |
* | shader: Align constant buffer sizes to 16 bytes | ReinUsesLisp | 2021-07-23 | 1 | -1/+2 |
* | shader: Properly manage attributes not written from previous stages | ReinUsesLisp | 2021-07-23 | 1 | -2/+4 |
* | glsl: Address rest of feedback | ameerj | 2021-07-23 | 1 | -2/+9 |
* | glsl: Conditionally add EXT_texture_shadow_lod | ameerj | 2021-07-23 | 1 | -1/+9 |
* | glsl: Implement legacy varyings | ameerj | 2021-07-23 | 1 | -1/+8 |
* | glsl: Fix ATOM and implement ATOMS | ameerj | 2021-07-23 | 1 | -0/+6 |
* | glsl: Track S32 atomics | ameerj | 2021-07-23 | 1 | -2/+8 |
* | glsl: Revert ssbo aliasing. Storage Atomics impl | ameerj | 2021-07-23 | 1 | -7/+2 |
* | glsl: Wip storage atomic ops | ameerj | 2021-07-23 | 1 | -2/+7 |
* | shader: Fix loop safety to SSA pass | ReinUsesLisp | 2021-07-23 | 1 | -1/+1 |
* | shader: Add shader loop safety check settings | lat9nq | 2021-07-23 | 1 | -19/+47 |
* | shader: Fix VertexA Shaders. | FernandoS27 | 2021-07-23 | 2 | -9/+16 |
* | buffer_cache: Reduce uniform buffer size from shader usage | ReinUsesLisp | 2021-07-23 | 1 | -3/+16 |
* | shader,glasm: Implement legacy texcoord loads | ReinUsesLisp | 2021-07-23 | 1 | -52/+18 |
* | shader: Track legacy varyings | ReinUsesLisp | 2021-07-23 | 1 | -13/+88 |
* | shader: Clang-format secondary textures | ReinUsesLisp | 2021-07-23 | 1 | -2/+2 |
* | shader: Fix secondary textures | ReinUsesLisp | 2021-07-23 | 1 | -2/+2 |
* | shader: Fix FSwizzleAdd folding when going through phi nodes | ReinUsesLisp | 2021-07-23 | 1 | -2/+2 |
* | glasm: Remove unintentionally committed fmt::prints | ReinUsesLisp | 2021-07-23 | 1 | -2/+0 |
* | glasm: Initial implementation of phi nodes on GLASM | ReinUsesLisp | 2021-07-23 | 1 | -5/+1 |
* | glasm: Rework control flow introducing a syntax list | ReinUsesLisp | 2021-07-23 | 4 | -73/+8 |
* | glasm: Implement shuffle and vote instructions on GLASM | ReinUsesLisp | 2021-07-23 | 1 | -1/+3 |
* | shader: Optimize NVN Fallthrough | FernandoS27 | 2021-07-23 | 1 | -7/+71 |
* | shader: Implement Int32 SUATOM/SURED | ameerj | 2021-07-23 | 2 | -1/+103 |
* | shader: Address feedback | FernandoS27 | 2021-07-23 | 1 | -11/+9 |
* | shader: Implement VertexA stage | FernandoS27 | 2021-07-23 | 4 | -0/+128 |
* | shader: Fix BFE s32 undefined check | ameerj | 2021-07-23 | 1 | -1/+1 |
* | shader: Fix error checking in bitfieldExtract and implement bitfieldInsert folding | ReinUsesLisp | 2021-07-23 | 1 | -5/+14 |
* | shader: Add more strict validation the pass | ReinUsesLisp | 2021-07-23 | 1 | -0/+42 |
* | shader: Fix forward referencing identity instructions when inserting phi | ReinUsesLisp | 2021-07-23 | 1 | -11/+13 |
* | shader: Remove invalidated blocks in dead code elimination pass | ReinUsesLisp | 2021-07-23 | 1 | -3/+6 |
* | shader: Implement indexed textures | ReinUsesLisp | 2021-07-23 | 1 | -17/+72 |
* | shader: Intrusively store in a block if it's sealed or not | ReinUsesLisp | 2021-07-23 | 1 | -3/+2 |
* | shader: Move microinstruction header to the value header | ReinUsesLisp | 2021-07-23 | 8 | -8/+8 |
* | shader: Intrusively store register values in block for SSA pass | ReinUsesLisp | 2021-07-23 | 1 | -21/+43 |
* | shader: Implement D3D samplers | ReinUsesLisp | 2021-07-23 | 1 | -11/+69 |
* | shader: Add constant propagation for arithmetic right shifts | ReinUsesLisp | 2021-07-23 | 1 | -0/+3 |
* | shader: Add NVN storage buffer fallbacks | ReinUsesLisp | 2021-07-23 | 2 | -38/+61 |
* | shader: Address feedback | FernandoS27 | 2021-07-23 | 1 | -1/+1 |
* | shader: Add coarse derivatives | FernandoS27 | 2021-07-23 | 2 | -8/+2 |
* | shader: Implement fine derivates constant propagation | FernandoS27 | 2021-07-23 | 2 | -0/+71 |
* | shader: Fix Phi node types | ReinUsesLisp | 2021-07-23 | 1 | -0/+4 |
* | shader: Implement SampleMask | ReinUsesLisp | 2021-07-23 | 1 | -0/+3 |
* | shader: Implement PIXLD.MY_INDEX | ReinUsesLisp | 2021-07-23 | 1 | -0/+3 |
* | spirv: Implement ViewportMask with NV_viewport_array2 | ReinUsesLisp | 2021-07-23 | 1 | -0/+3 |
* | shader: Implement PrimitiveId | ReinUsesLisp | 2021-07-23 | 1 | -0/+3 |
* | shader: Implement tessellation shaders, polygon mode and invocation id | ReinUsesLisp | 2021-07-23 | 1 | -0/+41 |
* | shader: Mark atomic instructions as writes | ReinUsesLisp | 2021-07-23 | 1 | -0/+27 |
* | spirv: Implement image buffers | ReinUsesLisp | 2021-07-23 | 1 | -1/+18 |
* | spirv: Implement Layer stores | ReinUsesLisp | 2021-07-23 | 1 | -0/+3 |
* | spirv: Rework storage buffers and shader memory | ReinUsesLisp | 2021-07-23 | 1 | -5/+64 |
* | shader: Add constant propagation for *&^| binary operations | ReinUsesLisp | 2021-07-23 | 1 | -0/+12 |
* | spirv: Define StorageImageWriteWithoutFormat capability when used | ReinUsesLisp | 2021-07-23 | 1 | -0/+5 |
* | shader: Implement SR_THREAD_KILL | ReinUsesLisp | 2021-07-23 | 1 | -0/+3 |
* | shader: Implement ATOM/S and RED | ameerj | 2021-07-23 | 3 | -2/+201 |
* | spirv: Guard against typeless image reads on unsupported devices | ReinUsesLisp | 2021-07-23 | 1 | -0/+7 |
* | shader: Move LaneId to the warp emission file and fix AMD | ReinUsesLisp | 2021-07-23 | 1 | -1/+1 |
* | shader: Implement SULD and SUST | ReinUsesLisp | 2021-07-23 | 2 | -25/+69 |
* | shader: Address feedback + clang format | lat9nq | 2021-07-23 | 1 | -1/+2 |
* | shader_recompiler,video_core: Cleanup some GCC and Clang errors | lat9nq | 2021-07-23 | 8 | -76/+80 |
* | shader: Implement texture buffers | ReinUsesLisp | 2021-07-23 | 1 | -18/+62 |
* | shader: Address feedback | FernandoS27 | 2021-07-23 | 1 | -13/+9 |
* | shader: Implement indexed Position and ClipDistances | FernandoS27 | 2021-07-23 | 1 | -8/+18 |
* | shader: Implement indexed attributes | FernandoS27 | 2021-07-23 | 2 | -2/+36 |
* | shader: Move recursive SSA rewrite to the heap | ReinUsesLisp | 2021-07-23 | 1 | -29/+89 |
* | shader: Add subgroup masks | ReinUsesLisp | 2021-07-23 | 1 | -0/+7 |
* | shader: Abstract breadth searches and use the abstraction | ReinUsesLisp | 2021-07-23 | 2 | -104/+48 |
* | shader: Reimplement GetCbufU64 as GetCbufU32x2 | ReinUsesLisp | 2021-07-23 | 1 | -4/+3 |
* | shader: Rework global memory tracking to use breadth-first search | ReinUsesLisp | 2021-07-23 | 1 | -69/+80 |
* | shader: Address feedback | FernandoS27 | 2021-07-23 | 2 | -12/+9 |
* | shader: Address Feedback | FernandoS27 | 2021-07-23 | 3 | -60/+9 |
* | shader: Implement SR_LaneId | FernandoS27 | 2021-07-23 | 1 | -0/+1 |
* | shader: Improve VOTE.VTG stub | FernandoS27 | 2021-07-23 | 1 | -1/+50 |
* | shader: Mark SSBOs as written when they are | FernandoS27 | 2021-07-23 | 1 | -2/+29 |
* | shader: Implement ViewportIndex | FernandoS27 | 2021-07-23 | 1 | -0/+3 |
* | shader: Fold composite extract | FernandoS27 | 2021-07-23 | 1 | -0/+62 |
* | shader: Fold comparisons and Pack/Unpack16 | FernandoS27 | 2021-07-23 | 1 | -1/+41 |
* | shader: Fix constant propagation to use reverse post order | ReinUsesLisp | 2021-07-23 | 1 | -1/+2 |
* | shader: Implement ClipDistance | FernandoS27 | 2021-07-23 | 1 | -0/+10 |
* | shader: Implement ImageGradient | FernandoS27 | 2021-07-23 | 2 | -1/+15 |
* | shader,spirv: Implement ImageQueryLod. | FernandoS27 | 2021-07-23 | 2 | -1/+7 |
* | shader: Implement TLD | FernandoS27 | 2021-07-23 | 1 | -0/+1 |
* | shader: Add PointCoord attribute | FernandoS27 | 2021-07-23 | 1 | -0/+4 |
* | shader: Add PointSize attribute | ameerj | 2021-07-23 | 1 | -0/+3 |
* | shader: Implement FSWZADD | ameerj | 2021-07-23 | 1 | -0/+3 |
* | shader: Implement BRX | FernandoS27 | 2021-07-23 | 1 | -1/+20 |
* | shader: Implement LDS, STS, LDL, and STS and use SPIR-V 1.4 when available | ReinUsesLisp | 2021-07-23 | 1 | -0/+6 |
* | shader: Better interpolation and disabled attributes support | ReinUsesLisp | 2021-07-23 | 1 | -1/+1 |
* | shader: Implement front face | ReinUsesLisp | 2021-07-23 | 1 | -0/+3 |
* | shader: Implement TXQ and fix FragDepth | ReinUsesLisp | 2021-07-23 | 2 | -5/+18 |
* | shader: Refactor PTP and other minor changes | ReinUsesLisp | 2021-07-23 | 1 | -20/+2 |
* | shader: Add IR opcode for ImageFetch | FernandoS27 | 2021-07-23 | 1 | -0/+5 |
* | shader: Implement TLD4.PTP | FernandoS27 | 2021-07-23 | 1 | -0/+18 |
* | shader: Implement TLD4 and TLD4_B | FernandoS27 | 2021-07-23 | 3 | -1/+29 |
* | shader: Implement SHFL | ameerj | 2021-07-23 | 1 | -0/+6 |
* | shader: Track first bindless argument instead of the instruction itself | ReinUsesLisp | 2021-07-23 | 1 | -1/+1 |
* | shader: Fix F2I | FernandoS27 | 2021-07-23 | 2 | -0/+4 |
* | shader: Implement VOTE | ameerj | 2021-07-23 | 1 | -0/+6 |
* | shader: Fold interpolation multiplications | ReinUsesLisp | 2021-07-23 | 1 | -0/+34 |
* | shader: Implement DMNMX, DSET, DSETP | ameerj | 2021-07-23 | 2 | -2/+9 |
* | shader: Implement F2F | FernandoS27 | 2021-07-23 | 1 | -1/+3 |
* | shader: Add missing fp64 usage flags | ReinUsesLisp | 2021-07-23 | 1 | -0/+34 |
* | shader: Add support for fp16 comparisons and misc fixes | ReinUsesLisp | 2021-07-23 | 2 | -0/+18 |
* | shader: Fix floating point comparison for FP16 | FernandoS27 | 2021-07-23 | 1 | -0/+24 |
* | spirv: Implement VertexId and InstanceId, refactor code | ReinUsesLisp | 2021-07-23 | 1 | -0/+6 |
* | shader: Implement I2F | ReinUsesLisp | 2021-07-23 | 2 | -0/+44 |
* | shader: Add partial rasterizer integration | ReinUsesLisp | 2021-07-23 | 2 | -5/+57 |
* | shader: Reorder phi nodes when redefined as undefined opcodes | ReinUsesLisp | 2021-07-23 | 1 | -1/+9 |
* | shader: Implement CAL inlining function calls | ReinUsesLisp | 2021-07-23 | 10 | -57/+44 |
* | shader: Implement FCMP | ameerj | 2021-07-23 | 1 | -1/+13 |
* | shader: Partial implementation of LDC | ReinUsesLisp | 2021-07-23 | 4 | -15/+146 |
* | shader: Initial support for textures and TEX | ReinUsesLisp | 2021-07-23 | 4 | -9/+226 |
* | shader: Implement HADD2 | ReinUsesLisp | 2021-07-23 | 2 | -1/+11 |
* | shader: Implement SEL | ameerj | 2021-07-23 | 1 | -4/+8 |
* | shader: Avoid infinite recursion when tracking global memory | ReinUsesLisp | 2021-07-23 | 1 | -5/+26 |
* | shader: FMUL, select, RRO, and MUFU fixes | ReinUsesLisp | 2021-07-23 | 1 | -1/+1 |
* | shader: Add denorm flush support | ReinUsesLisp | 2021-07-23 | 2 | -7/+65 |
* | spirv: Add lower fp16 to fp32 pass | ReinUsesLisp | 2021-07-23 | 4 | -7/+103 |
* | shader: Add XMAD multiplication folding optimization | ReinUsesLisp | 2021-07-23 | 1 | -5/+77 |
* | spirv: Initial bindings support | ReinUsesLisp | 2021-07-23 | 4 | -61/+210 |
* | shader: Fix tracking | ReinUsesLisp | 2021-07-23 | 1 | -50/+72 |
* | shader: Add support for forward declarations | ReinUsesLisp | 2021-07-23 | 1 | -2/+2 |
* | shader: Support SSA loops on IR | ReinUsesLisp | 2021-07-23 | 3 | -17/+55 |
* | shader: Misc fixes | ReinUsesLisp | 2021-07-23 | 2 | -70/+70 |
* | shader: Initial implementation of an AST | ReinUsesLisp | 2021-07-23 | 3 | -3/+75 |
* | spirv: Initial SPIR-V support | ReinUsesLisp | 2021-07-23 | 1 | -1/+1 |
* | shader: Better constant folding | ReinUsesLisp | 2021-07-23 | 1 | -12/+47 |
* | shader: Properly store phi on Inst | ReinUsesLisp | 2021-07-23 | 1 | -10/+12 |
* | shader: Add pools and rename files | ReinUsesLisp | 2021-07-23 | 1 | -14/+14 |
* | shader: Make typed IR | ReinUsesLisp | 2021-07-23 | 2 | -10/+31 |
* | shader: Remove illegal character in SSA pass | ReinUsesLisp | 2021-07-23 | 1 | -1/+1 |
* | shader: Constant propagation and global memory to storage buffer | ReinUsesLisp | 2021-07-23 | 6 | -36/+573 |
* | shader: Initial instruction support | ReinUsesLisp | 2021-07-23 | 2 | -88/+0 |
* | shader: SSA and dominance | ReinUsesLisp | 2021-07-23 | 3 | -1/+164 |
* | shader: Initial recompiler work | ReinUsesLisp | 2021-07-23 | 5 | -0/+213 |