summaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl/t_context.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Use floats for viewport bounds.Matt Turner2015-07-291-1/+1
* tnl: Include simple_list.h explicitly in t_context.c.Francisco Jerez2015-06-091-0/+1
* tnl: Maintain the _WindowMap matrix in TNLcontext v2.Mathias Froehlich2015-04-051-0/+12
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-231-1/+1
* tnl: Merge _tnl_vbo_draw_prims() into _tnl_draw_prims().Iago Toral Quiroga2014-04-081-1/+1
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-1/+1
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* Replace gl_frag_attrib enum with gl_varying_slot.Paul Berry2013-03-151-3/+3
* Replace gl_vert_result enum with gl_varying_slot.Paul Berry2013-03-151-1/+1
* Don't cast the return value of malloc/reallocMatt Turner2012-09-051-1/+1
* mesa: s/FREE/free/Brian Paul2012-09-011-1/+1
* mesa: s/CALLOC/calloc/Brian Paul2012-09-011-1/+1
* tnl: let _TNL_ATTRIB_POINTSIZE do not depend on ctx->VertexProgram._EnabledYuanhan Liu2012-03-051-2/+1
* mesa: Push the shine table into the tnl module.Mathias Fröhlich2012-02-291-1/+20
* mesa: Convert to use GLbitfield64 directly.Mathias Fröhlich2011-12-281-11/+9
* mesa: gl_fragment_program::FogOption is always GL_NONE so don't check itIan Romanick2011-04-211-8/+4
* mesa: replace NEED_SECONDARY_COLOR(), RGBA_LOGICOP_ENABLED() with inlinesBrian Paul2011-03-111-1/+2
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-7/+7
* tnl: Remove color-index TNL supportIan Romanick2010-03-031-20/+13
* tnl: Remove unnecessary header from t_context.c.Vinson Lee2010-01-121-1/+0
* Merge branch 'outputswritten64'Ian Romanick2009-11-171-1/+1
* vbo: Avoid extra validation of DrawElements.Eric Anholt2009-08-121-1/+1
* mesa: use fp pointer in _tnl_InvalidateState()Brian Paul2009-02-281-7/+4
* mesa: get rid of _math_init()Brian Paul2009-02-111-0/+5
* mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul2009-02-091-0/+3
|\
| * mesa: Remove _Active and _UseTexEnvProgram flags from fragment programs.Eric Anholt2009-01-091-1/+1
| * Merge branch 'master' into gallium-0.2Keith Whitwell2008-09-211-6/+14
| |\
| * \ Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell2008-09-111-4/+3
| |\ \
| | * | 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
* | | | mesa: fix tnl->render_inputs_bitset setup for fragment program texcoordsBrian Paul2009-02-061-5/+9
* | | | mesa: Remove _Active and _UseTexEnvProgram flags from fragment programs.Eric Anholt2009-01-071-1/+1
| |_|/ |/| |
* | | mesa: move fixed function vertex program builder from tnl to core mesaKeith Whitwell2008-09-211-4/+0
* | | mesa: fix null ptr deref bug in _tnl_InvalidateState(), bug 15834Brian Paul2008-09-181-6/+14
|/ /
* | Don't compute vertex fog when fragment program is active.H. Verbeet2008-06-161-7/+7
|/
* 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