summaryrefslogtreecommitdiff
path: root/src/mesa/main/texformat.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-16AL1616: Enable MESA_FORMAT_AL1616 for software pathsIan Romanick1-2/+4
2009-10-28Merge branch 'texformat-rework'Brian Paul1-1706/+73
2009-10-23mesa: change s3tc vs. fxt1 priority when choosing compressed formatsBrian Paul1-8/+8
2009-10-05mesa: move _mesa_format_to_type_and_comps() to formats.cBrian Paul1-179/+0
2009-09-30mesa: remove GLchan-based formats; use hw 8-bit/channel formats insteadBrian Paul1-31/+6
2009-09-30mesa: move texel fetch/store into new texfetch.[ch] filesBrian Paul1-580/+4
2009-09-30mesa: remove gl_texture_formatBrian Paul1-908/+0
2009-09-30mesa: replace gl_texture_format with gl_formatBrian Paul1-73/+74
2009-09-27mesa: change _mesa_format_to_type_and_comps() format parameter typeBrian Paul1-4/+3
2009-09-27mesa: remove unused gl_texture_format fieldsBrian Paul1-432/+0
2009-09-27mesa: rework null texel fetch/store funcsBrian Paul1-22/+21
2009-09-27mesa: null-out StoreTexImageFunc fieldsBrian Paul1-53/+53
2009-09-27mesa: use _mesa_get_texel_store_func()Brian Paul1-52/+52
2009-09-27mesa: use new look-up table to get texel fetch/store funcsBrian Paul1-163/+659
2009-04-01mesa: convert more texture fetch functions to return GLfloatBrian Paul1-42/+42
2009-04-01mesa: switch texel fetch functions from GLchan to GLfloatBrian Paul1-126/+126
2009-03-28mesa: fix a glGetTexImage issue with base-converted texture formatsRoland Scheidegger1-0/+1
2009-03-28mesa: add _rev signed rgba texture formatRoland Scheidegger1-0/+25
2009-03-28mesa: add new signed rgba texture formatRoland Scheidegger1-3/+41
2009-03-13mesa: added 1D/3D fetch_texel functions for DUDV8Brian Paul1-3/+3
2009-03-12mesa: add support for ATI_envmap_bumpmapRoland Scheidegger1-0/+42
2009-02-09mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul1-7/+69
2009-01-28Make GL_ARB_texture_compression mandatoryIan Romanick1-27/+25
2009-01-22Merge commit 'origin/master' into gallium-0.2Alan Hourihane1-0/+48
2009-01-20Add RGBA4444 and RGBA5551 texture formats.Thomas Hellstrom1-0/+48
2009-01-06Merge commit 'origin/master' into gallium-0.2Brian Paul1-1/+1
2009-01-06mesa: Fix the number of components for GL_UNSIGNED_SHORT_1_5_5_5_REV. (bug #1...Xiang, Haihao1-1/+1
2008-12-12mesa: fixes for srgb, new srgb formatsRoland Scheidegger1-7/+58
2008-10-10Merge commit 'origin/master' into gallium-0.2Keith Whitwell1-5/+4
2008-10-01Unify ARB_depth_texture and SGIX_depth_textureIan Romanick1-5/+4
2008-09-21mesa: Silence compiler warnings on Windows.Michal Krol1-2/+2
2008-09-21move _mesa_format_to_type_and_comps() to texformat.cBrian1-0/+171
2008-09-21mesa: refactor: move #define FEATURE flags into new mfeatures.h fileKeith Whitwell1-8/+18
2008-09-04mesa: Support for MESA_FORMAT_S8_Z24 textureJakob Bornecrantz1-0/+24
2008-07-15mesa: Silence compiler warnings on Windows.Michal Krol1-2/+2
2008-06-18mesa: Added _mesa_texstore_s8_z24Jakob Bornecrantz1-4/+0
2008-06-12mesa: add some #if FEATURE_x testsBrian Paul1-0/+6
2008-06-10mesa: refactor: move #define FEATURE flags into new mfeatures.h fileBrian Paul1-8/+18
2008-06-09mesa: Most of the functions of MESA_TEXTURE_S8_Z24 are now supportedJakob Bornecrantz1-7/+5
2008-06-08mesa: Add MESA_FORMAT_S8_Z24 texture formatJakob Bornecrantz1-0/+35
2008-02-11move _mesa_format_to_type_and_comps() to texformat.cBrian1-0/+171
2006-08-03Initial work for GL_EXT_texture_sRGB.Brian Paul1-0/+168
2006-04-06Replace MESA_FORMAT_DEPTH_COMPONENT_FLOAT32 with 32-bit integer format.Brian Paul1-51/+57
2005-10-01plug in _mesa_texstore_z24_s8()Brian Paul1-1/+1
2005-09-28Initial work for GL_EXT_packed_depth_stencil extension.Brian Paul1-0/+76
2005-09-15Remove a bunch texel fetch functions that can be handled by the newBrian Paul1-123/+130
2005-09-08check for either GL_ARB_depth_texture or GL_SGIX_depth_texture in a few placesBrian Paul1-3/+4
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul1-9/+58
2004-08-25Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...Brian Paul1-0/+2
2004-05-13Another pass at implementing byte-swapped texture formats.Brian Paul1-55/+58