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_dd
/
t_dd_dmatmp.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
t_dd_dmatmp: Use addition instead of subtraction in loop bounds
Ian Romanick
2015-09-23
1
-1
/
+1
*
t_dd_dmatmp: Pull out common 'count -= count & 3' code
Ian Romanick
2015-09-23
1
-9
/
+6
*
t_dd_dmatmp: Use '& 3' instead of '% 4' everywhere
Ian Romanick
2015-09-23
1
-2
/
+2
*
t_dd_dmatmp: Clean up improper code formatting from previous patch
Ian Romanick
2015-09-23
1
-12
/
+6
*
t_dd_dmatmp: Make "count" actually be the count
Ian Romanick
2015-09-23
1
-73
/
+73
*
mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().
Kenneth Graunke
2015-07-20
1
-1
/
+1
*
tnl: replace __FUNCTION__ with __func__
Marius Predut
2015-04-14
1
-17
/
+17
*
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
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-24
/
+24
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2009-12-21
1
-0
/
+9
|
\
|
*
t_dd_dmatmp.h: Silence unused value warning in render_poly_elts.
Vinson Lee
2009-12-12
1
-0
/
+1
|
*
t_dd_dmatmp.h: Silence unused value warnings in render_line_loop_elts.
Vinson Lee
2009-12-12
1
-0
/
+2
|
*
t_dd_dmatmp.h: Silence unused value warning in render_tri_fan_elts.
Vinson Lee
2009-12-12
1
-0
/
+1
|
*
t_dd_dmatmp.h: Silence unused value warning in render_poly_verts.
Vinson Lee
2009-12-12
1
-0
/
+1
|
*
t_dd_dmatmp.h: Silence unused value warning in render_quads_verts.
Vinson Lee
2009-12-12
1
-0
/
+1
|
*
t_dd_dmatmp.h: Silence unused value warning in render_tri_fan_verts.
Vinson Lee
2009-12-12
1
-0
/
+1
|
*
t_dd_dmatmp.h: Silence unused value warning in render_line_loop_verts.
Vinson Lee
2009-12-12
1
-0
/
+1
|
*
t_dd_dmatmp.h: Silence unused value warning in render_line_loop_verts.
Vinson Lee
2009-12-12
1
-0
/
+1
*
|
tnl: Replace deprecated ColorPtr[] with AttribPtr or new BackfaceColorPtr.
Eric Anholt
2009-11-19
1
-2
/
+2
|
/
*
Fix build failure in the savage driver.
Eric Anholt
2006-07-28
1
-1
/
+1
*
Instead of testing ctx->_TriangleCaps for flat/smooth shading, just use ctx->...
Brian Paul
2006-07-20
1
-10
/
+13
*
Fix loop for quads-as-triangles.
Keith Whitwell
2005-01-13
1
-2
/
+2
*
Improve some quad paths, gives gears a little boost.
Keith Whitwell
2005-01-05
1
-16
/
+39
*
Removed two unnecessary variables.
Ville Syrjala
2004-10-16
1
-4
/
+2
*
fix compare w/ zero warnings (bug 988766)
Brian Paul
2004-07-20
1
-5
/
+4
*
Rename the various function types in t_context.h to include a tnl_ prefix.
Keith Whitwell
2004-07-01
1
-2
/
+2
*
Add EXT_vertex_cull support to mesa
Keith Whitwell
2004-05-10
1
-1
/
+1
*
Fix off-by-one in calculations for wrapped trifan, polygon primitives
Keith Whitwell
2004-02-04
1
-4
/
+4
*
Don't evaluate GET_CURRENT_VB_MAX_VERTS() until after calling INIT()
Keith Whitwell
2003-12-11
1
-10
/
+19
*
Updates to tnl_dd_dmatmp.h
Keith Whitwell
2003-12-11
1
-162
/
+294
*
Merge vtx-0-2-branch
Keith Whitwell
2003-11-24
1
-12
/
+0
*
patch to import Jon Smirl's work from Bitkeeper
Brian Paul
2003-08-22
1
-0
/
+1105