| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: remove _mesa_tex_target_is_array | Alejandro Piñeiro | 2015-12-07 | 1 | -3/+0 |
* | mesa: change gl_format to mesa_format | Mark Mueller | 2014-01-27 | 1 | -1/+1 |
* | mesa: remove outdated version lines in comments | Rico Schüller | 2013-06-05 | 1 | -1/+0 |
* | mesa/texformat: add _mesa_tex_target_is_array function | Jordan Justen | 2013-06-02 | 1 | -0/+2 |
* | mesa: Restore 78-column wrapping of license text in C-style comments. | Kenneth Graunke | 2013-04-23 | 1 | -3/+4 |
* | mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | mesa: add texture target field to ChooseTextureFormat() driver hook | Brian Paul | 2012-08-24 | 1 | -2/+2 |
* | mesa: Clean up header file inclusion in texformat.h. | Vinson Lee | 2010-12-04 | 1 | -1/+1 |
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -1/+1 |
* | mesa: move _mesa_format_to_type_and_comps() to formats.c | Brian Paul | 2009-10-05 | 1 | -4/+0 |
* | mesa: move texel fetch/store into new texfetch.[ch] files | Brian Paul | 2009-09-30 | 1 | -19/+3 |
* | mesa: remove gl_texture_format | Brian Paul | 2009-09-30 | 1 | -105/+0 |
* | mesa: replace gl_texture_format with gl_format | Brian Paul | 2009-09-30 | 1 | -3/+3 |
* | mesa: change _mesa_format_to_type_and_comps() format parameter type | Brian Paul | 2009-09-27 | 1 | -1/+1 |
* | mesa: use new look-up table to get texel fetch/store funcs | Brian Paul | 2009-09-27 | 1 | -0/+6 |
* | mesa: include formats.h | Brian Paul | 2009-09-26 | 1 | -136/+1 |
* | mesa: add _rev signed rgba texture format | Roland Scheidegger | 2009-03-28 | 1 | -1/+3 |
* | mesa: add new signed rgba texture format | Roland Scheidegger | 2009-03-28 | 1 | -1/+3 |
* | mesa: add support for ATI_envmap_bumpmap | Roland Scheidegger | 2009-03-12 | 1 | -1/+13 |
* | Merge commit 'origin/master' into gallium-0.2 | Alan Hourihane | 2009-01-22 | 1 | -0/+4 |
|\ |
|
| * | Add RGBA4444 and RGBA5551 texture formats. | Thomas Hellstrom | 2009-01-20 | 1 | -0/+4 |
| * | move _mesa_format_to_type_and_comps() to texformat.c | Brian | 2008-09-21 | 1 | -0/+6 |
| * | mesa: Support for MESA_FORMAT_S8_Z24 texture | Jakob Bornecrantz | 2008-09-04 | 1 | -0/+2 |
* | | mesa: fixes for srgb, new srgb formats | Roland Scheidegger | 2008-12-12 | 1 | -0/+13 |
* | | Merge branch 'gallium-0.1' into gallium-0.2 | Keith Whitwell | 2008-09-11 | 1 | -0/+16 |
|\ \
| |/
|/| |
|
| * | mesa: add some #if FEATURE_x tests | Brian Paul | 2008-06-12 | 1 | -0/+8 |
| * | mesa: Add MESA_FORMAT_S8_Z24 texture format | Jakob Bornecrantz | 2008-06-08 | 1 | -0/+2 |
| * | move _mesa_format_to_type_and_comps() to texformat.c | Brian | 2008-02-11 | 1 | -0/+6 |
* | | EXT_texture_sRGB support on i965 | Zou Nan hai | 2007-08-02 | 1 | -0/+2 |
|/ |
|
* | fix typo, indentation | Brian Paul | 2006-08-04 | 1 | -3/+3 |
* | Initial work for GL_EXT_texture_sRGB. | Brian Paul | 2006-08-03 | 1 | -0/+22 |
* | Replace MESA_FORMAT_DEPTH_COMPONENT_FLOAT32 with 32-bit integer format. | Brian Paul | 2006-04-06 | 1 | -16/+6 |
* | Initial work for GL_EXT_packed_depth_stencil extension. | Brian Paul | 2005-09-28 | 1 | -1/+2 |
* | Another pass at implementing byte-swapped texture formats. | Brian Paul | 2004-05-13 | 1 | -12/+12 |
* | remove last remnants of NEWTEXSTORE stuff | Brian Paul | 2004-05-12 | 1 | -2/+0 |
* | yank bgr233 texformat. minor comment updates. | Brian Paul | 2004-05-12 | 1 | -5/+2 |
* | Added big-endian texture formats. | Brian Paul | 2004-05-12 | 1 | -20/+17 |
* | Removed the old teximage code. | Brian Paul | 2004-04-27 | 1 | -23/+22 |
* | New glTexImage code. | Brian Paul | 2004-04-22 | 1 | -30/+62 |
* | added an additional comment about mipmap generation | Brian Paul | 2004-02-08 | 1 | -0/+3 |
* | Some initial RGB and RGBA floating point texture formats. | Brian Paul | 2004-01-24 | 1 | -3/+26 |
* | texture compression | Daniel Borca | 2003-10-29 | 1 | -0/+4 |
* | Merge Jose's documentation and core Mesa changes from embedded branch | Keith Whitwell | 2003-07-17 | 1 | -31/+51 |
* | some texture compression odds & ends | Brian Paul | 2003-04-03 | 1 | -4/+11 |
* | updated email addresses | Brian Paul | 2002-10-29 | 1 | -2/+2 |
* | new texture compression infrastructure | Brian Paul | 2002-09-27 | 1 | -6/+1 |
* | merge gl_texture_image RowStride from DRI 4.0.4 | Brian Paul | 2002-09-23 | 1 | -3/+3 |
* | updates from 4.0.4 (MESA_ycbcr_texture, APPLE_client_storage, etc) | Brian Paul | 2002-09-21 | 1 | -1/+6 |
* | Added ctx parameter to _mesa_debug() | Brian Paul | 2002-06-15 | 1 | -4/+7 |