summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon
Commit message (Expand)AuthorAgeFilesLines
* radeon: use _mesa_readpixels() instead of _swrast_ReadPixels()Brian Paul2011-11-151-7/+5
* radeon: further cleanup of shared codeFabio Pedretti2011-11-143-23/+6
* radeon: add some missing FireMV pci idsAlex Deucher2011-11-141-0/+1
* radeon: fix build.Dave Airlie2011-11-111-1/+1
* radeon: drop unused constant_cliprect fieldDave Airlie2011-11-112-2/+0
* radeon: disable texobj state for 3d textureDave Airlie2011-11-111-0/+1
* radeon: use meta bitmapDave Airlie2011-11-111-0/+1
* radeon: fix bug with wrong stride being used for rectangluar textures.Dave Airlie2011-11-114-6/+6
* radeon: silence unused var warningsBrian Paul2011-11-101-3/+3
* radeon: fix tex1d-border2dDave Airlie2011-11-101-31/+33
* radeon: fix 3-coordinate swtcl emissionDave Airlie2011-11-101-0/+8
* radeon: cleanup radeon shared code after r300 and r600 classic drivers removalFabio Pedretti2011-11-079-956/+39
* dri: move __driUtilMessage to xmlconfig.cGeorge Sapountzis2011-11-041-2/+1
* dri: unify __DRIscreenRecGeorge Sapountzis2011-11-043-9/+9
* dri: unify __DriverAPIRecGeorge Sapountzis2011-11-041-2/+1
* radeon/r200: strip texture borders.Dave Airlie2011-11-041-0/+2
* radeon/r200: fix r100/r200 blit to use the offsets.Dave Airlie2011-11-041-2/+2
* radeon: drop mtface/mtlevel, use ones in base class.Dave Airlie2011-11-043-18/+9
* radeon: Remove early dereference of src/dst width in glCopyTexSubImage.Eric Anholt2011-11-031-6/+2
* radeon: Fix variable initialization typo.Vinson Lee2011-11-031-1/+1
* radeon: Check an error return instead of assigning it to a dead variable.Eric Anholt2011-11-031-5/+13
* radeon: fix some regressions in texturing code.Dave Airlie2011-11-031-6/+4
* dri: Remove unused dri texmem.cKristian Høgsberg2011-11-022-2/+0
* dri: Move _dri_texformat_* to radeon_texture.cKristian Høgsberg2011-11-023-27/+65
* dri: Drop unused dri renderbuffer helper functionsKristian Høgsberg2011-11-021-1/+0
* dri: Remove dri2.enabled flagKristian Høgsberg2011-11-024-77/+9
* dri: Remove DRI1 fields from DRI structsKristian Høgsberg2011-11-021-6/+0
* dri: Remove remaining DRI1 vblank codeKristian Høgsberg2011-11-024-15/+0
* dri: Remove cliprect information from __DRIdrawableKristian Høgsberg2011-11-022-21/+6
* dri: Remove driMediaStreamCounterExtensionKristian Høgsberg2011-11-021-3/+0
* dri: Remove driSwapControlExtensionKristian Høgsberg2011-11-021-3/+1
* dri: Drop driCopySubBufferExtensionKristian Høgsberg2011-11-021-1/+0
* dri: Drop driReadDrawableExtensionKristian Høgsberg2011-11-021-1/+0
* dri: Drop driLegacyExtensionKristian Høgsberg2011-11-021-1/+0
* Build fix for -Werror=int-to-pointer-cast -Werror=pointer-to-int-castJeremy Huddleston2011-11-011-2/+2
* radeon: Add implementation of MapRenderbuffer.Eric Anholt2011-11-012-0/+98
* radeon/r200: drop remains of r300/r600 support along with old drm 1.x kernelDave Airlie2011-10-308-362/+19
* radeon/r200: forgot one somehowDave Airlie2011-10-291-1/+2
* radeon/r200: drop remains of non-libdrm_radeon buildDave Airlie2011-10-299-346/+2
* radeon: Remove the non-libdrm kernel memory manager support.Eric Anholt2011-10-284-455/+1
* radeon: Insist on libdrm being present to build.Eric Anholt2011-10-282-97/+2
* dri: Remove driver GenerateMipmap hooks.Eric Anholt2011-10-282-32/+0
* radeon: Drop some remaining DRI1 vblank support code.Eric Anholt2011-10-283-58/+0
* radeon: Simplify cliprects computation now that there's just 1.Eric Anholt2011-10-283-69/+15
* radeon: Drop the clipping in spans, now that we always have (0,0) -> (w,h).Eric Anholt2011-10-281-54/+38
* radeon: Drop the legacy BO manager code.Eric Anholt2011-10-284-985/+0
* radeon: Drop the DRI1 zero-copy TFP code.Eric Anholt2011-10-283-52/+0
* radeon: Drop the radeon_cs_legacy code now that we rely on kernel mm.Eric Anholt2011-10-284-456/+0
* radeon: Drop dri2 checks now that it's always true.Eric Anholt2011-10-2810-333/+0
* radeon: Drop the DRI1 swapbuffers implementation.Eric Anholt2011-10-283-294/+0