#define LONGSTRING __extension__ in imports.h and use it to silence gcc
[mesa.git] / src / mesa / shader / shaderobjects_3dlabs.c
2006-11-03 Brian PaulUse inlined uniform() helper function in all the glUnif...
2006-11-03 Brian PaulAdded OpenGL 2.1 glUniformMatrix* functions.
2006-11-03 Brian Paulreindent
2006-10-13 Michal KrolIndent and cosmetic changes.
2006-09-21 Brian Paulnew comments, indentation fixes
2006-08-01 Michal KrolClean-up FEATURE_ARB_shader_objects #ifdefs. Bug 7492.
2006-05-16 Michal KrolAdd GetInfoLogLength and WriteAttrib functions.
2006-04-18 Michal KrolAdd support for ARB_vertex_shader attrib binding and...
2006-04-04 Michal KrolMore GLSL code:
2006-03-21 Michal KrolSilencium gcc warnings.
2006-03-21 Michal KrolGLSL fixes:
2006-03-14 Michal KrolMore GLSL code:
2006-02-27 Brian Paulsilence a bunch of warnings
2006-02-27 Michal KrolMore GLSL code:
2006-02-22 Brian Pauladd missing prototypes, use _slang_ prefix on non-stati...
2006-02-21 Michal KrolMore GLSL code:
2006-02-18 Michal KrolMore GLSL code.
2006-02-15 Michal KrolAdd fragment shader execute entry.
2006-02-13 Michal KrolRename current_program to CurrentProgram.
2005-05-19 Michal Krolfix info log grabbing
2005-04-15 Michal Krolimplement info log; parse #version directive
2005-04-14 Michal Krolhook to _slang_compile()
2005-04-13 Michal Krolclean-up stuff
2005-04-07 Brian PaulAdd shaderobjects_3dlabs.c back into build but use...
2005-03-25 Michal Krolimplement gl2_3dlabs_shhandle interface; resolve few...
2005-01-17 Brian Paulsilence a bunch of warnings
2005-01-13 Michal Krol3dlabs glslang frontend, not complete