summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/osmesa
AgeCommit message (Expand)Author
2006-04-01Initialize renderbuffer size.Daniel Borca
2006-03-30When creating front/back renderbuffers, init the Red/Green/Blue/AlphaBits fieldsBrian Paul
2006-03-28Match pixel addresses with `compute_row_addresses' in RGB mode (also obey RGB...Daniel Borca
2006-03-27PutRowRGB was not initialized for OSMESA_RGB_565Daniel Borca
2006-03-16Moved _glapi_check_multithread() call into drivers, instead of inBrian Paul
2006-01-26remove unneeded init of swrast->invalidate_line/triangleBrian Paul
2005-12-08add {} to RENDER_SPAN macro to fix compilation problemKarl Schultz
2005-11-12Added OSMesaColorClamp(), bug 4917Brian Paul
2005-09-23 Committing in .Jouk Jansen
2005-09-21replace GLdepth with GLuintBrian Paul
2005-09-14remove unused varsBrian Paul
2005-09-14remove _tnl_MakeCurrent callBrian Paul
2005-09-10fix a problem w/ color index mode when CHAN_BITS=16Brian Paul
2005-09-01remove the old set_buffer() routineBrian Paul
2005-05-24moved to windows build dirKarl Schultz
2005-05-17fix some BCOMP/ACOMP typos (fixes Brad King's vtk failures)Brian Paul
2005-05-07remove some dead codeBrian Paul
2005-05-05more updates for users of s_spantemp.hBrian Paul
2005-05-04fix s_spantemp.h includesBrian Paul
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul
2005-01-29fix initial viewport size bugBrian Paul
2004-11-27Have OSMesaGetProcAddress() return new OSMESAproc typedef.Brian Paul
2004-11-25Use a generic function typedef instead of void * to avoid gcc 3.4 warnings.Brian Paul
2004-04-21check return values of _swrast_CreateContext, etcBrian Paul
2004-03-21Implemented support for software-based AUX color buffers.Brian Paul
2004-03-14fix stride bug in RGB and BGR span renderingBrian Paul
2004-01-23 Committing in .Jouk Jansen
2004-01-22 Committing in .Jouk Jansen
2004-01-20Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul
2003-10-19Move initialization of default ctx->Driver.buffer-object-functions intoBrian Paul
2003-10-15initialize GetBufferSubData pointerBrian Paul
2003-10-11s/GL_COLOR_INDEX/OSMESA_COLOR_INDEX/Brian Paul
2003-10-11don't request accum buffer in color index modeBrian Paul
2003-10-08More SciTech SNAP specific changes to glheader.h. Also modified the macrosKendall Bennett
2003-09-19Make binary - even though this is a text file, common practice is to store MS...Karl Schultz
2003-09-18Copy the DLL files to the lib directory instead of libexec.Karl Schultz
2003-09-17GL_ARB_vertex_buffer_object working now, at least for non-indexedBrian Paul
2003-09-17added call to _mesa_enable_1_5_extensions()Brian Paul
2003-08-30Generate browse info for Debug version.Karl Schultz
2003-07-26VC 6 Project FileKarl Schultz
2003-07-02 Committing in .Jouk Jansen
2003-06-17 Committing in .Jouk Jansen
2003-04-04Rework gl[Copy]Tex[Sub]Image() error checking so that all level, width, heightBrian Paul
2003-04-01s/gl_ctx/mesa/ and misc clean-upsBrian Paul
2003-04-01New device driver hooks for texture object and texture image creation toBrian Paul
2003-03-04fix GLchan=GLfloat problemsBrian Paul
2003-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul
2003-02-25casts to silence g++ warningsBrian Paul
2002-11-14Overhaul of line drawing template code. Make better use of sw_span mechanism.Brian Paul
2002-11-13Lots of clean-ups.Brian Paul