mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Tue Feb 26 01:46:32 UTC 2008


 src/gallium/auxiliary/draw/draw_aapoint.c           |  196 +++++++++-----------
 src/gallium/drivers/i915simple/i915_context.c       |    4 
 src/gallium/drivers/i915simple/i915_fpc_emit.c      |   62 +++++-
 src/gallium/drivers/i915simple/i915_fpc_translate.c |   20 +-
 src/gallium/drivers/i915simple/i915_prim_emit.c     |   30 +--
 5 files changed, 179 insertions(+), 133 deletions(-)

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

New commits:
commit 08a5f49644c4bfc62291c49718f2d18e58527d1d
Author: Brian <brian at i915.localnet.net>
Date:   Mon Feb 25 18:56:03 2008 -0700

    gallium: rewrite AA point fragment shader to use a CMP instruction instead of IF/ELSE/ENDIF
    
    Allows the shader to work on i915 hardware.

commit ba376b33140f722b9f935960f450bbca8873439e
Author: Brian <brian at i915.localnet.net>
Date:   Mon Feb 25 18:53:57 2008 -0700

    gallium/i915: plug in aapoint draw stage

commit f43c44b5c9bbbd37e0d40488f911f81e5f3a0367
Author: Brian <brian at i915.localnet.net>
Date:   Mon Feb 25 18:53:22 2008 -0700

    gallium/i915: Fix emit_hw_vertex(): need to use vinfo->src_index[]

commit 7ed9beef5f08554f126c64aa172cd03fd810f1db
Author: Brian <brian at i915.localnet.net>
Date:   Mon Feb 25 18:00:14 2008 -0700

    gallium/i915: remove debug code

commit 0235b3252100eda553babea42c014445358a2985
Author: Brian <brian at i915.localnet.net>
Date:   Mon Feb 25 17:59:51 2008 -0700

    gallium/i915: fix i915_emit_texld() to handle swizzled texcoords
    
    Allocate a temporary register, insert MOV instruction, etc.




More information about the mesa-commit mailing list