Re: [Mesa-dev] [PATCH] mesa: Delete ctx->GeometryProgram.Cache.

2014-08-28 Thread Eric Anholt
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

[Mesa-dev] [PATCH] mesa: Delete ctx->GeometryProgram.Cache.

2014-08-28 Thread Kenneth Graunke
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