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: Check provoking vertex convention when rendering quads
Ville Syrjälä
2015-10-06
1
-20
/
+26
*
t_dd_dmatmp: Disallow flat shading when rendering quad strips via tri strips
Ville Syrjälä
2015-10-06
1
-5
/
+2
*
t_dd_dmatmp: Allow flat shaded polygons with tri fans
Ville Syrjälä
2015-10-06
1
-2
/
+4
*
t_dd_dmatmp: Replace fprintf with unreachable
Ian Romanick
2015-10-06
1
-12
/
+9
*
t_dd_dmatmp: Make the render_tab[]s const
Ville Syrjälä
2015-09-23
1
-1
/
+1
*
t_dd_dmatmp: Constify dmasz
Ian Romanick
2015-09-23
1
-13
/
+9
*
t_dd_dmatmp: Silence comparison between signed and unsigned integer expressio...
Ian Romanick
2015-09-23
1
-18
/
+18
*
t_dd_dmatmp: Use stdbool.h
Ian Romanick
2015-09-23
1
-10
/
+10
*
t_dd_dmatmp: General indentation and formatting fixes
Ian Romanick
2015-09-23
1
-56
/
+55
*
t_dd_dmatmp: Indentation and formatting fixes after HAVE_ELTS change
Ian Romanick
2015-09-23
1
-38
/
+31
*
t_dd_dmatmp: Remove HAVE_ELTS support
Ian Romanick
2015-09-23
1
-584
/
+4
*
t_dd_dmatmp: Indentation and formatting fixes after HAVE_TRI_FANS change
Ian Romanick
2015-09-23
1
-56
/
+47
*
t_dd_dmatmp: Require HAVE_TRI_FANS
Ian Romanick
2015-09-23
1
-21
/
+6
*
t_dd_dmatmp: Indentation and formatting fixes after HAVE_TRI_STRIPS change
Ian Romanick
2015-09-23
1
-103
/
+95
*
t_dd_dmatmp: Require HAVE_TRI_STRIPS
Ian Romanick
2015-09-23
1
-28
/
+8
*
t_dd_dmatmp: Require HAVE_TRIANGLES
Ian Romanick
2015-09-23
1
-10
/
+4
*
t_dd_dmatmp: Indentation and formatting fixes after HAVE_LINE_STRIPS change
Ian Romanick
2015-09-23
1
-137
/
+123
*
t_dd_dmatmp: Require HAVE_LINE_STRIPS
Ian Romanick
2015-09-23
1
-29
/
+4
*
t_dd_dmatmp: Indentation and formatting fixes after HAVE_LINES change
Ian Romanick
2015-09-23
1
-46
/
+46
*
t_dd_dmatmp: Require HAVE_LINES
Ian Romanick
2015-09-23
1
-14
/
+3
*
t_dd_dmatmp: Indentation and formatting fixes after HAVE_QUADS change
Ian Romanick
2015-09-23
1
-46
/
+41
*
t_dd_dmatmp: Remove HAVE_QUADS support
Ian Romanick
2015-09-23
1
-46
/
+5
*
t_dd_dmatmp: Remove HAVE_QUAD_STRIPS support
Ian Romanick
2015-09-23
1
-33
/
+8
*
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
[next]