index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
tnl
/
t_context.c
Age
Commit message (
Expand
)
Author
2008-09-21
Merge branch 'master' into gallium-0.2
Keith Whitwell
2008-09-21
mesa: move fixed function vertex program builder from tnl to core mesa
Keith Whitwell
2008-09-18
mesa: fix null ptr deref bug in _tnl_InvalidateState(), bug 15834
Brian Paul
2008-09-11
Merge branch 'gallium-0.1' into gallium-0.2
Keith Whitwell
2008-06-16
Don't compute vertex fog when fragment program is active.
H. Verbeet
2007-12-07
New vbo_set_draw_func() to keep vbo context opaque to state tracker and tnl m...
Brian
2007-10-31
remove dead program cache code
Brian
2007-10-31
Use ffvertex_prog.c code instead of t_vp_build.c code.
Brian
2007-07-04
Be more consistant with paths in #includes. Eventually, eliminate a bunch of...
Brian
2007-03-27
fix a fragment fog regression
Brian
2007-03-27
more parenthesis
Brian
2007-03-27
add parenthesis around a bit-wise AND term in _tnl_InvalidateState()
Brian
2007-03-27
Restore the UseTexEnvProgram logic.
Brian
2007-03-24
When computing render_inputs_bitset, omit primary color if we have a fragment...
Brian
2007-03-19
Properly compute render_inputs_bitset when using a vertex program/shader.
Brian
2007-02-22
Merge branch 'origin' into glsl-compiler-1
Brian
2007-01-16
Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i...
Keith Whitwell
2006-12-15
varying changes
Brian
2006-12-13
Checkpoint work for new GLSL compiler back-end.
Brian
2006-11-22
remove unneded call to _tnl_invalidate_state() in _tnl_need_projected_coords(...
Roland Scheidegger
2006-11-02
merge current trunk into vbo branch
Alan Hourihane
2006-10-31
pickup structs from vbo.h
Keith Whitwell
2006-10-30
better handling of current attributes. Trivial dlist and varray tests work
Keith Whitwell
2006-10-29
Changes for new vbo-building module.
Keith Whitwell
2006-10-25
Previously, if a fragment program referenced fragment.fogcoord but the
Brian Paul
2006-06-14
Rename _TNL_ATTRIB_ATTRIBUTE* to _TNL_ATTRIB_GENERIC*
Brian Paul
2006-06-06
prevent run_arb_vertex_program from running tnl programs unless ctx->_Maintai...
Aapo Tahkola
2006-04-25
Put color index attribute into the 6th attribute slot.
Brian Paul
2006-04-11
More GLSL code:
Michal Krol
2005-12-06
C++ fixes, mostly casts (Stephane Conversy)
Brian Paul
2005-11-22
Make sure tnl->_DoVertexFog is kept uptodate. Fixes fog in i915
Keith Whitwell
2005-11-05
remove unneeded #includes
Brian Paul
2005-11-01
Fix segmentation fault in _tnl_ProgramCacheDestroy().
Aapo Tahkola
2005-09-16
use mesa import wrappers, bug 4468
Brian Paul
2005-09-14
Remove _tnl_MakeCurrent() and the unused ctx->Driver.MakeCurrent() callback.
Brian Paul
2005-06-27
include t_vp_build.h
Brian Paul
2005-06-09
Store compiled vertex program representations in a pointer in the
Keith Whitwell
2005-05-10
Update for FragmentProgram._Active
Keith Whitwell
2005-04-26
tweak previous fog/fragment program fix
Brian Paul
2005-04-26
enable fog render input if fragment program fog option set
Brian Paul
2005-04-22
Simplify the pipeline_stage structure
Keith Whitwell
2005-04-15
Reverted the last change back to fix bug 3035
Ben Crossman
2005-04-14
A few getenv() that werent using the mesa wrapper version
Ben Crossman
2005-02-10
mesa-tnl-0-to-NULL.patch from Jeff Muizelaar
Keith Whitwell
2004-08-25
Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...
Brian Paul
2004-04-23
Added ctx->Vertex/FragmentProgram._Enable flags. Set when vertex/fragment
Brian Paul
2004-04-05
protected all codegen behind AllowCodegen
Daniel Borca
2004-03-29
First round of codegen for t_vtx_api.c -- ie the Begin/Vertex/End code.
Keith Whitwell
2004-02-24
turns out we probably need a _tnl_allow_pixel_fog() function afterall
Brian Paul
2004-02-17
A bit of an overhaul of the fog code.
Brian Paul
[next]