| Commit message (Expand) | Author | Age | Files | Lines |
* | _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 |
* | use new _mesa_little_endian() function | Brian Paul | 2006-09-21 | 1 | -22/+10 |
* | Fix the dstMap for rgb888 and bgr888 texture formats, which are the | Keith Whitwell | 2006-09-21 | 1 | -4/+4 |
* | Deal with the overloading of _mesa_texstore_rgba, which is actually | Keith Whitwell | 2006-09-20 | 1 | -7/+33 |
* | Extend swizzle support to all remaining source formats and texture | Keith Whitwell | 2006-09-20 | 1 | -76/+260 |
* | Support both big and little endian, more source types and more | Keith Whitwell | 2006-09-20 | 1 | -23/+98 |
* | reenable code in _mesa_texstore_rgba8888 to avoid the generic copy path if on... | Roland Scheidegger | 2006-09-20 | 1 | -11/+4 |
* | Fix various typos to pass glean pixelFormats test. | Keith Whitwell | 2006-09-20 | 1 | -12/+28 |
* | Enhance compute_component_mapping() to convert to and from any of the | Keith Whitwell | 2006-09-20 | 1 | -85/+119 |
* | Fix _mesa_swizzle_ubyte_image() to deal with RGBA->RGB->RGBA | Keith Whitwell | 2006-09-20 | 1 | -12/+19 |
* | detect some more cases which can use straight memcpy for _mesa_texstore_rgba8888 | Roland Scheidegger | 2006-09-13 | 1 | -1/+19 |
* | finish up texstore for SL8 texture format | Brian Paul | 2006-08-10 | 1 | -13/+24 |
* | implement some of the sRGB texstore functions | Brian Paul | 2006-08-09 | 1 | -12/+88 |
* | more work for GL_EXT_texture_sRGB. | Brian Paul | 2006-08-04 | 1 | -0/+31 |
* | Initial work for GL_EXT_texture_sRGB. | Brian Paul | 2006-08-03 | 1 | -0/+35 |
* | For glGetTexImage(), move the _mesa_validate_pbo_access() error check into | Brian Paul | 2006-07-19 | 1 | -13/+13 |
* | In gl_texture_image, replace ImageStride with an ImageOffsets array. | Brian Paul | 2006-05-20 | 1 | -260/+242 |
* | two more texture compression fixes | Brian Paul | 2006-05-08 | 1 | -3/+10 |
* | More updates for texture compression. | Brian Paul | 2006-05-08 | 1 | -2/+3 |
* | Fix a number of texture compression issues. | Brian Paul | 2006-05-08 | 1 | -37/+69 |
* | fix a few stride computations in _mesa_texstore_rgba() | Brian Paul | 2006-04-26 | 1 | -7/+9 |
* | Replace MESA_FORMAT_DEPTH_COMPONENT_FLOAT32 with 32-bit integer format. | Brian Paul | 2006-04-06 | 1 | -16/+18 |
* | fix components initialization in two places (Ewald Snel) | Brian Paul | 2006-03-29 | 1 | -2/+2 |
* | new tests for GL_DEPTH_STENCIL_EXT | Brian Paul | 2006-03-29 | 1 | -2/+4 |
* | merge from texman branchmesa_20060325 | Brian Paul | 2006-03-26 | 1 | -2/+39 |
* | finish up some loose ends in _mesa_texstore_z24_s8() | Brian Paul | 2006-03-16 | 1 | -2/+40 |
* | remove uintptr_t cast | Brian Paul | 2005-12-01 | 1 | -1/+1 |
* | fix byteswapping bug in _mesa_texstore_ycbcr() (Benjamin Herrenschmidt) | Brian Paul | 2005-10-05 | 1 | -7/+7 |
* | In gl_texture_image replace IntFormat with InternalFormat and Format with | Brian Paul | 2005-10-05 | 1 | -21/+23 |
* | added _mesa_texstore_z24_s8() | Brian Paul | 2005-10-01 | 1 | -8/+40 |
* | Initial work for GL_EXT_packed_depth_stencil extension. | Brian Paul | 2005-09-28 | 1 | -7/+9 |
* | New set_fetch_functions() to set a gl_texture_image's FetchTexel functions | Brian Paul | 2005-09-15 | 1 | -8/+93 |
* | The old MESA_PBUFFER_ALLOC() function allocated memory on 512-byte boundaries. | Brian Paul | 2005-07-05 | 1 | -8/+8 |
* | Get rid of the MESA_PBUFFER_ALLOC/FREE() macros. | Brian Paul | 2005-06-27 | 1 | -19/+19 |
* | Import Thomas Helstrom's SSE memcpy code from the via X.org driver. | Keith Whitwell | 2005-05-23 | 1 | -21/+22 |
* | Don't use _mesa_swizzle_ubyte_image if all three texture formats | Felix Kuehling | 2005-05-16 | 1 | -0/+12 |
* | Port Mesa to build on a P64 platform (e.g., Win64). P64 platforms | Karl Schultz | 2005-05-05 | 1 | -1/+1 |