index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
swrast_setup
/
ss_triangle.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
swrast: Silence compiler warnings, give better structure to the code as a res...
Michal Krol
2009-03-19
1
-59
/
+60
*
mesa: prefix a bunch of #include lines with "main/".
Brian Paul
2008-09-18
1
-4
/
+4
*
simplify update two-side lighting test (follow-on to previous front/back-face...
Brian
2007-12-18
1
-3
/
+1
*
fix broken two-sided stencil
Brian
2007-11-30
1
-4
/
+6
*
Overhaul/simplify SWvertex and SWspan attribute handling.
Brian
2007-05-20
1
-26
/
+26
*
Implement gl_FrontFacing for fragment shaders.
Brian
2007-03-10
1
-1
/
+3
*
OpenGL 2.0's two-sided stencil feature wasn't implemented correctly.
Brian Paul
2005-09-13
1
-1
/
+1
*
Rename the various function types in t_context.h to include a tnl_ prefix.
Keith Whitwell
2004-07-01
1
-2
/
+2
*
Fix minor warnings found with g++.
Brian Paul
2004-05-04
1
-2
/
+2
*
Added ctx->Vertex/FragmentProgram._Enable flags. Set when vertex/fragment
Brian Paul
2004-04-23
1
-3
/
+3
*
another tweak to two-sided detection test
Brian Paul
2004-02-04
1
-1
/
+1
*
fix two-sided lighting / vertex program bug (#887330)
Brian Paul
2004-02-04
1
-4
/
+4
*
Merge vtx-0-2-branch
Keith Whitwell
2003-11-24
1
-2
/
+2
*
Move away from using the ctx->_TriangleCaps bitfield.
Brian Paul
2003-09-18
1
-5
/
+9
*
Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.
Ian Romanick
2003-06-05
1
-1
/
+0
*
fix culling problem (bug 630649)
Brian Paul
2002-10-29
1
-3
/
+21
*
updated email addresses
Brian Paul
2002-10-29
1
-2
/
+2
*
multiple GL_POINTS can now be rendered together into one fragment span
Brian Paul
2002-10-04
1
-3
/
+4
*
finished up GL_EXT_stencil_two_side
Brian Paul
2002-10-02
1
-2
/
+8
*
removed ctx->Polygon._OffsetAny - not really needed
Brian Paul
2002-10-02
1
-2
/
+4
*
Lighting now emits colors as CHAN_TYPE, as it used to. This will require
Keith Whitwell
2001-07-17
1
-3
/
+3
*
Rename some of the tnl->Driver.* functions to tnl->Driver.Render.*, to make it
Keith Whitwell
2001-07-12
1
-6
/
+6
*
Support for floating point color representation in tnl module.
Keith Whitwell
2001-04-28
1
-3
/
+3
*
Consistent copyright info (version number, date) across all files.
Gareth Hughes
2001-03-12
1
-22
/
+23
*
More g++ warning fixes. Fixes for CHAN_BITS==16, it seems to work.
Brian Paul
2001-03-08
1
-2
/
+2
*
fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...
Brian Paul
2001-03-07
1
-6
/
+7
*
Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.
Brian Paul
2001-01-23
1
-1
/
+1
*
Fix several conformance problems. Hack solution to line stipple problem.
Keith Whitwell
2001-01-16
1
-0
/
+95
*
Fixed conform feedback and drawelements tests.
Keith Whitwell
2001-01-14
1
-2
/
+2
*
Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertex
Keith Whitwell
2001-01-05
1
-89
/
+12
*
Major rework of tnl module
Keith Whitwell
2000-12-26
1
-58
/
+72
*
Committing in .
Jouk Jansen
2000-11-22
1
-7
/
+7
*
Move the transform and lighting code to two new directories
Keith Whitwell
2000-11-16
1
-0
/
+2
*
Cleanup of derived state calculation prior to seperating software T&L
Keith Whitwell
2000-11-13
1
-1
/
+88
*
A new module to provide RasterSetup and advanced triangle/line/point
Keith Whitwell
2000-11-05
1
-0
/
+161