mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-20 22:50:36 +01:00
gallium: Add warning about PIPE_QUERY_x's ABIness
Someone somewhere decided to use PIPE_QUERY_x as the ABI between host and guest. Add a warning about this. Signed-off-by: Rob Clark <rob.clark@oss.qualcomm.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40051>
This commit is contained in:
parent
7dc6fbd5c5
commit
bfc5865a1b
1 changed files with 3 additions and 0 deletions
|
|
@ -551,6 +551,9 @@ enum pipe_tess_spacing {
|
|||
|
||||
/**
|
||||
* Query object types
|
||||
*
|
||||
* Note, PIPE_QUERY_x has somehow become ABI between virgl (guest) and
|
||||
* virglrenderer (host). Mistakes were made, now we live with it.
|
||||
*/
|
||||
enum pipe_query_type {
|
||||
PIPE_QUERY_OCCLUSION_COUNTER,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue