| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: move software texel fetch code into swrast | Brian Paul | 2011-09-17 | 1 | -1057/+0 |
* | mesa: Remove all mention of MESA_FORMAT_CI8 | Ian Romanick | 2011-08-29 | 1 | -7/+0 |
* | mesa: implement texfetch functions for depth_buffer_float | Marek Olšák | 2011-07-10 | 1 | -8/+8 |
* | mesa: initial ARB_depth_buffer_float support | Marek Olšák | 2011-07-10 | 1 | -0/+14 |
* | mesa: implement EXT_packed_float | Marek Olšák | 2011-04-29 | 1 | -0/+8 |
* | mesa, util: move RGB9E5 conversion functions to gallium/util | Marek Olšák | 2011-04-29 | 1 | -1/+1 |
* | mesa: implement EXT_texture_shared_exponent | Marek Olšák | 2011-04-29 | 1 | -0/+8 |
* | mesa: add R/RG floating-point formats | Marek Olšák | 2011-04-15 | 1 | -0/+28 |
* | mesa: move sampler state into new gl_sampler_object type | Brian Paul | 2011-04-10 | 1 | -1/+1 |
* | mesa: implement texstore and texfetch hooks for signed normalized formats | Marek Olšák | 2011-03-29 | 1 | -15/+71 |
* | mesa: add EXT_texture_compression_latc | Marek Olšák | 2011-03-08 | 1 | -0/+28 |
* | mesa: Add RGTC texture store/fetch support. | Dave Airlie | 2011-02-28 | 1 | -1/+30 |
* | mesa: minor tweaks in _mesa_set_fetch_functions() | Brian Paul | 2011-01-15 | 1 | -3/+3 |
* | mesa: move declarations before code | Brian Paul | 2011-01-15 | 1 | -1/+2 |
* | mesa/swrast: implement EXT_texture_sRGB_decode | Dave Airlie | 2011-01-16 | 1 | -1/+24 |
* | mesa/swrast: handle sRGB FBOs correctly (v2) | Dave Airlie | 2011-01-11 | 1 | -1/+1 |
* | mesa: implement new texture format I16 | Marek Olšák | 2010-12-23 | 1 | -0/+7 |
* | mesa: implement new texture format L16 | Marek Olšák | 2010-12-23 | 1 | -0/+7 |
* | mesa: implement new texture format A16 | Marek Olšák | 2010-12-23 | 1 | -0/+7 |
* | mesa: implement new texture format AL44 | Marek Olšák | 2010-12-23 | 1 | -0/+7 |
* | mesa: implement new texture format ARGB2101010 | Marek Olšák | 2010-12-23 | 1 | -0/+7 |
* | mesa: pass gl_format to _mesa_init_teximage_fields() | Brian Paul | 2010-11-18 | 1 | -9/+3 |
* | ARB_texture_rg: Add R8, R16, RG88, and RG1616 internal formats | Ian Romanick | 2010-10-01 | 1 | -0/+42 |
* | mesa: Remove unnecessary headers. | Vinson Lee | 2010-07-31 | 1 | -1/+0 |
* | mesa: Include macros.h in files that use symbols from macros.h. | Vinson Lee | 2010-07-30 | 1 | -0/+1 |
* | mesa: initial support for unnormalized integer texture formats | Brian Paul | 2010-07-05 | 1 | -0/+50 |
* | mesa: Remove _mesa_pow(), which is always just pow(). | Eric Anholt | 2010-05-13 | 1 | -1/+1 |
* | mesa: added unsigned 16-bit/channel tex format | Brian Paul | 2010-05-09 | 1 | -0/+7 |
* | mesa: start adding GL 3.1 signed normalized texture formats | Brian Paul | 2010-04-26 | 1 | -4/+46 |
* | mesa: sort texel fetch/store table by format index | Brian Paul | 2010-04-22 | 1 | -250/+256 |
* | mesa: Initialize variable in _mesa_get_texel_fetch_func. | Vinson Lee | 2009-11-23 | 1 | -1/+1 |
* | Add MESA_FORMAT_XRGB8888_REV. | Michel Dänzer | 2009-11-17 | 1 | -0/+7 |
* | AL1616: Add texel fetch / store routines | Ian Romanick | 2009-11-16 | 1 | -0/+14 |
* | mesa: Add MESA_FORMAT_Z24_X8. | José Fonseca | 2009-10-29 | 1 | -0/+7 |
* | 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 |