index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
tnl
/
t_vertex.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
tnl: remove unneeded #include of colormac.h
Brian Paul
2015-04-01
1
-1
/
+0
*
mesa: include stdio.h where needed
Brian Paul
2015-03-05
1
-0
/
+1
*
mesa: Drop _mesa_getenv() wrapper.
Matt Turner
2014-09-24
1
-1
/
+1
*
mesa: add missing null checks in _tnl_register_fastpath()
Juha-Pekka Heikkila
2014-05-02
1
-2
/
+12
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-3
/
+3
*
mesa: modified _mesa_align_free() to accept NULL pointer
Siavash Eliasi
2013-12-04
1
-4
/
+2
*
mesa: remove DD_TRI_LIGHT_TWOSIDE flag
Brian Paul
2013-04-17
1
-6
/
+6
*
mesa: remove DD_TRI_UNFILLED flag
Brian Paul
2013-04-17
1
-3
/
+8
*
Don't cast the return value of malloc/realloc
Matt Turner
2012-09-05
1
-2
/
+2
*
mesa: s/FREE/free/
Brian Paul
2012-09-01
1
-2
/
+2
*
tnl: stop using _DD_NEW_x flags
Brian Paul
2012-03-12
1
-1
/
+2
*
mesa: move last bits of GLchan stuff into swrast
Brian Paul
2011-09-20
1
-1
/
+1
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-20
/
+20
*
Drop macro wrappers for the aligned memory functions
Kristian Høgsberg
2010-02-19
1
-2
/
+2
*
Replace the _mesa_*printf() wrappers with the plain libc versions
Kristian Høgsberg
2010-02-19
1
-5
/
+5
*
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-19
1
-1
/
+1
*
Remove _mesa_memcpy in favor of plain memcpy.
Kenneth Graunke
2010-02-19
1
-1
/
+1
*
tnl: fix double->float and int/uint conversion warnings
Brian Paul
2010-01-27
1
-1
/
+1
*
mesa: check if TNL state is null in _tnl_free_vertices() to avoid potential s...
Brian Paul
2009-02-13
1
-21
/
+24
*
tnl: Add a utility to emit indexed vertices to a DMA buffer.
Thomas Hellstrom
2009-01-20
1
-1
/
+44
*
mesa: prefix a bunch of #include lines with "main/".
Brian Paul
2008-09-18
1
-3
/
+3
*
Remove ctx->Point._Size and ctx->Line._Width.
Brian
2007-07-21
1
-1
/
+1
*
Document a deficiency in the _swrast_Translate() function with regard to poin...
Brian
2007-05-02
1
-1
/
+9
*
Don't use nested struct definitions in tnl_clipspace_fastpath.
Brian Paul
2006-06-27
1
-1
/
+1
*
C++ fixes, mostly casts (Stephane Conversy)
Brian Paul
2005-12-06
1
-2
/
+3
*
Use _mesa_exec_free for fp->func.
Keith Whitwell
2005-11-24
1
-6
/
+6
*
reference bug 5131 in comment in _tnl_free_vertices()
Brian Paul
2005-11-22
1
-1
/
+1
*
disable freeing of fp->func, see comment (bug 5131)
Brian Paul
2005-11-22
1
-1
/
+8
*
Invalidate current fastpath on changes to attribute size or offset within
Keith Whitwell
2005-05-19
1
-3
/
+7
*
Re-initialize viewport shadows each time.
Keith Whitwell
2005-05-19
1
-8
/
+11
*
Remove old t_vertex.c codegen infrastructure, tie in new code.
Keith Whitwell
2005-05-18
1
-1145
/
+193
*
`static const' instead of `const static'
Daniel Borca
2005-02-14
1
-1
/
+1
*
mesa-tnl-0-to-NULL.patch from Jeff Muizelaar
Keith Whitwell
2005-02-10
1
-5
/
+5
*
free buffer in t_vertex_c.c on context delete
Keith Whitwell
2005-01-12
1
-0
/
+2
*
Fix segfault in pipes by dealing with stride == 0 case in generic_interp_extras
Keith Whitwell
2005-01-10
1
-14
/
+25
*
Added missing break; to fix infinite recursion between choose_emit_func
Felix Kuehling
2005-01-08
1
-0
/
+1
*
And fix the obvious bugs in higher-numbered templates.
Keith Whitwell
2005-01-07
1
-8
/
+8
*
Templatize the fastpaths.
Keith Whitwell
2005-01-07
1
-254
/
+71
*
Add some more hardcoded fastpaths.
Keith Whitwell
2005-01-07
1
-15
/
+117
*
Make the format of the fastpaths cleaner at the expense of a little
Keith Whitwell
2005-01-05
1
-90
/
+223
*
Add a couple of hardwired fastpaths to t_vertex.c.
Keith Whitwell
2005-01-05
1
-42
/
+133
*
Big-endian fixes for R200 sw TCL path.
Ian Romanick
2004-10-23
1
-0
/
+56
*
Add ARGB modes to support big-endian systems.
Ian Romanick
2004-10-17
1
-0
/
+56
*
Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...
Brian Paul
2004-08-25
1
-1
/
+44
*
disable some debug printfs
Brian Paul
2004-07-02
1
-2
/
+4
*
Rename the various function types in t_context.h to include a tnl_ prefix.
Keith Whitwell
2004-07-01
1
-2
/
+2
*
Add infrastructure for t_vertex.c codegen. Add an example driver
Keith Whitwell
2004-06-30
1
-16
/
+38
*
Fix minor warnings found with g++.
Brian Paul
2004-05-04
1
-2
/
+2
*
Added some comments. Minor const, int->GLint type changes, etc.
Brian Paul
2004-03-13
1
-21
/
+30
*
Add _tnl_set_attr() to complement existing get_attr() call.
Keith Whitwell
2004-02-16
1
-5
/
+25
[next]