summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* slang: Use glsl pp public interface.Michal Krol2009-09-181-18/+16
* glsl/pp: Define a public interface for external modules.Michal Krol2009-09-188-29/+52
* Merge commit 'origin/master' into glsl-pp-rework-2Michal Krol2009-09-17144-2905/+5755
|\
| * mesa: begin some texstore code refactoringBrian Paul2009-09-161-28/+25
| * mesa: meta driver functions for glCopyTex[Sub]Image()Brian Paul2009-09-162-23/+335
| * progs/perf: initial set of simple performance test programsBrian Paul2009-09-169-0/+1139
| * progs/glsl: minor Makefile clean-upsBrian Paul2009-09-161-8/+7
| * swrast: remove mipmap generation checks (done in core Mesa now)Brian Paul2009-09-161-25/+0
| * s3v: remove unneeded initializationsBrian Paul2009-09-161-11/+0
| * ffb: remove disabled codeBrian Paul2009-09-161-18/+0
| * llvmpipe: Don't assert due to unsupported texture wrap modes.José Fonseca2009-09-161-0/+5