summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_bitmap.c
Commit message (Expand)AuthorAgeFilesLines
* swrast: replace RENDER_START/FINISH macros with inline functionsBrian Paul2009-01-301-5/+4
* mesa: prefix a bunch of #include lines with "main/".Brian Paul2008-09-181-5/+5
* Refactor PBO validate/map code.Brian2008-03-211-5/+3
* add a number of PBO validate/map/unmap functionsBrian2008-03-211-25/+7
* simplify INIT_SPAN codeBrian2007-06-291-2/+6
* Overhaul/simplify SWvertex and SWspan attribute handling.Brian2007-05-201-17/+2
* Fix color sum bug 10688.Brian2007-04-211-2/+1
* Add _swrast_span_default_secondary_color() for use with glBitmap, glDrawPixel...Brian2007-03-261-0/+2
* use _swrast_span_default_color() in the disabled code tooBrian Paul2006-10-041-13/+1
* call _swrast_span_default_color() to simplify _swrast_Bitmap(), improved comm...Brian Paul2006-10-041-18/+7
* New SWspan and SWspanarrays typedefs.Brian Paul2006-10-011-2/+2
* check swrast->_FogEnabled instead of ctx->Fog.EnabledBrian Paul2005-10-311-2/+2
* remove stray span.y++Brian Paul2005-01-291-1/+1
* GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpackingBrian Paul2004-11-101-5/+5
* Allow the software fallback glDrawPixels, glReadPixels, glBitmap commands toBrian Paul2004-10-311-8/+26
* Fix minor warnings found with g++.Brian Paul2004-05-041-1/+2
* Implementation of GL_EXT_pixel_buffer_object extension.Brian Paul2004-03-131-3/+10
* current raster color index should be GLfloatBrian Paul2003-11-251-2/+2
* Added ctx->Texture._EnabledCoordUnits bitfield.Brian Paul2003-04-081-6/+4
* replace _mesa_ prefix with _swrast_, remove s_histogram.[ch]Brian Paul2003-03-251-13/+13
* Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul2003-03-011-2/+1
* set default texcoords for glBitmap/glDrawPixelsBrian Paul2002-11-251-2/+6
* struct sw_span is again allocated on the stack, but the arrays of spanBrian Paul2002-08-071-46/+46
* Allocate a sw_span struct in the swrast context instead of allocating itBrian Paul2002-04-191-47/+46
* Klaus Niederkrueger's latest changes: use INIT_SPAN() to init span primitiveBrian Paul2002-04-121-13/+13
* don't include s_fog.hBrian Paul2002-02-171-2/+1
* added alternate glBitmap code (disabled)Brian Paul2002-02-151-1/+112
* sw_span can now hold x/y arrays of fragment positions - getting ready toBrian Paul2002-02-021-37/+43
* vertex program check-inBrian Paul2001-12-141-2/+2
* More raster fog coord fixes.Brian Paul2001-06-261-11/+9
* fix glDraw/CopyPixels w/ fog bug. minor fog code clean-ups.Brian Paul2001-06-181-4/+6
* added current raster fog coord and related codeBrian Paul2001-05-301-4/+9
* don't call _mesa_win_fog_coords_from_z() if fog is disabled, fixes FP exceptionBrian Paul2001-05-091-2/+5
* interpolate fog valus as floats, not fixed - fixed the swrast fog problemBrian Paul2001-05-031-2/+2
* Split driver struct into swrast/tnl/core components.Keith Whitwell2001-03-191-2/+7
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-10/+7
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-2/+2
* Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul2001-01-231-5/+5
* Move the transform and lighting code to two new directoriesKeith Whitwell2000-11-161-6/+1
* Reorganized software rasterizer as a module which manages its own state,Keith Whitwell2000-11-051-4/+8
* Moved software rasterizer functionality to new directory.Keith Whitwell2000-10-311-0/+131