summaryrefslogtreecommitdiff
path: root/src/radeon_dri2.c
AgeCommit message (Expand)Author
2012-06-15radeon: drop all UMS/DRI1/XAA/overlay support.Dave Airlie
2012-06-06Don't page-flip or wait on a CRTC while we're VT-switched away.Michel Dänzer
2012-05-23ati: convert to new screen conversion APIsDave Airlie
2012-03-06DRI2: Unreference buffers immediately when event wait info is invalidated.Michel Dänzer
2012-02-13Handle new xorg_list API.Michel Dänzer
2012-02-06r600-evergreen: use common surface allocator for tiling v11Jerome Glisse
2011-12-28DRI2: Can't use page flipping for pixmaps. (bug #42913)Michel Dänzer
2011-12-06radeon: add original radeon to always tiled.Dave Airlie
2011-12-06radeon: refine always tiled depth checkDave Airlie
2011-12-05radeon: r200 depth buffers are always tiledDave Airlie
2011-10-25Make radeon_dri2_create_buffer(s) more robust. (Bug #30047)Michel Dänzer
2011-10-19dri2: Add vdpau driver name entryMaarten Lankhorst
2011-08-01dri2: Update front buffer pixmap and name before exchanging buffersVille Syrjala
2011-06-17dri2: fix copy pasto in a6154c00c64932332e8f6e334661ffd579cfd894Alex Deucher
2011-06-16dri2: missing bit from a6154c00c64932332e8f6e334661ffd579cfd894Alex Deucher
2011-06-16dri2/eg+: fix size and alignment of depth/stencil buffersAlex Deucher
2011-05-06DRI2: fix high-crtc/vblank oversight/bugIlija Hadzic
2011-04-05DRI2: Some cleanups for the scheduling mess.Michel Dänzer
2011-04-02xf86-video-ati: (revised #2) add support for vblank on crtc > 1Ilija Hadzic
2011-02-24dri2: disable pageflipping for transformed displaysAlex Deucher
2010-12-19ddx/ati: Bugfix for pageflip consistency check.Mario Kleiner
2010-12-01ddx/ati: Fix reporting of pageflip completion events on multi-head.Mario Kleiner
2010-12-01ddx/ati: Add option "SwapbuffersWait" to control vsync of DRI2 swaps.Mario Kleiner
2010-12-01radeon/kms: add pageflip supportAlex Deucher
2010-10-28dri2: reference count the client privates key/callbackDave Airlie
2010-10-27Don't try to delete DRI2 event list entries that were never added. (Bug #31086)Michel Dänzer
2010-10-07radeon: proper DRI2 pending events handling when client gone. (v6)Oldřich Jedlička
2010-10-04Merge branch 'evergreen_accel' of git+ssh://git.freedesktop.org/git/xorg/driv...Alex Deucher
2010-10-01evergreen/dri2: fix depth allocation for depth+stencilAlex Deucher
2010-08-27dri2: Reference count DRI2 buffersChristopher James Halse Rogers
2010-08-25remove explicit buffer submit from copy regionDave Airlie
2010-08-05r6xx/r7xx: default to micro (1D) tiling for nowAlex Deucher
2010-08-05r6xx/r7xx: add support for tiling with kms (v3)Alex Deucher
2010-06-21DRI2: Fix up confusion between windows and pixmaps.Michel Dänzer
2010-06-21Convert x(c)alloc/xfree to m/calloc/free.Michel Dänzer
2010-05-18dri2: use radeon_pick_best_crtc()Alex Deucher
2010-05-10kms: add support for the MSC swap & sync APIJerome Glisse
2009-11-25dri2: Use drmGetDeviceNameFromFd() instead of open coded loop.Kristian Høgsberg
2009-11-23radeon: avoid using hw pixmaps when we have little VRAM.Dave Airlie
2009-09-08radeon: fix dri2 struct zeroingAdam Jackson
2009-09-08Merge branch 'r6xx-cs'Dave Airlie
2009-08-30radeon: Fix DRI2BufferPtr to be DRI2Buffer2Ptr for xserver 1.6.Pauli Nieminen
2009-08-27DRI2: Set tiling for depth/stencil buffers with all DRI2 interface versions.Michel Dänzer
2009-08-27Throttle DRI2 buffer swaps / frontbuffer flushes.Michel Dänzer
2009-08-25r6xx/r7xx: first pass at kms accel supportAlex Deucher
2009-08-19radeon/kms: add initial colortiling support (disabled by default).Dave Airlie
2009-08-07Add support for EXA_MIXED_PIXMAPS in xserver master.Michel Dänzer
2009-07-18Enable vsync for DRI2 region copies.Michel Dänzer
2009-07-07Fix DRI2 with current xserver Git.Michel Dänzer
2009-07-02Warning fixes.Michel Dänzer