summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_alpha.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2013-03-15Replace gl_frag_attrib enum with gl_varying_slot.Paul Berry1-1/+1
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-1/+1
2010-01-27swrast: s/FIXED_TO_FLOAT/FixedToFloat/Brian Paul1-2/+2
2010-01-27swrast: silence double->float assignment warningsBrian Paul1-2/+2
2008-09-18mesa: prefix a bunch of #include lines with "main/".Brian Paul1-4/+4
2007-05-20Overhaul/simplify SWvertex and SWspan attribute handling.Brian1-2/+2
2007-02-01New SWspanarrays attribs[] array.Brian1-1/+1
2006-10-19fixed Fixed/Int bugBrian Paul1-2/+2
2006-10-01New SWspan and SWspanarrays typedefs.Brian Paul1-1/+1
2006-09-25Initial work for supporting different renderbuffer color depths at runtime.Brian Paul1-167/+103
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick1-1/+0
2003-03-25replace _mesa_ prefix with _swrast_, remove s_histogram.[ch]Brian Paul1-4/+4
2003-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul1-2/+1
2002-10-04Changed a number of context fields from GLchan to GLfloat (such as ClearColor).Brian Paul1-2/+4
2002-08-07struct sw_span is again allocated on the stack, but the arrays of spanBrian Paul1-3/+3
2002-04-19Allocate a sw_span struct in the swrast context instead of allocating itBrian Paul1-7/+11
2002-02-02Converted line drawing over to new span code, pb no longer used.Brian Paul1-62/+1
2002-01-31Clean-up and optimize alpha test code.Brian Paul1-49/+157
2002-01-28More span clean-up, mostly texture-related.Brian Paul1-2/+2
2002-01-27LOTS of changes, building upon Klaus's work.Brian Paul1-7/+5
2002-01-21Klaus's latest patches and some clean-upBrian Paul1-6/+83
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes1-8/+8
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul1-2/+2
2000-11-13Cleanup of derived state calculation prior to seperating software T&LKeith Whitwell1-3/+2
2000-10-31Moved software rasterizer functionality to new directory.Keith Whitwell1-0/+99