summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'texformat-rework'Brian Paul2009-10-28143-5772/+6555
|\
| * swrast: fix RGB, RGBA texturing codeBrian Paul2009-10-281-5/+11
| * swrast: check for single texture unit in _swrast_choose_triangle()Brian Paul2009-10-281-0/+1
| * swrast: clean up and remove dead code in triangle functionsBrian Paul2009-10-281-57/+47
| * swrast: fix texel decoding in opt_sample_rgba_2d()Brian Paul2009-10-281-5/+5
| * mesa: choose texture format in _mesa_get_fallback_texture()Brian Paul2009-10-281-0/+5
| * radeon: add case for MESA_FORMAT_X8_Z24 in radeon_create_renderbuffer()Brian Paul2009-10-271-1/+6
| * progs/tests: disable blending while drawing textBrian Paul2009-10-251-0/+3
| * mesa: choose texture format in core mesa, not driversBrian Paul2009-10-2512-64/+54
| * mesa: remove _mesa_compressed_texture_size_glenum() stubBrian Paul2009-10-251-1/+0
| * mesa: remove _mesa_compressed_row_stride()Brian Paul2009-10-252-20/+0
| * mesa: remove calls to _mesa_compressed_row_stride()Brian Paul2009-10-255-15/+15
| * glide: remove _mesa_compressed_row_stride() callsBrian Paul2009-10-251-11/+9
| * mesa: remove _mesa_compressed_row_stride() callsBrian Paul2009-10-251-2/+1
| * 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-246-53/+13
| * mesa: remove ctx->Driver.CompressedTextureSize() hookBrian Paul2009-10-243-9/+0
| * mesa: change compressed texture size callsBrian Paul2009-10-246-41/+23
| * 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
| * progs/tests: fix sub texture offsetsBrian Paul2009-10-241-3/+5
| * mesa: added _mesa_get_format_name()Brian Paul2009-10-242-0/+78
| * mesa: additional comments in format codeBrian Paul2009-10-241-1/+28
| * dri/drivers: update driNewRenderbuffer() to take a gl_formatBrian Paul2009-10-2220-145/+136
| * radeon: simplify radeon_create_renderbuffer()Brian Paul2009-10-223-29/+27
| * r600: fix depth span macros for format changesAlex Deucher2009-10-221-4/+4
| * radeon: fix some renderbuffer format bugsBrian Paul2009-10-222-7/+7
| * progs/tests: draw Z values as luminance, no pixel zoomBrian Paul2009-10-211-0/+5
| * i915: replace MESA_FORMAT_Z24_S8 with MESA_FORMAT_S8_Z24Brian Paul2009-10-211-2/+2
| * radeon: get rid of z24s8 <-> s8z24 conversions in span codeBrian Paul2009-10-211-26/+8
| * radeon: replace MESA_FORMAT_Z24_S8 with MESA_FORMAT_S8_Z24Brian Paul2009-10-213-6/+6
| * intel: use MESA_FORMAT_S8_Z24 format and avoid z24s8/s8z24 conversionsBrian Paul2009-10-214-31/+19
| * i965: change parameter type to gl_formatBrian Paul2009-10-211-1/+2
| * 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
| * dri/common: updated #includesBrian Paul2009-10-151-6/+2
| * dri/common: use _mesa_little_endian() and update commentsBrian Paul2009-10-151-7/+5
| * dri/common: fix broken _dri_texformat_* initializationsBrian Paul2009-10-151-4/+4
| * radeon: initialize renderbuffer Format field in radeon_create_renderbuffer()Brian Paul2009-10-141-2/+9
| * mesa: remove a bunch of gl_renderbuffer fieldsBrian Paul2009-10-0834-757/+709
| * mesa: added MESA_FORMAT_XRGB8888Brian Paul2009-10-065-4/+60
| * mesa: added case for MESA_FORMAT_SIGNED_RGBA_16Brian Paul2009-10-061-0/+4