Age | Commit message (Expand) | Author |
2010-02-19 | Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions | Kristian Høgsberg |
2010-02-19 | Remove _mesa_memset in favor of plain memset. | Kenneth Graunke |
2010-02-19 | Remove _mesa_memcpy in favor of plain memcpy. | Kenneth Graunke |
2010-02-19 | Remove _mesa_strcmp in favor of plain strcmp. | Kenneth Graunke |
2010-02-10 | Add new symbol to exports list | unknown |
2010-02-03 | mesa: Factor out the fb initialization details from _mesa_new_framebuffer. | Francisco Jerez |
2010-01-29 | windows: assorted build fixes | Brian Paul |
2009-12-29 | mesa: implement per-buffer color masking | Brian Paul |
2009-11-19 | tnl: Replace deprecated ColorPtr[] with AttribPtr or new BackfaceColorPtr. | Eric Anholt |
2009-11-19 | tnl: Replace deprecated ObjPtr with AttribPtr[_TNL_ATTRIB_POS] | Eric Anholt |
2009-11-19 | tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*] | Eric Anholt |
2009-11-04 | Merge branch 'mesa_7_6_branch' | Brian Paul |
2009-11-03 | windows: remove old entrypoints from mesa.def file | Karl Schultz |
2009-09-20 | windows: call _mesa_meta_init/free() | Brian Paul |
2009-09-19 | windows: replace old ColorTable, Convolution functions with new | Brian Paul |
2009-09-19 | windows: replace old TexCopy functions w/ new | Brian Paul |
2009-09-19 | gldirect: remove refs to soon-to-be-obsolete functions | Brian Paul |
2009-07-27 | windows: updated VC8 project files | Karl Schultz |
2009-04-20 | gdi: Don't implement broken gl_dispatch_stub_xxx. | José Fonseca |
2009-03-07 | mesa: remove last of _mesa_unreference_framebuffer() calls | Brian Paul |
2009-01-28 | Make GL_ARB_draw_buffers mandatory | Ian Romanick |
2009-01-15 | windows: updated mesa.def file | Karl Schultz |
2009-01-13 | windows: try to create a context in wglCreateLayerContext() | Karl Schultz |
2008-11-26 | windows: fix visual object memleak | Thomas Henn |
2008-11-26 | windows: fix _mesa_unreference_framebuffer() to pass ** type. | Thomas Henn |
2008-11-24 | windows: replace free() with _mesa_unreference_framebuffer() | Brian Paul |
2008-09-21 | Remove CVS keywords. | Keith Whitwell |
2008-09-11 | added 24bpp support | Shane Blackett |
2008-05-29 | Assorted Windows fixes (Karl Schultz) | Brian Paul |
2008-05-28 | updated function list | Brian Paul |
2008-01-02 | additional stub functions | Brian |
2007-11-27 | use DEFAULT_SOFTWARE_DEPTH_BITS | Delle |
2007-10-15 | faster write_rgba_span_front() | Andreas Micheler |
2007-08-23 | For _mesa_share_state(), update the context's references to the new share gro... | Brian |
2007-07-21 | Fix a number of MINGW32 issues | Zhang |
2007-07-02 | add const to wglSetPixelFormat() to match .h declaration | Brian |
2007-06-28 | a variety of fixes for MingW | zhang |
2007-04-26 | enable 2.1 extensions | Brian |
2007-04-24 | assorted fixes for Windows/VC8 | Karl Schultz |
2007-02-16 | Commiting a few minor fixes to glut fbdev (segfault on a separate stack) | Sean D'Epagnier |
2006-11-01 | Remove x/y/width/height parameters from Clear functions. | Brian Paul |
2006-10-21 | don't use params passed to Clear() | Brian Paul |
2006-08-30 | Handle API and dispatch table changes that removed a bunch of extension entry... | Karl Schultz |
2006-08-04 | export new _mesa_* functions | Karl Schultz |
2006-07-21 | check for non-nill pwc in WMesaMakeCurrent(), bug 7585 | Brian Paul |
2006-06-16 | Thread safety for Win32. SourceForge bug #1507315. | Brian Paul |
2006-04-03 | Fix problem reported by Bill Newman in read_rgba_pixels for 16 and 32 bit (GD... | Karl Schultz |
2006-03-30 | Clean up data structures, finishing off some of the cleanup work suggested by... | Karl Schultz |
2006-03-30 | Fix logic error in viewport function so that we still resize the buffers if t... | Karl Schultz |
2006-03-30 | When creating front/back renderbuffers, init the Red/Green/Blue/AlphaBits fields | Brian Paul |