summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texstore.c
Commit message (Expand)AuthorAgeFilesLines
* main: Don't leak temporary texture rowsJason Ekstrand2014-09-021-0/+4
* mesa: minor improvements to _mesa_compute_compressed_pixelstore()Brian Paul2014-08-161-7/+17
* mesa/texstore: Don't use the _mesa_swizzle_and_convert if we need transfer opsJason Ekstrand2014-08-131-0/+3
* mesa: fix texstore with GL_COLOR_INDEX dataRoland Scheidegger2014-08-141-0/+3
* mesa: Add texstore functions for BPTC-compressed texturesNeil Roberts2014-08-121-0/+10
* mesa/texstore: Add a generic rgba integer texture upload pathJason Ekstrand2014-08-051-479/+73
* mesa/texstore: Add a generic float/normalized rgba texture upload pathJason Ekstrand2014-08-051-1906/+98
* mesa/texstore: Use _mesa_swizzle_and_convert when possibleJason Ekstrand2014-08-051-15/+171
* main/texstore: Split texture storage into three functionsJason Ekstrand2014-08-051-71/+100
* texstore: Add a generic implementation of GL_ARB_clear_textureNeil Roberts2014-07-231-0/+72
* mesa: Don't use memcpy() in _mesa_texstore() for float depth texture dataAnuj Phogat2014-07-211-0/+15
* Remove the ATI_envmap_bumpmap extensionJason Ekstrand2014-06-301-78/+0
* mesa: Compute proper strides for compressed texture pixel storage.Chris Forbes2014-06-101-0/+35
* mesa: Extract computation of compressed pixel store paramsChris Forbes2014-06-101-14/+33
* mesa: move declarations before code in texstore.cBrian Paul2014-05-011-8/+7
* mesa: Remove redundant if checks in _mesa_texstore_xx_xx() functionsAnuj Phogat2014-05-011-89/+80
* mesa: Allow srcFormat=GL_DEPTH_STENCIL in _mesa_texstore_xx_xx() functionsAnuj Phogat2014-05-011-2/+4
* mesa: Add missing types in _mesa_texstore_xx_xx() functionsAnuj Phogat2014-05-011-2/+6
* mesa: use _mesa_get_srgb_format_linear() in sRGB texstore functionsBrian Paul2014-04-111-25/+5
* mesa: fix texstore for MESA_FORMAT_R8G8B8A8_SRGBChris Forbes2014-04-011-4/+6
* 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