| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: Use assert() instead of ASSERT wrapper. | Matt Turner | 2015-02-23 | 1 | -1/+1 |
* | tnl: Merge _tnl_vbo_draw_prims() into _tnl_draw_prims(). | Iago Toral Quiroga | 2014-04-08 | 1 | -1/+1 |
* | s/Tungsten Graphics/VMware/ | José Fonseca | 2014-01-17 | 1 | -1/+1 |
* | mesa: remove outdated version lines in comments | Rico Schüller | 2013-06-05 | 1 | -1/+0 |
* | mesa: Restore 78-column wrapping of license text in C-style comments. | Kenneth Graunke | 2013-04-23 | 1 | -3/+4 |
* | mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | Replace gl_frag_attrib enum with gl_varying_slot. | Paul Berry | 2013-03-15 | 1 | -3/+3 |
* | Replace gl_vert_result enum with gl_varying_slot. | Paul Berry | 2013-03-15 | 1 | -1/+1 |
* | Don't cast the return value of malloc/realloc | Matt Turner | 2012-09-05 | 1 | -1/+1 |
* | mesa: s/FREE/free/ | Brian Paul | 2012-09-01 | 1 | -1/+1 |
* | mesa: s/CALLOC/calloc/ | Brian Paul | 2012-09-01 | 1 | -1/+1 |
* | tnl: let _TNL_ATTRIB_POINTSIZE do not depend on ctx->VertexProgram._Enabled | Yuanhan Liu | 2012-03-05 | 1 | -2/+1 |
* | mesa: Push the shine table into the tnl module. | Mathias Fröhlich | 2012-02-29 | 1 | -1/+20 |
* | mesa: Convert to use GLbitfield64 directly. | Mathias Fröhlich | 2011-12-28 | 1 | -11/+9 |
* | mesa: gl_fragment_program::FogOption is always GL_NONE so don't check it | Ian Romanick | 2011-04-21 | 1 | -8/+4 |
* | mesa: replace NEED_SECONDARY_COLOR(), RGBA_LOGICOP_ENABLED() with inlines | Brian Paul | 2011-03-11 | 1 | -1/+2 |
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -7/+7 |
* | tnl: Remove color-index TNL support | Ian Romanick | 2010-03-03 | 1 | -20/+13 |
* | tnl: Remove unnecessary header from t_context.c. | Vinson Lee | 2010-01-12 | 1 | -1/+0 |
* | Merge branch 'outputswritten64' | Ian Romanick | 2009-11-17 | 1 | -1/+1 |
* | vbo: Avoid extra validation of DrawElements. | Eric Anholt | 2009-08-12 | 1 | -1/+1 |
* | mesa: use fp pointer in _tnl_InvalidateState() | Brian Paul | 2009-02-28 | 1 | -7/+4 |
* | mesa: get rid of _math_init() | Brian Paul | 2009-02-11 | 1 | -0/+5 |
* | mesa: merge gallium-0.2 into gallium-master-merge | Brian Paul | 2009-02-09 | 1 | -0/+3 |
|\ |
|
| * | mesa: Remove _Active and _UseTexEnvProgram flags from fragment programs. | Eric Anholt | 2009-01-09 | 1 | -1/+1 |
| * | Merge branch 'master' into gallium-0.2 | Keith Whitwell | 2008-09-21 | 1 | -6/+14 |
| |\ |
|
| * \ | Merge branch 'gallium-0.1' into gallium-0.2 | Keith Whitwell | 2008-09-11 | 1 | -4/+3 |
| |\ \ |
|
| | * | | New vbo_set_draw_func() to keep vbo context opaque to state tracker and tnl m... | Brian | 2007-12-07 | 1 | -0/+3 |
| | * | | remove dead program cache code | Brian | 2007-10-31 | 1 | -8/+0 |
| | * | | Use ffvertex_prog.c code instead of t_vp_build.c code. | Brian | 2007-10-31 | 1 | -0/+4 |
* | | | | mesa: fix tnl->render_inputs_bitset setup for fragment program texcoords | Brian Paul | 2009-02-06 | 1 | -5/+9 |
* | | | | mesa: Remove _Active and _UseTexEnvProgram flags from fragment programs. | Eric Anholt | 2009-01-07 | 1 | -1/+1 |
| |_|/
|/| | |
|
* | | | mesa: move fixed function vertex program builder from tnl to core mesa | Keith Whitwell | 2008-09-21 | 1 | -4/+0 |
* | | | mesa: fix null ptr deref bug in _tnl_InvalidateState(), bug 15834 | Brian Paul | 2008-09-18 | 1 | -6/+14 |
|/ / |
|
* / | Don't compute vertex fog when fragment program is active. | H. Verbeet | 2008-06-16 | 1 | -7/+7 |
|/ |
|
* | Be more consistant with paths in #includes. Eventually, eliminate a bunch of... | Brian | 2007-07-04 | 1 | -6/+6 |
* | fix a fragment fog regression | Brian | 2007-03-27 | 1 | -1/+1 |
* | more parenthesis | Brian | 2007-03-27 | 1 | -1/+1 |
* | add parenthesis around a bit-wise AND term in _tnl_InvalidateState() | Brian | 2007-03-27 | 1 | -1/+1 |
* | Restore the UseTexEnvProgram logic. | Brian | 2007-03-27 | 1 | -1/+1 |
* | When computing render_inputs_bitset, omit primary color if we have a fragment... | Brian | 2007-03-24 | 1 | -10/+11 |
* | Properly compute render_inputs_bitset when using a vertex program/shader. | Brian | 2007-03-19 | 1 | -7/+13 |
* | Merge branch 'origin' into glsl-compiler-1 | Brian | 2007-02-22 | 1 | -92/+7 |
|\ |
|
| * | Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i... | Keith Whitwell | 2007-01-16 | 1 | -4/+1 |
| |\ |
|
| * | | merge current trunk into vbo branch | Alan Hourihane | 2006-11-02 | 1 | -2/+3 |
| * | | pickup structs from vbo.h | Keith Whitwell | 2006-10-31 | 1 | -1/+1 |
| * | | better handling of current attributes. Trivial dlist and varray tests work | Keith Whitwell | 2006-10-30 | 1 | -0/+2 |
| * | | Changes for new vbo-building module. | Keith Whitwell | 2006-10-29 | 1 | -95/+7 |
* | | | varying changes | Brian | 2006-12-15 | 1 | -1/+1 |