Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-29 | mesa: Add MESA_FORMAT_Z24_X8. | José Fonseca | |
2009-10-24 | mesa: added _mesa_get_format_block_size() | Brian Paul | |
2009-10-24 | mesa: added _mesa_get_format_name() | Brian Paul | |
2009-10-21 | mesa: added MESA_FORMAT_X8_Z24 format | Brian Paul | |
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. | |||
2009-10-06 | mesa: added MESA_FORMAT_XRGB8888 | Brian Paul | |
2009-10-06 | mesa: added MESA_FORMAT_SIGNED_RGBA_16 for accum buffers | Brian Paul | |
2009-10-06 | mesa: added _mesa_get_format_color_encoding() | Brian Paul | |
2009-10-05 | mesa: move _mesa_format_to_type_and_comps() to formats.c | Brian Paul | |
2009-10-05 | mesa: move gl_format_info struct to formats.c | Brian Paul | |
This is a private datatype. | |||
2009-10-05 | mesa: remove feature tests | Brian Paul | |
2009-10-01 | mesa: added _mesa_format_row_stride() | Brian Paul | |
2009-10-01 | mesa: added _mesa_format_image_size() | Brian Paul | |
2009-09-30 | mesa: remove MESA_FORMAT_RGBA4444 | Brian Paul | |
Not used by any hardware driver. ARGB4444 and ARGB4444_REV remain. | |||
2009-09-30 | mesa: remove GLchan-based formats; use hw 8-bit/channel formats instead | Brian Paul | |
Removed: MESA_FORMAT_RGBA, RGB, ALPHA, LUMINANCE, LUMINANCE_ALPHA, INTENSITY. | |||
2009-09-27 | mesa: code movement | Brian Paul | |
2009-09-27 | mesa: added _mesa_get_format_datatype() | Brian Paul | |
2009-09-27 | mesa: added _mesa_get_format_bits() | Brian Paul | |
2009-09-27 | mesa: added MESA_FORMAT_NONE | Brian Paul | |
2009-09-26 | mesa: initial check-in of new formats.[ch] files | Brian Paul | |