summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_bitmap.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-03mesa: Delete libmesa_classicDylan Baker1-223/+0
2015-02-23mesa: Use assert() instead of ASSERT wrapper.Matt Turner1-3/+3
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
2012-02-24swrast: define, use SWRAST_MAX_WIDTH/HEIGHTBrian Paul1-1/+1
2011-02-28mesa: move PBO-related functions into a new fileBrian Paul1-0/+1
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-2/+2
2010-03-03swrast: Remove support for Bitmap into a color-index bufferIan Romanick1-12/+3
2010-01-14Merge branch 'mesa_7_7_branch'Jakob Bornecrantz1-1/+0
2010-01-13swrast: Remove unnecessary header from s_bitmap.c.Vinson Lee1-1/+0
2009-12-31swrast: add check for conditional renderingBrian Paul1-0/+4
2009-09-03mesa: consolidate PBO map/unmap helpersBrian Paul1-2/+2
2009-01-30swrast: replace RENDER_START/FINISH macros with inline functionsBrian Paul1-5/+4
2008-09-18mesa: prefix a bunch of #include lines with "main/".Brian Paul1-5/+5
2008-03-21Refactor PBO validate/map code.Brian1-5/+3
2008-03-21add a number of PBO validate/map/unmap functionsBrian1-25/+7
2007-06-29simplify INIT_SPAN codeBrian1-2/+6
2007-05-20Overhaul/simplify SWvertex and SWspan attribute handling.Brian1-17/+2
2007-04-21Fix color sum bug 10688.Brian1-2/+1
2007-03-26Add _swrast_span_default_secondary_color() for use with glBitmap, glDrawPixel...Brian1-0/+2
2006-10-04use _swrast_span_default_color() in the disabled code tooBrian Paul1-13/+1
2006-10-04call _swrast_span_default_color() to simplify _swrast_Bitmap(), improved comm...Brian Paul1-18/+7
2006-10-01New SWspan and SWspanarrays typedefs.Brian Paul1-2/+2
2005-10-31check swrast->_FogEnabled instead of ctx->Fog.EnabledBrian Paul1-2/+2
2005-01-29remove stray span.y++Brian Paul1-1/+1
2004-11-10GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpackingBrian Paul1-5/+5
2004-10-31Allow the software fallback glDrawPixels, glReadPixels, glBitmap commands toBrian Paul1-8/+26
2004-05-04Fix minor warnings found with g++.Brian Paul1-1/+2
2004-03-13Implementation of GL_EXT_pixel_buffer_object extension.Brian Paul1-3/+10
2003-11-25current raster color index should be GLfloatBrian Paul1-2/+2
2003-04-08Added ctx->Texture._EnabledCoordUnits bitfield.Brian Paul1-6/+4
2003-03-25replace _mesa_ prefix with _swrast_, remove s_histogram.[ch]Brian Paul1-13/+13
2003-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul1-2/+1
2002-11-25set default texcoords for glBitmap/glDrawPixelsBrian Paul1-2/+6
2002-08-07struct sw_span is again allocated on the stack, but the arrays of spanBrian Paul1-46/+46
2002-04-19Allocate a sw_span struct in the swrast context instead of allocating itBrian Paul1-47/+46
2002-04-12Klaus Niederkrueger's latest changes: use INIT_SPAN() to init span primitiveBrian Paul1-13/+13
2002-02-17don't include s_fog.hBrian Paul1-2/+1
2002-02-15added alternate glBitmap code (disabled)Brian Paul1-1/+112
2002-02-02sw_span can now hold x/y arrays of fragment positions - getting ready toBrian Paul1-37/+43
2001-12-14vertex program check-inBrian Paul1-2/+2
2001-06-26More raster fog coord fixes.Brian Paul1-11/+9
2001-06-18fix glDraw/CopyPixels w/ fog bug. minor fog code clean-ups.Brian Paul1-4/+6
2001-05-30added current raster fog coord and related codeBrian Paul1-4/+9
2001-05-09don't call _mesa_win_fog_coords_from_z() if fog is disabled, fixes FP exceptionBrian Paul1-2/+5
2001-05-03interpolate fog valus as floats, not fixed - fixed the swrast fog problemBrian Paul1-2/+2
2001-03-19Split driver struct into swrast/tnl/core components.Keith Whitwell1-2/+7
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes1-10/+7