summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-01-22Don't require the glamoregl module to be pre-loaded with xserver >= 1.15Michel Dänzer
2014-01-08dri2: Make last_vblank_seq local unsigned to match dpms_last_seqMichel Dänzer
2014-01-07radeon/exa: Always use a scratch surface for UTS to vramAlex Deucher
2013-12-24drm/radeon: fix SUMO2 pci idAlex Deucher
2013-12-24radeon: Restore kernel module load on FreeBSD.Robert Millan
2013-12-24radeon: Set first parameter of drmOpen() to NULLRobert Millan
2013-11-13radeon/kms: add Hawaii pci idsAlex Deucher
2013-11-13radeon: add support for HawaiiAlex Deucher
2013-11-04radeon: enable tiling on SI by default (v2)Alex Deucher
2013-11-01radeon: disable 2D tiling on buffers < 128 pixelsVadim Girlin
2013-10-31radeon/glamor: with new pixmap for dri2 drawable no need to create new textureJerome Glisse
2013-10-01EXA/evergreen: Paranoia around linear tiling. (v2)Christopher James Halse Rogers
2013-10-01radeon: fix the non-glamor build harder...Alex Deucher
2013-10-01drm/radeon: fix non-glamor buildAlex Deucher
2013-09-30radeon: use glamor Xv support if present.Dave Airlie
2013-09-30Revert "radeon: add glamor Xv support (v2)"Alex Deucher
2013-09-27radeon: add glamor Xv support (v2)Alex Deucher
2013-09-27radeon: fix limit handling for cards with >4G of ramAlex Deucher
2013-09-18DRI2: Install client callback only onceMichel Dänzer
2013-09-06radeon/kms: add berlin pci idsAlex Deucher
2013-08-22Fix shadowfb on big-endian machinesMark Kettenis
2013-08-22radeon: disallow glamor on pre-R600 asicsAlex Deucher
2013-08-07add bicubic_table.py to EXTRA_DISTMaarten Lankhorst
2013-08-07kill unused radeon_driver.cMaarten Lankhorst
2013-08-05drmmode: add support for multi-screen reverse optimusAlex Deucher
2013-08-05radeon: add support for reverse prime (v2)Dave Airlie
2013-08-05radeon: fix naming clashes with multiple GPUs (v3)Alex Deucher
2013-07-31EXA/evergreen/ni: replace magic numberGrigori Goronzy
2013-07-30EXA/6xx/7xx: optimize non-overlapping CopyRaul Fernandes
2013-07-22EXA/evergreen/ni: accelerate PictOpOver with component alphaGrigori Goronzy
2013-07-22EXA/evergreen/ni: fast solid pixmap supportGrigori Goronzy
2013-07-22EXA/evergreen/ni: optimize non-overlapping CopyGrigori Goronzy
2013-07-22Fix RADEON_FALLBACK loggingGrigori Goronzy
2013-07-10Always go through DFS/UTS when byte swapping is needed.Mark Kettenis
2013-06-28radeon/kms: add kabini pci idsAlex Deucher
2013-06-28radeon/kms: add bonaire pci idsAlex Deucher
2013-06-28radeon: update cursor handling for CIKAlex Deucher
2013-06-28radeon: add family ids for CIKAlex Deucher
2013-06-17radeon: fix a memory leak in get_modes() callback.Leo Liu
2013-06-03radeon: use direct mapping for fast fb access.Samuel Li
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-29drmmode: calculate interpolated vblanks while in dpms-off stateIlija Hadzic
2013-05-29drmmode: remove dead code from drmmode_crtc_dpmsIlija Hadzic