| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: Use assert() instead of ASSERT wrapper. | Matt Turner | 2015-02-23 | 1 | -30/+30 |
* | 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 |
* | Replace gl_frag_attrib enum with gl_varying_slot. | Paul Berry | 2013-03-15 | 1 | -13/+13 |
* | swrast: fix MSVC signed/unsigned warnings | Brian Paul | 2012-11-06 | 1 | -2/+2 |
* | Don't cast the return value of malloc/realloc | Matt Turner | 2012-09-05 | 1 | -2/+2 |
* | mesa: s/CALLOC/calloc/ | Brian Paul | 2012-09-01 | 1 | -1/+1 |
* | swrast: define, use SWRAST_MAX_WIDTH/HEIGHT | Brian Paul | 2012-02-24 | 1 | -3/+3 |
* | swrast: remove MAX_WIDTH arrays in s_zoom.c | Brian Paul | 2012-02-24 | 1 | -2/+14 |
* | swrast: rewrite glDrawPixels(GL_DEPTH) with zoom | Brian Paul | 2011-12-24 | 1 | -24/+13 |
* | swrast: use malloc instead of MAX_WIDTH arrays in glCopyPixels, zoom code | Brian Paul | 2011-12-08 | 1 | -1/+9 |
* | mesa: replace GLstencil with GLubyte | Brian Paul | 2011-11-15 | 1 | -2/+2 |
* | mesa: s/INLINE/inline/ | Brian Paul | 2011-10-01 | 1 | -1/+1 |
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -7/+7 |
* | swrast: Remove _swrast_write_zoomed_index_span and associated code | Ian Romanick | 2010-03-03 | 1 | -46/+2 |
* | mesa: replace old MEMCPY macro with memcpy | Brian Paul | 2010-02-19 | 1 | -4/+4 |
* | mesa: prefix a bunch of #include lines with "main/". | Brian Paul | 2008-09-18 | 1 | -4/+4 |
* | mesa: allocate pixel zoom arrays on heap, not stack | Brian Paul | 2008-06-16 | 1 | -10/+17 |
* | simplify INIT_SPAN code | Brian | 2007-06-29 | 1 | -1/+1 |
* | Undo some prev glDraw/CopyPixel changes which fixed a bug in which colors wer... | Brian | 2007-06-29 | 1 | -0/+1 |
* | fix rgba pointer bug hit on zoomed+fogged glDrawPixels | Brian | 2007-06-21 | 1 | -10/+7 |
* | copy wpos attrib info into zoomed span (fixes fog perspective correction prob... | Brian | 2007-06-20 | 1 | -2/+4 |
* | Overhaul/simplify SWvertex and SWspan attribute handling. | Brian | 2007-05-20 | 1 | -18/+14 |
* | fix negative zoom factor bug (10636), more comments | Brian | 2007-04-14 | 1 | -3/+11 |
* | fix references to non-existant sz4 field | Richard Hughes | 2007-04-07 | 1 | -2/+2 |
* | Merge branch 'origin' into glsl-compiler-1 | Brian | 2007-02-22 | 1 | -6/+6 |
|\ |
|
| * | silence C++ warnings | Brian | 2007-01-23 | 1 | -8/+8 |
* | | New span attrStart/attrStepX/attrStepY fields to replace fog, specular, etc. ... | Brian | 2007-02-02 | 1 | -2/+3 |
* | | New SWspanarrays attribs[] array. | Brian | 2007-02-01 | 1 | -5/+5 |
|/ |
|
* | use GLvoid * for _swrast_write_zoomed_rgb/rgba_span() functions | Brian Paul | 2006-10-11 | 1 | -7/+5 |
* | support for runtime renderbuffer depths | Brian Paul | 2006-10-11 | 1 | -24/+81 |
* | New SWspan and SWspanarrays typedefs. | Brian Paul | 2006-10-01 | 1 | -7/+7 |
* | Initial work for supporting different renderbuffer color depths at runtime. | Brian Paul | 2006-09-25 | 1 | -0/+12 |
* | Use new gl_framebuffer _Depth/_StencilBuffer fields instead of | Brian Paul | 2005-11-16 | 1 | -2/+1 |
* | Rewrite much of the pixel zoom code. | Brian Paul | 2005-09-29 | 1 | -271/+218 |
* | Initial work for GL_EXT_packed_depth_stencil extension. | Brian Paul | 2005-09-28 | 1 | -5/+30 |
* | replace GLdepth with GLuint and remove GLdepth | Brian Paul | 2005-09-21 | 1 | -4/+3 |
* | glDrawPixels(GL_DEPTH_COMPONENT) with glPixelZoom didn't work | Brian Paul | 2003-08-23 | 1 | -15/+74 |
* | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick | 2003-06-05 | 1 | -1/+0 |
* | replace _mesa_ prefix with _swrast_, remove s_histogram.[ch] | Brian Paul | 2003-03-25 | 1 | -10/+10 |
* | Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch] | Brian Paul | 2003-03-01 | 1 | -2/+2 |
* | casts to silence g++ warnings | Brian Paul | 2003-02-25 | 1 | -5/+5 |
* | fix zoom/clipping bug 689964 | Brian Paul | 2003-02-21 | 1 | -1/+6 |
* | fixed bad zoomed.zStep assignment (bug 687811) | Brian Paul | 2003-02-17 | 1 | -3/+3 |
* | properly handle very wide images | Brian Paul | 2002-12-05 | 1 | -22/+41 |
* | Header file clean-up: | Brian Paul | 2002-10-24 | 1 | -2/+2 |
* | struct sw_span is again allocated on the stack, but the arrays of span | Brian Paul | 2002-08-07 | 1 | -20/+23 |
* | Allocate a sw_span struct in the swrast context instead of allocating it | Brian Paul | 2002-04-19 | 1 | -2/+2 |