aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/radv_constants.h
Commit message (Collapse)AuthorAgeFilesLines
* radv: add more constants to avoid using magic numbersSamuel Pitoiset2019-11-281-0/+11
| | | | | | | Trivial. Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Bas Nieuwenhuizen <[email protected]>
* radv: create decompress pipelines for separate depth/stencil layoutsSamuel Pitoiset2019-11-251-0/+1
| | | | | | | | No functional changes as the driver still uses the depth+stencil pipeline. Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Bas Nieuwenhuizen <[email protected]>
* radv: Don't include radv_private.h from radv_shader.hDaniel Schürmann2019-07-301-0/+81
This patch decouples radv_shader.h from any LLVM dependency. Reviewed-by: Samuel Pitoiset <[email protected]> Reviewed-by: Bas Nieuwenhuizen <[email protected]>