Simplify GLSL extension mechanism.
authorMichal Krol <michal@vmware.com>
Wed, 10 Feb 2010 17:04:07 +0000 (18:04 +0100)
committerMichal Krol <michal@vmware.com>
Wed, 10 Feb 2010 17:04:07 +0000 (18:04 +0100)
commit8b1c332a77555b94f5665517e5fdcb416e1a67b7
treeca8a42e51ab93b99d389e39237bdd4031a7bc4a5
parentc1395a71ac5f279edca933a325e32e1512e0046b
Simplify GLSL extension mechanism.

Since extension name and extension name string are the same, collapse
them into one name.
src/glsl/apps/compile.c
src/glsl/apps/process.c
src/glsl/pp/sl_pp_context.h
src/glsl/pp/sl_pp_extension.c
src/glsl/pp/sl_pp_public.h
src/mesa/shader/slang/slang_compile.c