summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texformat.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Remove unnecessary headers from texformat.c.Vinson Lee2010-01-181-2/+0
* AL1616: Enable MESA_FORMAT_AL1616 for software pathsIan Romanick2009-11-161-2/+4
* Merge branch 'texformat-rework'Brian Paul2009-10-281-1706/+73
|\
| * mesa: move _mesa_format_to_type_and_comps() to formats.cBrian Paul2009-10-051-179/+0
| * mesa: remove GLchan-based formats; use hw 8-bit/channel formats insteadBrian Paul2009-09-301-31/+6
| * mesa: move texel fetch/store into new texfetch.[ch] filesBrian Paul2009-09-301-580/+4
| * mesa: remove gl_texture_formatBrian Paul2009-09-301-908/+0
| * mesa: replace gl_texture_format with gl_formatBrian Paul2009-09-301-73/+74
| * mesa: change _mesa_format_to_type_and_comps() format parameter typeBrian Paul2009-09-271-4/+3
| * mesa: remove unused gl_texture_format fieldsBrian Paul2009-09-271-432/+0
| * mesa: rework null texel fetch/store funcsBrian Paul2009-09-271-22/+21
| * mesa: null-out StoreTexImageFunc fieldsBrian Paul2009-09-271-53/+53
| * mesa: use _mesa_get_texel_store_func()Brian Paul2009-09-271-52/+52
| * mesa: use new look-up table to get texel fetch/store funcsBrian Paul2009-09-271-163/+659
* | mesa: change s3tc vs. fxt1 priority when choosing compressed formatsBrian Paul2009-10-231-8/+8
|/
* mesa: convert more texture fetch functions to return GLfloatBrian Paul2009-04-011-42/+42
* mesa: switch texel fetch functions from GLchan to GLfloatBrian Paul2009-04-011-126/+126
* mesa: fix a glGetTexImage issue with base-converted texture formatsRoland Scheidegger2009-03-281-0/+1
* mesa: add _rev signed rgba texture formatRoland Scheidegger2009-03-281-0/+25
* mesa: add new signed rgba texture formatRoland Scheidegger2009-03-281-3/+41
* mesa: added 1D/3D fetch_texel functions for DUDV8Brian Paul2009-03-131-3/+3
* mesa: add support for ATI_envmap_bumpmapRoland Scheidegger2009-03-121-0/+42
* mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul2009-02-091-7/+69
|\
| * Merge commit 'origin/master' into gallium-0.2Alan Hourihane2009-01-221-0/+48
| |\
| * \ Merge commit 'origin/master' into gallium-0.2Brian Paul2009-01-061-1/+1
| |\ \
| * | | mesa: fixes for srgb, new srgb formatsRoland Scheidegger2008-12-121-7/+58
| * | | Merge commit 'origin/master' into gallium-0.2Keith Whitwell2008-10-101-5/+4
| |\ \ \
| * | | | mesa: Silence compiler warnings on Windows.Michal Krol2008-07-151-2/+2
| * | | | mesa: Added _mesa_texstore_s8_z24Jakob Bornecrantz2008-06-181-4/+0
| * | | | mesa: add some #if FEATURE_x testsBrian Paul2008-06-121-0/+6
| * | | | mesa: refactor: move #define FEATURE flags into new mfeatures.h fileBrian Paul2008-06-101-8/+18
| * | | | mesa: Most of the functions of MESA_TEXTURE_S8_Z24 are now supportedJakob Bornecrantz2008-06-091-7/+5
| * | | | mesa: Add MESA_FORMAT_S8_Z24 texture formatJakob Bornecrantz2008-06-081-0/+35
| * | | | move _mesa_format_to_type_and_comps() to texformat.cBrian2008-02-111-0/+171
* | | | | Make GL_ARB_texture_compression mandatoryIan Romanick2009-01-281-27/+25
| |_|_|/ |/| | |
* | | | Add RGBA4444 and RGBA5551 texture formats.Thomas Hellstrom2009-01-201-0/+48
| |_|/ |/| |
* | | mesa: Fix the number of components for GL_UNSIGNED_SHORT_1_5_5_5_REV. (bug #1...Xiang, Haihao2009-01-061-1/+1
| |/ |/|
* | Unify ARB_depth_texture and SGIX_depth_textureIan Romanick2008-10-011-5/+4
* | mesa: Silence compiler warnings on Windows.Michal Krol2008-09-211-2/+2
* | move _mesa_format_to_type_and_comps() to texformat.cBrian2008-09-211-0/+171
* | mesa: refactor: move #define FEATURE flags into new mfeatures.h fileKeith Whitwell2008-09-211-8/+18
* | mesa: Support for MESA_FORMAT_S8_Z24 textureJakob Bornecrantz2008-09-041-0/+24
|/
* Initial work for GL_EXT_texture_sRGB.Brian Paul2006-08-031-0/+168
* Replace MESA_FORMAT_DEPTH_COMPONENT_FLOAT32 with 32-bit integer format.Brian Paul2006-04-061-51/+57
* plug in _mesa_texstore_z24_s8()Brian Paul2005-10-011-1/+1
* Initial work for GL_EXT_packed_depth_stencil extension.Brian Paul2005-09-281-0/+76
* Remove a bunch texel fetch functions that can be handled by the newBrian Paul2005-09-151-123/+130
* check for either GL_ARB_depth_texture or GL_SGIX_depth_texture in a few placesBrian Paul2005-09-081-3/+4
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-9/+58
* Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...Brian Paul2004-08-251-0/+2