summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix cut & paste error: Extension Requests -> Extension Eventsdri2-swapbuffersJesse Barnes2009-11-121-1/+1
|
* Add DRI2 event support for DRI2BufferSwapCompleteJesse Barnes2009-11-123-10/+73
|
* Pad out DRI2 swap buffers replyJesse Barnes2009-11-111-1/+5
|
* Add DRI2SwapInterval protocolJesse Barnes2009-11-102-0/+33
| | | | Needed to handle swap interval in the direct rendered case.
* Bump package version to 2.2Jesse Barnes2009-10-291-1/+1
|
* Fix DRI2SwapBuffers reply lengthJesse Barnes2009-10-021-1/+1
| | | | | | Length should be a CARD32 and match the endianness annotation. Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
* Add swap interval and synchronization supportJesse Barnes2009-10-012-10/+239
| | | | | | | | Based on SGI_video_sync, SGI_swap_control and OML_sync_control, add swap interval and synchronization support to DRI2. Useful for throttling rendering and basic performance metrics. Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
* Update protocol description for swapbuffersJesse Barnes2009-06-081-4/+4
|
* Make swapbuffers an async requestKristian Høgsberg2009-06-031-14/+0
| | | | | The protocol now require a DRI2GetBuffersWithFormat request to follow the swapbuffer request so.
* Add SwapBuffers requestJesse Barnes2009-05-012-1/+65
| | | | | | Add a SwapBuffers request for requesting a front<->back swap. Returns a whole new set of buffers to the client to allow for triple buffering etc.
* Add protocol for DRI2GetBuffersWithFormatdri2proto-2.1Ian Romanick2009-04-244-5/+70
| | | | | | | This function replaces DRI2GetBuffers. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Kristian Høgsberg <krh@redhat.com>
* Bump to 2.0 and releasedri2proto-2.0Kristian Høgsberg2009-04-201-1/+1
|
* Distribute the protocol documentationJulien Cristau2009-01-281-1/+1
|
* Janitor: Correct make distcheck and dont distribute autogen.shPaulo Cesar Pereira de Andrade2009-01-273-1/+30
|
* Bump to 1.99.3 and back out the value bitmask from the CopyRegion request.dri2proto-1.99.3Kristian Høgsberg2008-12-013-27/+11
|
* Bump version to 1.99.2.Kristian Høgsberg2008-12-011-1/+1
|
* Add protocol documentation, update to DRI2CopyRegion request.Kristian Høgsberg2008-10-143-37/+551
|
* Update to 1.99.1 - drop sarea and perform swap buffer in X server.dri2proto-1.99.1Kristian Høgsberg2008-08-284-23/+88
| | | | | | | | | 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.
* Adjust pkg-config cflags to match other proto modules.dri2proto-1.1Kristian Høgsberg2008-04-022-2/+2
|
* Add reemitDrawableInfo protocol.dri2proto-1.0.0Kristian Høgsberg2008-03-261-16/+37
| | | | | | Also, remove the screen number where it's redundant and rename drmDrawable in the create drawable request to just 'handle' now that we don't rely on drm drawables.
* Fix typo in xDRI2QueryVersionReq req type field.Kristian Høgsberg2008-03-121-1/+1
|
* Initial commit.Kristian Høgsberg2008-03-126-0/+215