summaryrefslogtreecommitdiff
path: root/src/glsl
AgeCommit message (Expand)AuthorFilesLines
2010-01-01glsl: Ignore programs.José Fonseca1-0/+5
2009-12-29glsl: added default case in _fetch_token() to silence warningsBrian Paul1-0/+2
2009-12-28scons: Fix xlib build.José Fonseca1-1/+1
2009-12-23glsl/pp: move static functions out of header fileKeith Whitwell4-139/+215
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/apps: Update after glsl cl interface changes.Michal Krol1-35/+2
2009-12-20glsl: Do syntax parsing inline with processing.Michal Krol13-62/+225
2009-12-20glsl/apps: Update after glsl pp interface changes.Michal Krol2-22/+9
2009-12-20glsl/apps: Do not print number of eaten tokens in version.Michal Krol1-20/+4
2009-12-20glsl/apps: Print error line number in compile.Michal Krol1-23/+13
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-17glsl/apps: Add dummy install target to fix 'make install'Sedat Dilek1-1/+2
2009-12-10scons: Get GLSL code building correctly when cross compiling.José Fonseca4-71/+68
2009-12-10glsl/sl: fix _parse_boolconstant()Brian Paul1-0/+2
2009-12-10glsl/apps: remove unused varsBrian Paul4-7/+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/cl: silence unused var warningBrian Paul1-0/+2
2009-12-10glsl/apps: Predefine __GLSL_PP_PREDEFINED_MACRO_TEST for testing.Michal Krol1-0/+10
2009-12-10glsl/pp: Add support for user-defined macros.Michal Krol4-0/+57
2009-12-10glsl/apps: Explicitly add ARB_draw_buffers and ARB_texture_rectangle.Michal Krol2-0/+22
2009-12-10glsl/pp: Add sl_pp_context_add_extension().Michal Krol6-16/+64
2009-12-10Build mesa glsl with make.michal5-0/+146
2009-11-25glsl/apps: Make compile more shell friendly.Michal Krol1-8/+27
2009-11-25scons: Autogenerate GLSL builtin library *_gc.h from *.gc files.Michal Krol1-1/+2
2009-11-21glsl/apps: No need to purify source text for tokeniser.Michal Krol4-60/+16
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-13glsl/apps: Report syntax parser errors.Michal Krol1-1/+4
2009-11-13glsl/cl: Add simple error reporting.Michal Krol2-8/+74
2009-11-13glsl/apps: Add GLSL compiler that translates source text into binary stream.Michal Krol2-1/+219
2009-11-13glsl/cl: Add a hard-coded syntax parser.Michal Krol3-0/+2696
2009-11-10glsl/pp: Add sl_pp_purify_getc().Michal Krol2-87/+133
2009-11-10glsl/apps: Update for glsl/pp interface changes.Michal Krol4-8/+16
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/apps: Include missing header, properly escape format strings.Michal Krol4-4/+8
2009-09-24glsl/apps: 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/apps: Fix apps after pp interface changes.Michal Krol1-5/+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