Drop the "neutral" tnl module
authorKristian Høgsberg <krh@bitplanet.net>
Wed, 13 Oct 2010 15:11:47 +0000 (11:11 -0400)
committerKristian Høgsberg <krh@bitplanet.net>
Thu, 14 Oct 2010 12:53:59 +0000 (08:53 -0400)
commit81ccb3e2ce708619f4c23537a237d61bdffdd35f
tree5f98c3b1fce750b949191044ddf75b03a5e03da6
parentd6de1f44a0cdcc739d3b319b5f102e1733e5b4e3
Drop the "neutral" tnl module

Just always check for FLUSH_UPDATE_CURRENT and call Driver.BeginVertices
when necessary.  By using the unlikely() macros, this ends up as
a 10% performance improvement (for isosurf, anyway) over the old,
complicated function pointer swapping.
src/mesa/main/context.c
src/mesa/main/mtypes.h
src/mesa/main/vtxfmt.c
src/mesa/main/vtxfmt.h
src/mesa/vbo/vbo_exec_api.c