| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Replace MESA_FORMAT_DEPTH_COMPONENT_FLOAT32 with 32-bit integer format. | Brian Paul | 2006-04-06 | 1 | -0/+2 |
* | fxt1_decode_1() should not be static | Brian Paul | 2005-11-30 | 1 | -2/+2 |
* | Initial work for GL_EXT_packed_depth_stencil extension. | Brian Paul | 2005-09-28 | 1 | -0/+2 |
* | init a=0 | Brian Paul | 2005-09-19 | 1 | -1/+1 |
* | use mesa import wrappers, bug 4468 | Brian Paul | 2005-09-16 | 1 | -2/+2 |
* | remove rendundant r,g,b,a vars (bug 4331) | Brian Paul | 2005-09-12 | 1 | -1/+0 |
* | fix GLubyte/GLchan inconsistencies (bug 4331) | Brian Paul | 2005-09-10 | 1 | -77/+121 |
* | assorted warning clean-ups for x86_64, etc (Mikko T.) | Brian Paul | 2005-05-07 | 1 | -4/+4 |
* | added a bunch of const in the decoder | Daniel Borca | 2005-02-14 | 1 | -30/+29 |
* | fxt1_decode_1() needs to be non-static for the tdfx and glide drivers. | Adam Jackson | 2004-12-15 | 1 | -2/+2 |
* | explicit cast in a few places | Daniel Borca | 2004-12-06 | 1 | -2/+2 |
* | Use the GL datatypes. Lots of assorted clean-ups. | Brian Paul | 2004-12-03 | 1 | -245/+250 |
* | silence a variety of warnings found with g++ 3.4.2 | Brian Paul | 2004-12-03 | 1 | -8/+10 |
* | use float constants | Daniel Borca | 2004-11-15 | 1 | -3/+3 |
* | cleaned up the mess a bit | Daniel Borca | 2004-11-01 | 1 | -211/+91 |
* | decoder "width" parameter represents "stride-in-pixels" | Daniel Borca | 2004-10-29 | 1 | -3/+3 |
* | use RowStride instead of Width in texel fetchers. | Daniel Borca | 2004-10-18 | 1 | -11/+11 |
* | revived unused code, but got rid of warnings | Daniel Borca | 2004-08-30 | 1 | -10/+10 |
* | Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101... | Brian Paul | 2004-08-25 | 1 | -2/+17 |
* | Silent compiler "variable may be used uninitialized" warnings. | Philippe Houdoin | 2004-08-14 | 1 | -5/+6 |
* | init some vars to silence warnings | Brian Paul | 2004-07-02 | 1 | -8/+8 |
* | added support for non-64bit compilers | Daniel Borca | 2004-06-21 | 1 | -29/+64 |
* | reworked FXT1 | Daniel Borca | 2004-05-31 | 1 | -77/+921 |
* | oops | Daniel Borca | 2004-05-25 | 1 | -1/+0 |
* | FXT1 texture compression (initial draft) | Daniel Borca | 2004-05-25 | 1 | -35/+640 |
* | Fix minor warnings found with g++. | Brian Paul | 2004-05-04 | 1 | -3/+3 |
* | texture compression: getting warmer | Daniel Borca | 2004-05-04 | 1 | -19/+13 |
* | unbloat namespace | Daniel Borca | 2004-05-03 | 1 | -16/+18 |