summaryrefslogtreecommitdiff
path: root/src/radeon_dri2.c
AgeCommit message (Expand)Author
2015-04-22DRI2: Clear old->devPrivate.ptr in fixup_glamorMichel Dänzer
2015-04-03glamor: Remove the stride member of struct radeon_pixmapMichel Dänzer
2015-03-30DRI2: Use radeon_get_pixmap_handleMichel Dänzer
2015-03-25Make radeon_do_pageflip take a BO handle directlyMichel Dänzer
2015-03-17Move #include "radeon_glamor.h" from radeon.h to where it's neededMichel Dänzer
2015-03-17DRI2: Split out helper for getting UST and MSC of a specific CRTCMichel Dänzer
2015-03-17DRI2: Use helper functions for DRM event queue management v3Michel Dänzer
2015-03-17DRI2: Move radeon_dri2_flip_event_handlerMichel Dänzer
2015-03-17DRI2: Remove superfluous assignments to *_info->frameMichel Dänzer
2015-03-17DRI2: Simplify blit fallback handling for scheduled swapsMichel Dänzer
2015-03-17Move xorg_list backwards compatibility to new radeon_list.h headerMichel Dänzer
2015-03-05Require at least xserver 1.8Michel Dänzer
2014-11-11radeon: stop caching mode resourcesDave Airlie
2014-10-28radeon/vdpau: don't report VDPAU for < r300David Heidelberger
2014-04-25dri2: Handle PRIME for source buffer as well in radeon_dri2_copy_region2Michel Dänzer
2014-01-08dri2: Make last_vblank_seq local unsigned to match dpms_last_seqMichel Dänzer
2013-10-31radeon/glamor: with new pixmap for dri2 drawable no need to create new textureJerome Glisse
2013-09-18DRI2: Install client callback only onceMichel Dänzer
2013-05-29DRI2: add interpolated blanks to frame number in event handlersIlija Hadzic
2013-05-29DRI2: support scheduling emulated events with zero delayIlija Hadzic
2013-05-29DRI2: make wait_msc and get_msc work on disabled CRTCsIlija Hadzic
2013-05-29DRI2: move rename and rework radeon_dri2_deferred_swapIlija Hadzic
2013-05-29DRI2: track CRTC in event recordIlija Hadzic
2013-05-29DRI2: hook up vblank extrapolation to schedule_swapIlija Hadzic
2013-05-29DRI2: add vblank extrapolation functionIlija Hadzic
2013-05-29DRI2: adjust MSC by the number of interpolated vblanksIlija Hadzic
2013-05-29DRI2: make populate_vbl_request_type externalIlija Hadzic
2013-05-23DRI2: change signature of populate_vbl_request_typeIlija Hadzic
2013-01-11DRI2/r[345]xx: 16 bit depth buffers use square micro tiling.Michel Dänzer
2013-01-11DRI2: Properly use buffer depth passed in by client.Michel Dänzer
2013-01-10Drop support for X servers older than 1.7.Michel Dänzer
2013-01-03DRI2: limit the swap rate when CRTC is in DPMS-off stateIlija Hadzic
2013-01-03DRI2: change signature of radeon_dri2_drawable_crtcIlija Hadzic
2013-01-03video: add option to include disabled CRTCs in best CRTC searchIlija Hadzic
2012-11-15radeon: avoid segfault when pixmap exceed GPU capabilitiesJerome Glisse
2012-10-16radeon/dri2: fix the window->pixmap math properly.Dave Airlie
2012-10-11radeon/dri2: fix damage reporting on pageflipDave Airlie
2012-09-13glamor: Force acceleration for DRI2 copies.Michel Dänzer
2012-09-12glamor: Fix DRI2 crash introduced by PRIME changes.Michel Dänzer
2012-09-04radeon/dri2: fix build against older servers.Dave Airlie
2012-09-03radeon: add dri2 offload support.Dave Airlie
2012-09-03radeon: damage full screen after pageflipDave Airlie
2012-07-13Deal more gracefully with DRI2 being unavailable at build or run time.Michel Dänzer
2012-07-10Initial SI support.Michel Dänzer
2012-07-10Initial glamor support.Michel Dänzer
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