src/mesa/pipe/draw/draw_context.c | 25 ++++++++++++++++++++++++- src/mesa/pipe/draw/draw_context.h | 4 ++++ src/mesa/pipe/draw/draw_private.h | 3 +++ src/mesa/pipe/draw/draw_validate.c | 4 ++-- src/mesa/pipe/draw/draw_vbuf.c | 11 ++++++++--- src/mesa/pipe/draw/draw_vertex.c | 2 ++ src/mesa/pipe/draw/draw_vertex.h | 5 +++-- 7 files changed, 46 insertions(+), 8 deletions(-)
commit diffs at http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=summary New commits: commit f1fb69a6e52260193ec16a9820a66e3e4bb03edd Author: Brian <[EMAIL PROTECTED]> Date: Tue Jan 22 10:16:30 2008 -0700 gallium: Added FORMAT_1F_PSIZE to insert constant point size into vertices Also, added draw_convert_wide_points/lines() so a driver can tell the draw module whether to convert wide points/lines into triangles, or just pass them through. _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
