summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/osmesa
AgeCommit message (Expand)AuthorFilesLines
2004-11-27Have OSMesaGetProcAddress() return new OSMESAproc typedef.Brian Paul1-16/+15
2004-11-25Use a generic function typedef instead of void * to avoid gcc 3.4 warnings.Brian Paul1-18/+23
2004-04-21check return values of _swrast_CreateContext, etcBrian Paul1-4/+9
2004-03-21Implemented support for software-based AUX color buffers.Brian Paul1-1/+1
2004-03-14fix stride bug in RGB and BGR span renderingBrian Paul1-4/+4
2004-01-23 Committing in .Jouk Jansen1-41/+41
2004-01-22 Committing in .Jouk Jansen1-40/+41
2004-01-20Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul1-50/+13
2003-10-19Move initialization of default ctx->Driver.buffer-object-functions intoBrian Paul1-11/+0
2003-10-15initialize GetBufferSubData pointerBrian Paul1-0/+1
2003-10-11s/GL_COLOR_INDEX/OSMESA_COLOR_INDEX/Brian Paul1-1/+1
2003-10-11don't request accum buffer in color index modeBrian Paul1-1/+2
2003-10-08More SciTech SNAP specific changes to glheader.h. Also modified the macrosKendall Bennett1-14/+14
2003-09-19Make binary - even though this is a text file, common practice is to store MS...Karl Schultz1-119/+119
2003-09-18Copy the DLL files to the lib directory instead of libexec.Karl Schultz1-2/+2
2003-09-17GL_ARB_vertex_buffer_object working now, at least for non-indexedBrian Paul1-0/+11
2003-09-17added call to _mesa_enable_1_5_extensions()Brian Paul1-0/+1
2003-08-30Generate browse info for Debug version.Karl Schultz1-2/+2
2003-07-26VC 6 Project FileKarl Schultz1-0/+119
2003-07-02 Committing in .Jouk Jansen1-0/+2
2003-06-17 Committing in .Jouk Jansen1-0/+38
2003-04-04Rework gl[Copy]Tex[Sub]Image() error checking so that all level, width, heightBrian Paul1-2/+1
2003-04-01s/gl_ctx/mesa/ and misc clean-upsBrian Paul1-27/+33
2003-04-01New device driver hooks for texture object and texture image creation toBrian Paul1-2/+6
2003-03-04fix GLchan=GLfloat problemsBrian Paul1-7/+13
2003-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul1-3/+2
2003-02-25casts to silence g++ warningsBrian Paul1-2/+2
2002-11-14Overhaul of line drawing template code. Make better use of sw_span mechanism.Brian Paul1-204/+13
2002-11-13Lots of clean-ups.Brian Paul1-1512/+843
2002-10-30s/BZERO/_mesa_bzero/Brian Paul1-2/+2
2002-10-29update versioning/extensions for OpenGL 1.4 / Mesa 5.0Brian Paul1-3/+3
2002-10-25wrapped a few more C library functionsBrian Paul1-2/+2
2002-10-24Header file clean-up:Brian Paul1-5/+3
2002-10-17patches from Gerk Huisma for float-channel renderingBrian Paul1-7/+7
2002-10-14context-related cleanups (ex: _mesa_notifySwapBuffers instead of _mesa_swapbu...Brian Paul1-1/+2
2002-10-11Another round of glRead/DrawBuffer() clean-ups and simplifications.Brian Paul1-3/+3
2002-10-05GLfloat/GLchan updatesBrian Paul1-18/+22
2002-09-27new texture compression infrastructureBrian Paul1-5/+8
2002-08-07struct sw_span is again allocated on the stack, but the arrays of spanBrian Paul1-16/+16
2002-07-09Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer()Brian Paul1-14/+6
2002-06-30CHAN_TYPE==GL_FLOAT clamping. call _tnl_MakeCurrent. (Gerk Huisma)Brian Paul1-1/+15
2002-06-25removed extra right-parenBrian Paul1-2/+2
2002-06-25FRONT_AND_BACK cullingKeith Whitwell1-1/+4
2002-06-15Implemented GL_NV_texture_rectangle extension.Brian Paul1-3/+3
2002-06-15Added ctx parameter to _mesa_debug()Brian Paul1-8/+3
2002-06-13New _mesa_debug() function to replace fprintf() calls.Brian Paul1-2/+5
2002-04-19Allocate a sw_span struct in the swrast context instead of allocating itBrian Paul1-16/+16
2002-04-04added OSMesaGetProcAddress()Brian Paul1-1/+34
2002-04-04call _mesa_ResizeBuffersMESA() in OSMesaMakeCurrent() to reconcile buffer siz...Brian Paul1-2/+7
2002-03-29use _glapi_get_context() instead of GET_CURRENT_CONTEXT(ctx); in buffer_size()Brian Paul1-2/+3