summaryrefslogtreecommitdiff
path: root/src/mesa/main/texstore.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-17AL1616: Fix cut-and-paste bugIan Romanick1-2/+2
2009-11-17Add MESA_FORMAT_XRGB8888_REV.Michel Dänzer1-3/+8
2009-11-16Move 'static' to start of declaration to silence compiler warningIan Romanick1-1/+1
2009-11-16AL1616: Add TexImage storage pathIan Romanick1-0/+73
2009-10-29mesa: fix _mesa_texstore_argb8888() for MESA_FORMAT_XRGB8888Brian Paul1-1/+1
2009-10-29mesa: Add MESA_FORMAT_Z24_X8.José Fonseca1-1/+40
2009-10-29mesa: move declaration to prevent unused var warningBrian Paul1-1/+1
2009-10-29mesa: Fix compilation errors and warnings when features are disabled.Chia-I Wu1-11/+10
2009-10-29mesa/main: Never return NULL in _mesa_get_texstore_func.Chia-I Wu1-3/+25
2009-10-28mesa: remove old, unused #defineBrian Paul1-2/+0
2009-10-28Merge branch 'texformat-rework'Brian Paul1-686/+519
2009-10-28Merge branch 'mesa_7_6_branch'Brian Paul1-1/+5
2009-10-28mesa: Fix memory leak if we run out of memoryVinson Lee1-1/+5
2009-10-25mesa: choose texture format in core mesa, not driversBrian Paul1-16/+0
2009-10-25mesa: begin removing _mesa_compressed_row_stride() callsBrian Paul1-2/+2
2009-10-25mesa: simplify texture_row_stride() helperBrian Paul1-10/+1
2009-10-24mesa: minor clean-ups in _mesa_store_compressed_texsubimage2d()Brian Paul1-4/+5
2009-10-24mesa: remove hard-coded block sizesBrian Paul1-5/+9
2009-10-21mesa: added MESA_FORMAT_X8_Z24 formatBrian Paul1-0/+36
2009-10-06mesa: added MESA_FORMAT_XRGB8888Brian Paul1-4/+19
2009-10-06mesa: added MESA_FORMAT_SIGNED_RGBA_16 for accum buffersBrian Paul1-0/+1
2009-10-05mesa: don't include texformat.hBrian Paul1-1/+0
2009-10-05mesa: lift _mesa_set_fetch_functions() calls out of driversBrian Paul1-9/+0
2009-10-01mesa: removed gl_texture_image::CompressedSize fieldBrian Paul1-37/+5
2009-10-01mesa: reformattingBrian Paul1-22/+21
2009-10-01mesa: move mesa_set_fetch_functions()Brian Paul1-81/+0
2009-10-01mesa: remove gl_texture_image::IsCompressed fieldBrian Paul1-115/+92
2009-09-30mesa: remove MESA_FORMAT_RGBA4444Brian Paul1-58/+0
2009-09-30mesa: remove GLchan-based formats; use hw 8-bit/channel formats insteadBrian Paul1-164/+0
2009-09-30mesa: move texel fetch/store into new texfetch.[ch] filesBrian Paul1-0/+1
2009-09-30mesa: replace gl_texture_format with gl_formatBrian Paul1-161/+161
2009-09-28mesa: move StoreTexImageFunc typedef to .c fileBrian Paul1-1/+7
2009-09-28mesa: make individual texstore functions staticBrian Paul1-29/+28
2009-09-28mesa: new _mesa_texstore() functionBrian Paul1-74/+73
2009-09-27mesa: sort texstore_funcs[] array, remove search loopBrian Paul1-31/+42
2009-09-27mesa: use more mesa format functionsBrian Paul1-19/+25
2009-09-27mesa: use new look-up table to get texel fetch/store funcsBrian Paul1-16/+6
2009-09-27mesa: minor clean-up in _mesa_texstore_srgb8()Brian Paul1-3/+1
2009-09-27mesa: use _mesa_get_texstore_func() to get texture image store funcBrian Paul1-54/+82
2009-09-26mesa: move _mesa_get_texstore_func() to texstore.cBrian Paul1-0/+85
2009-09-26mesa: begin removing dependencies on gl_texture_format in texstore codeBrian Paul1-97/+144
2009-09-24mesa/main: Make FEATURE_convolve follow feature conventions.Chia-I Wu1-2/+0
2009-09-16mesa: begin some texstore code refactoringBrian Paul1-28/+25
2009-09-15mesa: move generate mipmap callsBrian Paul1-40/+0
2009-08-12mesa: use _mesa_is_bufferobj()Brian Paul1-3/+3
2009-06-12mesa: Enable uploads of only depth to z24s8 texturesJakob Bornecrantz1-3/+36
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