| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: make memcpy_texture() non-static | Brian Paul | 2015-10-20 | 1 | -0/+11 |
* | mesa: Remove _mesa_make_temp_float_image | Iago Toral Quiroga | 2015-01-12 | 1 | -10/+0 |
* | mesa: Remove _mesa_make_temp_ubyte_image | Iago Toral Quiroga | 2015-01-12 | 1 | -9/+0 |
* | mesa: minor improvements to _mesa_compute_compressed_pixelstore() | Brian Paul | 2014-08-16 | 1 | -4/+5 |
* | texstore: Add a generic implementation of GL_ARB_clear_texture | Neil Roberts | 2014-07-23 | 1 | -0/+7 |
* | mesa: Extract computation of compressed pixel store params | Chris Forbes | 2014-06-10 | 1 | -0/+17 |
* | mesa: change gl_format to mesa_format | Mark Mueller | 2014-01-27 | 1 | -3/+3 |
* | mesa: remove outdated version lines in comments | Rico Schüller | 2013-06-05 | 1 | -1/+0 |
* | 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 |
* | st/mesa: simplify and improve CopyTexSubImage | Marek Olšák | 2013-02-18 | 1 | -0/+4 |
* | st/mesa: implement blit-based TexImage and TexSubImage | Marek Olšák | 2013-02-18 | 1 | -0/+7 |
* | 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 |