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_zoom.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Header file clean-up:
Brian Paul
2002-10-24
1
-2
/
+2
*
struct sw_span is again allocated on the stack, but the arrays of span
Brian Paul
2002-08-07
1
-20
/
+23
*
Allocate a sw_span struct in the swrast context instead of allocating it
Brian Paul
2002-04-19
1
-2
/
+2
*
casts to fix GLint/GLuint mismatches
Brian Paul
2002-04-19
1
-11
/
+12
*
Klaus Niederkrueger's latest changes: use INIT_SPAN() to init span primitive
Brian Paul
2002-04-12
1
-4
/
+5
*
sw_span can now hold x/y arrays of fragment positions - getting ready to
Brian Paul
2002-02-02
1
-1
/
+4
*
Clean-up and optimize alpha test code.
Brian Paul
2002-01-31
1
-345
/
+165
*
More span improvements. Removed _mesa_write_monocolor_span().
Brian Paul
2002-01-28
1
-9
/
+3
*
More span clean-up, mostly texture-related.
Brian Paul
2002-01-28
1
-4
/
+3
*
LOTS of changes, building upon Klaus's work.
Brian Paul
2002-01-27
1
-66
/
+90
*
Klaus's latest patches and some clean-up
Brian Paul
2002-01-21
1
-38
/
+86
*
first checkpoint commit of Klaus's new span code (struct sw_span)
Brian Paul
2001-12-17
1
-8
/
+8
*
Apply antialiasing coverage factor to alpha after texture application,
Brian Paul
2001-05-15
1
-5
/
+4
*
interpolate fog valus as floats, not fixed - fixed the swrast fog problem
Brian Paul
2001-05-03
1
-7
/
+7
*
Consistent copyright info (version number, date) across all files.
Gareth Hughes
2001-03-12
1
-9
/
+9
*
lots of gl_*() to _mesa_*() namespace clean-up
Brian Paul
2001-03-03
1
-19
/
+19
*
Reorganized software rasterizer as a module which manages its own state,
Keith Whitwell
2000-11-05
1
-1
/
+2
*
Moved software rasterizer functionality to new directory.
Keith Whitwell
2000-10-31
1
-0
/
+453