mesa: Delete ctx->GeometryProgram.Cache.
authorKenneth Graunke <kenneth@whitecape.org>
Thu, 28 Aug 2014 03:14:54 +0000 (20:14 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Sat, 30 Aug 2014 05:13:37 +0000 (22:13 -0700)
commit941269f89c147a606787a10e41959ede98da5df6
treee7e165b2227c04fe1ad7463073a7cdbd76cd3e9a
parentca4f0baca278310139a207d1a290db216e637119
mesa: Delete ctx->GeometryProgram.Cache.

The VertexProgram and FragmentProgram have a Cache member for dealing
with fixed function programs.  There are no fixed function geometry
programs, so this should never have existed, and was just copy and
pasted.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Eric Anholt <eric@anholt.net>
src/mesa/main/mtypes.h
src/mesa/program/program.c