Age | Commit message (Expand) | Author |
2010-12-04 | mesa: Clean up header file inclusion in texformat.h. | Vinson Lee |
2010-10-13 | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg |
2009-10-05 | mesa: move _mesa_format_to_type_and_comps() to formats.c | Brian Paul |
2009-09-30 | mesa: move texel fetch/store into new texfetch.[ch] files | Brian Paul |
2009-09-30 | mesa: remove gl_texture_format | Brian Paul |
2009-09-30 | mesa: replace gl_texture_format with gl_format | Brian Paul |
2009-09-27 | mesa: change _mesa_format_to_type_and_comps() format parameter type | Brian Paul |
2009-09-27 | mesa: use new look-up table to get texel fetch/store funcs | Brian Paul |
2009-09-26 | mesa: include formats.h | Brian Paul |
2009-03-28 | mesa: add _rev signed rgba texture format | Roland Scheidegger |
2009-03-28 | mesa: add new signed rgba texture format | Roland Scheidegger |
2009-03-12 | mesa: add support for ATI_envmap_bumpmap | Roland Scheidegger |
2009-01-22 | Merge commit 'origin/master' into gallium-0.2 | Alan Hourihane |
2009-01-20 | Add RGBA4444 and RGBA5551 texture formats. | Thomas Hellstrom |
2008-12-12 | mesa: fixes for srgb, new srgb formats | Roland Scheidegger |
2008-09-21 | move _mesa_format_to_type_and_comps() to texformat.c | Brian |
2008-09-11 | Merge branch 'gallium-0.1' into gallium-0.2 | Keith Whitwell |
2008-09-04 | mesa: Support for MESA_FORMAT_S8_Z24 texture | Jakob Bornecrantz |
2008-06-12 | mesa: add some #if FEATURE_x tests | Brian Paul |
2008-06-08 | mesa: Add MESA_FORMAT_S8_Z24 texture format | Jakob Bornecrantz |
2008-02-11 | move _mesa_format_to_type_and_comps() to texformat.c | Brian |
2007-08-02 | EXT_texture_sRGB support on i965 | Zou Nan hai |
2006-08-04 | fix typo, indentation | Brian Paul |
2006-08-03 | Initial work for GL_EXT_texture_sRGB. | Brian Paul |
2006-04-06 | Replace MESA_FORMAT_DEPTH_COMPONENT_FLOAT32 with 32-bit integer format. | Brian Paul |
2005-09-28 | Initial work for GL_EXT_packed_depth_stencil extension. | Brian Paul |
2004-05-13 | Another pass at implementing byte-swapped texture formats. | Brian Paul |
2004-05-12 | remove last remnants of NEWTEXSTORE stuff | Brian Paul |
2004-05-12 | yank bgr233 texformat. minor comment updates. | Brian Paul |
2004-05-12 | Added big-endian texture formats. | Brian Paul |
2004-04-27 | Removed the old teximage code. | Brian Paul |
2004-04-22 | New glTexImage code. | Brian Paul |
2004-02-08 | added an additional comment about mipmap generation | Brian Paul |
2004-01-24 | Some initial RGB and RGBA floating point texture formats. | Brian Paul |
2003-10-29 | texture compression | Daniel Borca |
2003-07-17 | Merge Jose's documentation and core Mesa changes from embedded branch | Keith Whitwell |
2003-04-03 | some texture compression odds & ends | Brian Paul |
2002-10-29 | updated email addresses | Brian Paul |
2002-09-27 | new texture compression infrastructure | Brian Paul |
2002-09-23 | merge gl_texture_image RowStride from DRI 4.0.4 | Brian Paul |
2002-09-21 | updates from 4.0.4 (MESA_ycbcr_texture, APPLE_client_storage, etc) | Brian Paul |
2002-06-15 | Added ctx parameter to _mesa_debug() | Brian Paul |
2002-06-12 | Moved big/little endian code to glheader.h. | Brian Paul |
2001-06-15 | Enable GL_ARB_texture_compression for XMesa/GLX driver. Texture | Brian Paul |
2001-04-04 | More texture image changes. | Brian Paul |
2001-03-22 | Remove formats that no longer exist. | Gareth Hughes |
2001-03-22 | Minor updates. | Gareth Hughes |
2001-03-22 | Fix texture format enum values (Brian Paul). | Gareth Hughes |
2001-03-18 | - Port 3.4 texture utils, texture format work to 3.5 (including new | Gareth Hughes |