aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon/radeon_texture.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mesa: Switch generate_mipmaps_compressed() to using TexImage2D to upload.Eric Anholt2011-06-141-0/+8
* mesa: move PBO-related functions into a new fileBrian Paul2011-02-281-0/+1
* radeon: Include mfeatures.h in files that perform feature tests.Vinson Lee2011-01-091-0/+1
* radeon: Implement GL_OES_EGL_imageJohann Rudloff2010-11-081-0/+64
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-22/+22
* radeon: Remove copied minimum pitch alignment code.Eric Anholt2010-09-231-12/+0
* mesa: Remove EXT_convolution.Eric Anholt2010-09-231-12/+4
* radeon: Use MESA_FORMAT_SARGB8 for sRGB formatsHenri Verbeet2010-08-091-1/+1
* Revert "Fix image_matches_texture_obj() MaxLevel check"Will Dyson2010-06-191-7/+4
* Enable hardware mipmap generation for radeon.Will Dyson2010-05-261-3/+8
* Fix image_matches_texture_obj() MaxLevel checkWill Dyson2010-05-261-4/+7
* radeon/r200/r300/r600: add is_format_renderable functionMaciej Cencora2010-03-091-0/+16