summaryrefslogtreecommitdiff
path: root/src/mesa/shader/shaderobjects_3dlabs.c
AgeCommit message (Expand)Author
2006-11-03Use inlined uniform() helper function in all the glUniform*() function toBrian Paul
2006-11-03Added OpenGL 2.1 glUniformMatrix* functions.Brian Paul
2006-11-03reindentBrian Paul
2006-10-13Indent and cosmetic changes.Michal Krol
2006-09-21new comments, indentation fixesBrian Paul
2006-08-01Clean-up FEATURE_ARB_shader_objects #ifdefs. Bug 7492.Michal Krol
2006-05-16Add GetInfoLogLength and WriteAttrib functions.Michal Krol
2006-04-18Add support for ARB_vertex_shader attrib binding and query.Michal Krol
2006-04-04More GLSL code:Michal Krol
2006-03-21Silencium gcc warnings.Michal Krol
2006-03-21GLSL fixes:Michal Krol
2006-03-14More GLSL code:Michal Krol
2006-02-27silence a bunch of warningsBrian Paul
2006-02-27More GLSL code:Michal Krol
2006-02-22add missing prototypes, use _slang_ prefix on non-static functionsBrian Paul
2006-02-21More GLSL code:Michal Krol
2006-02-18More GLSL code.Michal Krol
2006-02-15Add fragment shader execute entry.Michal Krol
2006-02-13Rename current_program to CurrentProgram.Michal Krol
2005-05-19fix info log grabbingMichal Krol
2005-04-15implement info log; parse #version directiveMichal Krol
2005-04-14hook to _slang_compile()Michal Krol
2005-04-13clean-up stuffMichal Krol
2005-04-07Add shaderobjects_3dlabs.c back into build but use #ifdef FEATURE_shading_lan...Brian Paul
2005-03-25implement gl2_3dlabs_shhandle interface; resolve few TODOsMichal Krol
2005-01-17silence a bunch of warningsBrian Paul
2005-01-133dlabs glslang frontend, not completeMichal Krol