summaryrefslogtreecommitdiff
path: root/dri2proto.txt
diff options
context:
space:
mode:
authorChad Versace <chad@chad-versace.us>2011-05-11 12:50:11 -0700
committerChad Versace <chad@chad-versace.us>2011-06-07 09:38:50 -0700
commit7fd18b15646a62bd82a4eb0eca60a34c1731813d (patch)
tree1c8ab33fa84b94fb32e525108c64a7ebd9d122a3 /dri2proto.txt
parent005096937e1da6f65f8ece77662a8db6102d933d (diff)
Add attachment token DRI2BufferHizdri2proto-2.6refs/dri2proto-2.6
... and bump version to 2.6. CC: Eric Anholt <eric@anholt.net> CC: Ian Romanick <idr@freedesktop.org> CC: Kristian Høgsberg <krh@bitplanet.net Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Signed-off-by: Chad Versace <chad@chad-versace.us>
Diffstat (limited to 'dri2proto.txt')
-rw-r--r--dri2proto.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/dri2proto.txt b/dri2proto.txt
index dc46e58..df763c7 100644
--- a/dri2proto.txt
+++ b/dri2proto.txt
@@ -178,7 +178,8 @@ DRI2ATTACHMENT { DRI2BufferFrontLeft
DRI2BufferAccum
DRI2BufferFakeFrontLeft
DRI2BufferFakeFrontRight
- DRI2BufferDepthStencil }
+ DRI2BufferDepthStencil
+ DRI2BufferHiz }
These values describe various attachment points for DRI2
buffers.
@@ -509,6 +510,8 @@ The DRI2 extension has undergone a number of revisions before
2.3: Added the DRI2InvalidateBuffers event.
+ 2.6: Enlightenment attained. Added the DRI2BufferHiz attachment.
+
Compatibility up to 2.0 is not preserved, but was also never released.
@@ -569,6 +572,7 @@ A.1 Common Types
0x7 DRI2BufferFakeFrontLeft
0x8 DRI2BufferFakeFrontRight
0x9 DRI2BufferDepthStencil
+ 0xa DRI2BufferHiz
└───
Used to encode the possible attachment points. The attachment
DRI2BufferDepthStencil is only available with protocol version 1.1 or