summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texgetimage.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: fix format conversion bug in get_tex_rgba_uncompressed()Brian Paul2016-08-291-6/+8
* mesa: Add a helper function for shared code in get_tex_rgba_{un}compressedAnuj Phogat2016-06-091-45/+38
* mesa: remove null check before freeThomas Hindoe Paaboel Andersen2016-05-051-2/+1
* mesa: Handle 3d block sizes in getteximage error checksAnuj Phogat2016-05-031-4/+17
* mesa: remove _ARB suffix from cube map enumsBrian Paul2016-02-121-7/+7
* texgetimage: consolidate 1D array handling code.Dave Airlie2015-11-241-15/+11
* mesa: minor formatting fix in get_tex_rgba_compressed()Brian Paul2015-10-281-2/+1
* mesa: handle SwapBytes in compressed texture get code.Dave Airlie2015-09-021-0/+7
* mesa: fix SwapBytes handling in numerous placesDave Airlie2015-09-021-11/+3
* mesa/texgetimage: fix missing stencil checkDave Airlie2015-08-261-0/+7
* mesa/formats: remove compressed formats from matching functionNanley Chery2015-08-251-1/+1
* mesa: fix error checking for getting zero-sized texture imagesIlia Mirkin2015-07-241-9/+9
* mesa: rearrange texture error checking orderIlia Mirkin2015-07-231-13/+13
* mesa: adjust error message when there's a missing teximageIlia Mirkin2015-07-231-2/+1
* mesa: fix typo s/glGetTextImage/glGetTexImage/Brian Paul2015-07-221-1/+1
* mesa: add new _mesa_Get[Compressed]TextureSubImage() functionsBrian Paul2015-07-211-1/+61
* mesa: overhaul the glGetCompressedTexImage codeBrian Paul2015-07-211-142/+198
* mesa: overhaul the glGetTexImage codeBrian Paul2015-07-211-195/+428
* mesa: 80-column wrapping in texgetimage.cBrian Paul2015-07-211-5/+8
* mesa: replace Driver.GetCompressedTexImage() w/ GetCompressedTexSubImage()Brian Paul2015-07-211-12/+16
* mesa: make _mesa_get_[compressed_]texture_image() staticBrian Paul2015-07-211-12/+12
* mesa: plumb offset/size parameters through GetTexSubImage codeBrian Paul2015-07-211-57/+80
* mesa: replace Driver.GetTexImage with GetTexSubImage()Brian Paul2015-07-211-5/+10
* mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke2015-07-201-2/+2
* Revert "mesa: Add ARB_direct_state_access checks in texture functions"Ian Romanick2015-05-281-14/+0
* mesa: Add ARB_direct_state_access checks in texture functionsFredrik Höglund2015-05-141-0/+14
* mesa: finish implementing ARB_texture_stencil8 (v5)Dave Airlie2015-04-231-1/+49
* mesa: Fix typo in a commentAnuj Phogat2015-04-221-2/+2
* main: Checking for cube completeness in GetCompressedTextureImage.Laura Ekstrand2015-03-091-1/+10
* main: assert(texImage) in ARB_DSA texture cube map functions.Laura Ekstrand2015-03-091-2/+3
* main: Remove redundant copy of cube map block comment in GetTextureImage.Laura Ekstrand2015-03-091-29/+3
* main: Remove redundant NumLayers checks.Laura Ekstrand2015-03-091-13/+0
* mesa: silence unused var warning in get_tex_rgba_uncompressed()Brian Paul2015-02-271-1/+2
* main: Fixed _mesa_GetCompressedTexImage_sw to copy slices correctly.Laura Ekstrand2015-02-171-2/+2
* mesa: silence uninitialized var warning in get_tex_rgba_uncompressed()Brian Paul2015-02-161-2/+1
* mesa: Fix element count for byte-swaps in texstore, readpix and texgetimageIago Toral Quiroga2015-02-161-5/+8
* 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