Age | Commit message (Expand) | Author |
2008-07-24 | mesa: Prefix main includes with dir to avoid conflicts. | José Fonseca |
2007-04-21 | remove more unused vars, assertions | Brian |
2007-04-21 | remove unused vars, assertions | Brian |
2007-03-22 | use _mesa_copy_instructions() | Brian |
2007-03-22 | In _mesa_add_unnamed_constant() and _mesa_lookup_parameter_constant() allow s... | Brian |
2007-01-04 | move TexturesUsed[] into gl_program since vertex programs/shaders can use tex... | Brian |
2006-12-14 | remove unneeded includes | Brian |
2006-12-14 | Updated includes. | Brian |
2006-12-13 | Checkpoint of work for new GLSL compiler back-end. Lots of assorted changes. | Brian |
2006-11-15 | Add a size parameter to _mesa_add_unnamed_constant() and | Brian Paul |
2006-10-29 | Change _mesa_init_instruction() to initialize an array of instructions. | Brian Paul |
2006-08-25 | use _mesa_alloc_instructions() | Brian Paul |
2006-08-24 | scalar sources such as 'time.x' weren't accepted by parser | Brian Paul |
2006-07-20 | Some structure renaming. Prefix vertex/fragment-related structs with | Brian Paul |
2006-05-30 | Define new NEGATE_* tokens for setting the src register's NegateBase field. | Brian Paul |
2006-04-05 | Silence minor compiler warnings (-Wextra). | Brian Paul |
2006-02-15 | Set NumInstructions (bug 5864) | Brian Paul |
2005-12-06 | C++ fixes, mostly casts (Stephane Conversy) | Brian Paul |
2005-11-20 | Make Saturate a 2-bit field again, renamed to SaturateMode with three | Brian Paul |
2005-11-12 | update some assertions | Brian Paul |
2005-11-12 | Move stuff common to vertex/fragment_program into the base class, including: | Brian Paul |
2005-11-05 | Unify vertex/fragment program instuctions. | Brian Paul |
2005-11-05 | don't need MAKE_SWIZZLE() macro | Brian Paul |
2005-11-05 | Replace parameter_type enum in program.[ch], use register_file enums instead. | Brian Paul |
2005-11-03 | use WRITEMASK_* tokens | Brian Paul |
2005-11-02 | Rename FRAG_OUTPUT_* tokens to FRAG_RESULT_* to match vertex program convention | Brian Paul |
2005-10-30 | Lots of clean-up in arb program parser. | Brian Paul |
2005-09-16 | use mesa import wrappers, bug 4468 | Brian Paul |
2005-09-08 | be consistent in populating NegateBase field | Keith Whitwell |
2005-09-02 | replace -1 with PROGRAM_UNDEFINED when initializing instructions | Brian Paul |
2005-05-05 | Port Mesa to build on a P64 platform (e.g., Win64). P64 platforms | Karl Schultz |
2005-04-21 | Reduce the size of mesa's internal fragment and vertex program | Keith Whitwell |
2004-12-18 | Added PRINT instruction for GL_NV_fragment_program. | Brian Paul |
2004-06-29 | disable some debug code | Brian Paul |
2004-04-18 | Audit/fixes for NV/ARB TEX, TXP, TXB, TXD instructions. | Brian Paul |
2004-04-02 | Implement ARB_f_p KIL correctly. | Brian Paul |
2004-03-29 | Moved from src/mesa/main | Michal Krol |