summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_zoom.h
Commit message (Expand)AuthorAgeFilesLines
* swrast: rewrite glDrawPixels(GL_DEPTH) with zoomBrian Paul2011-12-241-1/+1
* mesa: replace GLstencil with GLubyteBrian Paul2011-11-151-1/+1
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-5/+5
* swrast: Reduce header file inclusion in s_zoom.h.Vinson Lee2010-08-071-1/+2
* swrast: Remove _swrast_write_zoomed_index_span and associated codeIan Romanick2010-03-031-4/+0
* mesa: prefix a bunch of #include lines with "main/".Brian Paul2008-09-181-1/+0
* use GLvoid * for _swrast_write_zoomed_rgb/rgba_span() functionsBrian Paul2006-10-111-4/+2
* New SWspan and SWspanarrays typedefs.Brian Paul2006-10-011-4/+4
* Rewrite much of the pixel zoom code.Brian Paul2005-09-291-15/+23
* glDrawPixels(GL_DEPTH_COMPONENT) with glPixelZoom didn't workBrian Paul2003-08-231-9/+12
* 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-5/+5
* properly handle very wide imagesBrian Paul2002-12-051-6/+9
* Clean-up and optimize alpha test code.Brian Paul2002-01-311-20/+7
* Klaus's latest patches and some clean-upBrian Paul2002-01-211-4/+4
* interpolate fog valus as floats, not fixed - fixed the swrast fog problemBrian Paul2001-05-031-4/+4
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-2/+2
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-16/+16
* Committing in .Jouk Jansen2000-11-221-6/+6
* Moved software rasterizer functionality to new directory.Keith Whitwell2000-10-311-0/+62