aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon
Commit message (Expand)AuthorAgeFilesLines
* 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
* mesa: Convert _mesa_generate_mipmap to MapTexImage()-based access.Brian Paul2011-10-031-49/+1
* mesa: Remove ARB_texture_mirrored_repeat extension enable flagIan Romanick2011-09-291-1/+0
* mesa: Remove EXT_blend_subtract extension enable flagIan Romanick2011-09-291-1/+0
* mesa: Remove EXT_stencil_wrap extension enable flagIan Romanick2011-09-291-1/+0
* mesa: Remove EXT_texture_lod_bias extension enable flagIan Romanick2011-09-291-1/+0
* mesa: Remove EXT_texture_env_combine extension enable flagIan Romanick2011-09-291-1/+0
* mesa: Remove EXT_texture_env_add extension enable flagIan Romanick2011-09-291-1/+0
* mesa: Remove ARB_multitexture extension enable flagIan Romanick2011-09-291-1/+0
* radeon: Drop mapping we were doing around glGetTexImage().Eric Anholt2011-09-274-83/+0
* mesa: Convert GetCompressedTexImage to using MapTextureImage().Brian Paul2011-09-273-41/+9
* dri: Remove redundant GL_SGIS_texture_edge_clamp enablesIan Romanick2011-09-261-1/+0
* radeon: use _mesa_unclamped_float_rgba_to_ubyte()Brian Paul2011-09-202-3/+3
* mesa: Use ColorLogicOpEnabled instead of _LogicOpEnabledIan Romanick2011-09-191-1/+1
* radeon: make radeon_texture_image a subclass of swrast_texture_imageBrian Paul2011-09-175-32/+43
* mesa: add new DeleteTextureImage() driver hookBrian Paul2011-09-171-0/+8
* mesa/colormac: introduce inline helper for 4 unclamped float to ubyte.Dave Airlie2011-09-141-4/+1
* mesa: introduce a clear color union to be used for int/unsigned buffersDave Airlie2011-09-141-5/+6
* radeon: Enable extensions by just setting the flagsIan Romanick2011-09-091-59/+39
* mesa: Remove all mention of MESA_FORMAT_CI8Ian Romanick2011-08-291-1/+0
* radeon: Add MapTextureImage() implementation.Eric Anholt2011-08-291-0/+77
* radeon: Refactor the common texture hook setup to common code.Eric Anholt2011-08-293-27/+40
* mesa: Rename FreeTexImageData to FreeTextureImageBuffer.Eric Anholt2011-08-293-5/+5
* radeon: Fix flushing before writing a teximage's BO when !t->bo.Eric Anholt2011-08-241-12/+12
* mesa: Eliminate dd_function_table::MapBufferIan Romanick2011-08-231-31/+1
* radeon: Hack up an implementation of MapBufferRangeIan Romanick2011-08-231-0/+33
* mesa: Remove target parameter from dd_function_table::GetBufferSubDataIan Romanick2011-08-231-1/+0
* mesa: Remove target parameter from dd_function_table::BufferSubDataIan Romanick2011-08-231-1/+0
* mesa: Remove target parameter from dd_function_table::MapBufferIan Romanick2011-08-231-1/+0