aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/osmesa
Commit message (Expand)AuthorAgeFilesLines
* osmesa: always build standalone for internal symbolsDan Nicholson2010-06-161-6/+0
* osmesa: use unsigned 16-bit/channel formatBrian Paul2010-05-091-1/+1
* glapi: Move to src/mapi/.Chia-I Wu2010-05-071-1/+2
* osmesa: remove unused varBrian Paul2010-05-041-1/+0
* osmesa: fix OSMesa for CHAN_BITS=32Brian Paul2010-05-041-7/+30
* mesa: Remove support for creating color-index visualsIan Romanick2010-03-031-3/+1
* osmesa: Remove support for color-index renderingIan Romanick2010-03-031-67/+11
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-191-6/+6
* Remove _mesa_strcmp in favor of plain strcmp.Kenneth Graunke2010-02-191-1/+1
* osmesa: Add OSMesaColorClamp and OSMesaGetProcAddress to symbol defs.Brian Paul2010-02-051-0/+2
* osmesa: Fix a copy/paste error in building libOSMesaJeremy Huddleston2009-12-211-1/+1
* osmesa: added new GLSL libsBrian Paul2009-12-211-1/+5
* mesa: remove a bunch of gl_renderbuffer fieldsBrian Paul2009-10-081-16/+3
* osmesa: call _mesa_meta_init/free()Brian Paul2009-09-201-0/+5
* osmesa: Allow building standalone in all three channel widthsDan Nicholson2009-06-041-27/+9
* mesa: replace _mesa_unreference_framebuffer() with _mesa_reference_framebuffer()Brian Paul2009-02-091-1/+1
* mesa: OSMesa Makefile fixes (use LIB_DIR)Brian Paul2009-01-071-4/+3
* Apple: Cleaned up some linking and dylib ids issuesJeremy Huddleston2008-08-111-0/+2
* Always pass -linker and -ldflags to mklib for shared librariesDan Nicholson2008-07-121-6/+4
* Call mklib with $(SHELL) so the user controls the interpreterDan Nicholson2008-07-121-4/+2
* Move construction of libOSMesa.so into src/mesa/drivers/osmesa/MakefileBrian Paul2008-06-051-0/+74
* insert mesa/ before include filesBrian Paul2008-06-051-7/+7
* added some missing calls to _mesa_enable_x_y_extensions()Brian2008-04-011-0/+2
* Update of OpenVMS makefiles for the use of "new" include file conventionJouk2007-10-031-1/+4
* Updated OpenVMS makefilesJ.Jansen2007-05-101-3/+4
* assorted fixes for Windows/VC8Karl Schultz2007-04-241-1/+1
* set osmesa renderbuffer refcount=1 upon creation, free renderbuffer in OSMesa...Brian2007-04-141-2/+7
* Add missing OSMesaColorClamp functionAlan Hourihane2007-03-281-0/+1
* Fix/improve framebuffer object reference counting.Brian2007-03-061-1/+2
* switch several dri drivers overKeith Whitwell2006-10-301-1/+2
* switch over to vbo moduleKeith Whitwell2006-10-291-4/+3
* Lots of fixes/changes to select color depth at runtime.Brian Paul2006-10-171-109/+100
* Some code movement so that the gl_framebuffer is fully initialized beforeBrian Paul2006-10-141-5/+9
* use new _mesa_remove_renderbuffer()Brian Paul2006-05-201-8/+3
* Allow rendering 8, 16 and 32-bit/channel images without recompiling.Brian Paul2006-05-191-234/+591
* remove some unused macrosBrian Paul2006-05-141-43/+6
* fix typo, remove dead codeBrian Paul2006-05-141-2/+1
* silence warningsBrian Paul2006-04-251-0/+2
* Initialize renderbuffer size.Daniel Borca2006-04-011-0/+3
* When creating front/back renderbuffers, init the Red/Green/Blue/AlphaBits fieldsBrian Paul2006-03-301-0/+23
* Match pixel addresses with `compute_row_addresses' in RGB mode (also obey RGB...Daniel Borca2006-03-281-2/+2
* PutRowRGB was not initialized for OSMESA_RGB_565Daniel Borca2006-03-271-1/+1
* Moved _glapi_check_multithread() call into drivers, instead of inBrian Paul2006-03-161-1/+7
* remove unneeded init of swrast->invalidate_line/triangleBrian Paul2006-01-261-17/+0
* add {} to RENDER_SPAN macro to fix compilation problemKarl Schultz2005-12-081-4/+6
* Added OSMesaColorClamp(), bug 4917Brian Paul2005-11-121-0/+16
* Committing in .Jouk Jansen2005-09-231-1/+1
* replace GLdepth with GLuintBrian Paul2005-09-211-2/+2
* remove unused varsBrian Paul2005-09-141-60/+1
* remove _tnl_MakeCurrent callBrian Paul2005-09-141-4/+0