| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: fix format conversion bug in get_tex_rgba_uncompressed() | Brian Paul | 2016-08-29 | 1 | -6/+8 |
* | mesa: Add a helper function for shared code in get_tex_rgba_{un}compressed | Anuj Phogat | 2016-06-09 | 1 | -45/+38 |
* | mesa: remove null check before free | Thomas Hindoe Paaboel Andersen | 2016-05-05 | 1 | -2/+1 |
* | mesa: Handle 3d block sizes in getteximage error checks | Anuj Phogat | 2016-05-03 | 1 | -4/+17 |
* | mesa: remove _ARB suffix from cube map enums | Brian Paul | 2016-02-12 | 1 | -7/+7 |
* | texgetimage: consolidate 1D array handling code. | Dave Airlie | 2015-11-24 | 1 | -15/+11 |
* | mesa: minor formatting fix in get_tex_rgba_compressed() | Brian Paul | 2015-10-28 | 1 | -2/+1 |
* | mesa: handle SwapBytes in compressed texture get code. | Dave Airlie | 2015-09-02 | 1 | -0/+7 |
* | mesa: fix SwapBytes handling in numerous places | Dave Airlie | 2015-09-02 | 1 | -11/+3 |
* | mesa/texgetimage: fix missing stencil check | Dave Airlie | 2015-08-26 | 1 | -0/+7 |
* | mesa/formats: remove compressed formats from matching function | Nanley Chery | 2015-08-25 | 1 | -1/+1 |
* | mesa: fix error checking for getting zero-sized texture images | Ilia Mirkin | 2015-07-24 | 1 | -9/+9 |
* | mesa: rearrange texture error checking order | Ilia Mirkin | 2015-07-23 | 1 | -13/+13 |
* | mesa: adjust error message when there's a missing teximage | Ilia Mirkin | 2015-07-23 | 1 | -2/+1 |
* | mesa: fix typo s/glGetTextImage/glGetTexImage/ | Brian Paul | 2015-07-22 | 1 | -1/+1 |
* | mesa: add new _mesa_Get[Compressed]TextureSubImage() functions | Brian Paul | 2015-07-21 | 1 | -1/+61 |
* | mesa: overhaul the glGetCompressedTexImage code | Brian Paul | 2015-07-21 | 1 | -142/+198 |
* | mesa: overhaul the glGetTexImage code | Brian Paul | 2015-07-21 | 1 | -195/+428 |
* | mesa: 80-column wrapping in texgetimage.c | Brian Paul | 2015-07-21 | 1 | -5/+8 |
* | mesa: replace Driver.GetCompressedTexImage() w/ GetCompressedTexSubImage() | Brian Paul | 2015-07-21 | 1 | -12/+16 |
* | mesa: make _mesa_get_[compressed_]texture_image() static | Brian Paul | 2015-07-21 | 1 | -12/+12 |
* | mesa: plumb offset/size parameters through GetTexSubImage code | Brian Paul | 2015-07-21 | 1 | -57/+80 |
* | mesa: replace Driver.GetTexImage with GetTexSubImage() | Brian Paul | 2015-07-21 | 1 | -5/+10 |
* | mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string(). | Kenneth Graunke | 2015-07-20 | 1 | -2/+2 |
* | Revert "mesa: Add ARB_direct_state_access checks in texture functions" | Ian Romanick | 2015-05-28 | 1 | -14/+0 |
* | mesa: Add ARB_direct_state_access checks in texture functions | Fredrik Höglund | 2015-05-14 | 1 | -0/+14 |
* | mesa: finish implementing ARB_texture_stencil8 (v5) | Dave Airlie | 2015-04-23 | 1 | -1/+49 |
* | mesa: Fix typo in a comment | Anuj Phogat | 2015-04-22 | 1 | -2/+2 |
* | main: Checking for cube completeness in GetCompressedTextureImage. | Laura Ekstrand | 2015-03-09 | 1 | -1/+10 |
* | main: assert(texImage) in ARB_DSA texture cube map functions. | Laura Ekstrand | 2015-03-09 | 1 | -2/+3 |
* | main: Remove redundant copy of cube map block comment in GetTextureImage. | Laura Ekstrand | 2015-03-09 | 1 | -29/+3 |
* | main: Remove redundant NumLayers checks. | Laura Ekstrand | 2015-03-09 | 1 | -13/+0 |
* | mesa: silence unused var warning in get_tex_rgba_uncompressed() | Brian Paul | 2015-02-27 | 1 | -1/+2 |
* | main: Fixed _mesa_GetCompressedTexImage_sw to copy slices correctly. | Laura Ekstrand | 2015-02-17 | 1 | -2/+2 |
* | mesa: silence uninitialized var warning in get_tex_rgba_uncompressed() | Brian Paul | 2015-02-16 | 1 | -2/+1 |
* | mesa: Fix element count for byte-swaps in texstore, readpix and texgetimage | Iago Toral Quiroga | 2015-02-16 | 1 | -5/+8 |
* | mesa: Fix some signed-unsigned comparison warnings | Jan Vesely | 2015-01-21 | 1 | -3/+3 |
* | mesa: rename RGBA8888_* format constants to something appropriate. | Iago Toral Quiroga | 2015-01-14 | 1 | -2/+2 |
* | mesa: Use _mesa_format_convert to implement get_tex_rgba_compressed. | Iago Toral Quiroga | 2015-01-12 | 1 | -39/+34 |
* | mesa: use _mesa_format_convert to implement get_tex_rgba_uncompressed. | Iago Toral Quiroga | 2015-01-12 | 1 | -117/+133 |
* | mesa: fix MSVC compilation errors | Brian Paul | 2015-01-08 | 1 | -5/+5 |
* | main: Checking for cube completeness in GetTextureImage. | Laura Ekstrand | 2015-01-08 | 1 | -12/+35 |
* | main: Added entry point for glGetCompressedTextureImage. | Laura Ekstrand | 2015-01-08 | 1 | -45/+121 |
* | main: Added entry point for glGetTextureImage. | Laura Ekstrand | 2015-01-08 | 1 | -66/+230 |
* | main: Renamed _mesa_get_compressed_teximage to _mesa_GetCompressedTexImage_sw. | Laura Ekstrand | 2015-01-08 | 1 | -3/+3 |
* | main: Renamed _mesa_get_teximage to _mesa_GetTexImage_sw. | Laura Ekstrand | 2015-01-08 | 1 | -3/+3 |
* | main: Moved _mesa_lock_texture and _mesa_unlock_texture to texobj.h from texi... | Laura Ekstrand | 2015-01-08 | 1 | -1/+1 |
* | mesa: remove unused ctx parameter for _mesa_select_tex_image() | Brian Paul | 2015-01-05 | 1 | -4/+4 |
* | mesa: fix GetTexImage for 1D array depth textures | Dave Airlie | 2014-10-03 | 1 | -2/+7 |
* | mesa: move _mesa_compressed_texture_pixel_storage_error_check() | Brian Paul | 2014-08-16 | 1 | -3/+4 |