mesa: add core support for ARB_half_float_vertex.
authorDave Airlie <airlied@linux.ie>
Mon, 18 Jan 2010 06:29:31 +0000 (16:29 +1000)
committerDave Airlie <airlied@redhat.com>
Sat, 23 Jan 2010 02:28:32 +0000 (12:28 +1000)
commitcfe884e2030466df673881da8e830c300dda40db
treedbab66e31a8bfa8739ef0e7053b4686d32595e2e
parent1ac5fd594a00d83f9b103ac6261bedabdb7e6b32
mesa: add core support for ARB_half_float_vertex.

Adds the extension to the list + support to the APIs.

also add t_draw.c support to convert for sw rast.

Signed-off-by: Dave Airlie <airlied@redhat.com>
src/mesa/main/extensions.c
src/mesa/main/mtypes.h
src/mesa/main/varray.c
src/mesa/tnl/t_draw.c