Kenneth Graunke writes:
> 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.
Reviewed-by: Eric Anholt
pgpddPG0T3gLi.pgp
Descr
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
---
src/mesa/main/mtypes.h | 3 ---
src/mesa/pro