index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
swrast
/
s_alpha.c
Age
Commit message (
Expand
)
Author
2010-01-27
swrast: s/FIXED_TO_FLOAT/FixedToFloat/
Brian Paul
2010-01-27
swrast: silence double->float assignment warnings
Brian Paul
2008-09-18
mesa: prefix a bunch of #include lines with "main/".
Brian Paul
2007-05-20
Overhaul/simplify SWvertex and SWspan attribute handling.
Brian
2007-02-01
New SWspanarrays attribs[] array.
Brian
2006-10-19
fixed Fixed/Int bug
Brian Paul
2006-10-01
New SWspan and SWspanarrays typedefs.
Brian Paul
2006-09-25
Initial work for supporting different renderbuffer color depths at runtime.
Brian Paul
2003-06-05
Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.
Ian Romanick
2003-03-25
replace _mesa_ prefix with _swrast_, remove s_histogram.[ch]
Brian Paul
2003-03-01
Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]
Brian Paul
2002-10-04
Changed a number of context fields from GLchan to GLfloat (such as ClearColor).
Brian Paul
2002-08-07
struct sw_span is again allocated on the stack, but the arrays of span
Brian Paul
2002-04-19
Allocate a sw_span struct in the swrast context instead of allocating it
Brian Paul
2002-02-02
Converted line drawing over to new span code, pb no longer used.
Brian Paul
2002-01-31
Clean-up and optimize alpha test code.
Brian Paul
2002-01-28
More span clean-up, mostly texture-related.
Brian Paul
2002-01-27
LOTS of changes, building upon Klaus's work.
Brian Paul
2002-01-21
Klaus's latest patches and some clean-up
Brian Paul
2001-03-12
Consistent copyright info (version number, date) across all files.
Gareth Hughes
2001-03-03
lots of gl_*() to _mesa_*() namespace clean-up
Brian Paul
2000-11-13
Cleanup of derived state calculation prior to seperating software T&L
Keith Whitwell
2000-10-31
Moved software rasterizer functionality to new directory.
Keith Whitwell