summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* mesa: remove _mesa_compressed_row_stride()Brian Paul2009-10-252-20/+0
* mesa: begin removing _mesa_compressed_row_stride() callsBrian Paul2009-10-252-3/+3
* mesa: simplify texture_row_stride() helperBrian Paul2009-10-251-10/+1
* mesa: fix-up error checking related to compressed texture block sizeBrian Paul2009-10-251-5/+17
* mesa: clean-up, simplify compressed texture size checkingBrian Paul2009-10-253-51/+36
* mesa: remove _mesa_compressed_texture_size()Brian Paul2009-10-244-42/+6
* mesa: remove ctx->Driver.CompressedTextureSize() hookBrian Paul2009-10-241-7/+0
* mesa: change compressed texture size callsBrian Paul2009-10-241-5/+3
* mesa: minor clean-ups in _mesa_store_compressed_texsubimage2d()Brian Paul2009-10-241-4/+5
* mesa: simplify _mesa_compressed_row_stride(), _mesa_compressed_image_address()Brian Paul2009-10-241-76/+15
* mesa: s/GLuint/gl_format/Brian Paul2009-10-242-6/+7
* mesa: move assertion after declarationBrian Paul2009-10-241-1/+1
* mesa: remove hard-coded block sizesBrian Paul2009-10-241-5/+9
* mesa: added _mesa_get_format_block_size()Brian Paul2009-10-242-0/+19
* mesa: added _mesa_get_format_name()Brian Paul2009-10-242-0/+78
* mesa: additional comments in format codeBrian Paul2009-10-241-1/+28
* mesa: use MESA_FORMAT_X8_Z24Brian Paul2009-10-211-0/+16
* mesa: use MESA_FORMAT_X8_Z24 formatBrian Paul2009-10-211-1/+1
* mesa: added MESA_FORMAT_X8_Z24 formatBrian Paul2009-10-214-0/+57
* mesa: remove a bunch of gl_renderbuffer fieldsBrian Paul2009-10-087-425/+469
* mesa: added MESA_FORMAT_XRGB8888Brian Paul2009-10-065-4/+60
* mesa: added case for MESA_FORMAT_SIGNED_RGBA_16Brian Paul2009-10-061-0/+4
* mesa: added MESA_FORMAT_SIGNED_RGBA_16 for accum buffersBrian Paul2009-10-064-1/+17
* mesa: added _mesa_get_format_color_encoding()Brian Paul2009-10-062-0/+28
* mesa: accept more pnames in _mesa_get_format_bits()Brian Paul2009-10-061-0/+19
* 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
* 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-053-15/+26
* mesa: make _mesa_get_texel_fetch_func() staticBrian Paul2009-10-052-4/+1
* mesa: removed gl_texture_image::CompressedSize fieldBrian Paul2009-10-015-55/+17
* mesa: reformattingBrian Paul2009-10-012-28/+27
* mesa: move mesa_set_fetch_functions()Brian Paul2009-10-014-85/+83
* mesa: simplify _mesa_compressed_texture_size()Brian Paul2009-10-011-60/+9
* mesa: remove gl_texture_image::IsCompressed fieldBrian Paul2009-10-016-129/+102
* mesa: added _mesa_format_row_stride()Brian Paul2009-10-012-1/+25
* mesa: added _mesa_format_image_size()Brian Paul2009-10-012-0/+31
* mesa: rename texformat_tmp.h to texfetch_tmp.hBrian Paul2009-09-302-10/+8
* mesa: remove MESA_FORMAT_RGBA4444Brian Paul2009-09-305-98/+0
* mesa: remove GLchan-based formats; use hw 8-bit/channel formats insteadBrian Paul2009-09-307-445/+9
* mesa: move texel fetch/store into new texfetch.[ch] filesBrian Paul2009-09-306-600/+666
* mesa: remove gl_texture_formatBrian Paul2009-09-305-1209/+0
* mesa: replace gl_texture_format with gl_formatBrian Paul2009-09-3016-288/+289
* mesa: move StoreTexImageFunc typedef to .c fileBrian Paul2009-09-282-13/+9
* mesa: use _mesa_texstore()Brian Paul2009-09-281-12/+9
* mesa: make individual texstore functions staticBrian Paul2009-09-282-72/+28
* mesa: new _mesa_texstore() functionBrian Paul2009-09-282-74/+76