summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-02-04radeon: add oland chip familyAlex Deucher
2013-01-11radeon/r200: program RE_WIDTH_HEIGHT properlyAlex Deucher
2013-01-11Make radeon_glamor_create_textured_pixmap() return TRUE without USE_GLAMOR.Michel Dänzer
2013-01-11Make CRTC shadow pixmaps usable by glamor.Michel Dänzer
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-07radeon: fix damage reporting for slave pixmapsDave Airlie
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-12-27glamor: Enable full 2D acceleration for SI as well.Michel Dänzer
2012-12-27glamor: Release the drawable after passing to glamor_push_pixelsMichel Dänzer
2012-12-18exa/Xv: fix coordinate limits on AVIVO IGPsAlex Deucher
2012-12-12Remove dead option definitions.Michel Dänzer
2012-12-11Remove local variables total_size_bytes.Michel Dänzer
2012-12-11Remove unused local variable 'path'.Michel Dänzer
2012-12-11Remove dead code flagged by gcc -Wunused-but-set-variable.Michel Dänzer
2012-12-06radeon: fix ring count in R300PrepareTexturedVideoAlex Deucher
2012-12-04radeon: avoid copying over itself ddx fbJerome Glisse
2012-11-21radeon: add new SI pci idAlex Deucher
2012-11-15radeon: avoid segfault when pixmap exceed GPU capabilitiesJerome Glisse
2012-11-03radeon/radeon_platform_probe: fix Zaphod mode breakageIlija Hadzic
2012-11-02Revert "radeon/radeon_platform_probe: fix Zaphod mode breakage"Alex Deucher
2012-11-01radeon/radeon_platform_probe: fix Zaphod mode breakageIlija Hadzic
2012-10-28radeon: turn on 2D tiling by default on r6xx-caymanMarek Olšák
2012-10-28radeon: log if 2D tiling is enabledMarek Olšák
2012-10-16radeon: add new pci ids for SIAlex Deucher
2012-10-16radeon/dri2: fix the window->pixmap math properly.Dave Airlie
2012-10-11radeon/dri2: fix damage reporting on pageflipDave Airlie
2012-09-26Remove mibstore.hAdam Jackson
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-10radeon: fix build against old serversDave Airlie
2012-09-10radeon: don't fail to load if we have no modes and gpu driver.Dave Airlie
2012-09-05radeon: fix typo in glamor pathsDave Airlie
2012-09-04radeon: fix build against older serversDave Airlie
2012-09-04radeon/dri2: fix build against older servers.Dave Airlie
2012-09-03radeon: add capability and provider supportDave Airlie
2012-09-03radeon: allocated shared pixmaps as untiled gtt.Dave Airlie
2012-09-03radeon: add pixmap sharing hooks.Dave Airlie
2012-09-03radeon: add dri2 offload support.Dave Airlie
2012-09-03radeon: add shared support to pixmaps.Dave Airlie
2012-09-03radeon: add platform bus loading support.Dave Airlie
2012-09-03radeon: damage full screen after pageflipDave Airlie
2012-09-03ati: fix stub driver loader to load all drivers properlyDave Airlie
2012-08-15Implement ->driverFuncAdam Jackson
2012-08-15Don't bother to include vbe.hAdam Jackson
2012-08-06radeon: add some new SI pci idsAlex Deucher
2012-07-13Deal more gracefully with DRI2 being unavailable at build or run time.Michel Dänzer