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 /dri2proto.txt | |
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 'dri2proto.txt')
-rw-r--r-- | dri2proto.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dri2proto.txt b/dri2proto.txt index e931bfb..d10e372 100644 --- a/dri2proto.txt +++ b/dri2proto.txt @@ -128,7 +128,8 @@ No errrors defined by the DRI2 extension. 5. Protocol Types -DRI2DRIVER { DRI2DriverDRI } +DRI2DRIVER { DRI2DriverDRI + DRI2DriverVDPAU } These values describe the type of driver the client will want to load. The server sends back the name of the driver to use @@ -386,6 +387,7 @@ A.1 Common Types ┌─── DRI2DRIVER 0x0 DRI2DriverDRI + 0x1 DRI2DriverVDPAU └─── ┌─── |