summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into pipe-format-simplifyMichal Krol2009-12-17393-17991/+18795
|\
| * glsl/apps: Add dummy install target to fix 'make install'Sedat Dilek2009-12-171-1/+2
| * Merge branch 'glsl-pp-rework-2'Michal Krol2009-12-1775-12889/+9134
| |\
| | * Remove grammar module -- no dependencies left.Michal Krol2009-12-1214-4322/+2
| | * slang: Delete a file that is now autogenerated.Michal Krol2009-12-121-880/+0
| | * Merge branch 'master' into glsl-pp-rework-2Michal Krol2009-12-121416-92369/+105271
| | |\
| | * | scons: Get GLSL code building correctly when cross compiling.José Fonseca2009-12-107-75/+78
| | * | glsl/sl: fix _parse_boolconstant()Brian Paul2009-12-101-0/+2
| | * | mesa: added new libglslpp.a and libglslcl.a to libGL buildBrian Paul2009-12-102-5/+10
| | * | glsl/apps: remove unused varsBrian Paul2009-12-104-7/+0
| | * | glsl/pp: make some functions staticBrian Paul2009-12-101-3/+3
| | * | glsl/pp: declare sl_pp_purify_options to silence warningBrian Paul2009-12-101-0/+2
| | * | glsl/cl: silence unused var warningBrian Paul2009-12-101-0/+2
| | * | slang: Predefine ES symbols for FEATURE_es2_glsl.Michal Krol2009-12-101-0/+9
| | * | glsl/apps: Predefine __GLSL_PP_PREDEFINED_MACRO_TEST for testing.Michal Krol2009-12-101-0/+10
| | * | glsl/pp: Add support for user-defined macros.Michal Krol2009-12-104-0/+57
| | * | glsl/apps: Explicitly add ARB_draw_buffers and ARB_texture_rectangle.Michal Krol2009-12-102-0/+22
| | * | slang: Explicitly enable ARB_draw_buffers and ARB_texture_rectangle.Michal Krol2009-12-101-0/+7
| | * | glsl/pp: Add sl_pp_context_add_extension().Michal Krol2009-12-106-16/+64
| | * | Build mesa glsl with make.michal2009-12-107-42/+174
| | * | glsl/apps: Make compile more shell friendly.Michal Krol2009-11-251-8/+27
| | * | slang/library: Don't need the *_gc.h files, they are autogenerated now.Michal Krol2009-11-257-2828/+0
| | * | scons: Autogenerate GLSL builtin library *_gc.h from *.gc files.Michal Krol2009-11-254-3/+50
| | * | slang: Fix order of parameters to sl_pp_tokenise().Michal Krol2009-11-231-1/+1
| | * | glsl/apps: No need to purify source text for tokeniser.Michal Krol2009-11-214-60/+16
| | * | slang: No need to purify source text for tokeniser.Michal Krol2009-11-211-12/+2
| | * | glsl/pp: Do purification and tokenisation in a single step.Michal Krol2009-11-216-307/+561
| | * | glsl/pp: Expand unknown identifiers to 0 in if/elif expressions.Michal Krol2009-11-205-8/+22
| | * | glsl/pp: Fix macro formal argument parsing, more descriptive error msgs.Michal Krol2009-11-171-3/+4
| | * | glsl/apps: Report syntax parser errors.Michal Krol2009-11-131-1/+4
| | * | slang: Report syntax parser errors.Michal Krol2009-11-131-5/+10
| | * | glsl/cl: Add simple error reporting.Michal Krol2009-11-132-8/+74
| | * | slang: Regenerate .gc files.Michal Krol2009-11-135-2590/+2581
| | * | slang: Get rid of the old syntax file and utilities.Michal Krol2009-11-135-2400/+0
| | * | slang: Plug in the new syntax parser.Michal Krol2009-11-131-57/+58
| | * | gdi: Link to glslcl.Michal Krol2009-11-131-1/+1
| | * | glsl/apps: Add GLSL compiler that translates source text into binary stream.Michal Krol2009-11-132-1/+219
| | * | glsl/cl: Add a hard-coded syntax parser.Michal Krol2009-11-134-0/+2697
| | * | glsl/pp: Add sl_pp_purify_getc().Michal Krol2009-11-102-87/+133
| | * | slang: Update for glsl/pp interface changes.Michal Krol2009-11-101-2/+4
| | * | glsl/apps: Update for glsl/pp interface changes.Michal Krol2009-11-104-8/+16
| | * | glsl/pp: Have sl_pp_purify() return error msg/line no.Michal Krol2009-11-102-11/+50
| | * | glsl/pp: Expand macro actual arguments before pasting into its body.Michal Krol2009-09-281-49/+53
| | * | glsl/pp: Add forward decls to silence gcc warnings.Michal Krol2009-09-242-0/+5
| | * | glsl/pp: Avoid using `__VERSION__' as an identifier.Michal Krol2009-09-243-3/+7
| | * | glsl/pp: Include missing headers.Michal Krol2009-09-2410-0/+11
| | * | glsl/pp: Allow builds on all platforms.Michal Krol2009-09-241-3/+0
| | * | glsl/apps: Include missing header, properly escape format strings.Michal Krol2009-09-244-4/+8
| | * | glsl/apps: Allow builds on all platforms.Michal Krol2009-09-241-3/+0
| | * | glsl/pp: Use struct instead of union.Michal Krol2009-09-241-1/+1