| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: prefix more #includes with "main/" | Brian Paul | 2008-09-18 | 1 | -4/+4 |
* | mesa: extra braces | Blair Sadewitz | 2008-07-15 | 1 | -96/+96 |
* | Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexes | Brian | 2008-01-06 | 1 | -2/+2 |
* | Simplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers and fix bug 13835. | Brian | 2008-01-06 | 1 | -2/+2 |
* | remove debug printf | Brian | 2007-04-04 | 1 | -1/+0 |
* | If using PF_8A8B8G8R, be sure alpha is correctly handled. | Brian | 2007-04-01 | 1 | -13/+31 |
* | fix warning | Brian Paul | 2006-05-08 | 1 | -2/+1 |
* | assorted clean-ups, fixes | Brian Paul | 2006-04-27 | 1 | -15/+22 |
* | a little code movement so we don't make invalid casts from gl_renderbuffers t... | Brian Paul | 2006-03-28 | 1 | -4/+12 |
* | Add Wrapper field to gl_renderbuffer. Used for wrapping one renderbuffer | Brian Paul | 2005-09-23 | 1 | -3/+2 |
* | Remove debug printfs | Keith Whitwell | 2005-05-20 | 1 | -2/+0 |
* | Re-enable X11 optimized triangle funcs. | Keith Whitwell | 2005-05-20 | 1 | -1/+0 |
* | Major check-in of changes for GL_EXT_framebuffer_object extension. | Brian Paul | 2005-05-04 | 1 | -159/+178 |
* | PF_8A8R8G8B pixel format (Dave Reveman) | Brian Paul | 2005-04-12 | 1 | -0/+118 |
* | silence warnings | Alan Hourihane | 2004-12-02 | 1 | -4/+0 |
* | 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 | -2/+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 | -46/+46 |
* | 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 | -21/+21 |
* | moved function declaration into the template, define the NAME to specify the ... | Brian Paul | 2002-11-13 | 1 | -445/+239 |
* | use wrappers from imports.h rather than stdio, stdlib, etc functions. | Brian Paul | 2002-10-30 | 1 | -43/+43 |
* | 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 | -234/+230 |
* | removed extra right-paren | Brian Paul | 2002-06-25 | 1 | -2/+2 |
* | FRONT_AND_BACK culling | Keith Whitwell | 2002-06-25 | 1 | -1/+4 |
* | Implemented GL_NV_texture_rectangle extension. | Brian Paul | 2002-06-15 | 1 | -2/+2 |
* | Added ctx parameter to _mesa_debug() | Brian Paul | 2002-06-15 | 1 | -2/+2 |
* | Allocate a sw_span struct in the swrast context instead of allocating it | Brian Paul | 2002-04-19 | 1 | -225/+225 |
* | first checkpoint commit of Klaus's new span code (struct sw_span) | Brian Paul | 2001-12-17 | 1 | -46/+46 |
* | New triangle rasterization code. Store per-span initial/step values in the | Brian Paul | 2001-05-14 | 1 | -510/+526 |
* | do fog interpolation if INTERP_FOG is defined, not when INTERP_Z is defined | Brian Paul | 2001-03-08 | 1 | -23/+1 |
* | Use a lookup table to compute exponents in tnl fogging code. Slightly | Keith Whitwell | 2001-02-06 | 1 | -2/+2 |
* | Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h. | Brian Paul | 2001-01-23 | 1 | -52/+99 |
* | Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertex | Keith Whitwell | 2001-01-05 | 1 | -39/+39 |
* | 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 | -21/+23 |
* | Support for swappable t&l modules, including an example one in the FX | Keith Whitwell | 2000-11-24 | 1 | -3/+3 |
* | Committing in . | Jouk Jansen | 2000-11-22 | 1 | -41/+41 |
* | Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars. | Brian Paul | 2000-11-19 | 1 | -133/+133 |
* | Move the transform and lighting code to two new directories | Keith Whitwell | 2000-11-16 | 1 | -3/+2 |
* | Removed Driver.Color() and Driver.Index() functions. | Brian Paul | 2000-11-14 | 1 | -43/+3 |
* | test ctx->RenderMode in chooser functions, removed dead code | Brian Paul | 2000-11-06 | 1 | -95/+5 |
* | Use the new software rasterizer. Reworked optimized line,tri,point | Keith Whitwell | 2000-11-05 | 1 | -184/+259 |
* | Moved the software rasterizer to a new directory. | Keith Whitwell | 2000-10-31 | 1 | -45/+49 |
* | Replace the flags Mesa was using for ctx->NewState with a new set | Keith Whitwell | 2000-10-30 | 1 | -1/+23 |
* | removed ctx->Texture.Enabled, use ctx->Texture.ReallyEnabled instead | Brian Paul | 2000-09-28 | 1 | -2/+2 |
* | First batch of OpenGL SI related changes: | Brian Paul | 2000-09-26 | 1 | -3/+3 |