mesa: remove unneeded DD_POINT_SIZE and DD_LINE_WIDTH tricaps
authorRoland Scheidegger <sroland@vmware.com>
Mon, 8 Nov 2010 20:53:11 +0000 (21:53 +0100)
committerRoland Scheidegger <sroland@vmware.com>
Wed, 10 Nov 2010 16:24:42 +0000 (17:24 +0100)
commitaad65fa112754074d24d0b5a8397db2663dc9454
treef3bdaaee69440104bcbf1347961c47f1da4528e4
parentc7192ab11f7e34fdfe17d36d089260c6703ddfa8
mesa: remove unneeded DD_POINT_SIZE and DD_LINE_WIDTH tricaps

DD_POINT_SIZE was broken for quite some time, and the only driver (r200) relying
on this no longer needs it.
Both DD_POINT_SIZE and DD_LINE_WIDTH have no users left outside of debugging
output, hence instead of fixing DD_POINT_SIZE setting just drop both of them -
there was a plan to remove tricaps flags entirely at some point.
src/mesa/main/debug.c
src/mesa/main/lines.c
src/mesa/main/mtypes.h
src/mesa/main/state.c