glsl: Introduce sl_pp_context and maintain a reuseable pool of strings.
authorMichal Krol <michal@vmware.com>
Wed, 17 Jun 2009 11:49:06 +0000 (13:49 +0200)
committerMichal Krol <michal@vmware.com>
Mon, 7 Sep 2009 08:11:43 +0000 (10:11 +0200)
commitf24322fbf6599b31f07ebc548e390c77b803d67c
treea550e9dd12bcceb9acc76bc677b645e4f1b21f17
parentf24ec185c531d2b2209df01901c90eca57ca711f
glsl: Introduce sl_pp_context and maintain a reuseable pool of strings.
12 files changed:
src/glsl/apps/process.c
src/glsl/apps/tokenise.c
src/glsl/apps/version.c
src/glsl/pp/SConscript
src/glsl/pp/sl_pp_context.c [new file with mode: 0644]
src/glsl/pp/sl_pp_context.h [new file with mode: 0644]
src/glsl/pp/sl_pp_process.c
src/glsl/pp/sl_pp_process.h
src/glsl/pp/sl_pp_token.c
src/glsl/pp/sl_pp_token.h
src/glsl/pp/sl_pp_version.c
src/glsl/pp/sl_pp_version.h