Age | Commit message (Expand) | Author |
2005-12-06 | C++ fixes, mostly casts (Stephane Conversy) | Brian Paul |
2005-11-22 | track state flags which might invalidate parameter lists | Keith Whitwell |
2005-11-20 | move _mesa_init_instruction() to program.c | Brian Paul |
2005-11-20 | Make Saturate a 2-bit field again, renamed to SaturateMode with three | Brian Paul |
2005-11-19 | remove incorrect cast | Brian Paul |
2005-11-19 | Saturate is a 1-bit boolean field | Brian Paul |
2005-11-19 | No longer derive 'ati_fragment_shader' from 'program' class. Only the | Brian Paul |
2005-11-19 | Remove the _mesa_parse_arb_vertex/fragment_program() functions into | Brian Paul |
2005-11-19 | update comments, remove ^M chars | Brian Paul |
2005-11-19 | move a bunch of gl2/shading language structs from mtypes.h to shaderobjects.h | Brian Paul |
2005-11-12 | Improve _mesa_print_program(). | Brian Paul |
2005-11-12 | fix comment for TexSrcTarget | 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-08 | This patch adds the missing NV_vertex_program2 and NV_vertex_program3 | Ian Romanick |
2005-11-08 | remove _mesa_debug_fp_inst() | Brian Paul |
2005-11-08 | minor work in _mesa_print_program() | Brian Paul |
2005-11-08 | remove unneeded #includes | Brian Paul |
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 | added _mesa_program_file_string() | Brian Paul |
2005-11-05 | Use _mesa_opcode_string() | Brian Paul |
2005-11-05 | added _mesa_num_inst_src_regs() and _mesa_opcode_string() | 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-04 | use VERT_RESULT_HPOS, VERT_BIT_POS tokens | Brian Paul |
2005-11-03 | Streamline code generation by using a fixed size instruction buffer in | Brian Paul |
2005-11-03 | use WRITEMASK_* tokens | Brian Paul |
2005-11-03 | added a const, clean-up | Brian Paul |
2005-11-03 | fix typo, minor clean-ups | Brian Paul |
2005-11-02 | Rename FRAG_OUTPUT_* tokens to FRAG_RESULT_* to match vertex program convention | Brian Paul |
2005-11-01 | Several fp and vp tweaks: | Keith Whitwell |
2005-11-01 | Re-org and clean-up of vertx/fragment program limits (instructions, | Brian Paul |
2005-10-30 | Simplify parse_attrib_binding(). | Brian Paul |
2005-10-30 | Lots of clean-up in arb program parser. | Brian Paul |
2005-10-29 | Use MAKE_SWIZZLE4() macro in a few more places. | Brian Paul |
2005-10-29 | Free old parameter list before assigning new one. FIxes memory leak. | Brian Paul |
2005-10-29 | s/lenght/length/ | Brian Paul |
2005-10-29 | fix a few bugs in SWZ execution | Brian Paul |
2005-10-29 | If parsing a program fails, don't change the vertex/fragment program object. | Brian Paul |
2005-10-28 | add newline at end of file | Brian Paul |
2005-10-21 | fix broken SWZ instruction | Brian Paul |
2005-09-23 | Committing in . | Jouk Jansen |
2005-09-19 | additional wrapper updates, bug 4468 | Brian Paul |
2005-09-16 | remove unused ctx var | Brian Paul |
2005-09-16 | use mesa import wrappers, bug 4468 | Brian Paul |
2005-09-12 | remove unnecessary Swizzle parameter from struct (forgotten when the code was... | Roland Scheidegger |
2005-09-08 | be consistent in populating NegateBase field | Keith Whitwell |