summaryrefslogtreecommitdiff
path: root/src/mesa/main
AgeCommit message (Expand)Author
2009-10-01mesa: move mesa_set_fetch_functions()Brian Paul
2009-10-01mesa: simplify _mesa_compressed_texture_size()Brian Paul
2009-10-01mesa: remove gl_texture_image::IsCompressed fieldBrian Paul
2009-10-01mesa: added _mesa_format_row_stride()Brian Paul
2009-10-01mesa: added _mesa_format_image_size()Brian Paul
2009-09-30mesa: rename texformat_tmp.h to texfetch_tmp.hBrian 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: remove gl_texture_formatBrian 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: use _mesa_texstore()Brian Paul
2009-09-28mesa: make individual texstore functions staticBrian Paul
2009-09-28mesa: new _mesa_texstore() functionBrian Paul
2009-09-27mesa: change _mesa_format_to_type_and_comps() format parameter typeBrian Paul
2009-09-27mesa: sort texstore_funcs[] array, remove search loopBrian Paul
2009-09-27mesa: fix render buffer _BaseFormat assignmentBrian Paul
2009-09-27mesa: update commentsBrian Paul
2009-09-27mesa: use more mesa format functionsBrian Paul
2009-09-27mesa: fix GL_TEXTURE_LUMINANCE_SIZE queryBrian Paul
2009-09-27mesa: use more mesa format functionsBrian Paul
2009-09-27mesa: use more mesa format functionsBrian Paul
2009-09-27mesa: use more format helper functionsBrian Paul
2009-09-27mesa: code movementBrian Paul
2009-09-27mesa: use _mesa_get_format_bytes()Brian Paul
2009-09-27mesa: added _mesa_get_format_datatype()Brian Paul
2009-09-27mesa: use _mesa_get_format_bits()Brian Paul
2009-09-27mesa: added _mesa_get_format_bits()Brian Paul
2009-09-27mesa: remove unused gl_texture_format fieldsBrian Paul
2009-09-27mesa: added MESA_FORMAT_NONEBrian Paul
2009-09-27mesa: move StoreTexImageFunc to texstore.hBrian Paul
2009-09-27mesa: rework null texel fetch/store funcsBrian Paul
2009-09-27mesa: replace function pointer types with void *Brian Paul
2009-09-27mesa: NULL-out unused texformat field initializersBrian Paul
2009-09-27mesa: use _mesa_get_texstore_func()Brian Paul
2009-09-27mesa: null-out StoreTexImageFunc fieldsBrian Paul
2009-09-27mesa: use _mesa_get_texel_store_func()Brian Paul
2009-09-27mesa: use new look-up table to get texel fetch/store funcsBrian Paul
2009-09-27mesa: make some s3tc/fxt1 functions publicBrian 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-26mesa: include formats.hBrian Paul
2009-09-26mesa: initial check-in of new formats.[ch] filesBrian Paul
2009-09-25Merge branch 'asm-shader-rework-2'Ian Romanick
2009-09-24mesa/main: Make FEATURE_convolve follow feature conventions.Chia-I Wu
2009-09-24mesa/main: Make FEATURE_colortable follow feature conventions.Chia-I Wu
2009-09-24mesa/main: Make FEATURE_pixel_transfer follow feature conventions.Chia-I Wu