Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'texformat-rework' | Brian Paul | 2009-10-28 | 137 | -5767/+6514 |
|\ | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/mesa/drivers/dri/radeon/radeon_fbo.c src/mesa/drivers/dri/s3v/s3v_tex.c src/mesa/drivers/dri/s3v/s3v_xmesa.c src/mesa/drivers/dri/trident/trident_context.c src/mesa/main/debug.c src/mesa/main/mipmap.c src/mesa/main/texformat.c src/mesa/main/texgetimage.c | ||||
| * | swrast: fix RGB, RGBA texturing code | Brian Paul | 2009-10-28 | 1 | -5/+11 |
| | | | | | | | | | | | | Fix backward component ordering for RGB textures. Only optimize RGBA texture case if running little endian. This restriction could be lifted with a little work. | ||||
| * | swrast: check for single texture unit in _swrast_choose_triangle() | Brian Paul | 2009-10-28 | 1 | -0/+1 |
| | | |||||
| * | swrast: clean up and remove dead code in triangle functions | Brian Paul | 2009-10-28 | 1 | -57/+47 |
| | | |||||
| * | swrast: fix texel decoding in opt_sample_rgba_2d() | Brian Paul | 2009-10-28 | 1 | -5/+5 |
| | | |||||
| * | mesa: choose texture format in _mesa_get_fallback_texture() | Brian Paul | 2009-10-28 | 1 | -0/+5 |
| | | |||||
| * | radeon: add case for MESA_FORMAT_X8_Z24 in radeon_create_renderbuffer() | Brian Paul | 2009-10-27 | 1 | -1/+6 |
| | | |||||
| * | mesa: choose texture format in core mesa, not drivers | Brian Paul | 2009-10-25 | 12 | -64/+54 |
| | | | | | | | | | | | | Call the ctx->Driver.ChooseTextureFormat() function from core Mesa's _mesa_[Copy]TexImage functions instead of in the driver functions. One less thing for drivers to do. | ||||
| * | mesa: remove _mesa_compressed_texture_size_glenum() stub | Brian Paul | 2009-10-25 | 1 | -1/+0 |
| | | |||||
| * | mesa: remove _mesa_compressed_row_stride() | Brian Paul | 2009-10-25 | 2 | -20/+0 |
| | | |||||
| * | mesa: remove calls to _mesa_compressed_row_stride() | Brian Paul | 2009-10-25 | 5 | -15/+15 |
| | | |||||
| * | glide: remove _mesa_compressed_row_stride() calls | Brian Paul | 2009-10-25 | 1 | -11/+9 |
| | | | | | | | | And fix incorrect first parameter. | ||||
| * | mesa: remove _mesa_compressed_row_stride() calls | Brian Paul | 2009-10-25 | 1 | -2/+1 |
| | | |||||
| * | mesa: begin removing _mesa_compressed_row_stride() calls | Brian Paul | 2009-10-25 | 2 | -3/+3 |
| | | | | | | | | Use equivalent _mesa_format_row_stride() function instead. | ||||
| * | mesa: simplify texture_row_stride() helper | Brian Paul | 2009-10-25 | 1 | -10/+1 |
| | | |||||
| * | mesa: fix-up error checking related to compressed texture block size | Brian Paul | 2009-10-25 | 1 | -5/+17 |
| | | |||||
| * | mesa: clean-up, simplify compressed texture size checking | Brian Paul | 2009-10-25 | 3 | -51/+36 |
| | | |||||
| * | mesa: remove _mesa_compressed_texture_size() | Brian Paul | 2009-10-24 | 6 | -53/+13 |
| | | | | | | | | Use _mesa_format_image_size() instead. | ||||
| * | mesa: remove ctx->Driver.CompressedTextureSize() hook | Brian Paul | 2009-10-24 | 3 | -9/+0 |
| | | | | | | | | It always just called _mesa_compressed_texture_size() anyway. | ||||
| * | mesa: change compressed texture size calls | Brian Paul | 2009-10-24 | 6 | -41/+23 |
| | | | | | | | | | | Replace calls to ctx->Driver.CompressedTextureSize with calls to _mesa_format_image_size. The former always called the later. | ||||
| * | mesa: minor clean-ups in _mesa_store_compressed_texsubimage2d() | Brian Paul | 2009-10-24 | 1 | -4/+5 |
| | | |||||
| * | mesa: simplify _mesa_compressed_row_stride(), _mesa_compressed_image_address() | Brian Paul | 2009-10-24 | 1 | -76/+15 |
| | | | | | | | | | | _mesa_compressed_row_stride() can go away soon. _mesa_compressed_image_address() can be generalized and moved to formats.c | ||||
| * | mesa: s/GLuint/gl_format/ | Brian Paul | 2009-10-24 | 2 | -6/+7 |
| | | |||||
| * | mesa: move assertion after declaration | Brian Paul | 2009-10-24 | 1 | -1/+1 |
| | | |||||
| * | mesa: remove hard-coded block sizes | Brian Paul | 2009-10-24 | 1 | -5/+9 |
| | | |||||
| * | mesa: added _mesa_get_format_block_size() | Brian Paul | 2009-10-24 | 2 | -0/+19 |
| | | |||||
| * | mesa: added _mesa_get_format_name() | Brian Paul | 2009-10-24 | 2 | -0/+78 |
| | | |||||
| * | mesa: additional comments in format code | Brian Paul | 2009-10-24 | 1 | -1/+28 |
| | | |||||
| * | dri/drivers: update driNewRenderbuffer() to take a gl_format | Brian Paul | 2009-10-22 | 20 | -145/+136 |
| | | | | | | | | | | | | | | | | Now pass a specific MESA_FORMAT_x token to indicate the renderbuffer's format. This is better than passing a GLenum and having to guess the specific format. I'm unable to test all the drivers, but any issues should be easy to fix. | ||||
| * | radeon: simplify radeon_create_renderbuffer() | Brian Paul | 2009-10-22 | 3 | -29/+27 |
| | | |||||
| * | r600: fix depth span macros for format changes | Alex Deucher | 2009-10-22 | 1 | -4/+4 |
| | | |||||
| * | radeon: fix some renderbuffer format bugs | Brian Paul | 2009-10-22 | 2 | -7/+7 |
| | | |||||
| * | i915: replace MESA_FORMAT_Z24_S8 with MESA_FORMAT_S8_Z24 | Brian Paul | 2009-10-21 | 1 | -2/+2 |
| | | | | | | | | And change parameter type. | ||||
| * | radeon: get rid of z24s8 <-> s8z24 conversions in span code | Brian Paul | 2009-10-21 | 1 | -26/+8 |
| | | | | | | | | | | Can just use s8z24 everywhere. Note: the WRITE_DEPTH macro for R600 may need to be fixed. | ||||
| * | radeon: replace MESA_FORMAT_Z24_S8 with MESA_FORMAT_S8_Z24 | Brian Paul | 2009-10-21 | 3 | -6/+6 |
| | | | | | | | | | | Core Mesa deals with MESA_FORMAT_S8_Z24 everywhere it should so we shouldn't have to use MESA_FORMAT_Z24_S8 anymore. | ||||
| * | intel: use MESA_FORMAT_S8_Z24 format and avoid z24s8/s8z24 conversions | Brian Paul | 2009-10-21 | 4 | -31/+19 |
| | | |||||
| * | i965: change parameter type to gl_format | Brian Paul | 2009-10-21 | 1 | -1/+2 |
| | | |||||
| * | mesa: use MESA_FORMAT_X8_Z24 | Brian Paul | 2009-10-21 | 1 | -0/+16 |
| | | |||||
| * | mesa: use MESA_FORMAT_X8_Z24 format | Brian Paul | 2009-10-21 | 1 | -1/+1 |
| | | |||||
| * | mesa: added MESA_FORMAT_X8_Z24 format | Brian Paul | 2009-10-21 | 4 | -0/+57 |
| | | | | | | | | | | | | 24-bit Z in 32-bit pixel. We could probably use the MESA_FORMAT_S8_Z24 format but this there's a few places where we explicitly don't want stencil. This format may go away at some point in the future. | ||||
| * | dri/common: updated #includes | Brian Paul | 2009-10-15 | 1 | -6/+2 |
| | | |||||
| * | dri/common: use _mesa_little_endian() and update comments | Brian Paul | 2009-10-15 | 1 | -7/+5 |
| | | |||||
| * | dri/common: fix broken _dri_texformat_* initializations | Brian Paul | 2009-10-15 | 1 | -4/+4 |
| | | |||||
| * | radeon: initialize renderbuffer Format field in radeon_create_renderbuffer() | Brian Paul | 2009-10-14 | 1 | -2/+9 |
| | | | | | | | | Plus, use MESA_FORMAT_S8_Z24 everywhere. | ||||
| * | mesa: remove a bunch of gl_renderbuffer fields | Brian Paul | 2009-10-08 | 34 | -757/+709 |
| | | | | | | | | | | | | _ActualFormat is replaced by Format (MESA_FORMAT_x). ColorEncoding, ComponentType, RedBits, GreenBits, BlueBits, etc. are all replaced by MESA_FORMAT_x queries. | ||||
| * | mesa: added MESA_FORMAT_XRGB8888 | Brian Paul | 2009-10-06 | 5 | -4/+60 |
| | | |||||
| * | mesa: added case for MESA_FORMAT_SIGNED_RGBA_16 | Brian Paul | 2009-10-06 | 1 | -0/+4 |
| | | |||||
| * | mesa: added MESA_FORMAT_SIGNED_RGBA_16 for accum buffers | Brian Paul | 2009-10-06 | 4 | -1/+17 |
| | | |||||
| * | mesa: added _mesa_get_format_color_encoding() | Brian Paul | 2009-10-06 | 2 | -0/+28 |
| | | |||||
| * | mesa: accept more pnames in _mesa_get_format_bits() | Brian Paul | 2009-10-06 | 1 | -0/+19 |
| | |