summaryrefslogtreecommitdiff
path: root/src/mesa/main/texstore.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-07mesa: Add decoding functions for GL_COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2Anuj Phogat1-2/+2
2012-12-07mesa: Add decoding functions for GL_COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2Anuj Phogat1-2/+2
2012-12-07mesa: Add decoding functions for GL_COMPRESSED_SIGNED_RG11_EACAnuj Phogat1-1/+1
2012-12-07mesa: Add decoding functions for GL_COMPRESSED_SIGNED_R11_EACAnuj Phogat1-1/+1
2012-12-07mesa: Add decoding functions for GL_COMPRESSED_RG11_EACAnuj Phogat1-1/+1
2012-12-07mesa: Add decoding functions for GL_COMPRESSED_R11_EACAnuj Phogat1-1/+1
2012-12-07mesa: Add decoding functions for GL_COMPRESSED_SRGB8_ALPHA8_ETC2_EACAnuj Phogat1-1/+1
2012-12-07mesa: Add decoding functions for GL_COMPRESSED_RGBA8_ETC2_EACAnuj Phogat1-1/+1
2012-12-07mesa: Add decoding functions for GL_COMPRESSED_SRGB8_ETC2Anuj Phogat1-1/+1
2012-12-07mesa: Add decoding functions for GL_COMPRESSED_RGB8_ETC2Anuj Phogat1-1/+1
2012-12-07mesa: Add new MESA_FORMATs for ETC2 compressed texturesAnuj Phogat1-0/+12
2012-11-09mesa: add fbo/texture support for ARB_texture_cube_map_array (v2)Dave Airlie1-0/+7
2012-10-02mesa: remove bogus compressed texture size checksBrian Paul1-6/+0
2012-09-15mesa: remove FEATURE_EXT_texture_sRGB define.Oliver McFadden1-14/+0
2012-09-05Don't cast the return value of malloc/reallocMatt Turner1-12/+12
2012-08-14mesa texstore: handle signed/unsigned integer clampingJordan Justen1-20/+75
2012-08-12mesa: Remove unnecessary parameters CompressedTexImagePauli Nieminen1-4/+1
2012-08-12mesa: Remove unnecessary parameters from AllocTextureImageBufferPauli Nieminen1-5/+2
2012-08-12mesa: Remove unnecessary parameters from TexImagePauli Nieminen1-5/+4
2012-07-21mesa formats: add MESA_FORMAT_ABGR2101010_UINTJordan Justen1-0/+68
2012-07-20mesa: update texstore.c commentBrian Paul1-3/+2
2012-06-06mesa: consolidate internal glCompressedTexSubImage1/2/3D codeBrian Paul1-52/+17
2012-06-06mesa: consolidate internal glCompressedTexImage1/2/3D codeBrian Paul1-49/+13
2012-06-06mesa: consolidate internal glTexSubImage1/2/3D codeBrian Paul1-42/+8
2012-06-06mesa: consolidate internal glTexImage1/2/3D codeBrian Paul1-65/+13
2012-02-24mesa: stop using MAX_WIDTH in texstore codeBrian Paul1-6/+33
2012-02-22mesa: add special case in texstore.c for GL_LUMINANCE_ALPHA src imageBrian Paul1-0/+26
2012-01-30mesa: consolidate general ubyte texstore codeBrian Paul1-171/+71
2012-01-30mesa: use _mesa_pack_ubyte_rgba_rect() in texstore codeBrian Paul1-219/+64
2012-01-27mesa: more use of _mesa_format_matches_format_and_type() in texstore codeBrian Paul1-12/+7
2012-01-27mesa: more use of _mesa_format_matches_format_and_type() in texstore codeBrian Paul1-19/+4
2012-01-27mesa: more use of _mesa_format_matches_format_and_type() in texstore codeBrian Paul1-13/+7
2012-01-27mesa: more use of _mesa_format_matches_format_and_type() in texstore codeBrian Paul1-18/+8
2012-01-27mesa: use _mesa_format_matches_format_and_type() in texstore codeBrian Paul1-44/+4
2012-01-27mesa: Don't round-trip integer texture data through a floating point temp.Eric Anholt1-21/+24
2012-01-18mesa: use GL_MAP_INVALIDATE_RANGE_BIT in glTexImage pathsBrian Paul1-2/+2
2012-01-12mesa: fix incorrect float vs. int values in a few placesBrian Paul1-3/+3
2012-01-05mesa: Remove 'texelBytes' declarations that are only used in assertions.Vinson Lee1-68/+34
2012-01-02mesa: remove the dstX/Y/Zoffset params to _mesa_texstore() functionsBrian Paul1-221/+96
2011-12-30mesa: simplify Driver.CompressedTex[Sub]Image function parametersBrian Paul1-43/+21
2011-12-30mesa: simplify Driver.TexImage() parametersBrian Paul1-12/+9
2011-12-30mesa: simplify Driver.TexSubImage() parametersBrian Paul1-12/+9
2011-12-24mesa: consolidate texstore functionsBrian Paul1-331/+153
2011-12-24mesa: fix _mesa_store_texsubimage2d() for GL_TEXTURE_1D_ARRAYBrian Paul1-23/+44
2011-12-10mesa: add missing RG_INTEGER and some RED_INTEGER_EXT checks.Dave Airlie1-0/+12
2011-12-08mesa: remove TextureMemCpy driver hookBrian Paul1-3/+2
2011-12-02mesa: Fix assertions for block size handling in glCompressedTexSubImage2D.Eric Anholt1-2/+2
2011-12-02mesa: Fix glCompressedTexSubImage (and non-Sub) for height == 2 or 1.Eric Anholt1-1/+1
2011-12-02mesa: Fix glCompressedTexImage when dstRowStride != srcRowStride.Eric Anholt1-28/+9
2011-12-02mesa: fix some minor texstore commentsBrian Paul1-3/+3