aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/osmesa/osmesa.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* fix a problem w/ color index mode when CHAN_BITS=16Brian Paul2005-09-101-3/+3
* remove the old set_buffer() routineBrian Paul2005-09-011-13/+0
* fix some BCOMP/ACOMP typos (fixes Brad King's vtk failures)Brian Paul2005-05-171-5/+5
* remove some dead codeBrian Paul2005-05-071-12/+1
* more updates for users of s_spantemp.hBrian Paul2005-05-051-0/+26
* fix s_spantemp.h includesBrian Paul2005-05-041-7/+7
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-230/+242
* fix initial viewport size bugBrian Paul2005-01-291-15/+12
* Have OSMesaGetProcAddress() return new OSMESAproc typedef.Brian Paul2004-11-271-16/+15
* Use a generic function typedef instead of void * to avoid gcc 3.4 warnings.Brian Paul2004-11-251-18/+23
* check return values of _swrast_CreateContext, etcBrian Paul2004-04-211-4/+9
* Implemented support for software-based AUX color buffers.Brian Paul2004-03-211-1/+1
* fix stride bug in RGB and BGR span renderingBrian Paul2004-03-141-4/+4
* Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul2004-01-201-50/+13
* Move initialization of default ctx->Driver.buffer-object-functions intoBrian Paul2003-10-191-11/+0
* initialize GetBufferSubData pointerBrian Paul2003-10-151-0/+1
* s/GL_COLOR_INDEX/OSMESA_COLOR_INDEX/Brian Paul2003-10-111-1/+1
* don't request accum buffer in color index modeBrian Paul2003-10-111-1/+2
* More SciTech SNAP specific changes to glheader.h. Also modified the macrosKendall Bennett2003-10-081-14/+14
* GL_ARB_vertex_buffer_object working now, at least for non-indexedBrian Paul2003-09-171-0/+11
* added call to _mesa_enable_1_5_extensions()Brian Paul2003-09-171-0/+1
* Rework gl[Copy]Tex[Sub]Image() error checking so that all level, width, heightBrian Paul2003-04-041-2/+1
* s/gl_ctx/mesa/ and misc clean-upsBrian Paul2003-04-011-27/+33
* New device driver hooks for texture object and texture image creation toBrian Paul2003-04-011-2/+6
* fix GLchan=GLfloat problemsBrian Paul2003-03-041-7/+13
* Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul2003-03-011-3/+2
* casts to silence g++ warningsBrian Paul2003-02-251-2/+2
* Overhaul of line drawing template code. Make better use of sw_span mechanism.Brian Paul2002-11-141-204/+13
* Lots of clean-ups.Brian Paul2002-11-131-1512/+843
* s/BZERO/_mesa_bzero/Brian Paul2002-10-301-2/+2
* update versioning/extensions for OpenGL 1.4 / Mesa 5.0Brian Paul2002-10-291-3/+3
* wrapped a few more C library functionsBrian Paul2002-10-251-2/+2
* Header file clean-up:Brian Paul2002-10-241-5/+3
* patches from Gerk Huisma for float-channel renderingBrian Paul2002-10-171-7/+7