summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texstore.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: lift _mesa_set_fetch_functions() calls out of driversBrian Paul2009-10-051-9/+0
* mesa: removed gl_texture_image::CompressedSize fieldBrian Paul2009-10-011-37/+5
* mesa: reformattingBrian Paul2009-10-011-22/+21
* mesa: move mesa_set_fetch_functions()Brian Paul2009-10-011-81/+0
* mesa: remove gl_texture_image::IsCompressed fieldBrian Paul2009-10-011-115/+92
* mesa: remove MESA_FORMAT_RGBA4444Brian Paul2009-09-301-58/+0
* mesa: remove GLchan-based formats; use hw 8-bit/channel formats insteadBrian Paul2009-09-301-164/+0
* mesa: move texel fetch/store into new texfetch.[ch] filesBrian Paul2009-09-301-0/+1
* mesa: replace gl_texture_format with gl_formatBrian Paul2009-09-301-161/+161
* mesa: move StoreTexImageFunc typedef to .c fileBrian Paul2009-09-281-1/+7
* mesa: make individual texstore functions staticBrian Paul2009-09-281-29/+28
* mesa: new _mesa_texstore() functionBrian Paul2009-09-281-74/+73
* mesa: sort texstore_funcs[] array, remove search loopBrian Paul2009-09-271-31/+42
* mesa: use more mesa format functionsBrian Paul2009-09-271-19/+25
* mesa: use new look-up table to get texel fetch/store funcsBrian Paul2009-09-271-16/+6
* mesa: minor clean-up in _mesa_texstore_srgb8()Brian Paul2009-09-271-3/+1
* mesa: use _mesa_get_texstore_func() to get texture image store funcBrian Paul2009-09-271-54/+82
* mesa: move _mesa_get_texstore_func() to texstore.cBrian Paul2009-09-261-0/+85
* mesa: begin removing dependencies on gl_texture_format in texstore codeBrian Paul2009-09-261-97/+144
* mesa/main: Make FEATURE_convolve follow feature conventions.Chia-I Wu2009-09-241-2/+0
* mesa: begin some texstore code refactoringBrian Paul2009-09-161-28/+25
* mesa: move generate mipmap callsBrian Paul2009-09-151-40/+0
* mesa: use _mesa_is_bufferobj()Brian Paul2009-08-121-3/+3
* mesa: Enable uploads of only depth to z24s8 texturesJakob Bornecrantz2009-06-121-3/+36
* mesa: move glGetTexImage(), glGetCompresssedTexImage() code into new fileBrian Paul2009-04-031-322/+2
* mesa: remove the noClamp parameter to _mesa_pack_rgba_span_float()Brian Paul2009-04-031-3/+3
* mesa: clamp colors to [0,1] for glGetTexImage() when format is GL_LUMINANCEBrian Paul2009-04-031-4/+6
* mesa: whitespace and comment clean-upBrian Paul2009-04-031-11/+16
* mesa: fix a glGetTexImage issue with base-converted texture formatsRoland Scheidegger2009-03-281-8/+8
* mesa: add _rev signed rgba texture formatRoland Scheidegger2009-03-281-3/+28
* mesa: add new signed rgba texture formatRoland Scheidegger2009-03-281-7/+120
* mesa: add support for ATI_envmap_bumpmapRoland Scheidegger2009-03-121-1/+90
* fix _mesa_get_teximage for srgb texturesRoland Scheidegger2009-02-091-11/+52
* Merge commit 'origin/master' into gallium-0.2Alan Hourihane2009-01-221-0/+107
|\
| * Add RGBA4444 and RGBA5551 texture formats.Thomas Hellstrom2009-01-201-0/+107
* | 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