summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texstore.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: rename MESA_FORMAT_X8Z24_UNORM -> MESA_FORMAT_X8_UINT_Z24_UNORMBrian Paul2014-03-101-2/+2
* mesa: add MESA_FORMAT_R8G8B8A8_SRGBBrian Paul2014-03-061-0/+3
* mesa: add MESA_FORMAT_B8G8R8X8_SRGBChia-I Wu2014-03-061-4/+13
* mesa: Fix MESA_FORMAT_Z24_UNORM_S8_UINT vs. X8_UINT mix-up.Kenneth Graunke2014-02-091-4/+4
* mesa: Fix Type A _INT formats to MESA_FORMAT naming standardMark Mueller2014-01-271-32/+32
* mesa: Fix MESA_FORMAT names containg SIGNEDMark Mueller2014-01-271-48/+48
* mesa: Fix MESA_FORMAT names with ALPH, INTENSITY, and LUMINANCEMark Mueller2014-01-271-67/+67
* mesa: Change many Type P MESA_FORMATs to meet naming specMark Mueller2014-01-271-78/+78
* mesa: Change many Type A MESA_FORMATs to meet naming standardMark Mueller2014-01-271-67/+67
* mesa: Rename 4 color component unsigned byte MESA_FORMATsMark Mueller2014-01-271-36/+36
* mesa: change gl_format to mesa_formatMark Mueller2014-01-271-11/+11
* mesa: Add MESA_FORMAT_SIGNED_RG88 and _RG1616.Francisco Jerez2014-01-151-15/+46
* mesa: Add MESA_FORMAT_ABGR2101010.Francisco Jerez2014-01-151-0/+46
* mesa: document _mesa_texstore() return valueBrian Paul2013-12-131-0/+1
* mesa: Allow external textures to use fallback (0, 0, 0, 1)Topi Pohjolainen2013-10-111-0/+1
* mesa: s/GLuint/GLint/ to silence MSVC warning in textore.cBrian Paul2013-07-121-1/+1
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul2013-04-171-1/+0
* st/mesa: simplify and improve CopyTexSubImageMarek Olšák2013-02-181-16/+21
* st/mesa: implement blit-based TexImage and TexSubImageMarek Olšák2013-02-181-2/+16
* mesa: remove per-format memcpy codepaths from texstore functionsMarek Olšák2013-02-111-590/+64
* mesa: implement common texstore memcpy function for all formatsMarek Olšák2013-02-111-0/+60
* mesa: add RGBX formats for existing GL RGB texture formatsMarek Olšák2013-02-071-47/+163
* mesa: fixup inconsistent naming of RG16 formatsMarek Olšák2013-02-061-5/+5
* texstore argb2101010: merge GL_RGBA and GL_RGB casesJordan Justen2013-01-121-15/+3
* mesa: Implement compressed 2D array textures.Paul Berry2013-01-021-25/+29
* mesa: Fix error reporting in _mesa_invalidate_pbo_{compressed_,}teximage.Paul Berry2013-01-021-2/+2
* mesa: Add decoding functions for GL_COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2Anuj Phogat2012-12-071-2/+2
* mesa: Add decoding functions for GL_COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2Anuj Phogat2012-12-071-2/+2
* mesa: Add decoding functions for GL_COMPRESSED_SIGNED_RG11_EACAnuj Phogat2012-12-071-1/+1
* mesa: Add decoding functions for GL_COMPRESSED_SIGNED_R11_EACAnuj Phogat2012-12-071-1/+1
* mesa: Add decoding functions for GL_COMPRESSED_RG11_EACAnuj Phogat2012-12-071-1/+1
* mesa: Add decoding functions for GL_COMPRESSED_R11_EACAnuj Phogat2012-12-071-1/+1
* mesa: Add decoding functions for GL_COMPRESSED_SRGB8_ALPHA8_ETC2_EACAnuj Phogat2012-12-071-1/+1
* mesa: Add decoding functions for GL_COMPRESSED_RGBA8_ETC2_EACAnuj Phogat2012-12-071-1/+1
* mesa: Add decoding functions for GL_COMPRESSED_SRGB8_ETC2Anuj Phogat2012-12-071-1/+1
* mesa: Add decoding functions for GL_COMPRESSED_RGB8_ETC2Anuj Phogat2012-12-071-1/+1
* mesa: Add new MESA_FORMATs for ETC2 compressed texturesAnuj Phogat2012-12-071-0/+12
* 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