summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-02-04radeon: add oland chip familyAlex Deucher2-0/+3
2013-01-30bump version post releaseMaarten Lankhorst1-1/+1
2013-01-30radeon: bump version for releasexf86-video-ati-7.1.0Maarten Lankhorst2-2/+2
2013-01-11radeon/r200: program RE_WIDTH_HEIGHT properlyAlex Deucher2-20/+20
2013-01-11Make radeon_glamor_create_textured_pixmap() return TRUE without USE_GLAMOR.Michel Dänzer1-1/+1
2013-01-11Make CRTC shadow pixmaps usable by glamor.Michel Dänzer2-0/+7
2013-01-11DRI2/r[345]xx: 16 bit depth buffers use square micro tiling.Michel Dänzer3-3/+12
2013-01-11DRI2: Properly use buffer depth passed in by client.Michel Dänzer1-3/+22
2013-01-10Drop support for X servers older than 1.7.Michel Dänzer17-651/+19
2013-01-07radeon: fix damage reporting for slave pixmapsDave Airlie1-1/+2
2013-01-03DRI2: limit the swap rate when CRTC is in DPMS-off stateIlija Hadzic3-7/+40
2013-01-03DRI2: change signature of radeon_dri2_drawable_crtcIlija Hadzic1-20/+24
2013-01-03video: add option to include disabled CRTCs in best CRTC searchIlija Hadzic9-12/+31
2012-12-27glamor: Enable full 2D acceleration for SI as well.Michel Dänzer5-2136/+5
2012-12-27glamor: Release the drawable after passing to glamor_push_pixelsMichel Dänzer1-1/+1
2012-12-18exa/Xv: fix coordinate limits on AVIVO IGPsAlex Deucher1-4/+4
2012-12-12Remove dead option definitions.Michel Dänzer2-8/+0
2012-12-11Remove local variables total_size_bytes.Michel Dänzer1-7/+1
2012-12-11Remove unused local variable 'path'.Michel Dänzer1-1/+0
2012-12-11Remove dead code flagged by gcc -Wunused-but-set-variable.Michel Dänzer4-38/+0
2012-12-06radeon: fix ring count in R300PrepareTexturedVideoAlex Deucher1-2/+2
2012-12-04radeon: avoid copying over itself ddx fbJerome Glisse1-0/+9
2012-11-21radeon: add new SI pci idAlex Deucher6-0/+6
2012-11-15radeon: avoid segfault when pixmap exceed GPU capabilitiesJerome Glisse1-0/+4
2012-11-06bump verion post releaseAlex Deucher1-1/+1
2012-11-06radeon: bump version for releasexf86-video-ati-7.0.0Alex Deucher1-1/+1
2012-11-03radeon/radeon_platform_probe: fix Zaphod mode breakageIlija Hadzic1-0/+2
2012-11-02man: note that 2D tiling requires Mesa 9.0 or newerAlex Deucher1-1/+2
2012-11-02Revert "radeon/radeon_platform_probe: fix Zaphod mode breakage"Alex Deucher1-1/+0
2012-11-02man: update man pages for trinity (ARUBA)Alex Deucher1-2/+2
2012-11-02radeon/man: ColorTiling2D is by default on for r6xx-caymanAndreas Boll1-1/+1
2012-11-01radeon/radeon_platform_probe: fix Zaphod mode breakageIlija Hadzic1-0/+1
2012-10-28radeon: turn on 2D tiling by default on r6xx-caymanMarek Olšák1-1/+2
2012-10-28radeon: log if 2D tiling is enabledMarek Olšák1-0/+2
2012-10-16radeon: add new pci ids for SIAlex Deucher6-0/+18
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-26Remove mibstore.hAdam Jackson2-6/+0
2012-09-13glamor: Force acceleration for DRI2 copies.Michel Dänzer3-2/+9
2012-09-12glamor: Fix DRI2 crash introduced by PRIME changes.Michel Dänzer1-1/+1
2012-09-10radeon: fix build against old serversDave Airlie1-1/+5
2012-09-10radeon: don't fail to load if we have no modes and gpu driver.Dave Airlie1-1/+1
2012-09-05radeon: fix typo in glamor pathsDave Airlie1-1/+1
2012-09-04radeon: fix build against older serversDave Airlie1-0/+2
2012-09-04radeon/dri2: fix build against older servers.Dave Airlie1-0/+6
2012-09-03radeon: add capability and provider supportDave Airlie2-0/+23
2012-09-03radeon: allocated shared pixmaps as untiled gtt.Dave Airlie1-2/+8
2012-09-03radeon: add pixmap sharing hooks.Dave Airlie8-4/+134
2012-09-03radeon: add dri2 offload support.Dave Airlie1-35/+101
2012-09-03radeon: add shared support to pixmaps.Dave Airlie4-7/+41