summaryrefslogtreecommitdiff
path: root/src/mesa/shader/shaderobjects.c
AgeCommit message (Expand)Author
2006-04-18Add support for ARB_vertex_shader attrib binding and query.Michal Krol
2006-04-14Silence a few -pedantic warnings.Brian Paul
2006-03-21GLSL fixes:Michal Krol
2006-03-14More GLSL code:Michal Krol
2006-02-27More GLSL code:Michal Krol
2006-02-21More GLSL code:Michal Krol
2006-02-13Rename current_program to CurrentProgram.Michal Krol
2005-04-07Add shaderobjects_3dlabs.c back into build but use #ifdef FEATURE_shading_lan...Brian Paul
2005-04-01Use FEATURE_shading_language to control whether the shading languageBrian Paul
2005-03-30Disable _mesa_3dlabs_create_{program,shader}_object references.Adam Jackson
2005-03-29Disable C++ shading language code yet again. Doesn't compile with olderBrian Paul
2005-03-29re-enable _mesa_init_shaderobjects_3dlabs() callBrian Paul
2005-03-26disable _mesa_init_shaderobjects_3dlabs() call until build is fixedBrian Paul
2005-03-25cleanup query functionsMichal Krol
2005-01-13implement ARB_shader_objects, not completeMichal Krol
2004-11-26update some type namesBrian Paul
2004-10-27by karoshi - ARB_shader_objects implementationMichal Krol