| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: introduce a clear color union to be used for int/unsigned buffers | Dave Airlie | 2011-09-14 | 1 | -4/+5 |
* | mesa/gdi: Address compiler warnings. | José Fonseca | 2011-04-23 | 1 | -134/+129 |
* | scons: Build classic mesa gdi driver. | José Fonseca | 2011-04-23 | 1 | -5/+6 |
* | mesa: remove _mesa_initialize_context_for_api() | Brian Paul | 2011-02-08 | 1 | -1/+2 |
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -40/+40 |
* | Drop GLframebuffer typedef and just use struct gl_framebuffer | Kristian Høgsberg | 2010-10-13 | 1 | -4/+4 |
* | Rename GLvisual and __GLcontextModes to struct gl_config | Kristian Høgsberg | 2010-10-13 | 1 | -3/+3 |
* | windows: fix compilation errors and warnings | Karl Schultz | 2010-03-10 | 1 | -19/+8 |
* | mesa: Remove support for creating color-index visuals | Ian Romanick | 2010-03-03 | 1 | -3/+1 |
* | Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions | Kristian Høgsberg | 2010-02-19 | 1 | -4/+4 |
* | mesa: Factor out the fb initialization details from _mesa_new_framebuffer. | Francisco Jerez | 2010-02-03 | 1 | -1/+1 |
* | windows: assorted build fixes | Brian Paul | 2010-01-29 | 1 | -12/+0 |
* | mesa: implement per-buffer color masking | Brian Paul | 2009-12-29 | 1 | -4/+4 |
* | windows: call _mesa_meta_init/free() | Brian Paul | 2009-09-20 | 1 | -0/+5 |
* | gdi: Don't implement broken gl_dispatch_stub_xxx. | José Fonseca | 2009-04-20 | 1 | -77/+0 |
* | mesa: remove last of _mesa_unreference_framebuffer() calls | Brian Paul | 2009-03-07 | 1 | -1/+1 |
* | windows: fix visual object memleak | Thomas Henn | 2008-11-26 | 1 | -0/+3 |
* | windows: fix _mesa_unreference_framebuffer() to pass ** type. | Thomas Henn | 2008-11-26 | 1 | -1/+3 |
* | windows: replace free() with _mesa_unreference_framebuffer() | Brian Paul | 2008-11-24 | 1 | -1/+1 |
* | added 24bpp support | Shane Blackett | 2008-09-11 | 1 | -10/+217 |
* | additional stub functions | Brian | 2008-01-02 | 1 | -0/+4 |
* | faster write_rgba_span_front() | Andreas Micheler | 2007-10-15 | 1 | -17/+78 |
* | For _mesa_share_state(), update the context's references to the new share gro... | Brian | 2007-08-23 | 1 | -0/+5 |
* | Fix a number of MINGW32 issues | Zhang | 2007-07-21 | 1 | -2/+5 |
* | a variety of fixes for MingW | zhang | 2007-06-28 | 1 | -66/+66 |
* | enable 2.1 extensions | Brian | 2007-04-26 | 1 | -0/+1 |
* | assorted fixes for Windows/VC8 | Karl Schultz | 2007-04-24 | 1 | -0/+22 |
* | Commiting a few minor fixes to glut fbdev (segfault on a separate stack) | Sean D'Epagnier | 2007-02-16 | 1 | -4/+4 |
* | Remove x/y/width/height parameters from Clear functions. | Brian Paul | 2006-11-01 | 1 | -8/+5 |
* | don't use params passed to Clear() | Brian Paul | 2006-10-21 | 1 | -2/+6 |
* | Handle API and dispatch table changes that removed a bunch of extension entry... | Karl Schultz | 2006-08-30 | 1 | -0/+50 |
* | check for non-nill pwc in WMesaMakeCurrent(), bug 7585 | Brian Paul | 2006-07-21 | 1 | -1/+1 |
* | Fix problem reported by Bill Newman in read_rgba_pixels for 16 and 32 bit (GD... | Karl Schultz | 2006-04-03 | 1 | -2/+2 |
* | Clean up data structures, finishing off some of the cleanup work suggested by... | Karl Schultz | 2006-03-30 | 1 | -115/+129 |
* | Fix logic error in viewport function so that we still resize the buffers if t... | Karl Schultz | 2006-03-30 | 1 | -8/+5 |
* | When creating front/back renderbuffers, init the Red/Green/Blue/AlphaBits fields | Brian Paul | 2006-03-30 | 1 | -18/+38 |
* | Use [][3] for write_rgb_span_16 | Karl Schultz | 2006-03-30 | 1 | -1/+1 |
* | Fixes from Brian to help migrate to render buffer DD interfaces. Also fix bu... | Karl Schultz | 2006-03-30 | 1 | -255/+375 |
* | fix thinko in last revision. | Karl Schultz | 2005-12-16 | 1 | -1/+1 |
* | Work In Progress. Move some of the frame buffer, render buffer, etc init cod... | Karl Schultz | 2005-12-15 | 1 | -102/+162 |
* | Add support for memory contexts (Thomas Kaltofen). Cleanup compilation warni... | Karl Schultz | 2005-09-05 | 1 | -15/+20 |
* | free context structure (bug 1252316) and s/free/_mesa_free/ | Brian Paul | 2005-08-09 | 1 | -6/+7 |
* | Major code cleanup and begin using new render buffer interface. | Karl Schultz | 2005-05-24 | 1 | -3126/+921 |
* | Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport(). | Brian Paul | 2004-11-27 | 1 | -8/+10 |
* | Remove need for defining _MSC_VER when building Mesa for windows with | Brian Paul | 2004-11-08 | 1 | -2/+4 |
* | SWTC trick, enabled new extensions | Daniel Borca | 2004-10-12 | 1 | -2/+32 |
* | rearrange a couple of lines of code to avoid compilation error in VC 6, | Karl Schultz | 2004-09-17 | 1 | -1/+1 |
* | Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101... | Brian Paul | 2004-08-25 | 1 | -21/+67 |
* | Rename the various function types in t_context.h to include a tnl_ prefix. | Keith Whitwell | 2004-07-01 | 1 | -3/+3 |
* | Before calling _mesa_create_context(), initialize a dd_function_table struct | Brian Paul | 2004-01-20 | 1 | -47/+26 |