implement ARB_point_parameters and ARB_point_sprite on r200. The code is nearly the...
authorRoland Scheidegger <rscheidegger@gmx.ch>
Fri, 13 Oct 2006 22:10:05 +0000 (22:10 +0000)
committerRoland Scheidegger <rscheidegger@gmx.ch>
Fri, 13 Oct 2006 22:10:05 +0000 (22:10 +0000)
commitcb977ae5f4c9fab5753c04bfdd8736978ad4feee
tree1f38b694427bb1021da66f6dee020af67b880c3d
parent40b88fd1f3dedd0137b170a7272854e2bf4c3210
implement ARB_point_parameters and ARB_point_sprite on r200. The code is nearly the same as outlined in bug #4707, except it disables perspective correction for point sprites to make them actually work. And, separate the state atom into two as the tcl parameters would overwrite vertex program parameters when active. Also implement the GL_VERTEX_PROGRAM_POINT_SIZE_ARB option to make vertex programs outputting a point size work correctly (untested). Smooth points will still always be size 1. While here, enable gouraud shading for fog when using fog coord.
src/mesa/drivers/dri/r200/r200_cmdbuf.c
src/mesa/drivers/dri/r200/r200_context.c
src/mesa/drivers/dri/r200/r200_context.h
src/mesa/drivers/dri/r200/r200_reg.h
src/mesa/drivers/dri/r200/r200_state.c
src/mesa/drivers/dri/r200/r200_state_init.c
src/mesa/drivers/dri/r200/r200_swtcl.c
src/mesa/drivers/dri/r200/r200_tcl.c
src/mesa/drivers/dri/r200/r200_tex.c
src/mesa/drivers/dri/radeon/radeon_screen.c