index
:
~igor.oliveira/mesa-advanced-blending
master
OpenVG advanced blending
igor.oliveira
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
tnl_dd
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-21
Merge branch 'mesa_7_7_branch'
Brian Paul
3
-2
/
+22
2009-11-19
tnl: Replace deprecated FogCoordPtr with AttribPtr[_TNL_ATTRIB_FOG]
Eric Anholt
1
-3
/
+3
2009-11-19
tnl: Replace deprecated ColorPtr[] with AttribPtr or new BackfaceColorPtr.
Eric Anholt
4
-43
/
+43
2009-11-19
tnl: Replace deprecated IndexPtr[] with AttribPtr[] or new BackfaceIndexPtr
Eric Anholt
1
-2
/
+2
2009-11-19
tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*]
Eric Anholt
1
-32
/
+32
2009-12-15
unichrome: Silence compiler warnings.
Vinson Lee
1
-2
/
+2
2009-12-12
t_dd_dmatmp.h: Silence unused value warning in render_poly_elts.
Vinson Lee
1
-0
/
+1
2009-12-12
t_dd_dmatmp2.h: Silence unused value warnings.
Vinson Lee
1
-0
/
+11
2009-12-12
t_dd_dmatmp.h: Silence unused value warnings in render_line_loop_elts.
Vinson Lee
1
-0
/
+2
2009-12-12
t_dd_dmatmp.h: Silence unused value warning in render_tri_fan_elts.
Vinson Lee
1
-0
/
+1
2009-12-12
t_dd_dmatmp.h: Silence unused value warning in render_poly_verts.
Vinson Lee
1
-0
/
+1
2009-12-12
t_dd_dmatmp.h: Silence unused value warning in render_quads_verts.
Vinson Lee
1
-0
/
+1
2009-12-12
t_dd_dmatmp.h: Silence unused value warning in render_tri_fan_verts.
Vinson Lee
1
-0
/
+1
2009-12-12
t_dd_dmatmp.h: Silence unused value warning in render_line_loop_verts.
Vinson Lee
1
-0
/
+1
2009-12-12
t_dd_dmatmp.h: Silence unused value warning in render_line_loop_verts.
Vinson Lee
1
-0
/
+1
2009-02-28
mesa: add a prototype to silence warnings
Brian Paul
1
-0
/
+3
2008-07-04
mesa: fix polygon offset issue (bug #12061)
Xiang, Haihao
1
-2
/
+2
2008-06-21
Rename quad function to quadr to avoid clash with Solaris quad typedef
Daniel Zhu
1
-3
/
+3
2007-11-30
fix-build: remove ctx->_Facing assignment
Brian
1
-8
/
+0
2007-07-21
Remove ctx->Point._Size and ctx->Line._Width.
Brian
1
-1
/
+1
2007-05-20
Overhaul/simplify SWvertex and SWspan attribute handling.
Brian
1
-24
/
+24
2007-04-24
s/fog/attrib[FRAG_ATTRIB_FOGC][0]/
Brian
1
-1
/
+1
2007-02-23
SWvertex no longer has texcoord field, use attrib field instead
Brian
1
-24
/
+24
2006-07-28
Fix build failure in the savage driver.
Eric Anholt
1
-1
/
+1
2006-07-20
Instead of testing ctx->_TriangleCaps for flat/smooth shading, just use ctx->...
Brian Paul
3
-23
/
+26
2005-07-18
Wrap every place that accesses a dispatch table with a macro. A new script-
Ian Romanick
1
-24
/
+24
2005-05-25
Provide initial values for some variables.
Keith Whitwell
1
-4
/
+4
2005-05-04
Major check-in of changes for GL_EXT_framebuffer_object extension.
Brian Paul
1
-5
/
+4
2005-02-14
fix signed vs unsigned comparison warnings in tnl_dd
Dave Airlie
2
-2
/
+2
2005-01-23
My last attempt to fix polygon offsets with the reversed viewport depth
Felix Kuehling
1
-3
/
+8
2005-01-13
Fix loop for quads-as-triangles.
Keith Whitwell
1
-2
/
+2
2005-01-10
More changes to cope with color stride == 0
Keith Whitwell
1
-9
/
+36
2005-01-05
Improve some quad paths, gives gears a little boost.
Keith Whitwell
1
-16
/
+39
2004-11-12
fix quads to use GL_QUADS instead of GL_TRIANGLES as primitive
Roland Scheidegger
1
-1
/
+1
2004-11-12
wip hack for EXT_stencil_two_side
Daniel Borca
1
-10
/
+69
2004-11-12
make render_quads_verts call EMIT_PRIM with the arguments in the right order,
Adam Jackson
1
-1
/
+1
2004-11-01
fixed compilation error
Daniel Borca
1
-1
/
+2
2004-10-29
make sure we don't generate random alpha
Daniel Borca
1
-3
/
+12
2004-10-16
Removed two unnecessary variables.
Ville Syrjala
1
-4
/
+2
2004-10-02
Add an option for vertices emitted to be swapped CPU_TO_LE32, to be used by the
Eric Anholt
1
-0
/
+7
2004-07-20
fix compare w/ zero warnings (bug 988766)
Brian Paul
1
-5
/
+4
2004-07-01
Rename the various function types in t_context.h to include a tnl_ prefix.
Keith Whitwell
2
-4
/
+4
2004-05-10
Add EXT_vertex_cull support to mesa
Keith Whitwell
1
-1
/
+1
2004-02-04
Fix off-by-one in calculations for wrapped trifan, polygon primitives
Keith Whitwell
1
-4
/
+4
2003-12-11
Don't evaluate GET_CURRENT_VB_MAX_VERTS() until after calling INIT()
Keith Whitwell
1
-10
/
+19
2003-12-11
Updates to tnl_dd_dmatmp.h
Keith Whitwell
3
-189
/
+307
2003-12-09
Fix incorrect removal of PRIM_PARITY code (ie remove the parity code, not the
Keith Whitwell
1
-23
/
+2
2003-11-26
accomodate vtx-0-2-branch
Daniel Borca
1
-3
/
+0
2003-11-24
Merge vtx-0-2-branch
Keith Whitwell
5
-391
/
+166
2003-09-17
Add cast to remove compiler warning
Jon Smirl
1
-4
/
+4
[next]