summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon/radeon_texture.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Fix MESA_FORMAT_Z24_UNORM_S8_UINT vs. X8_UINT mix-up.Kenneth Graunke2014-02-091-2/+2
* mesa: Fix MESA_FORMAT names with ALPH, INTENSITY, and LUMINANCEMark Mueller2014-01-271-8/+8
* mesa: Change many Type P MESA_FORMATs to meet naming specMark Mueller2014-01-271-12/+12
* mesa: Change many Type A MESA_FORMATs to meet naming standardMark Mueller2014-01-271-5/+5
* mesa: Rename 4 color component unsigned byte MESA_FORMATsMark Mueller2014-01-271-6/+6
* mesa: change gl_format to mesa_formatMark Mueller2014-01-271-10/+10
* swrast: Always use MapTextureImage for mapping textures for swrast.Eric Anholt2013-04-301-74/+0
* swrast: Replace ImageOffsets with an ImageSlices pointer.Eric Anholt2013-04-301-8/+5
* swrast: Reuse _swrast_free_texture_image_buffer from drivers.Eric Anholt2013-04-301-8/+1
* swrast: Move ImageOffsets allocation to shared code.Eric Anholt2013-04-301-13/+2
* radeon: Remove some dead teximage mapping code.Eric Anholt2013-04-301-50/+0
* radeon: Add missing swrast field initialization.Eric Anholt2013-04-301-0/+3
* mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul2013-04-171-1/+0
* mesa: remove FEATURE_OES_EGL_image define.Oliver McFadden2012-09-151-4/+0
* Remove useless checks for NULL before freeingMatt Turner2012-09-051-4/+2
* mesa: s/CALLOC/calloc/Brian Paul2012-09-011-1/+1
* mesa: add texture target field to ChooseTextureFormat() driver hookBrian Paul2012-08-241-0/+1
* mesa: new _mesa_num_tex_faces() helperBrian Paul2012-08-241-2/+2
* mesa: Remove unnecessary parameters from AllocTextureImageBufferPauli Nieminen2012-08-121-3/+1
* mesa: Remove unnecessary parameters from TexImagePauli Nieminen2012-08-121-34/+0
* mesa: consolidate internal glCopyTexSubImage1/2/3D codeBrian Paul2012-06-061-1/+1
* mesa: consolidate internal glTexImage1/2/3D codeBrian Paul2012-06-061-34/+7
* swrast: s/Data/Map/ in swrast_texture_imageBrian Paul2012-01-241-6/+6
* mesa: simplify Driver.TexImage() parametersBrian Paul2011-12-301-26/+24
* radeon: texture/renderbuffer overhaul.Dave Airlie2011-12-051-416/+184
* radeon: further cleanup of shared codeFabio Pedretti2011-11-141-1/+1
* radeon: fix build.Dave Airlie2011-11-111-1/+1
* radeon: use meta bitmapDave Airlie2011-11-111-0/+1
* radeon: fix bug with wrong stride being used for rectangluar textures.Dave Airlie2011-11-111-1/+1
* radeon: silence unused var warningsBrian Paul2011-11-101-3/+3
* radeon: cleanup radeon shared code after r300 and r600 classic drivers removalFabio Pedretti2011-11-071-14/+11
* radeon: drop mtface/mtlevel, use ones in base class.Dave Airlie2011-11-041-9/+5
* dri: Move _dri_texformat_* to radeon_texture.cKristian Høgsberg2011-11-021-24/+54
* dri: Remove driver GenerateMipmap hooks.Eric Anholt2011-10-281-31/+0
* radeon: Drop the non-kernel-memory-manager support, and thus DRI1.Eric Anholt2011-10-281-3/+1
* radeon: Unifdef RADEON_R300 and RADEON_R600.Eric Anholt2011-10-281-14/+0
* dri: Drop _dri_texformats that just obfuscate MESA_FORMAT names.Eric Anholt2011-10-281-3/+3
* mesa: add swrast_texture_image::BufferBrian Paul2011-10-231-7/+7
* mesa: remove _mesa_alloc_texmemory(), _mesa_free_texmemory()Brian Paul2011-10-231-3/+4
* mesa: move gl_texture_image::Data, RowStride, ImageOffsets to swrastBrian Paul2011-10-231-59/+44
* 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
* radeon: Drop mapping we were doing around glGetTexImage().Eric Anholt2011-09-271-1/+0
* mesa: Convert GetCompressedTexImage to using MapTextureImage().Brian Paul2011-09-271-1/+0
* radeon: make radeon_texture_image a subclass of swrast_texture_imageBrian Paul2011-09-171-12/+17
* mesa: add new DeleteTextureImage() driver hookBrian Paul2011-09-171-0/+8
* radeon: Add MapTextureImage() implementation.Eric Anholt2011-08-291-0/+77
* radeon: Refactor the common texture hook setup to common code.Eric Anholt2011-08-291-0/+35
* mesa: Rename FreeTexImageData to FreeTextureImageBuffer.Eric Anholt2011-08-291-3/+3
* radeon: Fix flushing before writing a teximage's BO when !t->bo.Eric Anholt2011-08-241-12/+12