summaryrefslogtreecommitdiffstats
path: root/include/GL
diff options
context:
space:
mode:
authorKevin Strasser <[email protected]>2019-01-24 17:32:36 -0800
committerAdam Jackson <[email protected]>2019-08-21 18:36:57 +0000
commit4861d2a3956fd7394fa2da6337a0418cbb00dc82 (patch)
treee1996e4f697f7905722c276c95340dcc285c108a /include/GL
parenta427c200801d8f0b3b15f3238e0767504d5bc4c0 (diff)
gbm: Add buffer handling and visuals for fp16 formats
Define and set a new loader cap DRI_LOADER_CAP_FP16, indicating that gbm can handle fp16 formats. Signed-off-by: Kevin Strasser <[email protected]> Reviewed-by: Adam Jackson <[email protected]> Reviewed-by: Marek Olšák <[email protected]> Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'include/GL')
-rw-r--r--include/GL/internal/dri_interface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/GL/internal/dri_interface.h b/include/GL/internal/dri_interface.h
index 60bb9f84ffc..4b5583820ed 100644
--- a/include/GL/internal/dri_interface.h
+++ b/include/GL/internal/dri_interface.h
@@ -1100,6 +1100,7 @@ enum dri_loader_cap {
* only BGRA ordering can be exposed.
*/
DRI_LOADER_CAP_RGBA_ORDERING,
+ DRI_LOADER_CAP_FP16,
};
struct __DRIdri2LoaderExtensionRec {