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
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
2004-01-05
Beef up t_vertex.c:
Keith Whitwell
2004-01-05
Re-commit t_vertex.[ch] changes to fd.o server.
Keith Whitwell
2003-12-13
call _ae_destroy_context() and _ae_invalidate_state() from the proper places
Brian Paul
2003-11-24
Merge vtx-0-2-branch
Keith Whitwell
2003-06-05
Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.
Ian Romanick
2003-04-08
Added ctx->Texture._EnabledCoordUnits bitfield.
Brian Paul
2003-02-04
added a comment for _tnl_need_projected_coords()
Brian Paul
2002-10-29
updated email addresses
Brian Paul
2002-10-24
Header file clean-up:
Brian Paul
2002-08-21
replace Current.Color with Current.Attrib[VERT_ATTRIB_COLOR0]
Brian Paul
2002-08-21
update colormaterial state on swtcl wakeup
Keith Whitwell
2002-04-19
pass context pointer to _tnl_free_immediate(), removed backref pointer
Brian Paul
2002-04-09
bring in changes from dri tcl branch
Keith Whitwell
2002-02-13
More suport for t&l drivers
Keith Whitwell
2001-12-18
Replace old matrix stacks with new code based on struct matrix_stack.
Brian Paul
2001-07-19
Added Win32 memory debugging and fixed a few memory leaks (Gerk Huisma)
Brian Paul
2001-07-12
Rename some of the tnl->Driver.* functions to tnl->Driver.Render.*, to make it
Keith Whitwell
2001-06-28
restore normal length optimization in dlists
Keith Whitwell
2001-06-04
Adaptor code that lets tnl convert compiled (display list) cassettes back
Keith Whitwell
2001-05-11
Clean up translation of array elements, copying of elts in pure-elt
Keith Whitwell
2001-05-09
fix possible segfault on destroy context
Keith Whitwell
2001-03-19
Split driver struct into swrast/tnl/core components.
Keith Whitwell
2001-03-12
Consistent copyright info (version number, date) across all files.
Gareth Hughes
2001-03-11
Clean up install, restore for exec vtxfmts.
Gareth Hughes
2001-03-11
Support for swappable tnl modules.
Gareth Hughes
2001-03-07
fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...
Brian Paul
2001-01-13
fix conform dlist test
Keith Whitwell
2001-01-13
Fix crash in book/stencil.
Keith Whitwell
2001-01-08
Fixed 'IRound' to 'IROUND' in mmath.h
Keith Whitwell
2001-01-05
Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertex
Keith Whitwell
2000-12-26
Major rework of tnl module
Keith Whitwell
2000-11-27
Modified Files:
Jouk Jansen
2000-11-24
Fixed a couple of bugs that crept into last commit
Keith Whitwell
2000-11-24
Support for swappable t&l modules, including an example one in the FX
Keith Whitwell
2000-11-22
Committing in .
Jouk Jansen
2000-11-18
* Auto* build fixes
Jon Taylor
2000-11-16
Move the transform and lighting code to two new directories
Keith Whitwell