summaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl
Commit message (Expand)AuthorAgeFilesLines
* Write attribs to slang machine.Michal Krol2006-05-161-15/+22
* Release temporaryKeith Whitwell2006-05-051-0/+2
* Remove carriage returns.Michal Krol2006-04-251-285/+285
* Put color index attribute into the 6th attribute slot.Brian Paul2006-04-2513-93/+62
* No longer alias generic vertex attribs with conventional attribs for GL_ARB_v...Brian Paul2006-04-254-70/+158
* error_attrib() should generate GL_INVALID_VALUE, not GL_INVALID_ENUM.Brian Paul2006-04-201-27/+46
* Add .note.GNU-stack section to assembler files to avoid the default behaviorKristian Høgsberg2006-04-171-0/+4
* Replace ctx->Const.MaxTextureUnits w/ ctx->Const.MaxTexture[Coord/Image]UnitsBrian Paul2006-04-144-7/+7
* silence minor warningsBrian Paul2006-04-131-4/+4
* More GLSL code:Michal Krol2006-04-115-140/+171
* Rename CLIP_ALL_BITS to CLIP_FRUSTUM_BITS to reflect the fact that the valueBrian Paul2006-04-065-5/+7
* Fix line clipping bug 6512.Brian Paul2006-04-061-24/+28
* Coverity #476: Avoid walking off the end of ->vtx.attrsz, it's declared toAdam Jackson2006-04-021-1/+1
* GLSL fixes:Michal Krol2006-03-2111-15/+15
* fix up the emit_func list in the experimental arbprogram sse code.Roland Scheidegger2006-03-031-5/+45
* Add position_invarient supportKeith Whitwell2006-03-021-2/+17
* More GLSL code:Michal Krol2006-02-271-150/+51
* include proper header file, remove local extern declarationsBrian Paul2006-02-221-11/+4
* Committing in .Jouk Jansen2006-02-211-5/+6
* More GLSL code.Michal Krol2006-02-181-20/+40
* Get arbfslight demo running.Michal Krol2006-02-151-1/+21
* Add ARB_vertex_shader stage just before render stage.Michal Krol2006-02-1313-25/+397
* use calloc instead of malloc so try_codegen field is initialized to zero (bug...Brian Paul2006-02-021-3/+3
* add some assertions to check emit_func[] table validityBrian Paul2006-02-021-0/+6
* do away with 'long long' usageBrian Paul2005-12-082-14/+11
* use 64-bit typedefs for portabilityKarl Schultz2005-12-082-2/+2
* C++ fixes, mostly casts (Stephane Conversy)Brian Paul2005-12-065-14/+15
* Add guard before calling ctx->Driver.BindProgramKeith Whitwell2005-12-051-1/+2
* Call ProgramStringNotify after creating tnl programs.Keith Whitwell2005-12-011-0/+3
* Clean up clipping somewhatKeith Whitwell2005-12-012-41/+46
* Use _mesa_exec_free for fp->func.Keith Whitwell2005-11-241-6/+6
* reference bug 5131 in comment in _tnl_free_vertices()Brian Paul2005-11-221-1/+1
* disable freeing of fp->func, see comment (bug 5131)Brian Paul2005-11-221-1/+8
* Make sure tnl->_DoVertexFog is kept uptodate. Fixes fog in i915Keith Whitwell2005-11-221-0/+5
* Remove the _mesa_parse_arb_vertex/fragment_program() functions intoBrian Paul2005-11-192-1/+1
* Fix typo causing secondary color not to work properly.Aapo Tahkola2005-11-181-1/+1
* Added error checking in _tnl_Begin to detect incomplete framebuffer.Brian Paul2005-11-162-5/+37
* change an assertionBrian Paul2005-11-161-1/+1
* Replace GL_POLYGON+1 with PRIM_OUTSIDE_BEGIN_ENDBrian Paul2005-11-163-10/+13
* Move stuff common to vertex/fragment_program into the base class, including:Brian Paul2005-11-123-23/+24
* This patch adds the missing NV_vertex_program2 and NV_vertex_program3Ian Romanick2005-11-082-8/+29
* s/_mesa_debug_vp_inst/_mesa_print_program/Brian Paul2005-11-051-1/+1
* use _mesa_num_inst_src_regs() and _mesa_opcode_string()Brian Paul2005-11-051-89/+60
* Unify vertex/fragment program instuctions.Brian Paul2005-11-054-123/+184
* remove unneeded #includesBrian Paul2005-11-052-4/+0
* just pass ctx to do_ndc_cliptest() rather than stuffing it in the arb_vp_mach...Brian Paul2005-11-042-8/+6
* s/15/VERT_RESULT_MAX/Brian Paul2005-11-032-3/+4
* Remove some ghost code and adjust things a bit.Aapo Tahkola2005-11-021-11/+2
* Add a NotifyInputChanges() callback so that drivers (particularly tnlKeith Whitwell2005-11-012-0/+9
* Several fp and vp tweaks:Keith Whitwell2005-11-011-55/+90