summaryrefslogtreecommitdiff
path: root/dri2tokens.h
diff options
context:
space:
mode:
authorAaron Plattner <aplattner@nvidia.com>2009-10-12 13:11:47 -0700
committerAaron Plattner <aplattner@nvidia.com>2009-11-17 13:16:17 -0800
commit499241b74322b984bbbee0803513e32b6f83bb31 (patch)
treef0665519dbe0e9151d17579fceee1d43246a9e38 /dri2tokens.h
parent0a5e388ae9c1306bb253c161071424e0282ea8f5 (diff)
downloadxorg-proto-dri2proto-499241b74322b984bbbee0803513e32b6f83bb31.tar.gz
Add a DRI2DriverVDPAU driver type.
Signed-off-by: Aaron Plattner <aplattner@nvidia.com> Acked-by: Kristian Høgsberg <krh@bitplanet.net>
Diffstat (limited to 'dri2tokens.h')
-rw-r--r--dri2tokens.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dri2tokens.h b/dri2tokens.h
index d56e4fb..d560271 100644
--- a/dri2tokens.h
+++ b/dri2tokens.h
@@ -45,5 +45,6 @@
#define DRI2BufferDepthStencil 9
#define DRI2DriverDRI 0
+#define DRI2DriverVDPAU 1
#endif