summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon
Commit message (Expand)AuthorAgeFilesLines
* 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
* radeon: Drop the non-kernel-memory-manager support, and thus DRI1.Eric Anholt2011-10-2813-711/+112
* radeon: Unifdef RADEON_R300 and RADEON_R600.Eric Anholt2011-10-283-636/+6
* radeon: Delete DRI1 screen init code and thus support for !kernel_mm.Eric Anholt2011-10-281-495/+5
* dri: Drop _dri_texformats that just obfuscate MESA_FORMAT names.Eric Anholt2011-10-281-3/+3
* radeon: Use _mesa_get_format_base_format for winsys renderbuffer setup.Eric Anholt2011-10-281-10/+1
* radeon: Remove dead swrast renderbuffer setup code.Eric Anholt2011-10-281-29/+20
* radeon: remove unnecessary #includes of texstore.hBrian Paul2011-10-231-1/+0
* mesa: add swrast_texture_image::BufferBrian Paul2011-10-231-7/+7
* mesa: remove _mesa_alloc_texmemory(), _mesa_free_texmemory()Brian Paul2011-10-232-4/+5
* mesa: move gl_texture_image::Data, RowStride, ImageOffsets to swrastBrian Paul2011-10-233-64/+49
* mesa: get rid of imageOffsets arrays in texstore codeBrian Paul2011-10-051-2/+10