aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon
Commit message (Expand)AuthorAgeFilesLines
* r600: cube mipmap levels are aligned to 8 faces only starting from r7xxAndre Maasikas2010-09-011-3/+3
* radeon: print chip family for evergreen in renderer stringAlex Deucher2010-08-232-2/+5
* evergreen : initial support driver code.richard2010-08-203-1/+105
* dri/radeon: test for FEATURE definesnobled2010-08-161-0/+4
* radeon: Use MESA_FORMAT_SARGB8 for sRGB formatsHenri Verbeet2010-08-091-1/+1
* radeon: fix npot mipmap alignment on r600Andre Maasikas2010-08-091-1/+1
* dri: Add missing header m_xform.h.Vinson Lee2010-08-071-0/+3
* r300c: do not advertise half float vertex on RV3xx, RS4xx, RC4xxMarek Olšák2010-08-071-1/+1
* r600c: tiling require drm 2.6.0, not 2.5.0Alex Deucher2010-08-051-1/+1
* r600: add support for getting the tiling config via drm ioctl (v2)Alex Deucher2010-08-051-0/+57
* r600: add span support for 2D tilingAlex Deucher2010-08-054-5/+210
* radeon: Add DRI2 flush extension support, so we synchronize properly.Mario Kleiner2010-08-028-10/+85
* Revert "radeon: Add DRI2 flush extension to so we synchronize properly."Jerome Glisse2010-08-025-64/+0
* radeon: Add DRI2 flush extension to so we synchronize properly.Mario Kleiner2010-08-025-0/+64
* radeon: Remove unnecessary header.Vinson Lee2010-07-201-1/+0
* glx: Remove support for MESA_swap_frame_usageKristian Høgsberg2010-07-191-2/+0
* glx: Drop support for GLX_MESA_allocate_memoryKristian Høgsberg2010-07-191-12/+0
* radeon: Also flush if it's not the current context that's being destroyed.Henri Verbeet2010-07-151-1/+1
* radeon: allow driconf vblank settings with dri2Alex Deucher2010-07-151-0/+1
* radeon: fix some wine d3d9 testsMaciej Cencora2010-07-121-0/+9
* radeon: lower texture memory consumption is some casesMaciej Cencora2010-07-111-1/+1
* radeon: fix teximage migration failure in rare caseMaciej Cencora2010-07-111-4/+4
* Revert "Fix image_matches_texture_obj() MaxLevel check"Will Dyson2010-06-191-7/+4
* Enable hardware mipmap generation for radeon.Will Dyson2010-05-261-3/+8
* Fix image_matches_texture_obj() MaxLevel checkWill Dyson2010-05-261-4/+7
* Fallback to software render if there is no miptree for an imageWill Dyson2010-05-261-4/+4
* Merge branch 'gles2-2'Kristian Høgsberg2010-05-022-4/+6
|\
| * dri: Add DRI entrypoints to create a context for a given APIKristian Høgsberg2010-04-282-4/+6
* | radeon: fix warningsMarek Olšák2010-04-281-1/+3
* | radeon: Remove NULL check of bo_legacy->tobj.Vinson Lee2010-04-241-2/+1
* | Merge branch '7.8'Michel Dänzer2010-04-231-0/+2
|\ \
| * | radeon: 9800 SE has only one quadpipeTormod Volden2010-04-221-0/+2
* | | DRI2: add config query extensionJesse Barnes2010-04-222-1/+3
| |/ |/|
* | radeon: fix warningMarek Olšák2010-04-211-1/+1
* | Merge branch '7.8'Jesse Barnes2010-04-192-4/+6
|\|
| * radeon: Let this build with gcc 3.3Matthieu Herrb2010-04-191-3/+5
| * radeon: Fix command type for DRM_RADEON_IRQ_EMIT ioctl.Owain Ainsworth2010-04-191-1/+1
* | r300c/r300g: add 3155 rv380 pci idDave Airlie2010-04-192-0/+2
* | Merge commit 'origin/7.8'Maciej Cencora2010-04-112-0/+6
|\|
| * r600: add new r7xx pci idsAlex Deucher2010-04-092-0/+6
* | radeon: Remove unnecessary header.Vinson Lee2010-04-101-1/+0
* | r100/r200/r300/r600: enable accel for Copy/DrawPixels without kmsAlex Deucher2010-03-241-4/+3
* | Merge branch '7.8' into masterPauli Nieminen2010-03-171-6/+1
|\|
| * radeon: Fix buffer object unmap to be called only once for dma buffers.Pauli Nieminen2010-03-161-6/+1
* | radeon: add some debuging info for glCopyTex(Sub)ImageMaciej Cencora2010-03-131-1/+7
* | radeon: fix gl format to mesa format mapping and add GL_BGRA formatsMaciej Cencora2010-03-131-7/+18
* | radeon: fix glCopyTex(Sub)ImageMaciej Cencora2010-03-131-2/+11
* | Merge branch '7.8'Michel Dänzer2010-03-122-1/+3
|\|
| * Grammar and spelling fixesJeff Smith2010-03-121-1/+1
| * radeon: Fix memory leaks from early return.Vinson Lee2010-03-111-0/+2