Merge branch '7.8' into master
[mesa.git] / src / glsl / apps /
2010-03-10 Michal KrolMerge branch 'master' into gallium-sampler-view
2010-03-09 Roland ScheideggerMerge branch 'gallium-vertexelementcso'
2010-03-02 Michal KrolMerge branch 'gallium-no-rhw-position'
2010-02-23 Vinson Leeglsl/apps: Assert that ftell does not return an error.
2010-02-17 Ian RomanickMerge commit '381d5e209815235911c4aab516037c868c8f695f'
2010-02-17 Brian Paulglsl/apps: print usage info if insufficient args
2010-02-12 Roland ScheideggerMerge branch 'gallium-dynamicstencilref'
2010-02-10 Michal KrolSimplify GLSL extension mechanism.
2010-01-26 Brian PaulMerge branch 'mesa_7_7_branch'
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 Michal KrolMerge branch 'master' into instanced-arrays
2010-01-05 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-04 Brian PaulMerge branch 'gallium-conditional-rendering'
2010-01-01 José Fonsecaglsl: Ignore programs.
2009-12-31 Brian PaulMerge branch 'mesa_7_7_branch'
2009-12-27 Brian PaulMerge branch 'mesa_7_7_branch'
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 Michal Krolglsl/apps: Update after glsl cl interface changes.
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-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/apps: remove unused vars
2009-12-10 Michal Krolglsl/apps: Predefine __GLSL_PP_PREDEFINED_MACRO_TEST...
2009-12-10 Michal Krolglsl/apps: Explicitly add ARB_draw_buffers and ARB_text...
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-13 Michal Krolglsl/apps: Report syntax parser errors.
2009-11-13 Michal Krolglsl/apps: Add GLSL compiler that translates source...
2009-11-09 Michal Krolglsl/apps: Update for glsl/pp interface changes.
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/apps: Fix apps after pp interface changes.
2009-09-22 Michal Krolglsl/apps: Update after recent pp interface changes.
2009-09-18 Michal Krolglsl/apps: Use glsl pp public interface.
2009-09-17 Michal KrolMerge commit 'origin/master' into glsl-pp-rework-2
2009-09-17 Michal Krolglsl/apps: Always write out error condition.
2009-09-16 Michal Krolglsl/apps: Always write out error condition.
2009-09-14 Michal Krolglsl/apps: Adapt to pp interface change.
2009-09-14 Michal KrolMerge commit 'origin/master' into glsl-pp-rework-2
2009-09-07 Michal Krolglsl: Handle file tokens in apps/process.
2009-09-07 Michal Krolglsl: Handle line tokens in apps/process.
2009-09-07 Michal Krolglsl: Handle extension tokens in apps/proces.
2009-09-07 Michal Krolglsl: Handle pragma tokens in apps/process.
2009-09-07 Michal Krolglsl: Print out error message in apps/process.
2009-09-07 Michal Krolglsl: Introduce sl_pp_context and maintain a reuseable...
2009-09-07 Michal Krolglsl: Add `process' test app that returns tokenised...
2009-09-07 Michal Krolglsl/apps: Print out the number of tokens eaten in...
2009-09-07 Michal Krolglsl/apps: Add version test app.
2009-09-07 Michal Krolglsl: Add a tokenise app.
2009-09-07 Michal Krolglsl: Add a purify command-line tool.