Merge branch '7.8'
[mesa.git] / src / glsl / pp /
2010-03-09 Roland ScheideggerMerge branch 'gallium-vertexelementcso'
2010-02-17 Ian RomanickMerge commit '381d5e209815235911c4aab516037c868c8f695f'
2010-02-17 Michal Krolglsl/pp: Remove sl_pp_get_extension_state().
2010-02-16 Brian Paulsl/pp: re-do extension testing code
2010-02-16 Michal Krolglsl/pp: Do not try to enable extension `all'.
2010-02-15 Michal Krolglsl/pp: Fix handling of if/elif/else cases.
2010-02-15 Vinson Leeglsl/pp: Add asserts to check for null pointer deferences.
2010-02-13 Brian Paulglsl/pp: fix incorrect extension enable flag for warn...
2010-02-12 Roland ScheideggerMerge branch 'gallium-dynamicstencilref'
2010-02-10 unknownMerge branch 'master' of git+ssh://git.freedesktop...
2010-02-10 Brian Paulglsl/pp: fix extension enable/disable options
2010-02-10 Michal KrolSimplify GLSL extension mechanism.
2010-02-10 Michal Krolglsl/pp: Fix ifdef directive for extension names.
2010-02-09 Roland ScheideggerMerge branch 'gallium-nopointsizeminmax'
2010-01-31 José FonsecaMerge remote branch 'origin/master' into lp-binning
2010-01-28 Roland ScheideggerMerge commit 'origin/perrtblend'
2010-01-26 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-26 Vinson Leeglsl/pp: Silence GCC "no previous prototype" warning.
2010-01-25 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-22 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-22 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-15 Roland ScheideggerMerge branch 'gallium-noconstbuf'
2010-01-14 Jakob BornecrantzMerge branch 'mesa_7_7_branch'
2010-01-12 Chia-I WuMerge branch 'master' into opengl-es-v2
2010-01-08 José FonsecaMerge remote branch 'origin/master' into lp-binning
2010-01-08 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-06 José FonsecaMerge remote branch 'origin/mesa_7_7_branch'
2010-01-05 Corbin SimpsonMerge branch 'gallium-docs'
2010-01-05 Keith WhitwellMerge commit 'origin/gallium-draw-retval'
2010-01-05 Brian PaulMerge branch 'mesa_7_7_branch'
2009-12-31 Brian PaulMerge branch 'mesa_7_7_branch'
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: Do syntax parsing inline with processing.
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 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/pp: make some functions static
2009-12-10 Brian Paulglsl/pp: declare sl_pp_purify_options to silence warning
2009-12-10 Michal Krolglsl/pp: Add support for user-defined macros.
2009-12-10 Michal Krolglsl/pp: Add sl_pp_context_add_extension().
2009-12-10 michalBuild mesa glsl with make.
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-10 Michal Krolglsl/pp: Add sl_pp_purify_getc().
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/pp: Use struct instead of union.
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/pp: Differentiate between integer and floating...
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-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/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 numbering.
2009-09-07 Michal Krolglsl: Actually respect the hash-line directive.
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: Implement `extension' preprocessor directive.
2009-09-07 Michal Krolglsl: Implement `pragma' preprocessor directive.
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.
2009-09-07 Michal Krolglsl: Rename sl_pp_context_add_str to sl_pp_context_add...
2009-09-07 Michal Krolglsl: Parse define directive in preprocessor.
next