Age | Commit message (Expand) | Author |
2008-11-19 | mesa: clamp luminance if needed. | Xiang, Haihao |
2008-10-23 | mesa: remove calls to _mesa_adjust_image_for_convolution(), use texImage fields | Brian Paul |
2008-10-22 | mesa: in textore.c, only adjust image for convolution if image is a color format | Brian Paul |
2008-10-10 | mesa: fix asst. issues in _mesa_texstore_argb8888() | Brian Paul |
2008-09-21 | mesa: fix some pixel transfer state tests for depth formats | Brian Paul |
2008-09-21 | mesa: Silence compiler warnings on Windows. | Michal Krol |
2008-09-21 | mesa: refactor: move #define FEATURE flags into new mfeatures.h file | Keith Whitwell |
2008-09-04 | mesa: merge stencil values into depth values for MESA_FORMAT_S8_Z24 | Xiang, Haihao |
2008-09-04 | mesa: Support for MESA_FORMAT_S8_Z24 texture | Jakob Bornecrantz |
2008-08-08 | mesa: fix out-of-bounds memory reads in swizzle_copy() | Brian Paul |
2008-07-29 | mesa: fix issues causing warnings on Windows | Brian Paul |
2008-06-17 | mesa: fix inconsistent use of GL_UNSIGNED_INT vs. GL_UNSIGNED_INT_24_8_EXT fo... | Brian Paul |
2008-05-09 | Remove unused texunit parameter to ctx->Driver.GenerateMipmap() | Brian |
2008-05-09 | Added ctx->Driver.GenerateMipmap() driver hook | Dave Airlie |
2008-02-25 | Change GetCompressedTexImage in dd_function_table to not take const pointers. | Kristian Høgsberg |
2008-02-13 | _mesa_swizzle_ubyt_image: Don't use single swizzle_copy call | Xiang, Haihao |
2007-12-05 | Fix endianness bug in _mesa_texstore_argb8888() | Brian |
2007-07-08 | Change float depthScale param to _mesa_unpack_depth_span() to GLuint depthMax. | Brian |
2007-04-09 | i915tex: Make sure texture format fetch hooks are initialized. | Michel Dänzer |
2007-03-21 | mesa: revert f9f79c8d770e696249bd98c68b563f887562c974 | Xiang, Haihao |
2007-03-17 | fix some format conversion bugs in glGetTexImage(), bug 10288 | Haihao Xiang |
2007-03-09 | New IMAGE_RED_TO_LUMINANCE flag passed to _mesa_pack_rgba_span_float() to fix... | Brian |
2006-12-14 | _mesa_swizzle_ubyte_image: Only use single swizzle_copy call when strides match. | Michel Dänzer |
2006-11-02 | comment about a valgrind error | Brian Paul |
2006-10-13 | In _mesa_pack_rgba_span_float() we don't need to make a temporary copy of | Brian Paul |
2006-09-29 | Move mipmap generation functions, texture scaling functions into new | Brian Paul |
2006-09-25 | Fix and re-enable swizzling paths for big endian platforms. | Michel Dänzer |
2006-09-21 | replace assert(0) with error report, improved comments, etc | Brian Paul |
2006-09-21 | Fix incorrect byteswap_mapping(). Disable swizzle path on bigEndian | Keith Whitwell |
2006-09-21 | use new _mesa_little_endian() function | Brian Paul |
2006-09-21 | Fix the dstMap for rgb888 and bgr888 texture formats, which are the | Keith Whitwell |
2006-09-20 | Deal with the overloading of _mesa_texstore_rgba, which is actually | Keith Whitwell |
2006-09-20 | Extend swizzle support to all remaining source formats and texture | Keith Whitwell |
2006-09-20 | Support both big and little endian, more source types and more | Keith Whitwell |
2006-09-20 | reenable code in _mesa_texstore_rgba8888 to avoid the generic copy path if on... | Roland Scheidegger |
2006-09-20 | Fix various typos to pass glean pixelFormats test. | Keith Whitwell |
2006-09-20 | Enhance compute_component_mapping() to convert to and from any of the | Keith Whitwell |
2006-09-20 | Fix _mesa_swizzle_ubyte_image() to deal with RGBA->RGB->RGBA | Keith Whitwell |
2006-09-13 | detect some more cases which can use straight memcpy for _mesa_texstore_rgba8888 | Roland Scheidegger |
2006-08-10 | finish up texstore for SL8 texture format | Brian Paul |
2006-08-09 | implement some of the sRGB texstore functions | Brian Paul |
2006-08-04 | more work for GL_EXT_texture_sRGB. | Brian Paul |
2006-08-03 | Initial work for GL_EXT_texture_sRGB. | Brian Paul |
2006-07-19 | For glGetTexImage(), move the _mesa_validate_pbo_access() error check into | Brian Paul |
2006-05-20 | In gl_texture_image, replace ImageStride with an ImageOffsets array. | Brian Paul |
2006-05-08 | two more texture compression fixes | Brian Paul |
2006-05-08 | More updates for texture compression. | Brian Paul |
2006-05-08 | Fix a number of texture compression issues. | Brian Paul |
2006-04-26 | fix a few stride computations in _mesa_texstore_rgba() | Brian Paul |
2006-04-06 | Replace MESA_FORMAT_DEPTH_COMPONENT_FLOAT32 with 32-bit integer format. | Brian Paul |