summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-10-28swrast: fix RGB, RGBA texturing codetexformat-reworkBrian Paul1-5/+11
2009-10-28swrast: check for single texture unit in _swrast_choose_triangle()Brian Paul1-0/+1
2009-10-28swrast: clean up and remove dead code in triangle functionsBrian Paul1-57/+47
2009-10-28swrast: fix texel decoding in opt_sample_rgba_2d()Brian Paul1-5/+5
2009-10-28mesa: choose texture format in _mesa_get_fallback_texture()Brian Paul1-0/+5
2009-10-27radeon: add case for MESA_FORMAT_X8_Z24 in radeon_create_renderbuffer()Brian Paul1-1/+6
2009-10-25progs/tests: disable blending while drawing textBrian Paul1-0/+3
2009-10-25mesa: choose texture format in core mesa, not driversBrian Paul12-64/+54
2009-10-25mesa: remove _mesa_compressed_texture_size_glenum() stubBrian Paul1-1/+0
2009-10-25mesa: remove _mesa_compressed_row_stride()Brian Paul2-20/+0
2009-10-25mesa: remove calls to _mesa_compressed_row_stride()Brian Paul5-15/+15
2009-10-25glide: remove _mesa_compressed_row_stride() callsBrian Paul1-11/+9
2009-10-25mesa: remove _mesa_compressed_row_stride() callsBrian Paul1-2/+1
2009-10-25mesa: begin removing _mesa_compressed_row_stride() callsBrian Paul2-3/+3
2009-10-25mesa: simplify texture_row_stride() helperBrian Paul1-10/+1
2009-10-25mesa: fix-up error checking related to compressed texture block sizeBrian Paul1-5/+17
2009-10-25mesa: clean-up, simplify compressed texture size checkingBrian Paul3-51/+36
2009-10-24mesa: remove _mesa_compressed_texture_size()Brian Paul6-53/+13
2009-10-24mesa: remove ctx->Driver.CompressedTextureSize() hookBrian Paul3-9/+0
2009-10-24mesa: change compressed texture size callsBrian Paul6-41/+23
2009-10-24mesa: minor clean-ups in _mesa_store_compressed_texsubimage2d()Brian Paul1-4/+5
2009-10-24mesa: simplify _mesa_compressed_row_stride(), _mesa_compressed_image_address()Brian Paul1-76/+15
2009-10-24mesa: s/GLuint/gl_format/Brian Paul2-6/+7
2009-10-24mesa: move assertion after declarationBrian Paul1-1/+1
2009-10-24mesa: remove hard-coded block sizesBrian Paul1-5/+9
2009-10-24mesa: added _mesa_get_format_block_size()Brian Paul2-0/+19
2009-10-24progs/tests: fix sub texture offsetsBrian Paul1-3/+5
2009-10-24mesa: added _mesa_get_format_name()Brian Paul2-0/+78
2009-10-24mesa: additional comments in format codeBrian Paul1-1/+28
2009-10-22dri/drivers: update driNewRenderbuffer() to take a gl_formatBrian Paul20-145/+136
2009-10-22radeon: simplify radeon_create_renderbuffer()Brian Paul3-29/+27
2009-10-22r600: fix depth span macros for format changesAlex Deucher1-4/+4
2009-10-22radeon: fix some renderbuffer format bugsBrian Paul2-7/+7
2009-10-21progs/tests: draw Z values as luminance, no pixel zoomBrian Paul1-0/+5
2009-10-21i915: replace MESA_FORMAT_Z24_S8 with MESA_FORMAT_S8_Z24Brian Paul1-2/+2
2009-10-21radeon: get rid of z24s8 <-> s8z24 conversions in span codeBrian Paul1-26/+8
2009-10-21radeon: replace MESA_FORMAT_Z24_S8 with MESA_FORMAT_S8_Z24Brian Paul3-6/+6
2009-10-21intel: use MESA_FORMAT_S8_Z24 format and avoid z24s8/s8z24 conversionsBrian Paul4-31/+19
2009-10-21i965: change parameter type to gl_formatBrian Paul1-1/+2
2009-10-21mesa: use MESA_FORMAT_X8_Z24Brian Paul1-0/+16
2009-10-21mesa: use MESA_FORMAT_X8_Z24 formatBrian Paul1-1/+1
2009-10-21mesa: added MESA_FORMAT_X8_Z24 formatBrian Paul4-0/+57
2009-10-15dri/common: updated #includesBrian Paul1-6/+2
2009-10-15dri/common: use _mesa_little_endian() and update commentsBrian Paul1-7/+5
2009-10-15dri/common: fix broken _dri_texformat_* initializationsBrian Paul1-4/+4
2009-10-14radeon: initialize renderbuffer Format field in radeon_create_renderbuffer()Brian Paul1-2/+9
2009-10-08mesa: remove a bunch of gl_renderbuffer fieldsBrian Paul34-757/+709
2009-10-06mesa: added MESA_FORMAT_XRGB8888Brian Paul5-4/+60
2009-10-06mesa: added case for MESA_FORMAT_SIGNED_RGBA_16Brian Paul1-0/+4
2009-10-06mesa: added MESA_FORMAT_SIGNED_RGBA_16 for accum buffersBrian Paul4-1/+17