| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: change gl_format to mesa_format | Mark Mueller | 2014-01-27 | 1 | -2/+2 |
* | mesa: Use a single enable for GL_EXT_texture_array and GL_MESA_texture_array | Ian Romanick | 2013-12-04 | 1 | -2/+1 |
* | st/mesa: improve format selection for GLES | Marek Olšák | 2013-10-08 | 1 | -1/+1 |
* | mesa: handle 2D texture arrays in get_tex_rgba_compressed() | Brian Paul | 2013-07-24 | 1 | -28/+24 |
* | 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 |
* | mesa: remove #include "mfeatures.h" from numerous source files | Brian Paul | 2013-04-17 | 1 | -1/+0 |
* | mesa: handle HALF_FLOAT like FLOAT in get_tex_rgba | Marek Olšák | 2013-03-23 | 1 | -0/+1 |
* | mesa: fix GetTexImage if mesa format and internal format don't match | Marek Olšák | 2013-02-11 | 1 | -0/+45 |
* | mesa: don't use memcpy fast path for GetTexImage if base format is different | Marek Olšák | 2013-02-11 | 1 | -4/+6 |
* | mesa: don't use _mesa_base_tex_format for format parameter of GetTexImage | Marek Olšák | 2013-02-11 | 1 | -1/+36 |
* | mesa: Drop manual checks for outside begin/end. | Eric Anholt | 2013-01-21 | 1 | -2/+4 |
* | mesa: allow TEXTURE_CUBE_MAP_ARRAY in GetTexImage | Marek Olšák | 2013-01-04 | 1 | -0/+2 |
* | mesa: Fix GL_LUMINANCE handling for textures in glGetTexImage | Anuj Phogat | 2012-11-29 | 1 | -11/+27 |
* | mesa: Standardize names of OpenGL functions. | Paul Berry | 2012-11-12 | 1 | -1/+1 |
* | mesa: silence MSVC signed/unsigned warning in texgetmage.c | Brian Paul | 2012-11-06 | 1 | -1/+1 |
* | Don't cast the return value of malloc/realloc | Matt Turner | 2012-09-05 | 1 | -3/+3 |
* | mesa: Add explicit target checking to Get[Compressed]TexImage(). | Kenneth Graunke | 2012-08-17 | 1 | -10/+35 |
* | mesa GetTexImage: handle signed/unsigned integer clamping | Jordan Justen | 2012-08-14 | 1 | -4/+12 |
* | mesa pack: handle uint and int clamping properly | Jordan Justen | 2012-08-14 | 1 | -2/+2 |
* | mesa: move some format helper functions to glformats.c | Brian Paul | 2012-07-24 | 1 | -0/+1 |
* | mesa: fix GL_LUMINANCE handling in glGetTexImage | Brian Paul | 2012-03-09 | 1 | -2/+28 |
* | mesa: use _mesa_rebase_rgba_float/uint() in glGetTexImage code | Brian Paul | 2012-03-08 | 1 | -73/+4 |
* | mesa: fix error handling in get_tex_rgba_compressed() | Brian Paul | 2012-02-10 | 1 | -0/+2 |
* | mesa: use _mesa_format_matches_format_and_type() in get_tex_memcpy() | Brian Paul | 2012-02-10 | 1 | -41/+6 |
* | mesa: push row stride adjustment down into _mesa_decompress_image() | Brian Paul | 2012-02-10 | 1 | -11/+0 |
* | mesa: remove redundant format/type checks in glGetTexImage() | Brian Paul | 2012-02-07 | 1 | -34/+0 |
* | mesa: new _mesa_error_check_format_and_type() function | Brian Paul | 2012-02-07 | 1 | -9/+7 |
* | mesa: set clamp bit in glGetTexImage for GL_UNSIGNED_NORMALIZED | Anuj Phogat | 2012-01-27 | 1 | -0/+9 |
* | mesa: Add support for glGetTexImage on GL_TEXTURE_1D_ARRAY | Eric Anholt | 2012-01-24 | 1 | -2/+7 |
* | mesa: s/GLuint col/GLint col/ to avoid signed/unsigned comparison warnings. | Eric Anholt | 2012-01-24 | 1 | -8/+8 |
* | mesa: Add support for glGetTexImage() from integer textures. | Eric Anholt | 2012-01-24 | 1 | -38/+80 |
* | mesa: Add condition in glGetTexImage for zero size textures | Anuj Phogat | 2012-01-17 | 1 | -0/+6 |
* | mesa: simplify Driver.GetCompressedTexImage() parameters | Brian Paul | 2011-12-30 | 1 | -6/+4 |
* | mesa: split get_tex_rgba() into compressed/uncompressed versions | Brian Paul | 2011-12-24 | 1 | -145/+175 |
* | mesa: fix comments in getteximage_error_check() | Brian Paul | 2011-12-24 | 1 | -2/+2 |
* | mesa: move the format and type check before select_tex_image() | Jian Zhao | 2011-12-24 | 1 | -6/+6 |
* | Add mismatch check for glGetTexImage or it will return -1 and may lead to seg... | Jian Zhao | 2011-12-14 | 1 | -0/+8 |
* | mesa: handle MapTextureImage() failures in glGetTexImage code | Brian Paul | 2011-11-28 | 1 | -114/+153 |
* | mesa: define, use _mesa_is_cube_face() in several places | Brian Paul | 2011-11-19 | 1 | -5/+4 |
* | texgetimage: add missing return on error | nobled | 2011-11-03 | 1 | -0/+1 |
* | mesa: Don't do [0, 1] clamping on glGetTexImage() of packed float formats. | Eric Anholt | 2011-10-28 | 1 | -4/+6 |
* | mesa: fix inverted pbo test error at _mesa_GetnCompressedTexImageARB | Yuanhan Liu | 2011-10-19 | 1 | -1/+1 |
* | mesa: s/INLINE/inline/ | Brian Paul | 2011-10-01 | 1 | -1/+1 |
* | mesa: simplify parameters to GetTexImage() driver hook | Brian Paul | 2011-09-30 | 1 | -12/+10 |
* | mesa: Finally, convert RGBA glGetTexImage() to using MapTextureImage(). | Brian Paul | 2011-09-27 | 1 | -6/+38 |
* | mesa: Convert depth glGetTexImage() to using MapTextureImage(). | Brian Paul | 2011-09-27 | 1 | -7/+12 |
* | mesa: Convert depth/stencil glGetTexImage() to using MapTextureImage(). | Brian Paul | 2011-09-27 | 1 | -5/+13 |