| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: fixes for srgb, new srgb formats | Roland Scheidegger | 2008-12-12 | 1 | -19/+32 |
* | Merge commit 'origin/master' into gallium-0.2 | Alan Hourihane | 2008-11-20 | 1 | -1/+9 |
|\ |
|
| * | mesa: clamp luminance if needed. | Xiang, Haihao | 2008-11-19 | 1 | -1/+9 |
* | | Merge commit 'origin/master' into gallium-0.2 | Alan Hourihane | 2008-10-27 | 1 | -14/+6 |
|\| |
|
| * | mesa: remove calls to _mesa_adjust_image_for_convolution(), use texImage fields | Brian Paul | 2008-10-23 | 1 | -14/+6 |
| * | mesa: in textore.c, only adjust image for convolution if image is a color format | Brian Paul | 2008-10-22 | 1 | -2/+2 |
* | | Merge commit 'origin/master' into gallium-0.2 | Brian Paul | 2008-10-10 | 1 | -40/+10 |
|\| |
|
| * | mesa: fix asst. issues in _mesa_texstore_argb8888() | Brian Paul | 2008-10-10 | 1 | -40/+10 |
* | | Merge branch 'master' into gallium-0.2 | Keith Whitwell | 2008-09-21 | 1 | -1/+2 |
|\| |
|
| * | mesa: fix some pixel transfer state tests for depth formats | Brian Paul | 2008-09-21 | 1 | -5/+9 |
| * | mesa: Silence compiler warnings on Windows. | Michal Krol | 2008-09-21 | 1 | -1/+1 |
| * | mesa: refactor: move #define FEATURE flags into new mfeatures.h file | Keith Whitwell | 2008-09-21 | 1 | -1/+16 |
* | | Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa into gal... | Alan Hourihane | 2008-09-11 | 1 | -4/+3 |
|\| |
|
| * | mesa: merge stencil values into depth values for MESA_FORMAT_S8_Z24 | Xiang, Haihao | 2008-09-04 | 1 | -2/+2 |
| * | mesa: Support for MESA_FORMAT_S8_Z24 texture | Jakob Bornecrantz | 2008-09-04 | 1 | -0/+81 |
* | | Merge branch 'gallium-0.1' into gallium-0.2 | Keith Whitwell | 2008-09-11 | 1 | -7/+107 |
|\ \
| |/
|/| |
|
| * | mesa: fix some pixel transfer state tests for depth formats | Brian Paul | 2008-08-08 | 1 | -5/+9 |
| * | mesa: fix out-of-bounds memory reads in swizzle_copy() | Brian Paul | 2008-08-08 | 1 | -29/+89 |
| * | mesa: fix issues causing warnings on Windows | Brian Paul | 2008-07-25 | 1 | -7/+4 |
| * | mesa: Mark as XXX unresolved warnings on windows. | Michal Krol | 2008-07-25 | 1 | -0/+5 |
| * | mesa: Silence compiler warnings on Windows. | Michal Krol | 2008-07-15 | 1 | -1/+1 |
| * | mesa: Move variable declarations to the scope top. | José Fonseca | 2008-06-24 | 1 | -5/+4 |
| * | mesa: Fix bug in _mesa_swizzle_ubyte_image | Brian Paul | 2008-06-18 | 1 | -1/+2 |
| * | mesa: _mesa_texstore_s8_z24 now supports depth only uploads | Jakob Bornecrantz | 2008-06-18 | 1 | -34/+62 |
| * | mesa: Added _mesa_texstore_s8_z24 | Jakob Bornecrantz | 2008-06-18 | 1 | -0/+54 |
| * | mesa: fix inconsistent use of GL_UNSIGNED_INT vs. GL_UNSIGNED_INT_24_8_EXT fo... | Brian Paul | 2008-06-17 | 1 | -2/+2 |
| * | mesa: refactor: move #define FEATURE flags into new mfeatures.h file | Brian Paul | 2008-06-10 | 1 | -1/+16 |
| * | Remove unused texunit parameter to ctx->Driver.GenerateMipmap() | Brian | 2008-02-08 | 1 | -24/+8 |
| * | Added ctx->Driver.GenerateMipmap() driver hook | Brian | 2008-02-06 | 1 | -24/+24 |
| * | Fix endianness bug in _mesa_texstore_argb8888() | Brian | 2007-12-05 | 1 | -13/+15 |
* | | mesa: fix out-of-bounds memory reads in swizzle_copy() | Brian Paul | 2008-08-08 | 1 | -30/+90 |
* | | mesa: fix issues causing warnings on Windows | Brian Paul | 2008-07-29 | 1 | -2/+4 |
* | | mesa: fix inconsistent use of GL_UNSIGNED_INT vs. GL_UNSIGNED_INT_24_8_EXT fo... | Brian Paul | 2008-06-17 | 1 | -2/+2 |
* | | Remove unused texunit parameter to ctx->Driver.GenerateMipmap() | Brian | 2008-05-09 | 1 | -24/+8 |
* | | Added ctx->Driver.GenerateMipmap() driver hook | Dave Airlie | 2008-05-09 | 1 | -24/+24 |
* | | Change GetCompressedTexImage in dd_function_table to not take const pointers. | Kristian Høgsberg | 2008-02-25 | 1 | -2/+2 |
* | | _mesa_swizzle_ubyt_image: Don't use single swizzle_copy call | Xiang, Haihao | 2008-02-13 | 1 | -0/+1 |
* | | Fix endianness bug in _mesa_texstore_argb8888() | Brian | 2007-12-05 | 1 | -11/+13 |
|/ |
|
* | Change float depthScale param to _mesa_unpack_depth_span() to GLuint depthMax. | Brian | 2007-07-08 | 1 | -3/+5 |
* | i915tex: Make sure texture format fetch hooks are initialized. | Michel Dänzer | 2007-04-09 | 1 | -3/+3 |
* | mesa: revert f9f79c8d770e696249bd98c68b563f887562c974 | Xiang, Haihao | 2007-03-21 | 1 | -1/+1 |
* | fix some format conversion bugs in glGetTexImage(), bug 10288 | Haihao Xiang | 2007-03-17 | 1 | -0/+19 |
* | New IMAGE_RED_TO_LUMINANCE flag passed to _mesa_pack_rgba_span_float() to fix... | Brian | 2007-03-09 | 1 | -1/+1 |
* | _mesa_swizzle_ubyte_image: Only use single swizzle_copy call when strides match. | Michel Dänzer | 2006-12-14 | 1 | -1/+2 |
* | comment about a valgrind error | Brian Paul | 2006-11-02 | 1 | -0/+1 |
* | In _mesa_pack_rgba_span_float() we don't need to make a temporary copy of | Brian Paul | 2006-10-13 | 1 | -5/+4 |
* | Move mipmap generation functions, texture scaling functions into new | Brian Paul | 2006-09-29 | 1 | -1114/+7 |
* | Fix and re-enable swizzling paths for big endian platforms. | Michel Dänzer | 2006-09-25 | 1 | -12/+10 |
* | replace assert(0) with error report, improved comments, etc | Brian Paul | 2006-09-21 | 1 | -16/+27 |
* | Fix incorrect byteswap_mapping(). Disable swizzle path on bigEndian | Keith Whitwell | 2006-09-21 | 1 | -24/+25 |