summaryrefslogtreecommitdiff
path: root/src/glsl/apps/compile.c
AgeCommit message (Expand)Author
2010-07-15glsl/apps: Handle ftell errors in non-debug builds.Vinson Lee
2010-06-28mesa: initial support for ARB_geometry_shader4Zack Rusin
2010-02-22glsl/apps: Assert that ftell does not return an error.Vinson Lee
2010-02-10Simplify GLSL extension mechanism.Michal Krol
2009-12-20glsl/apps: Update after glsl cl interface changes.Michal Krol
2009-12-20glsl/apps: Print error line number in compile.Michal Krol
2009-12-10glsl/apps: remove unused varsBrian Paul
2009-12-10glsl/apps: Explicitly add ARB_draw_buffers and ARB_texture_rectangle.Michal Krol
2009-11-25glsl/apps: Make compile more shell friendly.Michal Krol
2009-11-21glsl/apps: No need to purify source text for tokeniser.Michal Krol
2009-11-13glsl/apps: Report syntax parser errors.Michal Krol
2009-11-13glsl/apps: Add GLSL compiler that translates source text into binary stream.Michal Krol