nv50: fix build-predicate function
[mesa.git] / src / glsl / pp / sl_pp_context.c
2010-08-18 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-14 Vinson Leeglsl: Clean up header file inclusion.
2010-01-26 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-25 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-22 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-22 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-14 Jakob BornecrantzMerge branch 'mesa_7_7_branch'
2010-01-12 Chia-I WuMerge branch 'master' into opengl-es-v2
2010-01-08 José FonsecaMerge remote branch 'origin/master' into lp-binning
2010-01-08 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-06 José FonsecaMerge remote branch 'origin/mesa_7_7_branch'
2010-01-05 Corbin SimpsonMerge branch 'gallium-docs'
2010-01-05 Brian PaulMerge branch 'mesa_7_7_branch'
2009-12-31 Brian PaulMerge branch 'mesa_7_7_branch'
2009-12-27 Brian PaulMerge branch 'mesa_7_7_branch'
2009-12-22 Roland ScheideggerMerge branch 'gallium-edgeflags'
2009-12-22 Keith WhitwellMerge branch 'i965g-restart'
2009-12-22 Ian RomanickMerge branch 'mesa_7_7_branch'
2009-12-22 Brian PaulMerge branch 'mesa_7_7_branch'
2009-12-20 Michal Krolglsl: Do syntax parsing inline with processing.
2009-12-20 Michal Krolglsl/pp: Do processing inline with tokenisation.
2009-12-20 Michal Krolglsl/pp: Report correct error line for purify and token...
2009-12-17 Michal KrolMerge branch 'master' into pipe-format-simplify
2009-12-17 Michal KrolMerge branch 'glsl-pp-rework-2'
2009-12-12 Michal KrolMerge branch 'master' into glsl-pp-rework-2
2009-12-10 Michal Krolglsl/pp: Add support for user-defined macros.
2009-11-21 Michal Krolglsl/pp: Do purification and tokenisation in a single...
2009-09-24 Michal Krolglsl/pp: Include missing headers.
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: Introduce sl_pp_context and maintain a reuseable...