| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: move mesa_set_fetch_functions() | Brian Paul | 2009-10-01 | 1 | -4/+0 |
* | mesa: replace gl_texture_format with gl_format | Brian Paul | 2009-09-30 | 1 | -1/+1 |
* | mesa: move StoreTexImageFunc typedef to .c file | Brian Paul | 2009-09-28 | 1 | -12/+2 |
* | mesa: make individual texstore functions static | Brian Paul | 2009-09-28 | 1 | -43/+0 |
* | mesa: new _mesa_texstore() function | Brian Paul | 2009-09-28 | 1 | -0/+3 |
* | mesa: move StoreTexImageFunc to texstore.h | Brian Paul | 2009-09-27 | 1 | -0/+36 |
* | mesa: move _mesa_get_texstore_func() to texstore.c | Brian Paul | 2009-09-26 | 1 | -0/+5 |
* | mesa: move glGetTexImage(), glGetCompresssedTexImage() code into new file | Brian Paul | 2009-04-03 | 1 | -13/+0 |
* | mesa: add new signed rgba texture format | Roland Scheidegger | 2009-03-28 | 1 | -0/+1 |
* | mesa: add support for ATI_envmap_bumpmap | Roland Scheidegger | 2009-03-12 | 1 | -1/+1 |
* | Merge commit 'origin/master' into gallium-0.2 | Alan Hourihane | 2009-01-22 | 1 | -0/+2 |
|\ |
|
| * | Add RGBA4444 and RGBA5551 texture formats. | Thomas Hellstrom | 2009-01-20 | 1 | -0/+2 |
| * | mesa: Support for MESA_FORMAT_S8_Z24 texture | Jakob Bornecrantz | 2008-09-04 | 1 | -0/+1 |
* | | mesa: fixes for srgb, new srgb formats | Roland Scheidegger | 2008-12-12 | 1 | -0/+2 |
* | | Merge branch 'gallium-0.1' into gallium-0.2 | Keith Whitwell | 2008-09-11 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | mesa: Added _mesa_texstore_s8_z24 | Jakob Bornecrantz | 2008-06-18 | 1 | -0/+1 |
* | | Change GetCompressedTexImage in dd_function_table to not take const pointers. | Kristian Høgsberg | 2008-02-25 | 1 | -2/+2 |
|/ |
|
* | i915tex: Make sure texture format fetch hooks are initialized. | Michel Dänzer | 2007-04-09 | 1 | -0/+4 |
* | Move mipmap generation functions, texture scaling functions into new | Brian Paul | 2006-09-29 | 1 | -21/+0 |
* | Initial work for GL_EXT_texture_sRGB. | Brian Paul | 2006-08-03 | 1 | -0/+6 |
* | In gl_texture_image, replace ImageStride with an ImageOffsets array. | Brian Paul | 2006-05-20 | 1 | -43/+30 |
* | Replace MESA_FORMAT_DEPTH_COMPONENT_FLOAT32 with 32-bit integer format. | Brian Paul | 2006-04-06 | 1 | -4/+4 |
* | merge from texman branchmesa_20060325 | Brian Paul | 2006-03-26 | 1 | -2/+2 |
* | Initial work for GL_EXT_packed_depth_stencil extension. | Brian Paul | 2005-09-28 | 1 | -1/+2 |
* | added missing prototype | Brian Paul | 2005-02-08 | 1 | -2/+9 |
* | argb8888 optimizations from via branch | Keith Whitwell | 2005-02-07 | 1 | -0/+10 |
* | Added driver hooks for GetTexImage() and GetCompressedTexImage(). | Brian Paul | 2004-12-12 | 1 | -11/+26 |
* | changed _mesa_rescale_teximage2d to allow rescaling of padded images | Daniel Borca | 2004-10-18 | 1 | -4/+6 |
* | Another pass at implementing byte-swapped texture formats. | Brian Paul | 2004-05-13 | 1 | -6/+4 |
* | remove last remnants of NEWTEXSTORE stuff | Brian Paul | 2004-05-12 | 1 | -19/+0 |
* | yank bgr233 texformat. minor comment updates. | Brian Paul | 2004-05-12 | 1 | -1/+0 |
* | Added big-endian texture formats. | Brian Paul | 2004-05-12 | 1 | -1/+9 |
* | texture compression: getting warmer | Daniel Borca | 2004-05-04 | 1 | -0/+6 |
* | restored _mesa_rescale_teximage2d() | Brian Paul | 2004-05-02 | 1 | -0/+7 |
* | Removed the old teximage code. | Brian Paul | 2004-04-27 | 1 | -0/+17 |
* | New glTexImage code. | Brian Paul | 2004-04-22 | 1 | -9/+47 |
* | Updates required for building the SciTech SNAP version of Mesa. This includes: | Kendall Bennett | 2003-09-30 | 1 | -5/+5 |
* | Merge Jose's documentation and core Mesa changes from embedded branch | Keith Whitwell | 2003-07-17 | 1 | -5/+7 |
* | Rework gl[Copy]Tex[Sub]Image() error checking so that all level, width, height | Brian Paul | 2003-04-04 | 1 | -10/+2 |
* | new texture compression infrastructure | Brian Paul | 2002-09-27 | 1 | -5/+28 |
* | fixed _mesa_generate_mipmaps() target problem | Brian Paul | 2002-09-16 | 1 | -4/+4 |
* | Enable GL_ARB_texture_compression for XMesa/GLX driver. Texture | Brian Paul | 2001-06-15 | 1 | -1/+8 |
* | initial support for GL_SGIS_generate_mipmap extension | Brian Paul | 2001-05-21 | 1 | -1/+6 |
* | Fixed a texture conversion problem: sometimes need to produce an intermediate | Brian Paul | 2001-04-20 | 1 | -1/+2 |
* | More texture image changes. | Brian Paul | 2001-04-04 | 1 | -2/+3 |
* | renamed some vars, added a bunch of comments | Brian Paul | 2001-03-21 | 1 | -2/+2 |
* | depth images were broken by latest teximage changes, this fixes the problem | Brian Paul | 2001-03-21 | 1 | -2/+2 |
* | Split driver struct into swrast/tnl/core components. | Keith Whitwell | 2001-03-19 | 1 | -31/+1 |
* | Updated Driver.CopyTexImage[12]D and Driver.CopyTexSubImage[123]D functions | Brian Paul | 2001-02-19 | 1 | -1/+30 |
* | Overhaul of texture image handling. | Brian Paul | 2001-02-06 | 1 | -0/+143 |