summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texformat.h
Commit message (Expand)AuthorAgeFilesLines
* mesa: remove _mesa_tex_target_is_arrayAlejandro Piñeiro2015-12-071-3/+0
* mesa: change gl_format to mesa_formatMark Mueller2014-01-271-1/+1
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa/texformat: add _mesa_tex_target_is_array functionJordan Justen2013-06-021-0/+2
* 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: add texture target field to ChooseTextureFormat() driver hookBrian Paul2012-08-241-2/+2
* mesa: Clean up header file inclusion in texformat.h.Vinson Lee2010-12-041-1/+1
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-1/+1
* mesa: move _mesa_format_to_type_and_comps() to formats.cBrian Paul2009-10-051-4/+0
* mesa: move texel fetch/store into new texfetch.[ch] filesBrian Paul2009-09-301-19/+3
* mesa: remove gl_texture_formatBrian Paul2009-09-301-105/+0
* mesa: replace gl_texture_format with gl_formatBrian Paul2009-09-301-3/+3
* mesa: change _mesa_format_to_type_and_comps() format parameter typeBrian Paul2009-09-271-1/+1
* mesa: use new look-up table to get texel fetch/store funcsBrian Paul2009-09-271-0/+6
* mesa: include formats.hBrian Paul2009-09-261-136/+1
* mesa: add _rev signed rgba texture formatRoland Scheidegger2009-03-281-1/+3
* mesa: add new signed rgba texture formatRoland Scheidegger2009-03-281-1/+3
* mesa: add support for ATI_envmap_bumpmapRoland Scheidegger2009-03-121-1/+13
* Merge commit 'origin/master' into gallium-0.2Alan Hourihane2009-01-221-0/+4
|\
| * Add RGBA4444 and RGBA5551 texture formats.Thomas Hellstrom2009-01-201-0/+4
| * move _mesa_format_to_type_and_comps() to texformat.cBrian2008-09-211-0/+6
| * mesa: Support for MESA_FORMAT_S8_Z24 textureJakob Bornecrantz2008-09-041-0/+2
* | mesa: fixes for srgb, new srgb formatsRoland Scheidegger2008-12-121-0/+13
* | Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell2008-09-111-0/+16
|\ \ | |/ |/|
| * mesa: add some #if FEATURE_x testsBrian Paul2008-06-121-0/+8
| * mesa: Add MESA_FORMAT_S8_Z24 texture formatJakob Bornecrantz2008-06-081-0/+2
| * move _mesa_format_to_type_and_comps() to texformat.cBrian2008-02-111-0/+6
* | EXT_texture_sRGB support on i965Zou Nan hai2007-08-021-0/+2
|/
* fix typo, indentationBrian Paul2006-08-041-3/+3
* Initial work for GL_EXT_texture_sRGB.Brian Paul2006-08-031-0/+22
* Replace MESA_FORMAT_DEPTH_COMPONENT_FLOAT32 with 32-bit integer format.Brian Paul2006-04-061-16/+6
* Initial work for GL_EXT_packed_depth_stencil extension.Brian Paul2005-09-281-1/+2
* Another pass at implementing byte-swapped texture formats.Brian Paul2004-05-131-12/+12
* remove last remnants of NEWTEXSTORE stuffBrian Paul2004-05-121-2/+0
* yank bgr233 texformat. minor comment updates.Brian Paul2004-05-121-5/+2
* Added big-endian texture formats.Brian Paul2004-05-121-20/+17
* Removed the old teximage code.Brian Paul2004-04-271-23/+22
* New glTexImage code.Brian Paul2004-04-221-30/+62
* added an additional comment about mipmap generationBrian Paul2004-02-081-0/+3
* Some initial RGB and RGBA floating point texture formats.Brian Paul2004-01-241-3/+26
* texture compressionDaniel Borca2003-10-291-0/+4
* Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell2003-07-171-31/+51
* some texture compression odds & endsBrian Paul2003-04-031-4/+11
* updated email addressesBrian Paul2002-10-291-2/+2
* new texture compression infrastructureBrian Paul2002-09-271-6/+1
* merge gl_texture_image RowStride from DRI 4.0.4Brian Paul2002-09-231-3/+3
* updates from 4.0.4 (MESA_ycbcr_texture, APPLE_client_storage, etc)Brian Paul2002-09-211-1/+6
* Added ctx parameter to _mesa_debug()Brian Paul2002-06-151-4/+7