aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon
Commit message (Expand)AuthorAgeFilesLines
* 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
* | radeon/r200/r600: enable HW accelerated gl(Read/Copy/Draw)PixelsAlex Deucher2010-03-101-0/+4
* | radeon: mark framebuffer as incomplete if renderbuffer format isn't supported...Maciej Cencora2010-03-092-67/+62
* | radeon/r200/r300/r600: add is_format_renderable functionMaciej Cencora2010-03-094-0/+20
* | radeon: add hw accelerated glReadPixel support (not enabled yet)Maciej Cencora2010-03-093-0/+195
* | 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: handle compressed sRGB texture formatsMaciej Cencora2010-03-071-0/+9
* | radeon: move glGetTexImage handlers to seperate fileMaciej Cencora2010-03-073-60/+96
* | radeon: Some possible improvements that I spoted in radeon_tiled_texture branch.Maciej Cencora2010-03-071-10/+1
* | radeon: properly calculate rowstride for tiled imagesMaciej Cencora2010-03-074-10/+12
* | radeon: minor refactoring of mipmap codeMaciej Cencora2010-03-072-27/+29
* | radeon: add texture helper functionMaciej Cencora2010-03-072-0/+29
* | radeon: add some debugging info to sw tiling/untiling functionsMaciej Cencora2010-03-071-1/+10