summaryrefslogtreecommitdiff
path: root/src/radeon_dri2.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-16radeon/dri2: fix the window->pixmap math properly.Dave Airlie1-3/+4
2012-10-11radeon/dri2: fix damage reporting on pageflipDave Airlie1-9/+8
2012-09-13glamor: Force acceleration for DRI2 copies.Michel Dänzer1-0/+2
2012-09-12glamor: Fix DRI2 crash introduced by PRIME changes.Michel Dänzer1-1/+1
2012-09-04radeon/dri2: fix build against older servers.Dave Airlie1-0/+6
2012-09-03radeon: add dri2 offload support.Dave Airlie1-35/+101
2012-09-03radeon: damage full screen after pageflipDave Airlie1-0/+10
2012-07-13Deal more gracefully with DRI2 being unavailable at build or run time.Michel Dänzer1-2/+10
2012-07-10Initial SI support.Michel Dänzer1-1/+3
2012-07-10Initial glamor support.Michel Dänzer1-80/+160
2012-06-15radeon: drop all UMS/DRI1/XAA/overlay support.Dave Airlie1-8/+1
2012-06-06Don't page-flip or wait on a CRTC while we're VT-switched away.Michel Dänzer1-0/+1
2012-05-23ati: convert to new screen conversion APIsDave Airlie1-13/+13
2012-03-06DRI2: Unreference buffers immediately when event wait info is invalidated.Michel Dänzer1-19/+22
2012-02-13Handle new xorg_list API.Michel Dänzer1-8/+15
2012-02-06r600-evergreen: use common surface allocator for tiling v11Jerome Glisse1-46/+24
2011-12-28DRI2: Can't use page flipping for pixmaps. (bug #42913)Michel Dänzer1-8/+12
2011-12-06radeon: add original radeon to always tiled.Dave Airlie1-4/+4
2011-12-06radeon: refine always tiled depth checkDave Airlie1-2/+2
2011-12-05radeon: r200 depth buffers are always tiledDave Airlie1-0/+8
2011-10-25Make radeon_dri2_create_buffer(s) more robust. (Bug #30047)Michel Dänzer1-18/+33
2011-10-19dri2: Add vdpau driver name entryMaarten Lankhorst1-3/+3
2011-08-01dri2: Update front buffer pixmap and name before exchanging buffersVille Syrjala1-5/+40
2011-06-17dri2: fix copy pasto in a6154c00c64932332e8f6e334661ffd579cfd894Alex Deucher1-2/+2
2011-06-16dri2: missing bit from a6154c00c64932332e8f6e334661ffd579cfd894Alex Deucher1-2/+2
2011-06-16dri2/eg+: fix size and alignment of depth/stencil buffersAlex Deucher1-12/+48
2011-05-06DRI2: fix high-crtc/vblank oversight/bugIlija Hadzic1-1/+1
2011-04-05DRI2: Some cleanups for the scheduling mess.Michel Dänzer1-39/+56
2011-04-02xf86-video-ati: (revised #2) add support for vblank on crtc > 1Ilija Hadzic1-14/+39
2011-02-24dri2: disable pageflipping for transformed displaysAlex Deucher1-4/+13
2010-12-19ddx/ati: Bugfix for pageflip consistency check.Mario Kleiner1-2/+5
2010-12-01ddx/ati: Fix reporting of pageflip completion events on multi-head.Mario Kleiner1-21/+37
2010-12-01ddx/ati: Add option "SwapbuffersWait" to control vsync of DRI2 swaps.Mario Kleiner1-1/+3
2010-12-01radeon/kms: add pageflip supportAlex Deucher1-21/+194
2010-10-28dri2: reference count the client privates key/callbackDave Airlie1-10/+16
2010-10-27Don't try to delete DRI2 event list entries that were never added. (Bug #31086)Michel Dänzer1-4/+10
2010-10-07radeon: proper DRI2 pending events handling when client gone. (v6)Oldřich Jedlička1-28/+139
2010-10-04Merge branch 'evergreen_accel' of git+ssh://git.freedesktop.org/git/xorg/driv...Alex Deucher1-14/+75
2010-10-01evergreen/dri2: fix depth allocation for depth+stencilAlex Deucher1-14/+75
2010-08-27dri2: Reference count DRI2 buffersChristopher James Halse Rogers1-7/+69
2010-08-25remove explicit buffer submit from copy regionDave Airlie1-1/+0
2010-08-05r6xx/r7xx: default to micro (1D) tiling for nowAlex Deucher1-7/+25
2010-08-05r6xx/r7xx: add support for tiling with kms (v3)Alex Deucher1-2/+8
2010-06-21DRI2: Fix up confusion between windows and pixmaps.Michel Dänzer1-10/+12
2010-06-21Convert x(c)alloc/xfree to m/calloc/free.Michel Dänzer1-15/+15
2010-05-18dri2: use radeon_pick_best_crtc()Alex Deucher1-7/+5
2010-05-10kms: add support for the MSC swap & sync APIJerome Glisse1-0/+453
2009-11-25dri2: Use drmGetDeviceNameFromFd() instead of open coded loop.Kristian Høgsberg1-33/+5
2009-11-23radeon: avoid using hw pixmaps when we have little VRAM.Dave Airlie1-0/+8
2009-09-08radeon: fix dri2 struct zeroingAdam Jackson1-1/+1