swrast: add check for conditional rendering
[mesa.git] / src / glsl /
2009-12-29 Brian Paulglsl: added default case in _fetch_token() to silence...
2009-12-28 José Fonsecascons: Fix xlib build.
2009-12-27 Brian PaulMerge branch 'mesa_7_7_branch'
2009-12-23 Keith Whitwellglsl/pp: move static functions out of header file
2009-12-23 Keith Whitwellglsl/pp: quieten compiler about missing case statements
2009-12-22 Roland ScheideggerMerge branch 'gallium-edgeflags'
2009-12-22 Keith WhitwellMerge branch 'i965g-restart'
2009-12-22 Ian RomanickMerge branch 'mesa_7_7_branch'
2009-12-22 Brian PaulMerge branch 'mesa_7_7_branch'
2009-12-20 Dave Airlieglsl: make stack compile.
2009-12-20 Michal Krolglsl/apps: Update after glsl cl interface changes.
2009-12-20 Michal Krolglsl: Do syntax parsing inline with processing.
2009-12-20 Michal Krolglsl/apps: Update after glsl pp interface changes.
2009-12-20 Michal Krolglsl/apps: Do not print number of eaten tokens in version.
2009-12-20 Michal Krolglsl/apps: Print error line number in compile.
2009-12-20 Michal Krolglsl/pp: Do processing inline with tokenisation.
2009-12-20 Michal Krolglsl/pp: Remove outdated TODO.
2009-12-20 Michal Krolglsl/pp: Report correct error line for purify and token...
2009-12-17 Michal KrolMerge branch 'master' into pipe-format-simplify
2009-12-17 Sedat Dilekglsl/apps: Add dummy install target to fix 'make install'
2009-12-17 Michal KrolMerge branch 'glsl-pp-rework-2'
2009-12-12 Michal KrolMerge branch 'master' into glsl-pp-rework-2
2009-12-10 José Fonsecascons: Get GLSL code building correctly when cross...
2009-12-10 Brian Paulglsl/sl: fix _parse_boolconstant()
2009-12-10 Brian Paulglsl/apps: remove unused vars
2009-12-10 Brian Paulglsl/pp: make some functions static
2009-12-10 Brian Paulglsl/pp: declare sl_pp_purify_options to silence warning
2009-12-10 Brian Paulglsl/cl: silence unused var warning
2009-12-10 Michal Krolglsl/apps: Predefine __GLSL_PP_PREDEFINED_MACRO_TEST...
2009-12-10 Michal Krolglsl/pp: Add support for user-defined macros.
2009-12-10 Michal Krolglsl/apps: Explicitly add ARB_draw_buffers and ARB_text...
2009-12-10 Michal Krolglsl/pp: Add sl_pp_context_add_extension().
2009-12-10 michalBuild mesa glsl with make.
2009-11-25 Michal Krolglsl/apps: Make compile more shell friendly.
2009-11-25 Michal Krolscons: Autogenerate GLSL builtin library *_gc.h from...
2009-11-21 Michal Krolglsl/apps: No need to purify source text for tokeniser.
2009-11-21 Michal Krolglsl/pp: Do purification and tokenisation in a single...
2009-11-20 Michal Krolglsl/pp: Expand unknown identifiers to 0 in if/elif...
2009-11-17 Michal Krolglsl/pp: Fix macro formal argument parsing, more descri...
2009-11-13 Michal Krolglsl/apps: Report syntax parser errors.
2009-11-13 Michal Krolglsl/cl: Add simple error reporting.
2009-11-13 Michal Krolglsl/apps: Add GLSL compiler that translates source...
2009-11-13 Michal Krolglsl/cl: Add a hard-coded syntax parser.
2009-11-10 Michal Krolglsl/pp: Add sl_pp_purify_getc().
2009-11-09 Michal Krolglsl/apps: Update for glsl/pp interface changes.
2009-11-09 Michal Krolglsl/pp: Have sl_pp_purify() return error msg/line no.
2009-09-28 Michal Krolglsl/pp: Expand macro actual arguments before pasting...
2009-09-24 Michal Krolglsl/pp: Add forward decls to silence gcc warnings.
2009-09-24 Michal Krolglsl/pp: Avoid using `__VERSION__' as an identifier.
2009-09-24 Michal Krolglsl/pp: Include missing headers.
2009-09-24 Michal Krolglsl/pp: Allow builds on all platforms.
2009-09-24 Michal Krolglsl/apps: Include missing header, properly escape...
2009-09-24 Michal Krolglsl/apps: Allow builds on all platforms.
2009-09-24 Michal Krolglsl/pp: Use struct instead of union.
2009-09-24 Michal Krolglsl/apps: Fix apps after pp interface changes.
2009-09-24 Michal Krolglsl/pp: Store both line number and file index in a...
2009-09-23 Michal Krolglsl/pp: Include missing headers.
2009-09-23 Michal Krolglsl/pp: Add `0' and `1' to dictionary.
2009-09-23 Michal Krolglsl/pp: Check for reserved macro names.
2009-09-22 Michal Krolglsl/apps: Update after recent pp interface changes.
2009-09-22 Michal Krolglsl/pp: Differentiate between integer and floating...
2009-09-18 Michal Krolglsl/apps: Use glsl pp public interface.
2009-09-18 Michal Krolglsl/pp: Define a public interface for external modules.
2009-09-17 Michal KrolMerge commit 'origin/master' into glsl-pp-rework-2
2009-09-17 Michal Krolglsl/pp: Add a TODO for FEATURE_es2_glsl.
2009-09-17 Michal Krolslang/pp: Fix file number parsing.
2009-09-17 Michal Krolslang/pp: Use a dictionary for the remaining string...
2009-09-17 Michal Krolglsl/pp: Add remaining error messages.
2009-09-17 Michal Krolglsl/apps: Always write out error condition.
2009-09-16 Michal Krolglsl/apps: Always write out error condition.
2009-09-16 Michal Krolglsl/pp: Validate numbers.
2009-09-16 Michal Krolglsl/pp: Add more error messages.
2009-09-16 Michal Krolglsl/pp: Add more error messages.
2009-09-14 Michal Krolglsl/pp: Support GL_ARB_draw_buffers and GL_ARB_texture...
2009-09-14 Michal Krolglsl/apps: Adapt to pp interface change.
2009-09-14 Michal Krolglsl/pp: Add a dictionary to a context.
2009-09-14 Michal KrolMerge commit 'origin/master' into glsl-pp-rework-2
2009-09-07 Michal Krolglsl: Add error messages for version parser.
2009-09-07 Michal Krolglsl: Handle file tokens in apps/process.
2009-09-07 Michal Krolglsl: Handle file numbering.
2009-09-07 Michal Krolglsl: Actually respect the hash-line directive.
2009-09-07 Michal Krolglsl: Handle line tokens in apps/process.
2009-09-07 Michal Krolglsl: Correctly handle line numbering.
2009-09-07 Michal Krolglsl: Preserve newline inside comment blocks.
2009-09-07 Michal Krolglsl: Implement predefinded macros.
2009-09-07 Michal Krolglsl: Implement `line' preprocessor directive.
2009-09-07 Michal Krolglsl: Output endof token after processing a directive.
2009-09-07 Michal Krolglsl: Handle extension tokens in apps/proces.
2009-09-07 Michal Krolglsl: Implement `extension' preprocessor directive.
2009-09-07 Michal Krolglsl: Handle pragma tokens in apps/process.
2009-09-07 Michal Krolglsl: Implement `pragma' preprocessor directive.
2009-09-07 Michal Krolglsl: Print out error message in apps/process.
2009-09-07 Michal Krolglsl: Implement `error' preprocessor directive.
2009-09-07 Michal Krolglsl: Implement `undef' preprocessor directive.
2009-09-07 Michal Krolglsl: Allow for preprocessor macro redefinition.
2009-09-07 Michal Krolglsl: Handle `defined' preprocessor operator.
2009-09-07 Michal Krolglsl: Support if preprocessor directive and friends.
2009-09-07 Michal Krolglsl: Add expression interpreter.
2009-09-07 Michal Krolglsl: Centralise sl_pp_macro constructor.
2009-09-07 Michal Krolglsl: Implement macro expansion.
next