| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: Fix memory leak in generate_mipmap_compressed. | Vinson Lee | 2012-03-26 | 1 | -0/+1 |
* | mesa: Fix copy-and-paste bug in do_row_3D | Ian Romanick | 2012-02-02 | 1 | -3/+3 |
* | mesa: remove incorrect (float) cast in mipmap do_row() | Brian Paul | 2012-01-12 | 1 | -1/+1 |
* | mesa: remove unused _mesa_init_teximage_fields() target parameter | Brian Paul | 2012-01-04 | 1 | -1/+1 |
* | mesa: simplify Driver.TexSubImage() parameters | Brian Paul | 2011-12-30 | 1 | -3/+2 |
* | mesa: new _mesa_prepare_mipmap_level() function for mipmap generation | Brian Paul | 2011-12-16 | 1 | -33/+95 |
* | mesa: fix potential mem leak in generate_mipmap_compressed() | Brian Paul | 2011-12-02 | 1 | -0/+1 |
* | mesa: handle MapTextureImage() failures in mipmap generation code | Brian Paul | 2011-11-28 | 1 | -24/+57 |
* | mesa: add support for GL_OES_EGL_image_external | Chia-I Wu | 2011-11-03 | 1 | -0/+1 |
* | mesa: fix software mipmap generation code for packed Z/stencil formats | Brian Paul | 2011-10-07 | 1 | -1/+37 |
* | mesa: remove unused _mesa_rescale_teximage2d() function | Brian Paul | 2011-10-05 | 1 | -75/+0 |
* | mesa: remove unused gl_texture_image::DriverData field | Brian Paul | 2011-10-05 | 1 | -1/+0 |
* | mesa: Reuse existing make_2d_mipmap for 2D array generation. | Eric Anholt | 2011-10-03 | 1 | -99/+5 |
* | mesa: Make the uncompressed sw mipmap gen path do a Map per 1D array slice. | Eric Anholt | 2011-10-03 | 1 | -44/+17 |
* | mesa: Convert _mesa_generate_mipmap to MapTexImage()-based access. | Brian Paul | 2011-10-03 | 1 | -122/+148 |
* | mesa: simplify parameters to GetTexImage() driver hook | Brian Paul | 2011-09-30 | 1 | -2/+3 |
* | mesa: fix indentation in mipmap.c (3 spaces) | Brian Paul | 2011-09-26 | 1 | -2/+2 |
* | mesa: move _mesa_upscale_teximage2d() to texcompress_fxt1.c | Brian Paul | 2011-09-20 | 1 | -34/+0 |
* | mesa: s/GLchan/GLubyte/ in mipmap generation code | Brian Paul | 2011-09-20 | 1 | -3/+3 |
* | mesa: use ctx->Driver.AllocTextureImageBuffer() to alloc texture memory | Brian Paul | 2011-09-17 | 1 | -9/+7 |
* | mesa: move _mesa_update_fetch_functions() calls into swrast | Brian Paul | 2011-09-17 | 1 | -4/+0 |
* | mesa: use ctx->Driver.GetTexImage() to decompress base texture image | Brian Paul | 2011-09-08 | 1 | -42/+43 |
* | mesa: Don't check for image->Data when freeing an image's contents. | Eric Anholt | 2011-08-29 | 1 | -2/+1 |
* | mesa: Rename FreeTexImageData to FreeTextureImageBuffer. | Eric Anholt | 2011-08-29 | 1 | -1/+1 |
* | mesa: implement generatemipmap for GL_FLOAT_32_UNSIGNED_INT_24_8_REV | Marek Olšák | 2011-07-10 | 1 | -0/+20 |
* | mesa: Switch generate_mipmaps_compressed() to using TexImage2D to upload. | Eric Anholt | 2011-06-14 | 1 | -66/+38 |
* | mesa: Remove uncompressed code from generate_mipmaps_compressed(). | Eric Anholt | 2011-06-14 | 1 | -100/+77 |
* | mesa: Remove compressed code from generate_mipmaps_uncompressed(). | Eric Anholt | 2011-06-14 | 1 | -114/+4 |
* | mesa: Split _mesa_generate_mipmap along compressed/uncompressed lines. | Eric Anholt | 2011-06-14 | 1 | -26/+225 |
* | mesa: implement EXT_packed_float | Marek Olšák | 2011-04-29 | 1 | -0/+47 |
* | 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/+49 |
* | mesa: implement generate-mipmap fallback for RGB10_A2 | Marek Olšák | 2011-04-25 | 1 | -0/+80 |
* | mesa: Don't assert on the compressed convertformat for GenerateMipmaps. | Eric Anholt | 2011-04-23 | 1 | -1/+0 |
* | mesa: add EXT_texture_compression_latc | Marek Olšák | 2011-03-08 | 1 | -2/+7 |
* | rgtc: fixup mipmap generation | Dave Airlie | 2011-03-02 | 1 | -2/+7 |
* | mesa: fix texture3D mipmap generation for UNSIGNED_BYTE_3_3_2 and 4_4 | Marek Olšák | 2011-02-16 | 1 | -2/+2 |
* | mesa: fix mipmap generation for MESA_FORMAT_AL44 | Marek Olšák | 2011-02-16 | 1 | -0/+50 |
* | mesa: Include mtypes.h in files that use gl_context struct. | Vinson Lee | 2011-01-05 | 1 | -0/+1 |
* | mesa: pass gl_format to _mesa_init_teximage_fields() | Brian Paul | 2010-11-18 | 1 | -2/+2 |
* | mesa: handle more pixel types in mipmap generation code | Brian Paul | 2010-11-11 | 1 | -0/+166 |
* | mesa: Add missing else in do_row_3D | Brian Rogers | 2010-10-18 | 1 | -1/+1 |
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -1/+1 |
* | mesa/mipmap: fix warning since 1acadebd6270d3604b026842b8a21360968618a0 | Dave Airlie | 2010-09-25 | 1 | -1/+1 |
* | mesa: Fix type typo in glGenerateMipmap handling of GL_UNSIGNED_INT data. | Eric Anholt | 2010-09-24 | 1 | -1/+1 |
* | mesa: fix out of bounds memory read in mipmap gen code | Brian Paul | 2010-09-01 | 1 | -5/+12 |
* | mesa: simplify some code in _mesa_generate_mipmap() | Brian Paul | 2010-04-23 | 1 | -19/+10 |
* | mesa: Add asserts to check inputs to memcpy. | Vinson Lee | 2010-03-04 | 1 | -0/+2 |
* | mesa: Add asserts to check inputs to memcpy. | Vinson Lee | 2010-03-02 | 1 | -0/+2 |
* | mesa: Add asserts to check inputs to memcpy. | Vinson Lee | 2010-02-27 | 1 | -0/+3 |