summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/g3dvl/dri
Commit message (Expand)AuthorAgeFilesLines
* vl: move winsys helper out of winsys directoryChristian König2012-03-282-408/+0
* vl: handle DRI2GetBuffers reply with multiple buffersChristian König2012-03-091-10/+23
* st/vdpau: implement support for high-precision output timingChristian König2012-03-051-31/+111
* vl: move dirty area handling into winsys abstractionChristian König2012-03-011-0/+33
* vl: hide X latency by using asynchronous requestsChristian König2012-03-011-11/+37
* vl: use SwapBuffers instead of CopyBuffersChristian König2012-03-011-40/+9
* vl: rewrite vl DRI backend using XCBChristian König2012-03-014-856/+145
* vl: rework winsys interfaceChristian König2012-02-251-99/+38
* vl: cleanup dri winsys abstractionChristian König2012-02-257-1575/+56
* vl: fix some missing prototypes errorChristian König2012-01-311-27/+0
* dri: drop DRI_VALIDATE macrosGeorge Sapountzis2011-11-041-24/+0
* configure: replace pkg-config calls with $(PKG_CONFIG) in the makefiles.Stéphane Marchesin2011-10-041-1/+1
* winsys/g3dvl: Fix include styleKai Wasserbäch2011-08-291-10/+10
* [g3dvl] stop calling dri2DestroyDrawableChristian König2011-07-091-16/+0
* [g3dvl] and finally remove pipe_video_contextChristian König2011-07-081-15/+3
* [g3dvl] remove the unused priv member from pipe_video_contextChristian König2011-07-081-4/+1
* [g3dvl] remove create_surface from video contextChristian König2011-07-081-1/+1
* [g3dvl] make pipe_context mandatory for creation pipe_video_contextChristian König2011-07-081-5/+18
* [g3dvl] stop waiting for replay of DRI2CopyRegionChristian König2011-04-071-4/+1
* [g3dvl] and finally split the decoder part out of the contextChristian König2011-04-061-8/+2
* Merge remote branch 'origin/master' into pipe-videoChristian König2010-12-111-11/+20
* Some more merge fixesChristian König2010-10-231-16/+2
* Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into pipe-videoChristian König2010-10-121-1/+0
* vl: Drop DRI1, clean up DRI2 bits.Younes Manton2010-06-063-334/+129
* vl: Get nouveau building again.Younes Manton2010-05-291-24/+43
* Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into pipe-videoYounes Manton2010-04-301-5/+10
* vl: WIP DRI2 support in the winsys.Younes Manton2010-04-286-32/+979
* vl: Adapt to dri changes.Younes Manton2010-04-241-6/+6
* g3dvl: It's ok to not have cliprects (minimized windows, etc).Younes Manton2009-12-051-16/+18
* g3dvl: Shared drm winsys bits.Younes Manton2009-11-057-0/+1894