mesa: remove driver hooks for GetFloat/Integer/Doublev, etc
authorBrian Paul <brianp@vmware.com>
Fri, 7 May 2010 23:10:03 +0000 (17:10 -0600)
committerBrian Paul <brianp@vmware.com>
Fri, 7 May 2010 23:10:05 +0000 (17:10 -0600)
commit3965bc5d22deef6ada838a3ba991d6347201a28a
tree9d24ef65c05cb11cbd75b2e444a041eae0fac619
parentdb178af09d734f2f973d50de9ff90fe1cbb5e9c9
mesa: remove driver hooks for GetFloat/Integer/Doublev, etc

Once upon a time some drivers hooked into these for GL_HP_occlusion_test
and GL_OES_read_format.  They're not being used anymore so get rid of them.
src/mesa/drivers/common/driverfuncs.c
src/mesa/main/dd.h
src/mesa/main/get.c
src/mesa/main/get_gen.py
src/mesa/main/getstring.c