Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-29 | Add DISASSEM define, similar to other program generator files. | Keith Whitwell | |
2005-04-22 | Move the call to _tnl_UpdateFixedFunctionProgram to make | Keith Whitwell | |
it easier for hardware drivers to test this out. | |||
2005-04-22 | Simplify the pipeline_stage structure | Keith Whitwell | |
- remove input/output fields, input tracking removed. - remove state fields, the validate function now called on every statechange. - add an explicit 'create' function. Add in code to build vertex program to implement current t&l state. Still disabled, but turn on with a #define in t_vp_build.h. | |||
2005-04-21 | New software implementation of ARB_vertex_program. Similar in speed | Keith Whitwell | |
to existing version, but with the potential for good improvements. |