| Commit message (Expand) | Author | Age | Files | Lines |
* | update some assertions | Brian Paul | 2005-11-12 | 2 | -2/+2 |
* | Move stuff common to vertex/fragment_program into the base class, including: | Brian Paul | 2005-11-12 | 10 | -150/+198 |
* | This patch adds the missing NV_vertex_program2 and NV_vertex_program3 | Ian Romanick | 2005-11-08 | 2 | -37/+29 |
* | remove _mesa_debug_fp_inst() | Brian Paul | 2005-11-08 | 1 | -6/+2 |
* | minor work in _mesa_print_program() | Brian Paul | 2005-11-08 | 1 | -1/+10 |
* | remove unneeded #includes | Brian Paul | 2005-11-08 | 1 | -8/+2 |
* | remove unneeded #includes | Brian Paul | 2005-11-07 | 2 | -17/+6 |
* | consolidate vertex/fragment program printing into _mesa_print_program() | Brian Paul | 2005-11-05 | 6 | -182/+131 |
* | use _mesa_program_file_string() and _mesa_opcode_string() | Brian Paul | 2005-11-05 | 2 | -135/+50 |
* | added _mesa_program_file_string() | Brian Paul | 2005-11-05 | 2 | -0/+34 |
* | Use _mesa_opcode_string() | Brian Paul | 2005-11-05 | 1 | -32/+9 |
* | added _mesa_num_inst_src_regs() and _mesa_opcode_string() | Brian Paul | 2005-11-05 | 2 | -0/+116 |
* | Unify vertex/fragment program instuctions. | Brian Paul | 2005-11-05 | 16 | -631/+675 |
* | don't need MAKE_SWIZZLE() macro | Brian Paul | 2005-11-05 | 2 | -7/+6 |
* | Replace parameter_type enum in program.[ch], use register_file enums instead. | Brian Paul | 2005-11-05 | 3 | -23/+14 |
* | use VERT_RESULT_HPOS, VERT_BIT_POS tokens | Brian Paul | 2005-11-04 | 1 | -5/+5 |
* | Streamline code generation by using a fixed size instruction buffer in | Brian Paul | 2005-11-03 | 4 | -79/+54 |
* | use WRITEMASK_* tokens | Brian Paul | 2005-11-03 | 2 | -12/+12 |
* | added a const, clean-up | Brian Paul | 2005-11-03 | 2 | -12/+16 |
* | fix typo, minor clean-ups | Brian Paul | 2005-11-03 | 1 | -5/+5 |
* | Rename FRAG_OUTPUT_* tokens to FRAG_RESULT_* to match vertex program convention | Brian Paul | 2005-11-02 | 4 | -10/+10 |
* | Several fp and vp tweaks: | Keith Whitwell | 2005-11-01 | 4 | -11/+8 |
* | Re-org and clean-up of vertx/fragment program limits (instructions, | Brian Paul | 2005-11-01 | 3 | -168/+148 |
* | Simplify parse_attrib_binding(). | Brian Paul | 2005-10-30 | 1 | -98/+49 |
* | Lots of clean-up in arb program parser. | Brian Paul | 2005-10-30 | 5 | -231/+250 |
* | Use MAKE_SWIZZLE4() macro in a few more places. | Brian Paul | 2005-10-29 | 1 | -119/+98 |
* | Free old parameter list before assigning new one. FIxes memory leak. | Brian Paul | 2005-10-29 | 2 | -3/+13 |
* | s/lenght/length/ | Brian Paul | 2005-10-29 | 1 | -2/+2 |
* | fix a few bugs in SWZ execution | Brian Paul | 2005-10-29 | 1 | -5/+5 |
* | If parsing a program fails, don't change the vertex/fragment program object. | Brian Paul | 2005-10-29 | 4 | -54/+52 |
* | add newline at end of file | Brian Paul | 2005-10-28 | 3 | -3/+3 |
* | fix broken SWZ instruction | Brian Paul | 2005-10-21 | 1 | -8/+9 |
* | Committing in . | Jouk Jansen | 2005-09-23 | 3 | -3/+3 |
* | additional wrapper updates, bug 4468 | Brian Paul | 2005-09-19 | 4 | -20/+37 |
* | remove unused ctx var | Brian Paul | 2005-09-16 | 1 | -1/+0 |
* | use mesa import wrappers, bug 4468 | Brian Paul | 2005-09-16 | 5 | -7/+7 |
* | remove unnecessary Swizzle parameter from struct (forgotten when the code was... | Roland Scheidegger | 2005-09-12 | 1 | -1/+0 |
* | be consistent in populating NegateBase field | Keith Whitwell | 2005-09-08 | 3 | -30/+28 |
* | fix incorrect swizzling handling. fix code so it can potentially handle imple... | Roland Scheidegger | 2005-09-08 | 1 | -13/+18 |
* | add a bunch of FLUSH_VERTICES to some of the ATI_fs functions, most notably w... | Roland Scheidegger | 2005-09-08 | 1 | -0/+4 |
* | fix var declaration so that a C compiler can build it. | Karl Schultz | 2005-09-05 | 1 | -1/+2 |
* | replace -1 with PROGRAM_UNDEFINED when initializing instructions | Brian Paul | 2005-09-02 | 1 | -6/+5 |
* | add error checking to the GL_ATI_FRAGMENT_SHADER entrypoints. Fix bug with sc... | Roland Scheidegger | 2005-09-02 | 3 | -63/+357 |
* | fix static assertion problem for gcc (bug 4022) | Brian Paul | 2005-08-10 | 1 | -1/+4 |
* | disable the pointer size assertions (bug 4021) | Brian Paul | 2005-08-10 | 1 | -2/+5 |
* | fix indentation | Brian Paul | 2005-08-10 | 1 | -14/+14 |
* | Fix SPARC assembly for 64-bit | Ian Romanick | 2005-07-28 | 1 | -12/+12 |
* | Make the vertex program source register Index field a signed int since | Brian Paul | 2005-07-22 | 2 | -10/+10 |
* | Wrap every place that accesses a dispatch table with a macro. A new script- | Ian Romanick | 2005-07-18 | 1 | -1/+4 |
* | Set fp->Opcode for OP_TEX_KILL case, fix from Ben Skeggs. | Keith Whitwell | 2005-07-01 | 1 | -0/+1 |