summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-08-28Update to 1.99.1 - drop sarea and perform swap buffer in X server.dri2proto-1.99.1Kristian Høgsberg4-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.
2008-04-02Adjust pkg-config cflags to match other proto modules.dri2proto-1.1Kristian Høgsberg2-2/+2
2008-03-26Add reemitDrawableInfo protocol.dri2proto-1.0.0Kristian Høgsberg1-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.
2008-03-12Fix typo in xDRI2QueryVersionReq req type field.Kristian Høgsberg1-1/+1
2008-03-12Initial commit.Kristian Høgsberg6-0/+215