summaryrefslogtreecommitdiff
path: root/src/mesa/main/texstore.c
AgeCommit message (Expand)Author
2009-10-25mesa: begin removing _mesa_compressed_row_stride() callsBrian Paul
2009-10-25mesa: simplify texture_row_stride() helperBrian Paul
2009-10-24mesa: minor clean-ups in _mesa_store_compressed_texsubimage2d()Brian Paul
2009-10-24mesa: remove hard-coded block sizesBrian Paul
2009-10-21mesa: added MESA_FORMAT_X8_Z24 formatBrian Paul
2009-10-06mesa: added MESA_FORMAT_XRGB8888Brian Paul
2009-10-06mesa: added MESA_FORMAT_SIGNED_RGBA_16 for accum buffersBrian Paul
2009-10-05mesa: don't include texformat.hBrian Paul
2009-10-05mesa: lift _mesa_set_fetch_functions() calls out of driversBrian Paul
2009-10-01mesa: removed gl_texture_image::CompressedSize fieldBrian Paul
2009-10-01mesa: reformattingBrian Paul
2009-10-01mesa: move mesa_set_fetch_functions()Brian Paul
2009-10-01mesa: remove gl_texture_image::IsCompressed fieldBrian Paul
2009-09-30mesa: remove MESA_FORMAT_RGBA4444Brian Paul
2009-09-30mesa: remove GLchan-based formats; use hw 8-bit/channel formats insteadBrian Paul
2009-09-30mesa: move texel fetch/store into new texfetch.[ch] filesBrian Paul
2009-09-30mesa: replace gl_texture_format with gl_formatBrian Paul
2009-09-28mesa: move StoreTexImageFunc typedef to .c fileBrian Paul
2009-09-28mesa: make individual texstore functions staticBrian Paul
2009-09-28mesa: new _mesa_texstore() functionBrian Paul
2009-09-27mesa: sort texstore_funcs[] array, remove search loopBrian Paul
2009-09-27mesa: use more mesa format functionsBrian Paul
2009-09-27mesa: use new look-up table to get texel fetch/store funcsBrian Paul
2009-09-27mesa: minor clean-up in _mesa_texstore_srgb8()Brian Paul
2009-09-27mesa: use _mesa_get_texstore_func() to get texture image store funcBrian Paul
2009-09-26mesa: move _mesa_get_texstore_func() to texstore.cBrian Paul
2009-09-26mesa: begin removing dependencies on gl_texture_format in texstore codeBrian Paul
2009-09-24mesa/main: Make FEATURE_convolve follow feature conventions.Chia-I Wu
2009-09-16mesa: begin some texstore code refactoringBrian Paul
2009-09-15mesa: move generate mipmap callsBrian Paul
2009-08-12mesa: use _mesa_is_bufferobj()Brian Paul
2009-06-12mesa: Enable uploads of only depth to z24s8 texturesJakob Bornecrantz
2009-04-03mesa: move glGetTexImage(), glGetCompresssedTexImage() code into new fileBrian Paul
2009-04-03mesa: remove the noClamp parameter to _mesa_pack_rgba_span_float()Brian Paul
2009-04-03mesa: clamp colors to [0,1] for glGetTexImage() when format is GL_LUMINANCEBrian Paul
2009-04-03mesa: whitespace and comment clean-upBrian Paul
2009-03-28mesa: fix a glGetTexImage issue with base-converted texture formatsRoland Scheidegger
2009-03-28mesa: add _rev signed rgba texture formatRoland Scheidegger
2009-03-28mesa: add new signed rgba texture formatRoland Scheidegger
2009-03-12mesa: add support for ATI_envmap_bumpmapRoland Scheidegger
2009-02-09fix _mesa_get_teximage for srgb texturesRoland Scheidegger
2009-01-22Merge commit 'origin/master' into gallium-0.2Alan Hourihane
2009-01-20Add RGBA4444 and RGBA5551 texture formats.Thomas Hellstrom
2008-12-12mesa: fixes for srgb, new srgb formatsRoland Scheidegger
2008-11-20Merge commit 'origin/master' into gallium-0.2Alan Hourihane
2008-11-19mesa: clamp luminance if needed.Xiang, Haihao
2008-10-27Merge commit 'origin/master' into gallium-0.2Alan Hourihane
2008-10-23mesa: remove calls to _mesa_adjust_image_for_convolution(), use texImage fieldsBrian Paul
2008-10-22mesa: in textore.c, only adjust image for convolution if image is a color formatBrian Paul
2008-10-10Merge commit 'origin/master' into gallium-0.2Brian Paul