mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Mon Mar 31 21:14:26 UTC 2008


The branch, gallium-0.1 has been updated
        Commits at: http://cgit.freedesktop.org/mesa/mesa/log/?h=gallium-0.1

Summary of changes:
 src/gallium/include/pipe/p_state.h        |    3 +-
 src/mesa/shader/arbprogram.syn            |    6 ++--
 src/mesa/shader/arbprogram_syn.h          |    6 ++--
 src/mesa/state_tracker/st_cb_bitmap.c     |   53 ++++++++++++-----------------
 src/mesa/state_tracker/st_cb_drawpixels.c |   14 +++-----
 5 files changed, 35 insertions(+), 47 deletions(-)

       via  6b0be38a6cfecd2babc7175b0877bed522ca9f72 (commit)
       via  23b03c536daa47b53e585fa98476bad96eb73529 (commit)
       via  9136747a2b232ae7023972e6611cb2c845a86886 (commit)
       via  ddc0f91bfc571dcd05c13f094c179b4250e53bcc (commit)
      from  7139b8ef78adb8d08c13e439fc8add31a2d79f36 (commit)


- Commits -----------------------------------------------
commit 6b0be38a6cfecd2babc7175b0877bed522ca9f72
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Mon Mar 31 15:12:14 2008 -0600

    gallium: used inverted bitmap texture to simplify the fragment shader.
    
    "Off" bits get stored as texel=0xff and "on" bits get stored as texel=0x0.
    Then use KIL -tmp to kill the off bits and keep the on bits.
    This shortens the fragment program by two instructions.

commit 23b03c536daa47b53e585fa98476bad96eb73529
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Mon Mar 31 15:12:01 2008 -0600

    gallium: updated comment for bypass_vs

commit 9136747a2b232ae7023972e6611cb2c845a86886
Author: Markus Amsler <markus.amsler at oribi.org>
Date:   Mon Mar 31 14:58:11 2008 -0600

    fix parsing bug involving comments at the end of ARB v/f programs

commit ddc0f91bfc571dcd05c13f094c179b4250e53bcc
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Mon Mar 31 14:38:27 2008 -0600

    gallium: use cso_save/restore_sampler_textures() functions

---------------------------------




More information about the mesa-commit mailing list