glsl/pp: Add sl_pp_context_add_extension().
[mesa.git] / src / glsl / pp / sl_pp_context.h
2009-12-10 Michal Krolglsl/pp: Add sl_pp_context_add_extension().
2009-11-21 Michal Krolglsl/pp: Do purification and tokenisation in a single...
2009-09-18 Michal Krolglsl/pp: Define a public interface for external modules.
2009-09-17 Michal KrolMerge commit 'origin/master' into glsl-pp-rework-2
2009-09-17 Michal Krolglsl/pp: Add remaining error messages.
2009-09-14 Michal Krolglsl/pp: Add a dictionary to a context.
2009-09-14 Michal KrolMerge commit 'origin/master' into glsl-pp-rework-2
2009-09-07 Michal Krolglsl: Handle file numbering.
2009-09-07 Michal Krolglsl: Correctly handle line numbering.
2009-09-07 Michal Krolglsl: Implement `error' preprocessor directive.
2009-09-07 Michal Krolglsl: Allow for preprocessor macro redefinition.
2009-09-07 Michal Krolglsl: Support if preprocessor directive and friends.
2009-09-07 Michal Krolglsl: Rename sl_pp_context_add_str to sl_pp_context_add...
2009-09-07 Michal Krolglsl: Parse define directive in preprocessor.
2009-09-07 Michal Krolglsl: Simplify directive parser skeleton.
2009-09-07 Michal Krolglsl: Introduce sl_pp_context and maintain a reuseable...