OSDN Git Service

Sketch out per-vertex point size.
authorBrian <brian.paul@tungstengraphics.com>
Thu, 30 Aug 2007 17:08:03 +0000 (11:08 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Thu, 30 Aug 2007 20:43:08 +0000 (14:43 -0600)
commit2d187672b7e38fcd8f6caa93f35dceb6fa11aa7f
tree69a88187c5f2e8585100554bc283a74f08850360
parente62b9241d288da7d9bed28fb85ea17bbb617aa28
Sketch out per-vertex point size.

The code is all in place, but mostly disabled for now:
In t_vp_build.c, write the VERT_RESULT_PSIZE register
In sp_state_derived.c, need to emit vertex point size if drawing points.
In setup_point() use the point size from the vertex.
src/mesa/pipe/draw/draw_twoside.c
src/mesa/pipe/softpipe/sp_prim_setup.c
src/mesa/pipe/softpipe/sp_state_derived.c
src/mesa/tnl/t_vp_build.c