| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: Use assert() instead of ASSERT wrapper. | Matt Turner | 2015-02-23 | 1 | -10/+10 |
* | mesa: Fix some signed-unsigned comparison warnings | Jan Vesely | 2015-01-21 | 1 | -1/+1 |
* | mesa: remove unused ctx parameter for _mesa_select_tex_image() | Brian Paul | 2015-01-05 | 1 | -3/+3 |
* | mesa/main: Modify generate_mipmap_compressed to cope with float textures | Neil Roberts | 2014-08-12 | 1 | -5/+8 |
* | mesa: fix software fallback for generating mipmaps for 3D textures | Marek Olšák | 2014-03-21 | 1 | -21/+16 |
* | mesa: fix software fallback for generating mipmaps for cube arrays | Marek Olšák | 2014-03-21 | 1 | -2/+5 |
* | mesa: change gl_format to mesa_format | Mark Mueller | 2014-01-27 | 1 | -2/+2 |
* | mesa: consolidate multiple next_mipmap_level_size | Courtney Goeltzenleuchter | 2013-12-13 | 1 | -4/+4 |
* | mesa: improve free() cleanup in generate_mipmap_compressed() | Brian Paul | 2013-07-31 | 1 | -10/+7 |
* | mesa: implement mipmap generation for compressed 2D array textures | Brian Paul | 2013-07-24 | 1 | -16/+43 |
* | mesa: s/GLint/GLuint/ to fix MSVC warnings in mipmap.c | Brian Paul | 2013-07-12 | 1 | -2/+2 |
* | mesa: remove outdated version lines in comments | Rico Schüller | 2013-06-05 | 1 | -1/+0 |
* | mesa: Restore 78-column wrapping of license text in C-style comments. | Kenneth Graunke | 2013-04-23 | 1 | -3/+4 |
* | mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | Don't cast the return value of malloc/realloc | Matt Turner | 2012-09-05 | 1 | -4/+4 |
* | mesa: new _mesa_num_tex_faces() helper | Brian Paul | 2012-08-24 | 1 | -1/+2 |
* | mesa: Remove unnecessary parameters from AllocTextureImageBuffer | Pauli Nieminen | 2012-08-12 | 1 | -2/+1 |
* | mesa: move more format helper functions to glformats.c | Brian Paul | 2012-07-24 | 1 | -0/+1 |
* | mesa: consolidate internal glTexSubImage1/2/3D code | Brian Paul | 2012-06-06 | 1 | -4/+4 |
* | 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 |