summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
| |\ \ \
| * | | | glsl/pp: Add a TODO for FEATURE_es2_glsl.Michal Krol2009-09-171-0/+5
| * | | | slang/pp: Fix file number parsing.Michal Krol2009-09-171-1/+1
| * | | | slang/pp: Use a dictionary for the remaining string literals.Michal Krol2009-09-177-54/+95
| * | | | glsl/pp: Add remaining error messages.Michal Krol2009-09-179-97/+68
| * | | | glsl/apps: Always write out error condition.Michal Krol2009-09-173-18/+60
| * | | | glsl/apps: Always write out error condition.Michal Krol2009-09-161-7/+24
| * | | | glsl/pp: Validate numbers.Michal Krol2009-09-161-23/+227
| * | | | glsl/pp: Add more error messages.Michal Krol2009-09-161-0/+3
| * | | | slang: Propagate error messages from preprocessor.Michal Krol2009-09-161-0/+5
| * | | | glsl/pp: Add more error messages.Michal Krol2009-09-161-1/+10
| * | | | slang: Invoke the preprocessor from withing the slang compiler.Michal Krol2009-09-164-137/+132
| * | | | glsl/pp: Support GL_ARB_draw_buffers and GL_ARB_texture_rectangle.Michal Krol2009-09-141-34/+49
| * | | | grammar: Adapt to pp interface change.Michal Krol2009-09-141-1/+4
| * | | | glsl/apps: Adapt to pp interface change.Michal Krol2009-09-143-3/+12
| * | | | glsl/pp: Add a dictionary to a context.Michal Krol2009-09-145-2/+115
| * | | | Merge commit 'origin/master' into glsl-pp-rework-2Michal Krol2009-09-14202-6703/+10888
| |\ \ \ \
| * | | | | slang: Correctly handle end of tokens marker.Michal Krol2009-09-083-2/+4
| * | | | | slang: Do not parse whitespace.Michal Krol2009-09-082-190/+72
| * | | | | slang: Correctly parse numbers from the new preprocessor.Michal Krol2009-09-083-38/+123
| * | | | | grammar: Fix token stripping.Michal Krol2009-09-081-0/+4
| * | | | | slang: Remove the old preprocessor.Michal Krol2009-09-0814-2886/+5
| * | | | | slang: Remove dependencies on error tokens.Michal Krol2009-09-082-10/+10
| * | | | | gdi: Fix prototype of gdi_softpipe_surface_buffer_create().Michal Krol2009-09-081-0/+1
| * | | | | slang: Adapt shader syntax description to grammar parser changes.Michal Krol2009-09-072-303/+78
| * | | | | grammar: Adapt grammar to the glsl preprocessor.Michal Krol2009-09-072-78/+286
| * | | | | gdi: Add glsl to LIBS.Michal Krol2009-09-071-1/+1
| * | | | | grammar: Remove dead code.Michal Krol2009-09-071-63/+25
| * | | | | grammar: Remove grammar_check().Michal Krol2009-09-072-13/+0
| * | | | | glsl: Add error messages for version parser.Michal Krol2009-09-071-3/+3
| * | | | | glsl: Handle file tokens in apps/process.Michal Krol2009-09-071-0/+4