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_bitmap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
struct sw_span is again allocated on the stack, but the arrays of span
Brian Paul
2002-08-07
1
-46
/
+46
*
Allocate a sw_span struct in the swrast context instead of allocating it
Brian Paul
2002-04-19
1
-47
/
+46
*
Klaus Niederkrueger's latest changes: use INIT_SPAN() to init span primitive
Brian Paul
2002-04-12
1
-13
/
+13
*
don't include s_fog.h
Brian Paul
2002-02-17
1
-2
/
+1
*
added alternate glBitmap code (disabled)
Brian Paul
2002-02-15
1
-1
/
+112
*
sw_span can now hold x/y arrays of fragment positions - getting ready to
Brian Paul
2002-02-02
1
-37
/
+43
*
vertex program check-in
Brian Paul
2001-12-14
1
-2
/
+2
*
More raster fog coord fixes.
Brian Paul
2001-06-26
1
-11
/
+9
*
fix glDraw/CopyPixels w/ fog bug. minor fog code clean-ups.
Brian Paul
2001-06-18
1
-4
/
+6
*
added current raster fog coord and related code
Brian Paul
2001-05-30
1
-4
/
+9
*
don't call _mesa_win_fog_coords_from_z() if fog is disabled, fixes FP exception
Brian Paul
2001-05-09
1
-2
/
+5
*
interpolate fog valus as floats, not fixed - fixed the swrast fog problem
Brian Paul
2001-05-03
1
-2
/
+2
*
Split driver struct into swrast/tnl/core components.
Keith Whitwell
2001-03-19
1
-2
/
+7
*
Consistent copyright info (version number, date) across all files.
Gareth Hughes
2001-03-12
1
-10
/
+7
*
lots of gl_*() to _mesa_*() namespace clean-up
Brian Paul
2001-03-03
1
-2
/
+2
*
Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.
Brian Paul
2001-01-23
1
-5
/
+5
*
Move the transform and lighting code to two new directories
Keith Whitwell
2000-11-16
1
-6
/
+1
*
Reorganized software rasterizer as a module which manages its own state,
Keith Whitwell
2000-11-05
1
-4
/
+8
*
Moved software rasterizer functionality to new directory.
Keith Whitwell
2000-10-31
1
-0
/
+131