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
Commit message (
Expand
)
Author
Age
Files
Lines
*
tnl: replace __FUNCTION__ with __func__
Marius Predut
2015-04-14
5
-34
/
+34
*
tnl: HAVE_LE32_VERTS is never defined, remove associated code
Brian Paul
2015-03-12
1
-7
/
+0
*
mesa: Use assert() instead of ASSERT wrapper.
Matt Turner
2015-02-23
1
-3
/
+3
*
tnl_dd: Remove dead t_dd_vb.c.
Matt Turner
2014-12-12
1
-347
/
+0
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
6
-6
/
+6
*
mesa: remove outdated version lines in comments
Rico Schüller
2013-06-05
6
-6
/
+0
*
mesa: Restore 78-column wrapping of license text in C-style comments.
Kenneth Graunke
2013-04-23
6
-18
/
+24
*
mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.
Kenneth Graunke
2013-04-23
6
-6
/
+6
*
mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.
Kenneth Graunke
2013-04-23
6
-6
/
+6
*
Replace gl_frag_attrib enum with gl_varying_slot.
Paul Berry
2013-03-15
1
-48
/
+48
*
tnl_dd: Silence "tnl_dd/t_dd_tritmp.h:292:3: warning: suggest braces around e...
Ian Romanick
2011-09-09
1
-1
/
+2
*
mesa/tnl_dd: Remove unused source tree mesa/tnl_dd/imm
Ian Romanick
2011-08-26
8
-2033
/
+0
*
mesa/tnl_dd: Remove unused header file t_dd_vbtmp.h
Ian Romanick
2011-08-26
2
-676
/
+1
*
mesa/tnl_dd: Remove unused header file t_dd_rendertmp.h
Ian Romanick
2011-08-26
1
-434
/
+0
*
mesa: Remove stray, unused file
Ian Romanick
2011-08-26
1
-58
/
+0
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
12
-146
/
+146
*
mesa/tnl_dd: Remove color-index support from t_dd_unfilled.h
Ian Romanick
2010-03-03
1
-79
/
+38
*
mesa/tnl_dd: White-space / indentation fixes after previous commit
Ian Romanick
2010-03-03
1
-150
/
+146
*
mesa/tnl_dd: Remove color-index support from t_dd_tritmp.h
Ian Romanick
2010-03-03
1
-121
/
+1
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2009-12-21
3
-2
/
+22
|
\
|
*
unichrome: Silence compiler warnings.
Vinson Lee
2009-12-15
1
-2
/
+2
|
*
t_dd_dmatmp.h: Silence unused value warning in render_poly_elts.
Vinson Lee
2009-12-12
1
-0
/
+1
|
*
t_dd_dmatmp2.h: Silence unused value warnings.
Vinson Lee
2009-12-12
1
-0
/
+11
|
*
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 FogCoordPtr with AttribPtr[_TNL_ATTRIB_FOG]
Eric Anholt
2009-11-19
1
-3
/
+3
*
|
tnl: Replace deprecated ColorPtr[] with AttribPtr or new BackfaceColorPtr.
Eric Anholt
2009-11-19
4
-43
/
+43
*
|
tnl: Replace deprecated IndexPtr[] with AttribPtr[] or new BackfaceIndexPtr
Eric Anholt
2009-11-19
1
-2
/
+2
*
|
tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*]
Eric Anholt
2009-11-19
1
-32
/
+32
|
/
*
mesa: add a prototype to silence warnings
Brian Paul
2009-02-28
1
-0
/
+3
*
mesa: fix polygon offset issue (bug #12061)
Xiang, Haihao
2008-07-04
1
-2
/
+2
*
Rename quad function to quadr to avoid clash with Solaris quad typedef
Daniel Zhu
2008-06-21
1
-3
/
+3
*
fix-build: remove ctx->_Facing assignment
Brian
2007-11-30
1
-8
/
+0
*
Remove ctx->Point._Size and ctx->Line._Width.
Brian
2007-07-21
1
-1
/
+1
*
Overhaul/simplify SWvertex and SWspan attribute handling.
Brian
2007-05-20
1
-24
/
+24
*
s/fog/attrib[FRAG_ATTRIB_FOGC][0]/
Brian
2007-04-24
1
-1
/
+1
*
SWvertex no longer has texcoord field, use attrib field instead
Brian
2007-02-23
1
-24
/
+24
*
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
3
-23
/
+26
*
Wrap every place that accesses a dispatch table with a macro. A new script-
Ian Romanick
2005-07-18
1
-24
/
+24
*
Provide initial values for some variables.
Keith Whitwell
2005-05-25
1
-4
/
+4
*
Major check-in of changes for GL_EXT_framebuffer_object extension.
Brian Paul
2005-05-04
1
-5
/
+4
*
fix signed vs unsigned comparison warnings in tnl_dd
Dave Airlie
2005-02-14
2
-2
/
+2
*
My last attempt to fix polygon offsets with the reversed viewport depth
Felix Kuehling
2005-01-23
1
-3
/
+8
*
Fix loop for quads-as-triangles.
Keith Whitwell
2005-01-13
1
-2
/
+2
[next]