Move edgeflag into the VERT_ATTRIB_SEVEN slot. This means that our
authorKeith Whitwell <keith@tungstengraphics.com>
Mon, 30 Oct 2006 20:16:35 +0000 (20:16 +0000)
committerKeith Whitwell <keith@tungstengraphics.com>
Mon, 30 Oct 2006 20:16:35 +0000 (20:16 +0000)
commitfd2756006a0baf63f60548d8f509de5b9a143608
treedab83baaadc0ffd77c5dfa31a0e30084288683e6
parente8abd098b36c30d76b4c396970fd793ae58e0702
Move edgeflag into the VERT_ATTRIB_SEVEN slot.  This means that our
NV_vertex_program implementation has slightly incorrect aliasing
behaviour.  I think this is reasonable given the simplification and
the fact that the mainstream ARB_vp continues to have the correct
behaviour.
12 files changed:
src/mesa/main/api_noop.c
src/mesa/main/context.c
src/mesa/main/get.c
src/mesa/main/mtypes.h
src/mesa/main/state.c
src/mesa/vbo/vbo_context.c
src/mesa/vbo/vbo_context.h
src/mesa/vbo/vbo_exec.h
src/mesa/vbo/vbo_exec_api.c
src/mesa/vbo/vbo_exec_draw.c
src/mesa/vbo/vbo_save.c
src/mesa/vbo/vbo_save_draw.c