mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Wed Feb 13 00:07:44 UTC 2008


 progs/tests/arbnpot.c                     |   57 +++++++++++++++++++++---------
 src/mesa/state_tracker/st_atom_sampler.c  |    2 -
 src/mesa/state_tracker/st_atom_shader.c   |    8 ++--
 src/mesa/state_tracker/st_cb_clear.c      |    2 -
 src/mesa/state_tracker/st_cb_drawpixels.c |    2 -
 src/mesa/state_tracker/st_cb_program.c    |    4 +-
 src/mesa/state_tracker/st_cb_texture.c    |    3 -
 src/mesa/state_tracker/st_context.h       |    9 ++++
 src/mesa/state_tracker/st_gen_mipmap.c    |   41 ++++++---------------
 src/mesa/state_tracker/st_program.c       |    2 -
 src/mesa/state_tracker/st_program.h       |    2 -
 11 files changed, 74 insertions(+), 58 deletions(-)

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

New commits:
commit 48e223a0db85e83e180a49f3c3c7ea4101a86f40
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Tue Feb 12 17:07:27 2008 -0700

    gallium: clamp min_lod so it's never negative

commit be54b492d941db85873afc6cfaa478268eab98d8
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Tue Feb 12 16:56:18 2008 -0700

    Fix broken test.
    
    As-is, if the texture was too large for the target, an assertion would fail.
    Now check proxy texture first and if it works, then test non-proxy target.

commit 508b73289de5c4e16b31ae7267140efbb0f319a5
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Tue Feb 12 16:38:56 2008 -0700

    gallium: remove dead code

commit a34b43b3f4817268ef4b3f186203b5fbafc7214e
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Tue Feb 12 16:37:49 2008 -0700

    gallium: added null ptr check

commit 9677336845511be4852520d2e50f91f1df362f58
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Tue Feb 12 16:10:11 2008 -0700

    gallium: rename st_fragment_program's fs field to cso to match st_vertex_program

commit 6d53b8f42349c507e7184aa567a4b2a4fc7b037f
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Tue Feb 12 16:06:51 2008 -0700

    gallium: move gen-mipmap global/static vars into st_context
    
    This fixes potential problems with multi-context programs.




More information about the mesa-commit mailing list