summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texgetimage.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: fix GetTexImage for 1D array depth texturesDave Airlie2014-10-031-2/+7
* mesa: move _mesa_compressed_texture_pixel_storage_error_check()Brian Paul2014-08-161-3/+4
* mesa: minor improvements to _mesa_compute_compressed_pixelstore()Brian Paul2014-08-161-1/+1
* Remove the ATI_envmap_bumpmap extensionJason Ekstrand2014-06-301-5/+0
* mesa: Add pixel storage support for GetCompressedTexImageChris Forbes2014-06-101-33/+40
* mesa: Emit errors for inconsistent compressed pixel store stateChris Forbes2014-06-101-1/+9
* mesa: Allow FLOAT_32_UNSIGNED_INT_24_8_REV in get_tex_depth_stencil()Anuj Phogat2014-05-011-2/+2
* mesa: Add new helper function _mesa_unpack_depth_stencil_row()Anuj Phogat2014-05-011-5/+4
* mesa: Add error condition for format=STENCIL_INDEX in glGetTexImage()Anuj Phogat2014-05-011-0/+5
* mesa: Add error condition for integer formats in glGetTexImage()Anuj Phogat2014-04-161-0/+5
* mesa: do depth/stencil format conversion in glGetTexImageBrian Paul2014-02-281-2/+9
* mesa: allow buffers to be mapped multiple timesMarek Olšák2014-02-251-4/+6
* mesa: allow buffers mapped with the persistent flag to be used by the GPUMarek Olšák2014-02-251-2/+2
* mesa: change gl_format to mesa_formatMark Mueller2014-01-271-2/+2
* mesa: Use a single enable for GL_EXT_texture_array and GL_MESA_texture_arrayIan Romanick2013-12-041-2/+1
* st/mesa: improve format selection for GLESMarek Olšák2013-10-081-1/+1
* mesa: handle 2D texture arrays in get_tex_rgba_compressed()Brian Paul2013-07-241-28/+24
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul2013-04-171-1/+0
* mesa: handle HALF_FLOAT like FLOAT in get_tex_rgbaMarek Olšák2013-03-231-0/+1
* mesa: fix GetTexImage if mesa format and internal format don't matchMarek Olšák2013-02-111-0/+45
* mesa: don't use memcpy fast path for GetTexImage if base format is differentMarek Olšák2013-02-111-4/+6
* mesa: don't use _mesa_base_tex_format for format parameter of GetTexImageMarek Olšák2013-02-111-1/+36
* mesa: Drop manual checks for outside begin/end.Eric Anholt2013-01-211-2/+4
* mesa: allow TEXTURE_CUBE_MAP_ARRAY in GetTexImageMarek Olšák2013-01-041-0/+2
* mesa: Fix GL_LUMINANCE handling for textures in glGetTexImageAnuj Phogat2012-11-291-11/+27
* mesa: Standardize names of OpenGL functions.Paul Berry2012-11-121-1/+1
* mesa: silence MSVC signed/unsigned warning in texgetmage.cBrian Paul2012-11-061-1/+1
* Don't cast the return value of malloc/reallocMatt Turner2012-09-051-3/+3
* mesa: Add explicit target checking to Get[Compressed]TexImage().Kenneth Graunke2012-08-171-10/+35
* mesa GetTexImage: handle signed/unsigned integer clampingJordan Justen2012-08-141-4/+12
* mesa pack: handle uint and int clamping properlyJordan Justen2012-08-141-2/+2
* mesa: move some format helper functions to glformats.cBrian Paul2012-07-241-0/+1
* mesa: fix GL_LUMINANCE handling in glGetTexImageBrian Paul2012-03-091-2/+28
* mesa: use _mesa_rebase_rgba_float/uint() in glGetTexImage codeBrian Paul2012-03-081-73/+4
* mesa: fix error handling in get_tex_rgba_compressed()Brian Paul2012-02-101-0/+2
* mesa: use _mesa_format_matches_format_and_type() in get_tex_memcpy()Brian Paul2012-02-101-41/+6
* mesa: push row stride adjustment down into _mesa_decompress_image()Brian Paul2012-02-101-11/+0
* mesa: remove redundant format/type checks in glGetTexImage()Brian Paul2012-02-071-34/+0
* mesa: new _mesa_error_check_format_and_type() functionBrian Paul2012-02-071-9/+7
* mesa: set clamp bit in glGetTexImage for GL_UNSIGNED_NORMALIZEDAnuj Phogat2012-01-271-0/+9
* mesa: Add support for glGetTexImage on GL_TEXTURE_1D_ARRAYEric Anholt2012-01-241-2/+7
* mesa: s/GLuint col/GLint col/ to avoid signed/unsigned comparison warnings.Eric Anholt2012-01-241-8/+8
* mesa: Add support for glGetTexImage() from integer textures.Eric Anholt2012-01-241-38/+80
* mesa: Add condition in glGetTexImage for zero size texturesAnuj Phogat2012-01-171-0/+6
* mesa: simplify Driver.GetCompressedTexImage() parametersBrian Paul2011-12-301-6/+4
* mesa: split get_tex_rgba() into compressed/uncompressed versionsBrian Paul2011-12-241-145/+175