Age | Commit message (Expand) | Author |
2010-10-13 | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg |
2010-10-13 | Drop GLframebuffer typedef and just use struct gl_framebuffer | Kristian Høgsberg |
2010-10-13 | Rename GLvisual and __GLcontextModes to struct gl_config | Kristian Høgsberg |
2010-08-30 | Add talloc to osmesa library dependencies | Jon TURNEY |
2010-08-11 | osmesa: link with new libglsl.a lib | Brian Paul |
2010-07-02 | osmesa: remove old renderbuffer before adding new | Brian Paul |
2010-06-16 | osmesa: always build standalone for internal symbols | Dan Nicholson |
2010-05-09 | osmesa: use unsigned 16-bit/channel format | Brian Paul |
2010-05-07 | glapi: Move to src/mapi/. | Chia-I Wu |
2010-05-04 | osmesa: remove unused var | Brian Paul |
2010-05-04 | osmesa: fix OSMesa for CHAN_BITS=32 | Brian Paul |
2010-03-03 | mesa: Remove support for creating color-index visuals | Ian Romanick |
2010-03-03 | osmesa: Remove support for color-index rendering | Ian Romanick |
2010-02-19 | Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions | Kristian Høgsberg |
2010-02-19 | Remove _mesa_strcmp in favor of plain strcmp. | Kenneth Graunke |
2010-02-05 | osmesa: Add OSMesaColorClamp and OSMesaGetProcAddress to symbol defs. | Brian Paul |
2009-12-21 | osmesa: Fix a copy/paste error in building libOSMesa | Jeremy Huddleston |
2009-12-21 | osmesa: added new GLSL libs | Brian Paul |
2009-10-08 | mesa: remove a bunch of gl_renderbuffer fields | Brian Paul |
2009-09-20 | osmesa: call _mesa_meta_init/free() | Brian Paul |
2009-06-04 | osmesa: Allow building standalone in all three channel widths | Dan Nicholson |
2009-02-09 | mesa: replace _mesa_unreference_framebuffer() with _mesa_reference_framebuffer() | Brian Paul |
2009-01-07 | mesa: OSMesa Makefile fixes (use LIB_DIR) | Brian Paul |
2008-08-11 | Apple: Cleaned up some linking and dylib ids issues | Jeremy Huddleston |
2008-07-12 | Always pass -linker and -ldflags to mklib for shared libraries | Dan Nicholson |
2008-07-12 | Call mklib with $(SHELL) so the user controls the interpreter | Dan Nicholson |
2008-06-05 | Move construction of libOSMesa.so into src/mesa/drivers/osmesa/Makefile | Brian Paul |
2008-06-05 | insert mesa/ before include files | Brian Paul |
2008-04-01 | added some missing calls to _mesa_enable_x_y_extensions() | Brian |
2007-10-03 | Update of OpenVMS makefiles for the use of "new" include file convention | Jouk |
2007-05-10 | Updated OpenVMS makefiles | J.Jansen |
2007-04-24 | assorted fixes for Windows/VC8 | Karl Schultz |
2007-04-14 | set osmesa renderbuffer refcount=1 upon creation, free renderbuffer in OSMesa... | Brian |
2007-03-28 | Add missing OSMesaColorClamp function | Alan Hourihane |
2007-03-06 | Fix/improve framebuffer object reference counting. | Brian |
2006-10-30 | switch several dri drivers over | Keith Whitwell |
2006-10-29 | switch over to vbo module | Keith Whitwell |
2006-10-17 | Lots of fixes/changes to select color depth at runtime. | Brian Paul |
2006-10-14 | Some code movement so that the gl_framebuffer is fully initialized before | Brian Paul |
2006-05-20 | use new _mesa_remove_renderbuffer() | Brian Paul |
2006-05-19 | Allow rendering 8, 16 and 32-bit/channel images without recompiling. | Brian Paul |
2006-05-14 | remove some unused macros | Brian Paul |
2006-05-14 | fix typo, remove dead code | Brian Paul |
2006-04-25 | silence warnings | Brian Paul |
2006-04-01 | Initialize renderbuffer size. | Daniel Borca |
2006-03-30 | When creating front/back renderbuffers, init the Red/Green/Blue/AlphaBits fields | Brian Paul |
2006-03-28 | Match pixel addresses with `compute_row_addresses' in RGB mode (also obey RGB... | Daniel Borca |
2006-03-27 | PutRowRGB was not initialized for OSMESA_RGB_565 | Daniel Borca |
2006-03-16 | Moved _glapi_check_multithread() call into drivers, instead of in | Brian Paul |
2006-01-26 | remove unneeded init of swrast->invalidate_line/triangle | Brian Paul |