| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: convert _mesa_unpack_color_span_chan() to ubyte | Brian Paul | 2011-09-20 | 1 | -3/+3 |
* | mesa: s/_mesa_make_temp_chan_image()/_mesa_make_temp_ubyte_image() | Brian Paul | 2011-09-20 | 1 | -105/+105 |
* | mesa: use ctx->Driver.AllocTextureImageBuffer() to alloc texture memory | Brian Paul | 2011-09-17 | 1 | -32/+14 |
* | mesa: Remove GL_COLOR_INDEX from base format assertions | Ian Romanick | 2011-09-06 | 1 | -2/+0 |
* | mesa: Remove all mention of MESA_FORMAT_CI8 | Ian Romanick | 2011-08-29 | 1 | -45/+0 |
* | mesa: Convert texstore.c to accessing textures using MapTextureImage. | Brian Paul | 2011-08-29 | 1 | -107/+231 |
* | mesa: remove comments referring to Driver.TexImage1D/2D | Brian Paul | 2011-07-19 | 1 | -6/+3 |
* | mesa: implement texstore for DEPTH32F_STENCIL8 | Marek Olšák | 2011-07-10 | 1 | -1/+67 |
* | mesa: implement texstore for DEPTH_COMPONENT32F | Marek Olšák | 2011-07-10 | 1 | -5/+7 |
* | mesa: initial ARB_depth_buffer_float support | Marek Olšák | 2011-07-10 | 1 | -0/+3 |
* | mesa: fix texstore addressing bugs for depth/stencil formats | Brian Paul | 2011-07-06 | 1 | -12/+9 |
* | mesa: fix texstore of DEPTH24_STENCIL8 if srcFormat is STENCIL_INDEX | Marek Olšák | 2011-06-24 | 1 | -3/+6 |
* | mesa: remove unused variable bytesPerRow | Marek Olšák | 2011-04-29 | 1 | -4/+0 |
* | mesa: implement EXT_packed_float | Marek Olšák | 2011-04-29 | 1 | -0/+57 |
* | 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/+57 |
* | main: remove duplicated includes | Nicolas Kaiser | 2011-04-25 | 1 | -1/+0 |
* | mesa: add stricter checks for float formats in the texstore memcpy path | Marek Olšák | 2011-04-25 | 1 | -0/+2 |
* | mesa: add R/RG floating-point formats | Marek Olšák | 2011-04-15 | 1 | -4/+16 |
* | texstore: fix regression stricter check for memcpy path for unorm88 and unorm... | Hans de Goede | 2011-04-12 | 1 | -4/+10 |
* | mesa: fix alpha value for texstore_rgbx8888 | Brian Paul | 2011-04-05 | 1 | -1/+1 |
* | mesa: implement texstore and texfetch hooks for signed normalized formats | Marek Olšák | 2011-03-29 | 1 | -86/+233 |
* | mesa: rename _mesa_texstore_a8 -> _mesa_texstore_unorm8 | Marek Olšák | 2011-03-14 | 1 | -6/+6 |
* | mesa: add EXT_texture_compression_latc | Marek Olšák | 2011-03-08 | 1 | -1/+8 |
* | mesa: move PBO-related functions into a new file | Brian Paul | 2011-02-28 | 1 | -88/+1 |
* | mesa: Add RGTC texture store/fetch support. | Dave Airlie | 2011-02-28 | 1 | -1/+7 |
* | mesa: make_float_temp_image non-static | Dave Airlie | 2011-02-28 | 1 | -23/+23 |
* | mesa: Directly include mfeatures.h in files that perform feature tests. | Vinson Lee | 2011-01-07 | 1 | -0/+1 |
* | mesa: Include mtypes.h in files that use gl_context struct. | Vinson Lee | 2011-01-05 | 1 | -0/+1 |
* | mesa: preserve 10 bits of precision in the texstore general path for ARGB2101010 | Marek Olšák | 2011-01-04 | 1 | -13/+19 |
* | mesa: implement new texture format I16 | Marek Olšák | 2010-12-23 | 1 | -2/+4 |
* | mesa: implement new texture format L16 | Marek Olšák | 2010-12-23 | 1 | -2/+4 |
* | mesa: implement new texture format A16 | Marek Olšák | 2010-12-23 | 1 | -6/+7 |
* | mesa: implement new texture format AL44 | Marek Olšák | 2010-12-23 | 1 | -0/+47 |
* | mesa: implement new texture format ARGB2101010 | Marek Olšák | 2010-12-23 | 1 | -0/+75 |
* | mesa: fix error messages and minor reindenting | Brian Paul | 2010-11-16 | 1 | -6/+9 |
* | mesa: implement uint texstore code | Brian Paul | 2010-11-07 | 1 | -24/+127 |
* | mesa: pixel transfer ops do not apply to integer-valued textures | Brian Paul | 2010-10-28 | 1 | -30/+52 |
* | mesa: fix incorrect type in _mesa_texstore_rgba_int16() | Brian Paul | 2010-10-28 | 1 | -1/+1 |
* | mesa: split up the image.c file | Brian Paul | 2010-10-23 | 1 | -0/+2 |
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -19/+19 |
* | mesa: reformatting, comments, code movement | Brian Paul | 2010-10-12 | 1 | -78/+99 |
* | mesa: remove assertion w/ undeclared variable texelBytes | Brian Paul | 2010-10-12 | 1 | -1/+0 |
* | mesa: improve texstore for 8/24 formats and add texstore for S8. | Dave Airlie | 2010-10-13 | 1 | -119/+144 |
* | ARB_texture_rg: Add R8, R16, RG88, and RG1616 internal formats | Ian Romanick | 2010-10-01 | 1 | -30/+131 |
* | mesa: Remove EXT_convolution. | Eric Anholt | 2010-09-23 | 1 | -187/+23 |
* | mesa: Remove unnecessary headers. | Vinson Lee | 2010-07-30 | 1 | -1/+0 |
* | mesa: initial support for unnormalized integer texture formats | Brian Paul | 2010-07-05 | 1 | -0/+394 |
* | mesa: added unsigned 16-bit/channel tex format | Brian Paul | 2010-05-09 | 1 | -1/+66 |
* | mesa: added texstore function for signed 16-bit formats | Brian Paul | 2010-05-09 | 1 | -4/+74 |