Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa/swrast: implement EXT_texture_sRGB_decode | Dave Airlie | 2011-01-16 | 1 | -0/+3 |
| | | | | | | | This implements the extension by choosing a different set of texture fetch functions when the texture parameter changes. Signed-off-by: Dave Airlie <[email protected]> | ||||
* | mesa: implement new texture format I16 | Marek Olšák | 2010-12-23 | 1 | -0/+1 |
| | |||||
* | mesa: implement new texture format L16 | Marek Olšák | 2010-12-23 | 1 | -0/+1 |
| | |||||
* | mesa: implement new texture format A16 | Marek Olšák | 2010-12-23 | 1 | -0/+1 |
| | |||||
* | mesa: implement new texture format AL44 | Marek Olšák | 2010-12-23 | 1 | -0/+1 |
| | | | | | | Radeon GPUs can do this. R600 can even do render-to-texture. Packing and extracting aren't implemented, but we shouldn't hit them (I think). Tested with swrast, softpipe, and r300g. | ||||
* | mesa: implement new texture format ARGB2101010 | Marek Olšák | 2010-12-23 | 1 | -0/+1 |
| | | | | Radeon GPUs do support GL_RGB10_A2. | ||||
* | mesa: added _mesa_format_image_size64() | Brian Paul | 2010-11-24 | 1 | -0/+4 |
| | |||||
* | mesa: rename function to _mesa_is_format_integer_color() | Brian Paul | 2010-10-26 | 1 | -1/+1 |
| | | | | Be a bit more clear about its operation. | ||||
* | mesa: _mesa_is_format_integer() function | Brian Paul | 2010-10-23 | 1 | -0/+3 |
| | |||||
* | ARB_texture_rg: Add R8, R16, RG88, and RG1616 internal formats | Ian Romanick | 2010-10-01 | 1 | -0/+6 |
| | |||||
* | mesa: Identify packed depth/stencil buffers using the Format field. | Nick Bowler | 2010-08-26 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | Intel sometimes uses packed depth/stencil buffers even when only a depth buffer or only a stencil buffer was requested. Common code currently uses the _BaseFormat field to determine whether a depth/stencil wrapper is necessary. But unless the user explicitly requested a packed depth/stencil buffer, the _BaseFormat field does not encode this information, and the required wrappers are not created. The problem was introduced by commit 45e76d2665b38b ("mesa: remove a bunch of gl_renderbuffer fields"), which killed off the _ActualFormat field upon which the decision to create a wrapper used to be made. This patch changes the logic to use the Format field instead, which is more like the old code. Fixes fdo bug 27590. Signed-off-by: Nick Bowler <[email protected]> Signed-off-by: Brian Paul <[email protected]> | ||||
* | mesa: Remove unnecessary header. | Vinson Lee | 2010-07-28 | 1 | -1/+1 |
| | |||||
* | mesa: initial support for unnormalized integer texture formats | Brian Paul | 2010-07-05 | 1 | -0/+16 |
| | | | | As defined by GL_EXT_texture_integer. | ||||
* | mesa: added unsigned 16-bit/channel tex format | Brian Paul | 2010-05-09 | 1 | -0/+1 |
| | |||||
* | mesa: added comments for signed 16-bit formats | Brian Paul | 2010-05-09 | 1 | -4/+4 |
| | |||||
* | mesa: start adding GL 3.1 signed normalized texture formats | Brian Paul | 2010-04-26 | 1 | -3/+11 |
| | |||||
* | mesa: remove trailing comment to silence warning | Brian Paul | 2009-11-17 | 1 | -1/+1 |
| | |||||
* | Add MESA_FORMAT_XRGB8888_REV. | Michel Dänzer | 2009-11-17 | 1 | -0/+1 |
| | |||||
* | AL1616: Add formats for GL_LUMINANCE16_ALPHA16 textures | Ian Romanick | 2009-11-16 | 1 | -0/+2 |
| | |||||
* | mesa: Add MESA_FORMAT_Z24_X8. | José Fonseca | 2009-10-29 | 1 | -0/+1 |
| | |||||
* | mesa: added _mesa_get_format_block_size() | Brian Paul | 2009-10-24 | 1 | -0/+3 |
| | |||||
* | mesa: added _mesa_get_format_name() | Brian Paul | 2009-10-24 | 1 | -0/+3 |
| | |||||
* | mesa: added MESA_FORMAT_X8_Z24 format | Brian Paul | 2009-10-21 | 1 | -0/+1 |
| | | | | | | 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. | ||||
* | mesa: added MESA_FORMAT_XRGB8888 | Brian Paul | 2009-10-06 | 1 | -0/+1 |
| | |||||
* | mesa: added MESA_FORMAT_SIGNED_RGBA_16 for accum buffers | Brian Paul | 2009-10-06 | 1 | -0/+1 |
| | |||||
* | mesa: added _mesa_get_format_color_encoding() | Brian Paul | 2009-10-06 | 1 | -0/+3 |
| | |||||
* | mesa: move _mesa_format_to_type_and_comps() to formats.c | Brian Paul | 2009-10-05 | 1 | -4/+3 |
| | |||||
* | mesa: move gl_format_info struct to formats.c | Brian Paul | 2009-10-05 | 1 | -38/+0 |
| | | | | This is a private datatype. | ||||
* | mesa: remove feature tests | Brian Paul | 2009-10-05 | 1 | -8/+0 |
| | |||||
* | mesa: added _mesa_format_row_stride() | Brian Paul | 2009-10-01 | 1 | -0/+4 |
| | |||||
* | mesa: added _mesa_format_image_size() | Brian Paul | 2009-10-01 | 1 | -0/+4 |
| | |||||
* | mesa: remove MESA_FORMAT_RGBA4444 | Brian Paul | 2009-09-30 | 1 | -1/+0 |
| | | | | Not used by any hardware driver. ARGB4444 and ARGB4444_REV remain. | ||||
* | mesa: remove GLchan-based formats; use hw 8-bit/channel formats instead | Brian Paul | 2009-09-30 | 1 | -12/+1 |
| | | | | Removed: MESA_FORMAT_RGBA, RGB, ALPHA, LUMINANCE, LUMINANCE_ALPHA, INTENSITY. | ||||
* | mesa: code movement | Brian Paul | 2009-09-27 | 1 | -7/+6 |
| | |||||
* | mesa: added _mesa_get_format_datatype() | Brian Paul | 2009-09-27 | 1 | -0/+3 |
| | |||||
* | mesa: added _mesa_get_format_bits() | Brian Paul | 2009-09-27 | 1 | -0/+4 |
| | |||||
* | mesa: added MESA_FORMAT_NONE | Brian Paul | 2009-09-27 | 1 | -0/+1 |
| | |||||
* | mesa: initial check-in of new formats.[ch] files | Brian Paul | 2009-09-26 | 1 | -0/+213 |