summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/osmesa/osmesa.c
AgeCommit message (Expand)Author
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-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-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-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
2002-10-30s/BZERO/_mesa_bzero/Brian Paul
2002-10-29update versioning/extensions for OpenGL 1.4 / Mesa 5.0Brian Paul
2002-10-25wrapped a few more C library functionsBrian Paul
2002-10-24Header file clean-up:Brian Paul
2002-10-17patches from Gerk Huisma for float-channel renderingBrian Paul
2002-10-14context-related cleanups (ex: _mesa_notifySwapBuffers instead of _mesa_swapbu...Brian Paul
2002-10-11Another round of glRead/DrawBuffer() clean-ups and simplifications.Brian Paul
2002-10-05GLfloat/GLchan updatesBrian Paul
2002-09-27new texture compression infrastructureBrian Paul
2002-08-07struct sw_span is again allocated on the stack, but the arrays of spanBrian Paul
2002-07-09Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer()Brian Paul
2002-06-30CHAN_TYPE==GL_FLOAT clamping. call _tnl_MakeCurrent. (Gerk Huisma)Brian Paul
2002-06-25removed extra right-parenBrian Paul
2002-06-25FRONT_AND_BACK cullingKeith Whitwell
2002-06-15Implemented GL_NV_texture_rectangle extension.Brian Paul
2002-06-15Added ctx parameter to _mesa_debug()Brian Paul
2002-06-13New _mesa_debug() function to replace fprintf() calls.Brian Paul
2002-04-19Allocate a sw_span struct in the swrast context instead of allocating itBrian Paul
2002-04-04added OSMesaGetProcAddress()Brian Paul
2002-04-04call _mesa_ResizeBuffersMESA() in OSMesaMakeCurrent() to reconcile buffer siz...Brian Paul
2002-03-29use _glapi_get_context() instead of GET_CURRENT_CONTEXT(ctx); in buffer_size()Brian Paul
2002-03-16Lots of changes related to framebuffer/window buffer resizing. Basically,Brian Paul
2002-03-01updated comments for CHAN_BITS=16 or 32Brian Paul
2002-01-30return GL_RENDERER = Mesa Offscreen16/32 when CHAN_BITS = 16 or 32Brian Paul
2001-12-17first checkpoint commit of Klaus's new span code (struct sw_span)Brian Paul
2001-09-25use correct vertex for flatshadingKeith Whitwell
2001-09-23[rgba]shift values weren't always correct, only effected blended linesBrian Paul
2001-09-21Make osmesa a DLL instead of a static lib (Windows). This is moreKarl Schultz
2001-09-18compiler warningsKarl Schultz