Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-11-19 | Remove the _mesa_parse_arb_vertex/fragment_program() functions into | Brian Paul | |
arbprogparse.c and remove arbvertparse.[ch] and arbfragparse.[ch]. Clean up quite a bit of the arb parsing code. Rewrite parser extension code to avoid a mess of string operations every time the parser was used. | |||
2005-11-12 | Move stuff common to vertex/fragment_program into the base class, including: | Brian Paul | |
Instructions, InputsRead, OutputsWritten, and Parameters. Also, added debug functions: _mesa_print_instruction(), _mesa_print_program_parameters() and revamp _mesa_print_program(). | |||
2005-11-07 | remove unneeded #includes | Brian Paul | |
2005-11-05 | consolidate vertex/fragment program printing into _mesa_print_program() | Brian Paul | |
2005-11-05 | use _mesa_program_file_string() and _mesa_opcode_string() | Brian Paul | |
2005-11-05 | Unify vertex/fragment program instuctions. | Brian Paul | |
Based on patch by Ian (#4967) but also unify instruction opcodes. | |||
2005-11-03 | Streamline code generation by using a fixed size instruction buffer in | Brian Paul | |
arb_program struct. | |||
2005-10-29 | Free old parameter list before assigning new one. FIxes memory leak. | Brian Paul | |
2005-10-29 | If parsing a program fails, don't change the vertex/fragment program object. | Brian Paul | |
Specifically, don't attach a dummy program. This change also fixes an occasional segfault. Some code clean-ups. Use GLboolean instead of GLuint to return pass/fail. | |||
2005-09-08 | be consistent in populating NegateBase field | Keith Whitwell | |
2005-05-04 | Improve the quality of the disassembly output for fragment programs. | Keith Whitwell | |
2005-04-21 | Reduce the size of mesa's internal fragment and vertex program | Keith Whitwell | |
representations by switching to packed structures for registers and instructions. | |||
2004-10-21 | remove redundant check of parsed program target | Michal Krol | |
2004-08-25 | Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch ↵ | Brian Paul | |
1015696) | |||
2004-03-30 | Reorder some code so we don't upset program state when there's a parsing error. | Brian Paul | |
Be sure to assign program.Base.String pointer. | |||
2004-03-29 | Accomodate ARB_fp XPD opcode separately from NV_fp's X2D. | Keith Whitwell | |
2004-03-04 | Initial changes after moving from src/mesa/main/. | Michal Krol | |
Needs testing - it havent been even compiled yet. |