mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Mon Oct 15 17:44:03 UTC 2007


 src/mesa/pipe/draw/draw_prim.c                |    4 +--
 src/mesa/pipe/draw/draw_private.h             |    2 -
 src/mesa/pipe/draw/draw_vertex.c              |    2 -
 src/mesa/pipe/i915simple/i915_context.c       |   23 ++++++++++++++++++
 src/mesa/pipe/i915simple/i915_context.h       |    4 +++
 src/mesa/pipe/i915simple/i915_debug_fp.c      |   17 ++++++++++++-
 src/mesa/pipe/i915simple/i915_fpc_translate.c |   33 ++++++++++++++++++++++----
 src/mesa/pipe/i915simple/i915_state.c         |   33 ++++++++++++++++++++++++++
 src/mesa/pipe/i915simple/i915_state_sampler.c |    4 ---
 src/mesa/pipe/p_state.h                       |    1 
 src/mesa/pipe/softpipe/sp_tex_sample.c        |   24 ++++++++++++------
 src/mesa/pipe/tgsi/exec/tgsi_dump.c           |   28 +++++++++++-----------
 src/mesa/state_tracker/st_atom_sampler.c      |    3 ++
 src/mesa/state_tracker/st_cb_drawpixels.c     |    7 ++---
 14 files changed, 145 insertions(+), 40 deletions(-)

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

New commits:
commit e3a729a681cfdc9733c833c9574459f577058bbf
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Mon Oct 15 11:48:20 2007 -0600

    fix logic for printing extended swizzles

commit 369eefc34c8d7acdb881ea5b0516406d71344fc4
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Mon Oct 15 11:47:53 2007 -0600

    add 'normalized_coords' field to pipe_sampler_state
    
    This controls whether texcoords are interpreted as-is or scaled up from [0,1].
    Fixes glDrawPixels/glBitmap problems on i915 when image is non power-of-two.
    Also, cleans up the CSO sampler state for i915 a bit.

commit c8bf63e992f902f1bef0c20e5b50f397c4d219a7
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Mon Oct 15 11:28:25 2007 -0600

    feedback/rasterpos fix-ups

commit 3eeef8aabe399a404d5c86dcc23066d9b5453a7f
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Mon Oct 15 10:30:38 2007 -0600

    Change 'drawing' field to boolean.

commit 66ea4b7c7c6c61cfacb3640cfc264cae575062cd
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Mon Oct 15 10:30:09 2007 -0600

    remove unused includes

commit 583c11d38375c535d3835d89012fa5318bbd34ce
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Mon Oct 15 10:28:18 2007 -0600

    simplify KIL usage for bitmap fragprog

commit 41b3fcbf0404bc4a4f6588c0feef553bb65d4440
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Mon Oct 15 10:27:12 2007 -0600

    check for extended swizzles, added TGSI_OPCODE_KILP

commit 29db69e222b04b5a616942b06bd118c9ac75ec41
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Mon Oct 15 10:25:42 2007 -0600

    added print_texkil_op()




More information about the mesa-commit mailing list