Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
I don't know if this driver is anywhere near build-able, but anyway. | |||
2009-07-27 | windows: updated VC8 project files | Karl Schultz | |
See bug 22882. | |||
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 | |
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> | |||
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 | |
Fixes invalid memory reference bug when exiting. | |||
2008-09-21 | Remove CVS keywords. | Keith Whitwell | |
Cherry-picked from gallium-0.1 Conflicts: src/glu/sgi/libnurbs/interface/bezierEval.h src/glu/sgi/libnurbs/interface/bezierPatch.h src/glu/sgi/libnurbs/interface/bezierPatchMesh.h src/glu/sgi/libnurbs/internals/dataTransform.h src/glu/sgi/libnurbs/internals/displaymode.h src/glu/sgi/libnurbs/internals/sorter.h src/glu/sgi/libnurbs/nurbtess/definitions.h src/glu/sgi/libnurbs/nurbtess/directedLine.h src/glu/sgi/libnurbs/nurbtess/gridWrap.h src/glu/sgi/libnurbs/nurbtess/monoChain.h src/glu/sgi/libnurbs/nurbtess/monoPolyPart.h src/glu/sgi/libnurbs/nurbtess/monoTriangulation.h src/glu/sgi/libnurbs/nurbtess/partitionX.h src/glu/sgi/libnurbs/nurbtess/partitionY.h src/glu/sgi/libnurbs/nurbtess/polyDBG.h src/glu/sgi/libnurbs/nurbtess/polyUtil.h src/glu/sgi/libnurbs/nurbtess/primitiveStream.h src/glu/sgi/libnurbs/nurbtess/quicksort.h src/glu/sgi/libnurbs/nurbtess/rectBlock.h src/glu/sgi/libnurbs/nurbtess/sampleComp.h src/glu/sgi/libnurbs/nurbtess/sampleCompBot.h src/glu/sgi/libnurbs/nurbtess/sampleCompRight.h src/glu/sgi/libnurbs/nurbtess/sampleCompTop.h src/glu/sgi/libnurbs/nurbtess/sampleMonoPoly.h src/glu/sgi/libnurbs/nurbtess/sampledLine.h src/glu/sgi/libnurbs/nurbtess/searchTree.h src/glu/sgi/libnurbs/nurbtess/zlassert.h src/glu/sgi/libutil/error.c src/glu/sgi/libutil/glue.c src/glu/sgi/libutil/gluint.h src/glu/sgi/libutil/project.c src/glu/sgi/libutil/registry.c src/glx/x11/glxclient.h src/glx/x11/glxext.c src/mesa/drivers/dri/ffb/ffb_dd.h src/mesa/drivers/dri/ffb/ffb_points.h src/mesa/drivers/dri/gamma/gamma_context.h src/mesa/drivers/dri/gamma/gamma_macros.h src/mesa/drivers/dri/i810/i810context.h src/mesa/drivers/dri/r128/r128_dd.h src/mesa/drivers/dri/tdfx/tdfx_dd.h | |||
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 ↵ | Brian | |
group's objects (Shane Blackett) | |||
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 | |
Updated all drivers that used the old _ac_ functions to use the new _vbo_ functions. I know this fixed the fbdev driver, it looks like it might fix some other drivers too. | |||
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 ↵ | Karl Schultz | |
entry points. | |||
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 ↵ | Karl Schultz | |
(GDI driver). Bug would cause the wrong pixel to be read if more than one pixel requested and could cause memory access violations. | |||
2006-03-30 | Clean up data structures, finishing off some of the cleanup work suggested ↵ | Karl Schultz | |
by Brian. Now also creating two renderbuffers, so apps can now switch with glDrawBuffer. | |||
2006-03-30 | Fix logic error in viewport function so that we still resize the buffers if ↵ | Karl Schultz | |
the viewport and the window both change to the same new size. This lets the gloss demo work with the -f option. | |||
2006-03-30 | When creating front/back renderbuffers, init the Red/Green/Blue/AlphaBits fields | Brian Paul | |
2006-03-30 | Use [][3] for write_rgb_span_16 | Karl Schultz | |
2006-03-30 | Fixes from Brian to help migrate to render buffer DD interfaces. Also fix ↵ | Karl Schultz | |
bug in the viewport function that was using the viewport size to resize the buffer, when it should have been using the window size. Fix bug in write_rgb_span_32 where the incoming pixel data parameter was coded as a [][4] instead of [][3]. Now all the demos work correctly except singlebuffer. | |||
2006-03-29 | Update for new Mesa entry points. I need to change the python script that ↵ | Karl Schultz | |
generates this file to the new XML scheme, but for now, a manual update is OK. | |||
2006-01-25 | add wglGetExtensionsStringARB | Karl Schultz | |
2005-12-16 | fix thinko in last revision. | Karl Schultz | |
2005-12-15 | Work In Progress. Move some of the frame buffer, render buffer, etc init ↵ | Karl Schultz | |
code from the create context path to the make current path, where it is lazily initialized. This didn't buy me very much except to make it look closer to the X11 driver. Fix up some of this same code to correct some errors. The next step is to reorganize the wmesa context data structure to inherit the gl_context by containment so I can have access to the wmesa context in the update state path. The driver is still currently not responding to changes in the Draw and Read Buffer state. | |||
2005-12-08 | update for symbol export changes | Karl Schultz | |
2005-09-19 | additional wrapper updates, bug 4468 | Brian Paul | |
2005-09-05 | Add support for memory contexts (Thomas Kaltofen). Cleanup compilation ↵ | Karl Schultz | |
warnings. | |||
2005-09-05 | remove _swrast_DrawBuffer | Karl Schultz | |
2005-08-27 | Rearrange the code related to GL_ARB_occlusion_object to generalize query | Brian Paul | |
objects for future types of queries. | |||
2005-08-09 | free context structure (bug 1252316) and s/free/_mesa_free/ | Brian Paul | |
2005-07-01 | Fix a prototype | Karl Schultz | |