Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nir/spirv: s/uint32_t/SpvOp/ in various functions | Brian Paul | 2018-03-30 | 1 | -2/+2 |
| | | | | | | | | | | The MSVC compiler warns when the function parameter types don't exactly match with respect to enum vs. uint32_t. Use SpvOp everywhere. Alternately, uint32_t could be used everywhere. There doesn't seem to be an advantage to one over the other. Reviewed-by: Neil Roberts <[email protected]> | ||||
* | spirv: add support for SPV_AMD_shader_trinary_minmax | Dave Airlie | 2018-03-29 | 1 | -0/+52 |
| | | | | | | | Co-authored-by: Daniel Schürmann <[email protected]> Signed-off-by: Dave Airlie <[email protected]> Reviewed-by: Bas Nieuwenhuizen <[email protected]> Reviewed-by: Samuel Pitoiset <[email protected]> | ||||
* | spirv: handle AMD_gcn_shader extended instructions | Daniel Schürmann | 2018-03-07 | 1 | -0/+57 |
Co-authored-by: Dave Airlie <[email protected]> Signed-off-by: Daniel Schürmann <[email protected]> Reviewed-by: Bas Nieuwenhuizen <[email protected]> |