| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: Drop _EnabledUnits. | Eric Anholt | 2014-04-30 | 1 | -2/+2 |
* | 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 | -4/+4 |
* | mesa: remove gl_renderbuffer::Wrapped | Brian Paul | 2012-01-24 | 1 | -2/+2 |
* | xlib: remove a ton of old xlib driver cruft | Brian Paul | 2011-11-15 | 1 | -145/+0 |
* | xlib: remove software alpha buffer support | Brian Paul | 2011-11-15 | 1 | -2/+0 |
* | drivers/x11: unifdef XFree86Server | Adam Jackson | 2010-11-29 | 1 | -4/+0 |
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -5/+5 |
* | mesa: prefix more #includes with "main/" | Brian Paul | 2008-09-18 | 1 | -3/+3 |
* | Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexes | Brian | 2008-01-06 | 1 | -3/+3 |
* | Simplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers and fix bug 13835. | Brian | 2008-01-06 | 1 | -3/+3 |
* | Overhaul/simplify SWvertex and SWspan attribute handling. | Brian | 2007-05-20 | 1 | -4/+4 |
* | If using PF_8A8B8G8R, be sure alpha is correctly handled. | Brian | 2007-04-01 | 1 | -10/+9 |
* | added some CHAN_BITS tests | Brian Paul | 2006-05-19 | 1 | -0/+9 |
* | added CHAN_BITS != 8 test | Brian Paul | 2006-05-07 | 1 | -0/+3 |
* | assorted clean-ups, fixes | Brian Paul | 2006-04-27 | 1 | -5/+3 |
* | a little code movement so we don't make invalid casts from gl_renderbuffers t... | Brian Paul | 2006-03-28 | 1 | -3/+6 |
* | fix another renderbuffer wrapping bug | Brian Paul | 2005-10-20 | 1 | -4/+3 |
* | Added a fast xor_line() function. Uses XDrawLine with GXxor mode. | Brian Paul | 2005-09-23 | 1 | -3/+56 |
* | Add Wrapper field to gl_renderbuffer. Used for wrapping one renderbuffer | Brian Paul | 2005-09-23 | 1 | -1/+1 |
* | Major check-in of changes for GL_EXT_framebuffer_object extension. | Brian Paul | 2005-05-04 | 1 | -59/+70 |
* | PF_8A8R8G8B pixel format (Dave Reveman) | Brian Paul | 2005-04-12 | 1 | -0/+44 |
* | added support for GL_ARB_draw_buffers | Brian Paul | 2004-10-02 | 1 | -4/+3 |
* | Implemented support for software-based AUX color buffers. | Brian Paul | 2004-03-21 | 1 | -0/+2 |
* | a bunch of assorted clean-ups, etc to fix warnings, etc | Brian Paul | 2004-03-04 | 1 | -3/+0 |
* | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick | 2003-06-05 | 1 | -1/+0 |
* | use structure containment to derive xmesa_context from GLcontext | Brian Paul | 2003-04-01 | 1 | -22/+22 |
* | Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch] | Brian Paul | 2003-03-01 | 1 | -2/+1 |
* | Replace some #defines with enums. (Klaus Niederkrueger) | Brian Paul | 2003-02-17 | 1 | -9/+9 |
* | Overhaul of line drawing template code. Make better use of sw_span mechanism. | Brian Paul | 2002-11-14 | 1 | -156/+98 |
* | Implemented GL_NV_texture_rectangle extension. | Brian Paul | 2002-06-15 | 1 | -3/+3 |
* | Added ctx parameter to _mesa_debug() | Brian Paul | 2002-06-15 | 1 | -1/+2 |
* | minor re-org | Brian Paul | 2001-09-12 | 1 | -37/+1 |
* | changed xmesa_visual and xmesa_buffer structs to directly include GLvisual an... | Brian Paul | 2001-04-27 | 1 | -2/+2 |
* | Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h. | Brian Paul | 2001-01-23 | 1 | -2/+2 |
* | Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertex | Keith Whitwell | 2001-01-05 | 1 | -19/+19 |
* | Removed fixed.h (GLfixed now in mtypes.h, fixed-pt macros in mmath.h) | Brian Paul | 2001-01-02 | 1 | -1/+2 |
* | use inverted Y coordinate for choosing dither value (conformance fixes) | Brian Paul | 2000-12-13 | 1 | -2/+8 |
* | Committing in . | Jouk Jansen | 2000-11-22 | 1 | -14/+14 |
* | Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars. | Brian Paul | 2000-11-19 | 1 | -20/+20 |
* | Move the transform and lighting code to two new directories | Keith Whitwell | 2000-11-16 | 1 | -2/+1 |
* | Removed Driver.Color() and Driver.Index() functions. | Brian Paul | 2000-11-14 | 1 | -34/+2 |
* | test ctx->RenderMode in chooser functions, removed dead code | Brian Paul | 2000-11-06 | 1 | -110/+31 |
* | added buffer test to xmesa_choose_point(), fixes X protocol error | Brian Paul | 2000-11-06 | 1 | -4/+6 |
* | Use the new software rasterizer. Reworked optimized line,tri,point | Keith Whitwell | 2000-11-05 | 1 | -106/+127 |
* | Moved the software rasterizer to a new directory. | Keith Whitwell | 2000-10-31 | 1 | -19/+22 |
* | removed ctx->Texture.Enabled, use ctx->Texture.ReallyEnabled instead | Brian Paul | 2000-09-28 | 1 | -3/+3 |