diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2009-10-12 13:11:47 -0700 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2009-11-17 13:16:17 -0800 |
commit | 499241b74322b984bbbee0803513e32b6f83bb31 (patch) | |
tree | f0665519dbe0e9151d17579fceee1d43246a9e38 /dri2tokens.h | |
parent | 0a5e388ae9c1306bb253c161071424e0282ea8f5 (diff) |
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.h | 1 |
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 |