summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | r100/r200/r300/r300: only enable accelerated pixel ops with kmsAlex Deucher2010-03-121-3/+5
* | radeon: fallback to sw ReadPixels if color logicop is enabledMaciej Cencora2010-03-101-1/+1
* | radeon: fix glCopyTex(Sub)Image if user FBO is boundMaciej Cencora2010-03-101-3/+6
* | Merge branch '7.8'Michel Dänzer2010-03-101-0/+4
|\|
| * radeon: don't attempt to use alternate blit formats for depth buffersAlex Deucher2010-03-081-0/+4
| * radeon/r200/r600: allow src and dst BOs to be placed in GTT during blitAlex Deucher2010-03-081-8/+2
| * radeon/r200/r600: reset bos when validating buffers during blitAlex Deucher2010-03-081-0/+3
| * radeon: no need to emit full state twice after flushMaciej Cencora2010-03-081-5/+0
| * radeon: fallback to software in glCopyTexImage if blit isn't availableMaciej Cencora2010-03-081-0/+4
* | r100: add additional blit formatsAlex Deucher2010-03-101-0/+14