summaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl/t_context.c
Commit message (Expand)AuthorAgeFilesLines
* New vbo_set_draw_func() to keep vbo context opaque to state tracker and tnl m...Brian2007-12-071-0/+3
* remove dead program cache codeBrian2007-10-311-8/+0
* Use ffvertex_prog.c code instead of t_vp_build.c code.Brian2007-10-311-0/+4
* Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian2007-07-041-6/+6
* fix a fragment fog regressionBrian2007-03-271-1/+1
* more parenthesisBrian2007-03-271-1/+1
* add parenthesis around a bit-wise AND term in _tnl_InvalidateState()Brian2007-03-271-1/+1
* Restore the UseTexEnvProgram logic.Brian2007-03-271-1/+1
* When computing render_inputs_bitset, omit primary color if we have a fragment...Brian2007-03-241-10/+11
* Properly compute render_inputs_bitset when using a vertex program/shader.Brian2007-03-191-7/+13
* Merge branch 'origin' into glsl-compiler-1Brian2007-02-221-92/+7
|\
| * Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i...Keith Whitwell2007-01-161-4/+1
| |\
| * | merge current trunk into vbo branchAlan Hourihane2006-11-021-2/+3
| * | pickup structs from vbo.hKeith Whitwell2006-10-311-1/+1
| * | better handling of current attributes. Trivial dlist and varray tests workKeith Whitwell2006-10-301-0/+2
| * | Changes for new vbo-building module.Keith Whitwell2006-10-291-95/+7
* | | varying changesBrian2006-12-151-1/+1
* | | Checkpoint work for new GLSL compiler back-end.Brian2006-12-131-3/+8
| |/ |/|
* | remove unneded call to _tnl_invalidate_state() in _tnl_need_projected_coords(...Roland Scheidegger2006-11-221-4/+1
|/
* Previously, if a fragment program referenced fragment.fogcoord but theBrian Paul2006-10-251-2/+3
* Rename _TNL_ATTRIB_ATTRIBUTE* to _TNL_ATTRIB_GENERIC*Brian Paul2006-06-141-1/+1
* prevent run_arb_vertex_program from running tnl programs unless ctx->_Maintai...Aapo Tahkola2006-06-061-8/+1
* Put color index attribute into the 6th attribute slot.Brian Paul2006-04-251-1/+1
* More GLSL code:Michal Krol2006-04-111-12/+23
* C++ fixes, mostly casts (Stephane Conversy)Brian Paul2005-12-061-3/+3
* Make sure tnl->_DoVertexFog is kept uptodate. Fixes fog in i915Keith Whitwell2005-11-221-0/+5
* remove unneeded #includesBrian Paul2005-11-051-1/+0
* Fix segmentation fault in _tnl_ProgramCacheDestroy().Aapo Tahkola2005-11-011-3/+13
* use mesa import wrappers, bug 4468Brian Paul2005-09-161-1/+1
* Remove _tnl_MakeCurrent() and the unused ctx->Driver.MakeCurrent() callback.Brian Paul2005-09-141-15/+1
* include t_vp_build.hBrian Paul2005-06-271-4/+5
* Store compiled vertex program representations in a pointer in theKeith Whitwell2005-06-091-1/+7
* Update for FragmentProgram._ActiveKeith Whitwell2005-05-101-2/+2
* tweak previous fog/fragment program fixBrian Paul2005-04-261-3/+5
* enable fog render input if fragment program fog option setBrian Paul2005-04-261-1/+1
* Simplify the pipeline_stage structureKeith Whitwell2005-04-221-10/+2
* Reverted the last change back to fix bug 3035Ben Crossman2005-04-151-1/+1
* A few getenv() that werent using the mesa wrapper versionBen Crossman2005-04-141-1/+1
* mesa-tnl-0-to-NULL.patch from Jeff MuizelaarKeith Whitwell2005-02-101-1/+1
* Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...Brian Paul2004-08-251-0/+1
* Added ctx->Vertex/FragmentProgram._Enable flags. Set when vertex/fragmentBrian Paul2004-04-231-3/+3
* protected all codegen behind AllowCodegenDaniel Borca2004-04-051-4/+3
* First round of codegen for t_vtx_api.c -- ie the Begin/Vertex/End code.Keith Whitwell2004-03-291-0/+4
* turns out we probably need a _tnl_allow_pixel_fog() function afterallBrian Paul2004-02-241-1/+11
* A bit of an overhaul of the fog code.Brian Paul2004-02-171-0/+13
* Beef up t_vertex.c:Keith Whitwell2004-01-051-1/+5
* Re-commit t_vertex.[ch] changes to fd.o server.Keith Whitwell2004-01-051-0/+26
* call _ae_destroy_context() and _ae_invalidate_state() from the proper placesBrian Paul2003-12-131-1/+3
* Merge vtx-0-2-branchKeith Whitwell2003-11-241-42/+21
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0