summaryrefslogtreecommitdiff
path: root/src/mesa/shader/arbprogram.c
AgeCommit message (Expand)Author
2006-04-11More GLSL code:Michal Krol
2005-11-19Remove the _mesa_parse_arb_vertex/fragment_program() functions intoBrian Paul
2005-11-05Unify vertex/fragment program instuctions.Brian Paul
2005-11-01Re-org and clean-up of vertx/fragment program limits (instructions,Brian Paul
2005-05-05Port Mesa to build on a P64 platform (e.g., Win64). P64 platformsKarl Schultz
2004-10-16fix if/else bug in _mesa_ProgramEnvParameter4fARB (fdo bug 1645)Brian Paul
2004-10-06fix GetVertexAttrib problemBrian Paul
2004-10-04ARB_fp support for GL_ARB_draw_buffers (Karl Rasche)Brian Paul
2004-03-10Moved from src/mesa/main.Michal Krol