summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texgetimage.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Fix some signed-unsigned comparison warningsJan Vesely2015-01-211-3/+3
* mesa: rename RGBA8888_* format constants to something appropriate.Iago Toral Quiroga2015-01-141-2/+2
* mesa: Use _mesa_format_convert to implement get_tex_rgba_compressed.Iago Toral Quiroga2015-01-121-39/+34
* mesa: use _mesa_format_convert to implement get_tex_rgba_uncompressed.Iago Toral Quiroga2015-01-121-117/+133
* mesa: fix MSVC compilation errorsBrian Paul2015-01-081-5/+5
* main: Checking for cube completeness in GetTextureImage.Laura Ekstrand2015-01-081-12/+35
* main: Added entry point for glGetCompressedTextureImage.Laura Ekstrand2015-01-081-45/+121
* main: Added entry point for glGetTextureImage.Laura Ekstrand2015-01-081-66/+230
* main: Renamed _mesa_get_compressed_teximage to _mesa_GetCompressedTexImage_sw.Laura Ekstrand2015-01-081-3/+3
* main: Renamed _mesa_get_teximage to _mesa_GetTexImage_sw.Laura Ekstrand2015-01-081-3/+3
* main: Moved _mesa_lock_texture and _mesa_unlock_texture to texobj.h from texi...Laura Ekstrand2015-01-081-1/+1
* mesa: remove unused ctx parameter for _mesa_select_tex_image()Brian Paul2015-01-051-4/+4
* 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