| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: remove unneeded #include of colormac.h | Brian Paul | 2015-04-01 | 1 | -1/+0 |
* | mesa: Use assert() instead of ASSERT wrapper. | Matt Turner | 2015-02-23 | 1 | -7/+7 |
* | mesa: Remove _mesa_make_temp_ubyte_image | Iago Toral Quiroga | 2015-01-12 | 1 | -12/+22 |
* | 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 |
* | swrast: Replace ImageOffsets with an ImageSlices pointer. | Eric Anholt | 2013-04-30 | 1 | -4/+4 |
* | 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: remove #include "mfeatures.h" from numerous source files | Brian Paul | 2013-04-17 | 1 | -1/+0 |
* | mesa: remove old swrast-based compressed texel fetch code | Brian Paul | 2012-12-14 | 1 | -32/+0 |
* | mesa: add new texel fetch code for fxt formats | Brian Paul | 2012-12-14 | 1 | -0/+42 |
* | mesa: remove FEATURE_texture_fxt1 define. | Oliver McFadden | 2012-09-15 | 1 | -6/+0 |
* | mesa/fxt1: make fxt1_decode_1 static | Dave Airlie | 2012-09-15 | 1 | -2/+2 |
* | Remove useless checks for NULL before freeing | Matt Turner | 2012-09-05 | 1 | -3/+1 |
* | mesa: remove more null pointer checks before free() calls | Brian Paul | 2012-09-03 | 1 | -4/+2 |
* | swrast: s/Data/Map/ in swrast_texture_image | Brian Paul | 2012-01-24 | 1 | -2/+2 |
* | mesa: remove the dstX/Y/Zoffset params to _mesa_texstore() functions | Brian Paul | 2012-01-02 | 1 | -16/+2 |
* | mesa: move gl_texture_image::Data, RowStride, ImageOffsets to swrast | Brian Paul | 2011-10-23 | 1 | -2/+2 |
* | mesa: fix image unpacking when storing compressed textures | Brian Paul | 2011-10-07 | 1 | -2/+7 |
* | mesa: get rid of imageOffsets arrays in texstore code | Brian Paul | 2011-10-05 | 1 | -4/+2 |
* | mesa: remove GLchan in texcompress_fxt1.c | Brian Paul | 2011-09-20 | 1 | -74/+53 |
* | mesa: s/_mesa_make_temp_chan_image()/_mesa_make_temp_ubyte_image() | Brian Paul | 2011-09-20 | 1 | -4/+4 |
* | mesa: move _mesa_upscale_teximage2d() to texcompress_fxt1.c | Brian Paul | 2011-09-20 | 1 | -3/+38 |
* | mesa: move gl_texture_image::FetchTexel fields to swrast | Brian Paul | 2011-09-17 | 1 | -4/+5 |
* | mesa: Directly include mfeatures.h in files that perform feature tests. | Vinson Lee | 2011-01-07 | 1 | -0/+1 |
* | mesa: Trivial correction to comment | Ian Romanick | 2010-10-01 | 1 | -1/+1 |
* | mesa: Remove EXT_convolution. | Eric Anholt | 2010-09-23 | 1 | -3/+0 |
* | mesa: Remove unnecessary headers. | Vinson Lee | 2010-07-31 | 1 | -1/+0 |
* | mesa: Include macros.h in files that use symbols from macros.h. | Vinson Lee | 2010-07-30 | 1 | -0/+1 |
* | Grammar and spelling fixes | Jeff Smith | 2010-03-12 | 1 | -1/+1 |
* | mesa: Assert that array index is not negative. | Vinson Lee | 2010-02-23 | 1 | -0/+1 |
* | Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions | Kristian Høgsberg | 2010-02-19 | 1 | -6/+6 |
* | Remove _mesa_memset in favor of plain memset. | Kenneth Graunke | 2010-02-19 | 1 | -2/+2 |
* | mesa/main: Make FEATURE_texture_fxt1 follow feature conventions. | Chia-I Wu | 2009-10-29 | 1 | -29/+6 |
* | mesa: don't include texformat.h | Brian Paul | 2009-10-05 | 1 | -1/+0 |
* | mesa: remove gl_texture_format | Brian Paul | 2009-09-30 | 1 | -33/+0 |
* | mesa: replace gl_texture_format with gl_format | Brian Paul | 2009-09-30 | 1 | -6/+6 |
* | mesa: update comments | Brian Paul | 2009-09-27 | 1 | -2/+2 |
* | mesa: remove unused gl_texture_format fields | Brian Paul | 2009-09-27 | 1 | -18/+2 |
* | mesa: NULL-out unused texformat field initializers | Brian Paul | 2009-09-27 | 1 | -6/+6 |
* | mesa: make some s3tc/fxt1 functions public | Brian Paul | 2009-09-27 | 1 | -22/+23 |
* | Merge branch 'gallium-0.1' into gallium-0.2 | Keith Whitwell | 2008-09-11 | 1 | -4/+4 |
|\ |
|
| * | mesa: Use standard integer types. | José Fonseca | 2008-06-24 | 1 | -9/+4 |
* | | Use the GLuint64EXT type defined by GL_EXT_timer_query | Brian Paul | 2008-05-29 | 1 | -11/+6 |
|/ |
|
* | Fix a number of MINGW32 issues | Zhang | 2007-07-21 | 1 | -0/+5 |
* | mesa: enhance fxt1_quantize_ALPHA1 | Xiang, Haihao | 2007-03-18 | 1 | -33/+44 |
* | fix bug 9046 | Brian Paul | 2006-11-16 | 1 | -2/+2 |
* | include mipmap.h | Brian Paul | 2006-09-29 | 1 | -0/+1 |
* | In gl_texture_image, replace ImageStride with an ImageOffsets array. | Brian Paul | 2006-05-20 | 1 | -4/+6 |