mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
gallium: add PIPE_IMAGE_ACCESS_DRIVER_INTERNAL
for e.g. driver internal blits that can use special paths wrt comporession. Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Acked-by: Marek Olšák <marek.olsak@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26613>
This commit is contained in:
parent
15b5437f8f
commit
f217d267d3
1 changed files with 1 additions and 0 deletions
|
|
@ -646,6 +646,7 @@ enum pipe_conservative_raster_mode
|
|||
#define PIPE_IMAGE_ACCESS_COHERENT (1 << 2)
|
||||
#define PIPE_IMAGE_ACCESS_VOLATILE (1 << 3)
|
||||
#define PIPE_IMAGE_ACCESS_TEX2D_FROM_BUFFER (1 << 4)
|
||||
#define PIPE_IMAGE_ACCESS_DRIVER_INTERNAL (1 << 5)
|
||||
|
||||
/**
|
||||
* Implementation capabilities/limits which are queried through
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue