| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: Remove unnecessary parameters CompressedTexImage | Pauli Nieminen | 2012-08-12 | 1 | -3/+0 |
* | mesa: Remove unnecessary parameters from TexImage | Pauli Nieminen | 2012-08-12 | 1 | -2/+0 |
* | mesa: consolidate internal glCompressedTexSubImage1/2/3D code | Brian Paul | 2012-06-06 | 1 | -21/+6 |
* | mesa: consolidate internal glCompressedTexImage1/2/3D code | Brian Paul | 2012-06-06 | 1 | -20/+6 |
* | mesa: consolidate internal glTexSubImage1/2/3D code | Brian Paul | 2012-06-06 | 1 | -23/+6 |
* | mesa: consolidate internal glTexImage1/2/3D code | Brian Paul | 2012-06-06 | 1 | -24/+7 |
* | mesa: remove the dstX/Y/Zoffset params to _mesa_texstore() functions | Brian Paul | 2012-01-02 | 1 | -1/+0 |
* | mesa: simplify Driver.CompressedTex[Sub]Image function parameters | Brian Paul | 2011-12-30 | 1 | -30/+21 |
* | mesa: simplify Driver.TexImage() parameters | Brian Paul | 2011-12-30 | 1 | -12/+9 |
* | mesa: simplify Driver.TexSubImage() parameters | Brian Paul | 2011-12-30 | 1 | -12/+9 |
* | mesa: get rid of imageOffsets arrays in texstore code | Brian Paul | 2011-10-05 | 1 | -4/+3 |
* | mesa: s/_mesa_make_temp_chan_image()/_mesa_make_temp_ubyte_image() | Brian Paul | 2011-09-20 | 1 | -2/+2 |
* | mesa: move PBO-related functions into a new file | Brian Paul | 2011-02-28 | 1 | -18/+0 |
* | mesa: make_float_temp_image non-static | Dave Airlie | 2011-02-28 | 1 | -0/+9 |
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -17/+17 |
* | 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 |