| Commit message (Expand) | Author | Age | Files | Lines |
* | fix up the emit_func list in the experimental arbprogram sse code. | Roland Scheidegger | 2006-03-03 | 1 | -5/+45 |
* | Add position_invarient support | Keith Whitwell | 2006-03-02 | 1 | -2/+17 |
* | More GLSL code: | Michal Krol | 2006-02-27 | 1 | -150/+51 |
* | include proper header file, remove local extern declarations | Brian Paul | 2006-02-22 | 1 | -11/+4 |
* | Committing in . | Jouk Jansen | 2006-02-21 | 1 | -5/+6 |
* | More GLSL code. | Michal Krol | 2006-02-18 | 1 | -20/+40 |
* | Get arbfslight demo running. | Michal Krol | 2006-02-15 | 1 | -1/+21 |
* | Add ARB_vertex_shader stage just before render stage. | Michal Krol | 2006-02-13 | 13 | -25/+397 |
* | use calloc instead of malloc so try_codegen field is initialized to zero (bug... | Brian Paul | 2006-02-02 | 1 | -3/+3 |
* | add some assertions to check emit_func[] table validity | Brian Paul | 2006-02-02 | 1 | -0/+6 |
* | do away with 'long long' usage | Brian Paul | 2005-12-08 | 2 | -14/+11 |
* | use 64-bit typedefs for portability | Karl Schultz | 2005-12-08 | 2 | -2/+2 |
* | C++ fixes, mostly casts (Stephane Conversy) | Brian Paul | 2005-12-06 | 5 | -14/+15 |
* | Add guard before calling ctx->Driver.BindProgram | Keith Whitwell | 2005-12-05 | 1 | -1/+2 |
* | Call ProgramStringNotify after creating tnl programs. | Keith Whitwell | 2005-12-01 | 1 | -0/+3 |
* | Clean up clipping somewhat | Keith Whitwell | 2005-12-01 | 2 | -41/+46 |
* | Use _mesa_exec_free for fp->func. | Keith Whitwell | 2005-11-24 | 1 | -6/+6 |
* | reference bug 5131 in comment in _tnl_free_vertices() | Brian Paul | 2005-11-22 | 1 | -1/+1 |
* | disable freeing of fp->func, see comment (bug 5131) | Brian Paul | 2005-11-22 | 1 | -1/+8 |
* | Make sure tnl->_DoVertexFog is kept uptodate. Fixes fog in i915 | Keith Whitwell | 2005-11-22 | 1 | -0/+5 |
* | Remove the _mesa_parse_arb_vertex/fragment_program() functions into | Brian Paul | 2005-11-19 | 2 | -1/+1 |
* | Fix typo causing secondary color not to work properly. | Aapo Tahkola | 2005-11-18 | 1 | -1/+1 |
* | Added error checking in _tnl_Begin to detect incomplete framebuffer. | Brian Paul | 2005-11-16 | 2 | -5/+37 |
* | change an assertion | Brian Paul | 2005-11-16 | 1 | -1/+1 |
* | Replace GL_POLYGON+1 with PRIM_OUTSIDE_BEGIN_END | Brian Paul | 2005-11-16 | 3 | -10/+13 |
* | Move stuff common to vertex/fragment_program into the base class, including: | Brian Paul | 2005-11-12 | 3 | -23/+24 |
* | This patch adds the missing NV_vertex_program2 and NV_vertex_program3 | Ian Romanick | 2005-11-08 | 2 | -8/+29 |
* | s/_mesa_debug_vp_inst/_mesa_print_program/ | Brian Paul | 2005-11-05 | 1 | -1/+1 |
* | use _mesa_num_inst_src_regs() and _mesa_opcode_string() | Brian Paul | 2005-11-05 | 1 | -89/+60 |
* | Unify vertex/fragment program instuctions. | Brian Paul | 2005-11-05 | 4 | -123/+184 |
* | remove unneeded #includes | Brian Paul | 2005-11-05 | 2 | -4/+0 |
* | just pass ctx to do_ndc_cliptest() rather than stuffing it in the arb_vp_mach... | Brian Paul | 2005-11-04 | 2 | -8/+6 |
* | s/15/VERT_RESULT_MAX/ | Brian Paul | 2005-11-03 | 2 | -3/+4 |
* | Remove some ghost code and adjust things a bit. | Aapo Tahkola | 2005-11-02 | 1 | -11/+2 |
* | Add a NotifyInputChanges() callback so that drivers (particularly tnl | Keith Whitwell | 2005-11-01 | 2 | -0/+9 |
* | Several fp and vp tweaks: | Keith Whitwell | 2005-11-01 | 1 | -55/+90 |
* | Fix segmentation fault in _tnl_ProgramCacheDestroy(). | Aapo Tahkola | 2005-11-01 | 2 | -13/+13 |
* | Re-org and clean-up of vertx/fragment program limits (instructions, | Brian Paul | 2005-11-01 | 1 | -1/+1 |
* | Need more than 200 instructions. | Aapo Tahkola | 2005-10-31 | 1 | -1/+1 |
* | Improve tnl program searching performance. | Aapo Tahkola | 2005-10-31 | 2 | -17/+62 |
* | added some assertions to catch unexpected swizzle values in cvp_emit_arg(), c... | Brian Paul | 2005-10-29 | 1 | -0/+7 |
* | reduced swizzle comment | Brian Paul | 2005-10-29 | 1 | -0/+4 |
* | added warning about use of REG_SCRATCH | Brian Paul | 2005-10-29 | 1 | -1/+1 |
* | fix errors in RoughApproxPower(), do_LIT(), _tnl_program_string() | Brian Paul | 2005-10-29 | 1 | -11/+12 |
* | Keith's fixes for RSW and XPD (need temporaries) | Brian Paul | 2005-10-28 | 1 | -9/+22 |
* | include tnl.h to silence warning | Brian Paul | 2005-10-28 | 1 | -1/+2 |
* | Added assert that result != arg0 in do_RSW. This currently fails and needs f... | Brian Paul | 2005-10-28 | 1 | -0/+2 |
* | TNL module needs to implement ctx->Driver.ProgramStringNotify() function | Brian Paul | 2005-10-28 | 2 | -0/+20 |
* | fixed constant fogcoord bug (#4729) | Brian Paul | 2005-10-10 | 1 | -2/+8 |
* | Fix a number of point size attenuation problems. | Brian Paul | 2005-10-07 | 1 | -16/+21 |