summaryrefslogtreecommitdiff
path: root/src/glsl/pp
AgeCommit message (Expand)AuthorFilesLines
2010-08-20Remove remnants of the old glsl compiler.Eric Anholt25-5000/+0
2010-08-14glsl: Clean up header file inclusion.Vinson Lee18-21/+25
2010-02-17glsl/pp: Remove sl_pp_get_extension_state().Michal Krol3-53/+0
2010-02-16sl/pp: re-do extension testing codeBrian Paul4-7/+36
2010-02-16glsl/pp: Do not try to enable extension `all'.Michal Krol1-8/+20
2010-02-15glsl/pp: Fix handling of if/elif/else cases.Michal Krol2-11/+28
2010-02-15glsl/pp: Add asserts to check for null pointer deferences.Vinson Lee2-0/+5
2010-02-13glsl/pp: fix incorrect extension enable flag for warn modeBrian Paul1-1/+1
2010-02-10glsl/pp: fix extension enable/disable optionsBrian Paul3-1/+22
2010-02-10Simplify GLSL extension mechanism.Michal Krol3-12/+4
2010-02-10glsl/pp: Fix ifdef directive for extension names.Michal Krol1-42/+30
2010-01-26glsl/pp: Silence GCC "no previous prototype" warning.Vinson Lee1-1/+1
2009-12-23glsl/pp: move static functions out of header fileKeith Whitwell3-139/+214
2009-12-23glsl/pp: quieten compiler about missing case statementsKeith Whitwell1-0/+3
2009-12-21glsl: make stack compile.Dave Airlie1-0/+1
2009-12-20glsl: Do syntax parsing inline with processing.Michal Krol11-40/+95
2009-12-20glsl/pp: Do processing inline with tokenisation.Michal Krol13-269/+524
2009-12-20glsl/pp: Remove outdated TODO.Michal Krol1-5/+0
2009-12-20glsl/pp: Report correct error line for purify and tokeniser errors.Michal Krol4-2/+21
2009-12-10scons: Get GLSL code building correctly when cross compiling.José Fonseca1-24/+0
2009-12-10glsl/pp: make some functions staticBrian Paul1-3/+3
2009-12-10glsl/pp: declare sl_pp_purify_options to silence warningBrian Paul1-0/+2
2009-12-10glsl/pp: Add support for user-defined macros.Michal Krol4-0/+57
2009-12-10glsl/pp: Add sl_pp_context_add_extension().Michal Krol6-16/+64
2009-12-10Build mesa glsl with make.michal1-0/+26
2009-11-21glsl/pp: Do purification and tokenisation in a single step.Michal Krol6-307/+561
2009-11-20glsl/pp: Expand unknown identifiers to 0 in if/elif expressions.Michal Krol5-8/+22
2009-11-17glsl/pp: Fix macro formal argument parsing, more descriptive error msgs.Michal Krol1-3/+4
2009-11-10glsl/pp: Add sl_pp_purify_getc().Michal Krol2-87/+133
2009-11-10glsl/pp: Have sl_pp_purify() return error msg/line no.Michal Krol2-11/+50
2009-09-28glsl/pp: Expand macro actual arguments before pasting into its body.Michal Krol1-49/+53
2009-09-24glsl/pp: Add forward decls to silence gcc warnings.Michal Krol2-0/+5
2009-09-24glsl/pp: Avoid using `__VERSION__' as an identifier.Michal Krol3-3/+7
2009-09-24glsl/pp: Include missing headers.Michal Krol10-0/+11
2009-09-24glsl/pp: Allow builds on all platforms.Michal Krol1-3/+0
2009-09-24glsl/pp: Use struct instead of union.Michal Krol1-1/+1
2009-09-24glsl/pp: Store both line number and file index in a single token.Michal Krol3-25/+16
2009-09-23glsl/pp: Include missing headers.Michal Krol2-0/+2
2009-09-23glsl/pp: Add `0' and `1' to dictionary.Michal Krol3-8/+7
2009-09-23glsl/pp: Check for reserved macro names.Michal Krol1-0/+16
2009-09-22glsl/pp: Differentiate between integer and floating-point number tokens.Michal Krol8-22/+39
2009-09-18glsl/pp: Define a public interface for external modules.Michal Krol8-29/+52
2009-09-17glsl/pp: Add a TODO for FEATURE_es2_glsl.Michal Krol1-0/+5
2009-09-17slang/pp: Fix file number parsing.Michal Krol1-1/+1
2009-09-17slang/pp: Use a dictionary for the remaining string literals.Michal Krol7-54/+95
2009-09-17glsl/pp: Add remaining error messages.Michal Krol9-97/+68
2009-09-16glsl/pp: Validate numbers.Michal Krol1-23/+227
2009-09-16glsl/pp: Add more error messages.Michal Krol1-0/+3
2009-09-16glsl/pp: Add more error messages.Michal Krol1-1/+10
2009-09-14glsl/pp: Support GL_ARB_draw_buffers and GL_ARB_texture_rectangle.Michal Krol1-34/+49