summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_alpha.c
Commit message (Expand)AuthorAgeFilesLines
* swrast: remove unneeded #include of colormac.hBrian Paul2015-04-011-1/+0
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-231-1/+1
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* Replace gl_frag_attrib enum with gl_varying_slot.Paul Berry2013-03-151-1/+1
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-1/+1
* swrast: s/FIXED_TO_FLOAT/FixedToFloat/Brian Paul2010-01-271-2/+2
* swrast: silence double->float assignment warningsBrian Paul2010-01-271-2/+2
* mesa: prefix a bunch of #include lines with "main/".Brian Paul2008-09-181-4/+4
* Overhaul/simplify SWvertex and SWspan attribute handling.Brian2007-05-201-2/+2
* New SWspanarrays attribs[] array.Brian2007-02-011-1/+1
* fixed Fixed/Int bugBrian Paul2006-10-191-2/+2
* New SWspan and SWspanarrays typedefs.Brian Paul2006-10-011-1/+1
* Initial work for supporting different renderbuffer color depths at runtime.Brian Paul2006-09-251-167/+103
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
* replace _mesa_ prefix with _swrast_, remove s_histogram.[ch]Brian Paul2003-03-251-4/+4
* Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul2003-03-011-2/+1
* Changed a number of context fields from GLchan to GLfloat (such as ClearColor).Brian Paul2002-10-041-2/+4
* struct sw_span is again allocated on the stack, but the arrays of spanBrian Paul2002-08-071-3/+3
* Allocate a sw_span struct in the swrast context instead of allocating itBrian Paul2002-04-191-7/+11
* Converted line drawing over to new span code, pb no longer used.Brian Paul2002-02-021-62/+1
* Clean-up and optimize alpha test code.Brian Paul2002-01-311-49/+157
* More span clean-up, mostly texture-related.Brian Paul2002-01-281-2/+2
* LOTS of changes, building upon Klaus's work.Brian Paul2002-01-271-7/+5
* Klaus's latest patches and some clean-upBrian Paul2002-01-211-6/+83
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-8/+8
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-2/+2
* Cleanup of derived state calculation prior to seperating software T&LKeith Whitwell2000-11-131-3/+2
* Moved software rasterizer functionality to new directory.Keith Whitwell2000-10-311-0/+99