On Wed, Mar 4, 2015 at 3:44 PM, Laura Ekstrand <[email protected]> wrote:
> This cleans up ARB_direct_state_access texture cube map functions
> (mostly in response to reviews from Anuj Phogat).
>
> Laura Ekstrand (6):
>   main: _mesa_cube_level_complete checks NumLayers.
>   main: Remove redundant NumLayers checks.
>   main: Remove redundant copy of cube map block comment in
>     GetTextureImage.
>   main: assert(texImage) in ARB_DSA texture cube map functions.
>   main: Add TEXTURE_CUBE_MAP support for glCompressedTextureSubImage3D.
>   main: Checking for cube completeness in GetCompressedTextureImage.
>
>  src/mesa/main/texgetimage.c |  61 ++++-----------
>  src/mesa/main/teximage.c    | 177 
> +++++++++++++++++++++++++++++++++-----------
>  src/mesa/main/teximage.h    |   3 +-
>  src/mesa/main/texobj.c      |   4 +
>  4 files changed, 156 insertions(+), 89 deletions(-)
>
> --
> 2.1.0
>
> _______________________________________________
> mesa-dev mailing list
> [email protected]
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reviewed-by: Anuj Phogat <[email protected]>
_______________________________________________
mesa-dev mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to