Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: added MESA_FORMAT_X8_Z24 format | Brian Paul | 2009-10-21 | 1 | -0/+7 |
* | mesa: added MESA_FORMAT_XRGB8888 | Brian Paul | 2009-10-06 | 1 | -0/+7 |
* | mesa: added MESA_FORMAT_SIGNED_RGBA_16 for accum buffers | Brian Paul | 2009-10-06 | 1 | -0/+7 |
* | mesa: remove feature tests | Brian Paul | 2009-10-05 | 1 | -4/+0 |
* | mesa: lift _mesa_set_fetch_functions() calls out of drivers | Brian Paul | 2009-10-05 | 1 | -6/+6 |
* | mesa: make _mesa_get_texel_fetch_func() static | Brian Paul | 2009-10-05 | 1 | -1/+1 |
* | mesa: move mesa_set_fetch_functions() | Brian Paul | 2009-10-01 | 1 | -0/+81 |
* | mesa: rename texformat_tmp.h to texfetch_tmp.h | Brian Paul | 2009-09-30 | 1 | -3/+3 |
* | mesa: remove MESA_FORMAT_RGBA4444 | Brian Paul | 2009-09-30 | 1 | -7/+0 |
* | mesa: remove GLchan-based formats; use hw 8-bit/channel formats instead | Brian Paul | 2009-09-30 | 1 | -42/+0 |
* | mesa: move texel fetch/store into new texfetch.[ch] files | Brian Paul | 2009-09-30 | 1 | -0/+616 |