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
/
s_triangle.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
use v2 color, not v0 in flat_ci_triangle()
Brian Paul
2001-11-28
1
-2
/
+2
*
More span rendering optimizations from Klaus Niederkrueger
Brian Paul
2001-11-19
1
-336
/
+7
*
GL_ADD texture mode was incorrect, renamed some vars
Brian Paul
2001-09-19
1
-48
/
+49
*
silence compiler warnings (last batch for src)
Karl Schultz
2001-09-19
1
-14
/
+16
*
minor optimizations for flat shading (Klaus Niederkrueger)
Brian Paul
2001-09-13
1
-38
/
+79
*
Applied Klaus Niederkrueger's latest flat-shading clean-ups and some of my own.
Brian Paul
2001-07-26
1
-123
/
+7
*
GLchan and GL_ADD clamping changes (Klaus Niederkrueger)
Brian Paul
2001-07-23
1
-67
/
+68
*
more work on float colors (still not finished)
Brian Paul
2001-07-14
1
-31
/
+40
*
assorted changes for supporting GLfloat color channels (not done)
Brian Paul
2001-07-13
1
-40
/
+44
*
fixed flat shading bug in affine_ and persp_textured_triangle() functions
Brian Paul
2001-07-09
1
-12
/
+27
*
added missing \'s
Brian Paul
2001-07-09
1
-5
/
+5
*
optimized texture triangle updates (Klaus Niederkrueger)
Brian Paul
2001-06-26
1
-920
/
+289
*
Fix order of decomposition of quad.
Keith Whitwell
2001-05-17
1
-2
/
+2
*
use DEFARRAY, etc macros to work around 32k data limit on Macs (Tom Goon)
Brian Paul
2001-05-16
1
-13
/
+53
*
Apply antialiasing coverage factor to alpha after texture application,
Brian Paul
2001-05-15
1
-17
/
+17
*
New triangle rasterization code. Store per-span initial/step values in the
Brian Paul
2001-05-14
1
-986
/
+944
*
interpolate fog valus as floats, not fixed - fixed the swrast fog problem
Brian Paul
2001-05-03
1
-62
/
+57
*
Removed DD_Z_NEVER.
Brian Paul
2001-03-29
1
-2
/
+2
*
simplify test for specific texture formats
Brian Paul
2001-03-28
1
-5
/
+6
*
More texture format updates. Drivers now need only plug an appropriate
Gareth Hughes
2001-03-28
1
-4
/
+4
*
clean-up in _swrast_choose_triangle()
Brian Paul
2001-03-22
1
-68
/
+64
*
Split driver struct into swrast/tnl/core components.
Keith Whitwell
2001-03-19
1
-7
/
+8
*
Remove dead #define.
Keith Whitwell
2001-03-17
1
-2
/
+17
*
Consistent copyright info (version number, date) across all files.
Gareth Hughes
2001-03-12
1
-31
/
+31
*
do fog interpolation if INTERP_FOG is defined, not when INTERP_Z is defined
Brian Paul
2001-03-08
1
-1
/
+16
*
More g++ warning fixes. Fixes for CHAN_BITS==16, it seems to work.
Brian Paul
2001-03-08
1
-2
/
+2
*
lots of gl_*() to _mesa_*() namespace clean-up
Brian Paul
2001-03-03
1
-53
/
+48
*
optimized lambda calculation (Klaus Niederkrueger)
Brian Paul
2001-03-03
1
-187
/
+164
*
Allow swrast to cope (fairly) cleanly with GL_SEPERATE_SPECULAR when
Keith Whitwell
2001-02-16
1
-8
/
+28
*
added divide by zero checks
Brian Paul
2001-02-07
1
-9
/
+9
*
Overhaul of texture image handling.
Brian Paul
2001-02-06
1
-30
/
+20
*
optimized lambda computation (Klaus Niederkrueger)
Brian Paul
2001-01-29
1
-10
/
+9
*
Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.
Brian Paul
2001-01-23
1
-3
/
+3
*
Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertex
Keith Whitwell
2001-01-05
1
-28
/
+28
*
disabled two optimized textured triangle functions because of texcoord interp...
Brian Paul
2000-12-12
1
-4
/
+8
*
minor clean-ups
Brian Paul
2000-11-21
1
-30
/
+27
*
Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars.
Brian Paul
2000-11-19
1
-67
/
+67
*
Removed Driver.Color() and Driver.Index() functions.
Brian Paul
2000-11-14
1
-19
/
+5
*
Cleanup of derived state calculation prior to seperating software T&L
Keith Whitwell
2000-11-13
1
-3
/
+3
*
Reorganized software rasterizer as a module which manages its own state,
Keith Whitwell
2000-11-05
1
-172
/
+166
*
Moved software rasterizer functionality to new directory.
Keith Whitwell
2000-10-31
1
-0
/
+2448