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_vertex.c
Age
Commit message (
Expand
)
Author
2009-02-13
mesa: check if TNL state is null in _tnl_free_vertices() to avoid potential s...
Brian Paul
2009-01-20
tnl: Add a utility to emit indexed vertices to a DMA buffer.
Thomas Hellstrom
2008-09-18
mesa: prefix a bunch of #include lines with "main/".
Brian Paul
2007-07-21
Remove ctx->Point._Size and ctx->Line._Width.
Brian
2007-05-02
Document a deficiency in the _swrast_Translate() function with regard to poin...
Brian
2006-06-27
Don't use nested struct definitions in tnl_clipspace_fastpath.
Brian Paul
2005-12-06
C++ fixes, mostly casts (Stephane Conversy)
Brian Paul
2005-11-24
Use _mesa_exec_free for fp->func.
Keith Whitwell
2005-11-22
reference bug 5131 in comment in _tnl_free_vertices()
Brian Paul
2005-11-22
disable freeing of fp->func, see comment (bug 5131)
Brian Paul
2005-05-19
Invalidate current fastpath on changes to attribute size or offset within
Keith Whitwell
2005-05-19
Re-initialize viewport shadows each time.
Keith Whitwell
2005-05-18
Remove old t_vertex.c codegen infrastructure, tie in new code.
Keith Whitwell
2005-02-14
`static const' instead of `const static'
Daniel Borca
2005-02-10
mesa-tnl-0-to-NULL.patch from Jeff Muizelaar
Keith Whitwell
2005-01-12
free buffer in t_vertex_c.c on context delete
Keith Whitwell
2005-01-10
Fix segfault in pipes by dealing with stride == 0 case in generic_interp_extras
Keith Whitwell
2005-01-08
Added missing break; to fix infinite recursion between choose_emit_func
Felix Kuehling
2005-01-07
And fix the obvious bugs in higher-numbered templates.
Keith Whitwell
2005-01-07
Templatize the fastpaths.
Keith Whitwell
2005-01-07
Add some more hardcoded fastpaths.
Keith Whitwell
2005-01-05
Make the format of the fastpaths cleaner at the expense of a little
Keith Whitwell
2005-01-05
Add a couple of hardwired fastpaths to t_vertex.c.
Keith Whitwell
2004-10-23
Big-endian fixes for R200 sw TCL path.
Ian Romanick
2004-10-17
Add ARGB modes to support big-endian systems.
Ian Romanick
2004-08-25
Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...
Brian Paul
2004-07-02
disable some debug printfs
Brian Paul
2004-07-01
Rename the various function types in t_context.h to include a tnl_ prefix.
Keith Whitwell
2004-06-30
Add infrastructure for t_vertex.c codegen. Add an example driver
Keith Whitwell
2004-05-04
Fix minor warnings found with g++.
Brian Paul
2004-03-13
Added some comments. Minor const, int->GLint type changes, etc.
Brian Paul
2004-02-16
Add _tnl_set_attr() to complement existing get_attr() call.
Keith Whitwell
2004-01-30
Fix extract_3f_xyw().
Keith Whitwell
2004-01-26
Fix for recursion in generic_copy_pv_extras.
Keith Whitwell
2004-01-26
replace MALLOC w/ CALLOC to silence valgrind warnings
Brian Paul
2004-01-21
Another mechanism to create vertices with holes - a new EMIT_PAD style
Keith Whitwell
2004-01-19
some more count vs. end confusion
Keith Whitwell
2004-01-15
Cosmetic changes.
Brian Paul
2004-01-13
silence compiler warnings
Karl Schultz
2004-01-08
Perform check for dstclip[3] == 0.
Keith Whitwell
2004-01-06
Testing
Keith Whitwell
2004-01-06
Apply attribute offset when calling extract().
Keith Whitwell
2004-01-05
Slight cleanup
Keith Whitwell
2004-01-05
Remove debug
Keith Whitwell
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-21
new files
Keith Whitwell