| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: Use assert() instead of ASSERT wrapper. | Matt Turner | 2015-02-23 | 1 | -3/+3 |
* | mesa: remove outdated version lines in comments | Rico Schüller | 2013-06-05 | 1 | -1/+0 |
* | mesa: Restore 78-column wrapping of license text in C-style comments. | Kenneth Graunke | 2013-04-23 | 1 | -3/+4 |
* | mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | swrast: define, use SWRAST_MAX_WIDTH/HEIGHT | Brian Paul | 2012-02-24 | 1 | -1/+1 |
* | mesa: move PBO-related functions into a new file | Brian Paul | 2011-02-28 | 1 | -0/+1 |
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -2/+2 |
* | swrast: Remove support for Bitmap into a color-index buffer | Ian Romanick | 2010-03-03 | 1 | -12/+3 |
* | Merge branch 'mesa_7_7_branch' | Jakob Bornecrantz | 2010-01-14 | 1 | -1/+0 |
|\ |
|
| * | swrast: Remove unnecessary header from s_bitmap.c. | Vinson Lee | 2010-01-13 | 1 | -1/+0 |
* | | swrast: add check for conditional rendering | Brian Paul | 2009-12-31 | 1 | -0/+4 |
|/ |
|
* | mesa: consolidate PBO map/unmap helpers | Brian Paul | 2009-09-03 | 1 | -2/+2 |
* | swrast: replace RENDER_START/FINISH macros with inline functions | Brian Paul | 2009-01-30 | 1 | -5/+4 |
* | mesa: prefix a bunch of #include lines with "main/". | Brian Paul | 2008-09-18 | 1 | -5/+5 |
* | Refactor PBO validate/map code. | Brian | 2008-03-21 | 1 | -5/+3 |
* | add a number of PBO validate/map/unmap functions | Brian | 2008-03-21 | 1 | -25/+7 |
* | simplify INIT_SPAN code | Brian | 2007-06-29 | 1 | -2/+6 |
* | Overhaul/simplify SWvertex and SWspan attribute handling. | Brian | 2007-05-20 | 1 | -17/+2 |
* | Fix color sum bug 10688. | Brian | 2007-04-21 | 1 | -2/+1 |
* | Add _swrast_span_default_secondary_color() for use with glBitmap, glDrawPixel... | Brian | 2007-03-26 | 1 | -0/+2 |
* | use _swrast_span_default_color() in the disabled code too | Brian Paul | 2006-10-04 | 1 | -13/+1 |
* | call _swrast_span_default_color() to simplify _swrast_Bitmap(), improved comm... | Brian Paul | 2006-10-04 | 1 | -18/+7 |
* | New SWspan and SWspanarrays typedefs. | Brian Paul | 2006-10-01 | 1 | -2/+2 |
* | check swrast->_FogEnabled instead of ctx->Fog.Enabled | Brian Paul | 2005-10-31 | 1 | -2/+2 |
* | remove stray span.y++ | Brian Paul | 2005-01-29 | 1 | -1/+1 |
* | GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpacking | Brian Paul | 2004-11-10 | 1 | -5/+5 |
* | Allow the software fallback glDrawPixels, glReadPixels, glBitmap commands to | Brian Paul | 2004-10-31 | 1 | -8/+26 |
* | Fix minor warnings found with g++. | Brian Paul | 2004-05-04 | 1 | -1/+2 |
* | Implementation of GL_EXT_pixel_buffer_object extension. | Brian Paul | 2004-03-13 | 1 | -3/+10 |
* | current raster color index should be GLfloat | Brian Paul | 2003-11-25 | 1 | -2/+2 |
* | Added ctx->Texture._EnabledCoordUnits bitfield. | Brian Paul | 2003-04-08 | 1 | -6/+4 |
* | replace _mesa_ prefix with _swrast_, remove s_histogram.[ch] | Brian Paul | 2003-03-25 | 1 | -13/+13 |
* | Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch] | Brian Paul | 2003-03-01 | 1 | -2/+1 |
* | set default texcoords for glBitmap/glDrawPixels | Brian Paul | 2002-11-25 | 1 | -2/+6 |
* | struct sw_span is again allocated on the stack, but the arrays of span | Brian Paul | 2002-08-07 | 1 | -46/+46 |
* | Allocate a sw_span struct in the swrast context instead of allocating it | Brian Paul | 2002-04-19 | 1 | -47/+46 |
* | Klaus Niederkrueger's latest changes: use INIT_SPAN() to init span primitive | Brian Paul | 2002-04-12 | 1 | -13/+13 |
* | don't include s_fog.h | Brian Paul | 2002-02-17 | 1 | -2/+1 |
* | added alternate glBitmap code (disabled) | Brian Paul | 2002-02-15 | 1 | -1/+112 |
* | sw_span can now hold x/y arrays of fragment positions - getting ready to | Brian Paul | 2002-02-02 | 1 | -37/+43 |
* | vertex program check-in | Brian Paul | 2001-12-14 | 1 | -2/+2 |
* | More raster fog coord fixes. | Brian Paul | 2001-06-26 | 1 | -11/+9 |
* | fix glDraw/CopyPixels w/ fog bug. minor fog code clean-ups. | Brian Paul | 2001-06-18 | 1 | -4/+6 |
* | added current raster fog coord and related code | Brian Paul | 2001-05-30 | 1 | -4/+9 |
* | don't call _mesa_win_fog_coords_from_z() if fog is disabled, fixes FP exception | Brian Paul | 2001-05-09 | 1 | -2/+5 |
* | interpolate fog valus as floats, not fixed - fixed the swrast fog problem | Brian Paul | 2001-05-03 | 1 | -2/+2 |
* | Split driver struct into swrast/tnl/core components. | Keith Whitwell | 2001-03-19 | 1 | -2/+7 |
* | Consistent copyright info (version number, date) across all files. | Gareth Hughes | 2001-03-12 | 1 | -10/+7 |
* | lots of gl_*() to _mesa_*() namespace clean-up | Brian Paul | 2001-03-03 | 1 | -2/+2 |