summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texstore.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: fixes for srgb, new srgb formatsRoland Scheidegger2008-12-121-19/+32
* Merge commit 'origin/master' into gallium-0.2Alan Hourihane2008-11-201-1/+9
|\
| * mesa: clamp luminance if needed.Xiang, Haihao2008-11-191-1/+9
* | Merge commit 'origin/master' into gallium-0.2Alan Hourihane2008-10-271-14/+6
|\|
| * mesa: remove calls to _mesa_adjust_image_for_convolution(), use texImage fieldsBrian Paul2008-10-231-14/+6
| * mesa: in textore.c, only adjust image for convolution if image is a color formatBrian Paul2008-10-221-2/+2
* | Merge commit 'origin/master' into gallium-0.2Brian Paul2008-10-101-40/+10
|\|
| * mesa: fix asst. issues in _mesa_texstore_argb8888()Brian Paul2008-10-101-40/+10
* | Merge branch 'master' into gallium-0.2Keith Whitwell2008-09-211-1/+2
|\|
| * mesa: fix some pixel transfer state tests for depth formatsBrian Paul2008-09-211-5/+9
| * mesa: Silence compiler warnings on Windows.Michal Krol2008-09-211-1/+1
| * mesa: refactor: move #define FEATURE flags into new mfeatures.h fileKeith Whitwell2008-09-211-1/+16
* | Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa into gal...Alan Hourihane2008-09-111-4/+3
|\|
| * mesa: merge stencil values into depth values for MESA_FORMAT_S8_Z24Xiang, Haihao2008-09-041-2/+2
| * mesa: Support for MESA_FORMAT_S8_Z24 textureJakob Bornecrantz2008-09-041-0/+81
* | Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell2008-09-111-7/+107
|\ \ | |/ |/|
| * mesa: fix some pixel transfer state tests for depth formatsBrian Paul2008-08-081-5/+9
| * mesa: fix out-of-bounds memory reads in swizzle_copy()Brian Paul2008-08-081-29/+89
| * mesa: fix issues causing warnings on WindowsBrian Paul2008-07-251-7/+4
| * mesa: Mark as XXX unresolved warnings on windows.Michal Krol2008-07-251-0/+5
| * mesa: Silence compiler warnings on Windows.Michal Krol2008-07-151-1/+1
| * mesa: Move variable declarations to the scope top.José Fonseca2008-06-241-5/+4
| * mesa: Fix bug in _mesa_swizzle_ubyte_imageBrian Paul2008-06-181-1/+2
| * mesa: _mesa_texstore_s8_z24 now supports depth only uploadsJakob Bornecrantz2008-06-181-34/+62
| * mesa: Added _mesa_texstore_s8_z24Jakob Bornecrantz2008-06-181-0/+54
| * mesa: fix inconsistent use of GL_UNSIGNED_INT vs. GL_UNSIGNED_INT_24_8_EXT fo...Brian Paul2008-06-171-2/+2
| * mesa: refactor: move #define FEATURE flags into new mfeatures.h fileBrian Paul2008-06-101-1/+16
| * Remove unused texunit parameter to ctx->Driver.GenerateMipmap()Brian2008-02-081-24/+8
| * Added ctx->Driver.GenerateMipmap() driver hookBrian2008-02-061-24/+24
| * Fix endianness bug in _mesa_texstore_argb8888()Brian2007-12-051-13/+15
* | mesa: fix out-of-bounds memory reads in swizzle_copy()Brian Paul2008-08-081-30/+90
* | mesa: fix issues causing warnings on WindowsBrian Paul2008-07-291-2/+4
* | mesa: fix inconsistent use of GL_UNSIGNED_INT vs. GL_UNSIGNED_INT_24_8_EXT fo...Brian Paul2008-06-171-2/+2
* | Remove unused texunit parameter to ctx->Driver.GenerateMipmap()Brian2008-05-091-24/+8
* | Added ctx->Driver.GenerateMipmap() driver hookDave Airlie2008-05-091-24/+24
* | Change GetCompressedTexImage in dd_function_table to not take const pointers.Kristian Høgsberg2008-02-251-2/+2
* | _mesa_swizzle_ubyt_image: Don't use single swizzle_copy callXiang, Haihao2008-02-131-0/+1
* | Fix endianness bug in _mesa_texstore_argb8888()Brian2007-12-051-11/+13
|/
* Change float depthScale param to _mesa_unpack_depth_span() to GLuint depthMax.Brian2007-07-081-3/+5
* i915tex: Make sure texture format fetch hooks are initialized.Michel Dänzer2007-04-091-3/+3
* mesa: revert f9f79c8d770e696249bd98c68b563f887562c974Xiang, Haihao2007-03-211-1/+1
* fix some format conversion bugs in glGetTexImage(), bug 10288Haihao Xiang2007-03-171-0/+19
* New IMAGE_RED_TO_LUMINANCE flag passed to _mesa_pack_rgba_span_float() to fix...Brian2007-03-091-1/+1
* _mesa_swizzle_ubyte_image: Only use single swizzle_copy call when strides match.Michel Dänzer2006-12-141-1/+2
* comment about a valgrind errorBrian Paul2006-11-021-0/+1
* In _mesa_pack_rgba_span_float() we don't need to make a temporary copy ofBrian Paul2006-10-131-5/+4
* Move mipmap generation functions, texture scaling functions into newBrian Paul2006-09-291-1114/+7
* Fix and re-enable swizzling paths for big endian platforms.Michel Dänzer2006-09-251-12/+10
* replace assert(0) with error report, improved comments, etcBrian Paul2006-09-211-16/+27
* Fix incorrect byteswap_mapping(). Disable swizzle path on bigEndianKeith Whitwell2006-09-211-24/+25