summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | They are no longer built into the glsl preprocessor.
* glsl/pp: Add sl_pp_context_add_extension().Michal Krol2009-12-106-16/+64
| | | | This way third parties are able to add supported extension strings.
* Build mesa glsl with make.michal2009-12-109-43/+179
| | | | Still don't know how to add glsl to mesa dependencies.
* 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
| | | | Should be used in place of gc_to_bin utility to precompile builtin library.
* 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
|
* glsl/apps: Fix apps after pp interface changes.Michal Krol2009-09-241-5/+1
|
* glsl/pp: Store both line number and file index in a single token.Michal Krol2009-09-243-25/+16
|
* grammar: Include the correct glsl pp header.Michal Krol2009-09-231-1/+1
|
* glsl/pp: Include missing headers.Michal Krol2009-09-232-0/+2
|
* glsl/pp: Add `0' and `1' to dictionary.Michal Krol2009-09-233-8/+7
|
* glsl/pp: Check for reserved macro names.Michal Krol2009-09-231-0/+16
|
* slang: Differentiate between uints and floats.Michal Krol2009-09-223-5/+6
|
* grammar: Differentiate between uints and floats.Michal Krol2009-09-221-2/+4
|
* glsl/apps: Update after recent pp interface changes.Michal Krol2009-09-222-4/+12
|
* glsl/pp: Differentiate between integer and floating-point number tokens.Michal Krol2009-09-228-22/+39
|
* progs/perf: Fix newlines.Michal Krol2009-09-184-752/+752
|
* glsl/apps: Use glsl pp public interface.Michal Krol2009-09-184-45/+42
|