summaryrefslogtreecommitdiff
path: root/dri2tokens.h
AgeCommit message (Collapse)AuthorFilesLines
2012-07-06dri2proto: add prime protocol support. (v2.1)Dave Airlie1-0/+5
So we reserve bits 16->19 for offload device ids, this means we can have 6 offload devices, which is plenty for now, and we can bump this further later without fear. v2: I suck at maths, that is all. Fixed up the maths to match reality. v2.1: fix typo Reviewed-by: Michel Dänzer <michel.daenzer@amd.com> Reviewed-by: Kristian Høgsberg <krh@bitplanet.net> Signed-off-by: Dave Airlie <airlied@redhat.com>
2011-06-07Add attachment token DRI2BufferHizdri2proto-2.6refs/dri2proto-2.6Chad Versace1-0/+1
... 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>
2009-12-08Merge branch 'dri2-swapbuffers'dri2proto-2.2refs/dri2proto-2.2Jesse Barnes1-0/+5
2009-11-17Add a DRI2DriverVDPAU driver type.Aaron Plattner1-0/+1
Signed-off-by: Aaron Plattner <aplattner@nvidia.com> Acked-by: Kristian Høgsberg <krh@bitplanet.net>
2009-11-12Add DRI2 event support for DRI2BufferSwapCompleteJesse Barnes1-0/+5
2009-04-24Add protocol for DRI2GetBuffersWithFormatdri2proto-2.1Ian Romanick1-0/+1
This function replaces DRI2GetBuffers. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Kristian Høgsberg <krh@redhat.com>
2008-10-14Add protocol documentation, update to DRI2CopyRegion request.Kristian Høgsberg1-7/+11
2008-08-28Update to 1.99.1 - drop sarea and perform swap buffer in X server.dri2proto-1.99.1Kristian Høgsberg1-0/+44
Still to resolve is the swap buffer request. It should probably be broken into two requests, one to post the swap request and one to wait for it to be completed. Also, need to find a good solution to CopySubBuffer that doesn't require a roundtrip per rectangle. Don't need to solve all this for 2.0, though, can add requests later on.