mesa: Changes to 'master'

Brian Paul brianp at kemper.freedesktop.org
Sun Jul 8 15:57:41 UTC 2007


 src/mesa/main/teximage.c |   30 +++++++++++++++++-------------
 1 files changed, 17 insertions(+), 13 deletions(-)

commit diffs at http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=summary

New commits:
commit aa328291c5b015e74ebfd9c5cdb39227265b3000
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Sun Jul 8 09:58:18 2007 -0600

    Fix size test bug in _mesa_test_proxy_teximage().
    
    width/height/depth == 0 is a legal texture size (no error generated).
    Later, the texture will be considered incomplete, however, and texturing
    will effectively be disabled.
    See bug 11309.




More information about the mesa-commit mailing list