aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* mesa: don't include texformat.hBrian Paul2009-10-057-7/+1
|
* mesa: move _mesa_format_to_type_and_comps() to formats.cBrian Paul2009-10-055-280/+168
|
* mesa: move gl_format_info struct to formats.cBrian Paul2009-10-052-38/+37
| | | | This is a private datatype.
* mesa: remove feature testsBrian Paul2009-10-054-28/+0
|
* mesa: use FetchTexelf() instead of FetchTexelc()Brian Paul2009-10-051-3/+8
|
* mesa: add parenthesisBrian Paul2009-10-051-7/+7
|
* mesa: lift _mesa_set_fetch_functions() calls out of driversBrian Paul2009-10-056-25/+26
| | | | Call it from in the main Mesa glTexImage functions.
* mesa: make _mesa_get_texel_fetch_func() staticBrian Paul2009-10-052-4/+1
|
* mesa: removed gl_texture_image::CompressedSize fieldBrian Paul2009-10-0110-89/+53
| | | | | Just call ctx->Driver.CompressedTextureSize() when we need to get the compressed image size.
* mesa: reformattingBrian Paul2009-10-012-28/+27
|
* mesa: move mesa_set_fetch_functions()Brian Paul2009-10-019-86/+89
|
* radeon: fix tx_table[] entryBrian Paul2009-10-011-1/+1
| | | | XXX need to still verify that the table entries are in correct order.
* savage: s/Xfree/_mesa_free/Brian Paul2009-10-011-1/+1
|
* mesa: simplify _mesa_compressed_texture_size()Brian Paul2009-10-011-60/+9
|
* mesa: remove gl_texture_image::IsCompressed fieldBrian Paul2009-10-0118-171/+140
| | | | Use _mesa_is_format_compressed() instead.
* mesa: added _mesa_format_row_stride()Brian Paul2009-10-012-1/+25
|
* mesa: added _mesa_format_image_size()Brian Paul2009-10-012-0/+31
|
* swrast: fix some texformat regressionsBrian Paul2009-09-302-41/+49
| | | | | Need to be careful with component ordering for MESA_FORMAT_RGB888 and MESA_FORMAT_RGBA8888.
* mesa: rename texformat_tmp.h to texfetch_tmp.hBrian Paul2009-09-302-10/+8
|
* mesa: remove MESA_FORMAT_RGBA4444Brian Paul2009-09-305-98/+0
| | | | Not used by any hardware driver. ARGB4444 and ARGB4444_REV remain.
* mesa: remove GLchan-based formats; use hw 8-bit/channel formats insteadBrian Paul2009-09-3010-471/+35
| | | | Removed: MESA_FORMAT_RGBA, RGB, ALPHA, LUMINANCE, LUMINANCE_ALPHA, INTENSITY.
* mesa: move texel fetch/store into new texfetch.[ch] filesBrian Paul2009-09-308-600/+668
|
* st/mesa: update commentBrian Paul2009-09-301-1/+1
|
* mesa: remove gl_texture_formatBrian Paul2009-09-305-1209/+0
|
* mesa: replace gl_texture_format with gl_formatBrian Paul2009-09-3069-822/+869
| | | | | | Now gl_texture_image::TexFormat is a simple MESA_FORMAT_x enum. ctx->Driver.ChooseTexture format also returns a MESA_FORMAT_x. gl_texture_format will go away next.
* mesa: move StoreTexImageFunc typedef to .c fileBrian Paul2009-09-282-13/+9
|
* mesa: use _mesa_texstore()Brian Paul2009-09-281-12/+9
|
* st/mesa: use _mesa_texstore()Brian Paul2009-09-282-60/+47
|
* mesa: make individual texstore functions staticBrian Paul2009-09-282-72/+28
|
* glide: use _mesa_texstore()Brian Paul2009-09-281-48/+35
|
* drivers: use _mesa_texstoreBrian Paul2009-09-282-29/+29
|
* drivers: use new _mesa_texstore() functionBrian Paul2009-09-285-106/+87
|
* mesa: new _mesa_texstore() functionBrian Paul2009-09-282-74/+76
|
* mesa: change _mesa_format_to_type_and_comps() format parameter typeBrian Paul2009-09-274-11/+10
|
* mesa: sort texstore_funcs[] array, remove search loopBrian Paul2009-09-271-31/+42
|
* mesa: fix render buffer _BaseFormat assignmentBrian Paul2009-09-271-7/+1
|
* mesa: use texture format functionsBrian Paul2009-09-272-4/+4
|
* mesa: update commentsBrian Paul2009-09-272-6/+6
|
* mesa: use more mesa format functionsBrian Paul2009-09-271-19/+25
|
* mesa: fix GL_TEXTURE_LUMINANCE_SIZE queryBrian Paul2009-09-271-1/+1
|
* mesa: use more mesa format functionsBrian Paul2009-09-271-6/+9
|
* mesa: use more mesa format functionsBrian Paul2009-09-271-19/+29
|
* mesa: use more format helper functionsBrian Paul2009-09-272-17/+27
|
* mesa: code movementBrian Paul2009-09-272-46/+45
|
* drivers: use more mesa format functionsBrian Paul2009-09-276-22/+32
|
* mesa/drivers: use _mesa_get_format_bytes()Brian Paul2009-09-2714-49/+72
|
* mesa/drivers: use _mesa_get_format_bytes()Brian Paul2009-09-277-16/+15
|
* via: use mesa texture format helper functionsBrian Paul2009-09-271-10/+5
|
* glide: use _mesa_get_format_bytes()Brian Paul2009-09-272-3/+5
|
* mesa: use _mesa_get_format_base_format()Brian Paul2009-09-271-1/+2
|