mesa: Changes to 'master'

Oliver McFadden z3ro at kemper.freedesktop.org
Fri May 11 19:45:33 UTC 2007


 src/mesa/drivers/dri/r300/Makefile       |    2 -
 src/mesa/drivers/dri/r300/r300_context.c |    2 -
 src/mesa/drivers/dri/r300/r300_emit.c    |   49 ++++++++++++-------------------
 src/mesa/drivers/dri/r300/r300_emit.h    |    8 +++++
 src/mesa/drivers/dri/r300/r300_maos.h    |   48 ------------------------------
 src/mesa/drivers/dri/r300/r300_render.c  |   16 ----------
 src/mesa/drivers/dri/r300/r300_state.c   |   24 +++++++--------
 src/mesa/drivers/dri/r300/r300_texmem.c  |   15 +++++----
 8 files changed, 50 insertions(+), 114 deletions(-)

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

New commits:
commit 1b39be3790a093e5b54974221478905b853cadb4
Author: Oliver McFadden <z3ro.geek at gmail.com>
Date:   Fri May 11 19:44:35 2007 +0000

    r300: Removed some checking in r300NumVerts that is not needed.
    
    According to Aapo Tahkola the OpenGL specification defines the behaviour when
    there are not enough vertices for the primitive type, thus DRI drivers do not
    need to perform verification on the number of vertices per primitive.

commit 69ff5a3dbc8f4e72acbfd1bc80598408f9e6a4c4
Author: Oliver McFadden <z3ro.geek at gmail.com>
Date:   Fri May 11 19:28:35 2007 +0000

    r300: Function naming correction in r300_texmem.c.

commit 01ec508c7f722f58139fa3fd5d0a052dd5b5476c
Author: Oliver McFadden <z3ro.geek at gmail.com>
Date:   Fri May 11 19:21:08 2007 +0000

    r300: Cleaned up function names in r300_state.c.

commit d4e3b0b2c28d15eee43ebaadd9cd007ccbad91d6
Author: Oliver McFadden <z3ro.geek at gmail.com>
Date:   Fri May 11 17:10:59 2007 +0000

    r300: Cleaned up function naming in r300_emit.c.

commit b63c70666fe3187ac17024f29ff7c2c49849c1e0
Author: Oliver McFadden <z3ro.geek at gmail.com>
Date:   Fri May 11 17:07:09 2007 +0000

    r300: Renamed r300_maos.c to r300_emit.c; it contains mostly emit code now.




More information about the mesa-commit mailing list