summaryrefslogtreecommitdiff
path: root/src/mesa/shader/nvvertexec.h
AgeCommit message (Expand)Author
2007-02-22Remove obsolete files.Brian
2007-02-22added CallStack, StackDepthBrian
2007-02-22start implementing conditions, branchingBrian
2006-12-13Checkpoint of work for new GLSL compiler back-end. Lots of assorted changes.Brian
2006-10-30Move gl_vertex_program_machine struct out of mtypes.h and put into nvvertexec.h.Brian Paul
2006-10-29New _mesa_exec_vertex_state_program() function. Start of some re-org.Brian Paul
2006-07-20Some structure renaming. Prefix vertex/fragment-related structs withBrian Paul
2004-11-26update some type namesBrian Paul
2004-04-21Fix up some assorted issues with initialization of vertex program registers.Brian Paul
2004-03-29Moved from src/mesa/mainMichal Krol