aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texstore.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: add fbo/texture support for ARB_texture_cube_map_array (v2)Dave Airlie2012-11-091-0/+7
* mesa: remove bogus compressed texture size checksBrian Paul2012-10-021-6/+0
* mesa: remove FEATURE_EXT_texture_sRGB define.Oliver McFadden2012-09-151-14/+0
* Don't cast the return value of malloc/reallocMatt Turner2012-09-051-12/+12
* mesa texstore: handle signed/unsigned integer clampingJordan Justen2012-08-141-20/+75
* mesa: Remove unnecessary parameters CompressedTexImagePauli Nieminen2012-08-121-4/+1
* mesa: Remove unnecessary parameters from AllocTextureImageBufferPauli Nieminen2012-08-121-5/+2
* mesa: Remove unnecessary parameters from TexImagePauli Nieminen2012-08-121-5/+4
* mesa formats: add MESA_FORMAT_ABGR2101010_UINTJordan Justen2012-07-211-0/+68
* mesa: update texstore.c commentBrian Paul2012-07-201-3/+2
* mesa: consolidate internal glCompressedTexSubImage1/2/3D codeBrian Paul2012-06-061-52/+17
* mesa: consolidate internal glCompressedTexImage1/2/3D codeBrian Paul2012-06-061-49/+13
* mesa: consolidate internal glTexSubImage1/2/3D codeBrian Paul2012-06-061-42/+8
* mesa: consolidate internal glTexImage1/2/3D codeBrian Paul2012-06-061-65/+13
* mesa: stop using MAX_WIDTH in texstore codeBrian Paul2012-02-241-6/+33
* mesa: add special case in texstore.c for GL_LUMINANCE_ALPHA src imageBrian Paul2012-02-221-0/+26
* mesa: consolidate general ubyte texstore codeBrian Paul2012-01-301-171/+71
* mesa: use _mesa_pack_ubyte_rgba_rect() in texstore codeBrian Paul2012-01-301-219/+64
* mesa: more use of _mesa_format_matches_format_and_type() in texstore codeBrian Paul2012-01-271-12/+7
* mesa: more use of _mesa_format_matches_format_and_type() in texstore codeBrian Paul2012-01-271-19/+4
* mesa: more use of _mesa_format_matches_format_and_type() in texstore codeBrian Paul2012-01-271-13/+7
* mesa: more use of _mesa_format_matches_format_and_type() in texstore codeBrian Paul2012-01-271-18/+8
* mesa: use _mesa_format_matches_format_and_type() in texstore codeBrian Paul2012-01-271-44/+4
* mesa: Don't round-trip integer texture data through a floating point temp.Eric Anholt2012-01-271-21/+24
* mesa: use GL_MAP_INVALIDATE_RANGE_BIT in glTexImage pathsBrian Paul2012-01-181-2/+2
* mesa: fix incorrect float vs. int values in a few placesBrian Paul2012-01-121-3/+3
* mesa: Remove 'texelBytes' declarations that are only used in assertions.Vinson Lee2012-01-051-68/+34
* mesa: remove the dstX/Y/Zoffset params to _mesa_texstore() functionsBrian Paul2012-01-021-221/+96
* mesa: simplify Driver.CompressedTex[Sub]Image function parametersBrian Paul2011-12-301-43/+21
* mesa: simplify Driver.TexImage() parametersBrian Paul2011-12-301-12/+9
* mesa: simplify Driver.TexSubImage() parametersBrian Paul2011-12-301-12/+9
* mesa: consolidate texstore functionsBrian Paul2011-12-241-331/+153
* mesa: fix _mesa_store_texsubimage2d() for GL_TEXTURE_1D_ARRAYBrian Paul2011-12-241-23/+44
* mesa: add missing RG_INTEGER and some RED_INTEGER_EXT checks.Dave Airlie2011-12-101-0/+12
* mesa: remove TextureMemCpy driver hookBrian Paul2011-12-081-3/+2
* mesa: Fix assertions for block size handling in glCompressedTexSubImage2D.Eric Anholt2011-12-021-2/+2
* mesa: Fix glCompressedTexSubImage (and non-Sub) for height == 2 or 1.Eric Anholt2011-12-021-1/+1
* mesa: Fix glCompressedTexImage when dstRowStride != srcRowStride.Eric Anholt2011-12-021-28/+9
* mesa: fix some minor texstore commentsBrian Paul2011-12-021-3/+3
* mesa: rename MESA_FORMAT_RG88_REV to MESA_FORMAT_RG88Brian Paul2011-12-021-3/+3
* mesa: rename MESA_FORMAT_RG88 to MESA_FORMAT_GR88Brian Paul2011-12-021-5/+5
* mesa: add support for GL_OES_compressed_ETC1_RGB8_textureChia-I Wu2011-12-021-0/+2
* mesa: update texstore comments for R/G texturesBrian Paul2011-11-281-2/+2
* mesa: handle MapTextureImage() failures in glTexImage codeBrian Paul2011-11-281-76/+123
* mesa/format: add mesa MESA_FORMAT_ARGB2101010_UINT support.Dave Airlie2011-11-281-0/+59
* mesa: add MESA_FORMAT_RGBX8888 and MESA_FORMAT_RGBX8888_REVChia-I Wu2011-11-271-6/+15
* mesa: Make formats.c "datatype" values match glGetTexLevelParameter return.Eric Anholt2011-11-221-1/+6
* mesa: Skip texstore for 0-sized texture data.Eric Anholt2011-10-261-0/+9
* mesa: move gl_texture_image::Data, RowStride, ImageOffsets to swrastBrian Paul2011-10-231-1/+0
* mesa: get rid of imageOffsets arrays in texstore codeBrian Paul2011-10-051-336/+197