summaryrefslogtreecommitdiff
path: root/dri2tokens.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'dri2-swapbuffers'dri2proto-2.2Jesse Barnes2009-12-081-0/+5
|\
| * Add DRI2 event support for DRI2BufferSwapCompleteJesse Barnes2009-11-121-0/+5
| |
* | Add a DRI2DriverVDPAU driver type.Aaron Plattner2009-11-171-0/+1
|/ | | | | Signed-off-by: Aaron Plattner <aplattner@nvidia.com> Acked-by: Kristian Høgsberg <krh@bitplanet.net>
* Add protocol for DRI2GetBuffersWithFormatdri2proto-2.1Ian Romanick2009-04-241-0/+1
| | | | | | | This function replaces DRI2GetBuffers. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Kristian Høgsberg <krh@redhat.com>
* Add protocol documentation, update to DRI2CopyRegion request.Kristian Høgsberg2008-10-141-7/+11
|
* Update to 1.99.1 - drop sarea and perform swap buffer in X server.dri2proto-1.99.1Kristian Høgsberg2008-08-281-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.