summaryrefslogtreecommitdiff
path: root/src/mesa/main/nvvertparse.c
AgeCommit message (Expand)AuthorFilesLines
2003-08-31Moved some shared vertex/fragment program code into new program.c file.Brian Paul1-0/+2
2003-08-29fix minor warnings with castsBrian Paul1-4/+4
2003-08-17Re-org of register files for vertex/fragment programs. Will be easier toBrian Paul1-118/+97
2003-07-22Implement debugger callback, etc for vertex programs. Misc clean-ups.Brian Paul1-4/+20
2003-07-21Initial implementation of GL_MESA_program_debug - a vertex/fragment programBrian Paul1-2/+17
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell1-1/+1
2003-04-17checkpoint: more infrastructure for GL_ARB_vertex/fragment_program.Brian Paul1-2/+0
2003-04-11Some groundwork for GL_ARB_vertex/fragment_program.Brian Paul1-1/+2
2003-03-29added _mesa_print_nv_vertex_instruction()Brian Paul1-10/+22
2003-03-14Clean-up of parser error handling/reporting.Brian Paul1-42/+66
2003-02-25parser clean-ups and simplificationsBrian Paul1-209/+151
2003-02-23parser clean-ups (use struct parse_state)Brian Paul1-432/+345
2003-01-14First batch of code for GL_NV_fragment_program.Brian Paul1-0/+1584