summaryrefslogtreecommitdiff
path: root/src/mesa/main/texstore.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-03mesa: move glGetTexImage(), glGetCompresssedTexImage() code into new fileBrian Paul1-322/+2
2009-04-03mesa: remove the noClamp parameter to _mesa_pack_rgba_span_float()Brian Paul1-3/+3
2009-04-03mesa: clamp colors to [0,1] for glGetTexImage() when format is GL_LUMINANCEBrian Paul1-4/+6
2009-04-03mesa: whitespace and comment clean-upBrian Paul1-11/+16
2009-03-28mesa: fix a glGetTexImage issue with base-converted texture formatsRoland Scheidegger1-8/+8
2009-03-28mesa: add _rev signed rgba texture formatRoland Scheidegger1-3/+28
2009-03-28mesa: add new signed rgba texture formatRoland Scheidegger1-7/+120
2009-03-12mesa: add support for ATI_envmap_bumpmapRoland Scheidegger1-1/+90
2009-02-09fix _mesa_get_teximage for srgb texturesRoland Scheidegger1-11/+52
2009-01-22Merge commit 'origin/master' into gallium-0.2Alan Hourihane1-0/+107
2009-01-20Add RGBA4444 and RGBA5551 texture formats.Thomas Hellstrom1-0/+107
2008-12-12mesa: fixes for srgb, new srgb formatsRoland Scheidegger1-19/+32
2008-11-20Merge commit 'origin/master' into gallium-0.2Alan Hourihane1-1/+9
2008-11-19mesa: clamp luminance if needed.Xiang, Haihao1-1/+9
2008-10-27Merge commit 'origin/master' into gallium-0.2Alan Hourihane1-14/+6
2008-10-23mesa: remove calls to _mesa_adjust_image_for_convolution(), use texImage fieldsBrian Paul1-14/+6
2008-10-22mesa: in textore.c, only adjust image for convolution if image is a color formatBrian Paul1-2/+2
2008-10-10Merge commit 'origin/master' into gallium-0.2Brian Paul1-40/+10
2008-10-10mesa: fix asst. issues in _mesa_texstore_argb8888()Brian Paul1-40/+10
2008-09-21Merge branch 'master' into gallium-0.2Keith Whitwell1-1/+2
2008-09-21mesa: fix some pixel transfer state tests for depth formatsBrian Paul1-5/+9
2008-09-21mesa: Silence compiler warnings on Windows.Michal Krol1-1/+1
2008-09-21mesa: refactor: move #define FEATURE flags into new mfeatures.h fileKeith Whitwell1-1/+16
2008-09-11Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa into gal...Alan Hourihane1-4/+3
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell1-7/+107
2008-09-04mesa: merge stencil values into depth values for MESA_FORMAT_S8_Z24Xiang, Haihao1-2/+2
2008-09-04mesa: Support for MESA_FORMAT_S8_Z24 textureJakob Bornecrantz1-0/+81
2008-08-08mesa: fix some pixel transfer state tests for depth formatsBrian Paul1-5/+9
2008-08-08mesa: fix out-of-bounds memory reads in swizzle_copy()Brian Paul1-29/+89
2008-08-08mesa: fix out-of-bounds memory reads in swizzle_copy()Brian Paul1-30/+90
2008-07-29mesa: fix issues causing warnings on WindowsBrian Paul1-2/+4
2008-07-25mesa: fix issues causing warnings on WindowsBrian Paul1-7/+4
2008-07-25mesa: Mark as XXX unresolved warnings on windows.Michal Krol1-0/+5
2008-07-15mesa: Silence compiler warnings on Windows.Michal Krol1-1/+1
2008-06-24mesa: Move variable declarations to the scope top.José Fonseca1-5/+4
2008-06-18mesa: Fix bug in _mesa_swizzle_ubyte_imageBrian Paul1-1/+2
2008-06-18mesa: _mesa_texstore_s8_z24 now supports depth only uploadsJakob Bornecrantz1-34/+62
2008-06-18mesa: Added _mesa_texstore_s8_z24Jakob Bornecrantz1-0/+54
2008-06-17mesa: fix inconsistent use of GL_UNSIGNED_INT vs. GL_UNSIGNED_INT_24_8_EXT fo...Brian Paul1-2/+2
2008-06-17mesa: fix inconsistent use of GL_UNSIGNED_INT vs. GL_UNSIGNED_INT_24_8_EXT fo...Brian Paul1-2/+2
2008-06-10mesa: refactor: move #define FEATURE flags into new mfeatures.h fileBrian Paul1-1/+16
2008-05-09Remove unused texunit parameter to ctx->Driver.GenerateMipmap()Brian1-24/+8
2008-05-09Added ctx->Driver.GenerateMipmap() driver hookDave Airlie1-24/+24
2008-02-25Change GetCompressedTexImage in dd_function_table to not take const pointers.Kristian Høgsberg1-2/+2
2008-02-13_mesa_swizzle_ubyt_image: Don't use single swizzle_copy callXiang, Haihao1-0/+1
2008-02-08Remove unused texunit parameter to ctx->Driver.GenerateMipmap()Brian1-24/+8
2008-02-06Added ctx->Driver.GenerateMipmap() driver hookBrian1-24/+24
2007-12-05Fix endianness bug in _mesa_texstore_argb8888()Brian1-11/+13
2007-12-05Fix endianness bug in _mesa_texstore_argb8888()Brian1-13/+15
2007-07-08Change float depthScale param to _mesa_unpack_depth_span() to GLuint depthMax.Brian1-3/+5