summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-10-16surround vertex program code with #if FEATURE_NV_vertex_program/#endifBrian Paul
2002-10-16remove some crudBrian Paul
2002-10-15remove lowpc.c and highpc.cBrian Paul
2002-10-15removed highpc.c and lowpc.cBrian Paul
2002-10-15update file list for tar fileBrian Paul
2002-10-15make a few static function non-static for highpc.cBrian Paul
2002-10-15remove 'beta' from GL_VERSION stringBrian Paul
2002-10-15allow querying of glut functions via glutGetProcAddress()Brian Paul
2002-10-15added gluTessNormal() dummy functionBrian Paul
2002-10-15added missing glFinish()Brian Paul
2002-10-15minor updatesBrian Paul
2002-10-15added latest 4.1 changesBrian Paul
2002-10-14disable wsPriv field in __GLdrawablePrivateRec to match XFree86/DRIBrian Paul
2002-10-14context-related cleanups (ex: _mesa_notifySwapBuffers instead of _mesa_swapbu...Brian Paul
2002-10-14Glide driver disabled by defaultBrian Paul
2002-10-14print transparent pixel info when using -v option (Gerd Sussner)Brian Paul
2002-10-14added missing GLX_TRANSPARENT_RGBBrian Paul
2002-10-11check EXT_point_parameters before calling PointParameterfvEXT()Brian Paul
2002-10-11init swrast->CurrentBufferBrian Paul
2002-10-11updated info about glRead/DrawBuffers()Brian Paul
2002-10-11Another round of glRead/DrawBuffer() clean-ups and simplifications.Brian Paul
2002-10-11undo previous check-in (check if ctx->Color.DrawBuffer == mode)Brian Paul
2002-10-11lineloop fixKeith Whitwell
2002-10-11check mode for no change in _mesa_Read/DrawBuffer()Brian Paul
2002-10-10updated porting infoBrian Paul
2002-10-10add GL_UNPACK_CLIENT_STORAGE_APPLE getsKeith Whitwell
2002-10-10check texImage->IsClientData before freeing memoryBrian Paul
2002-10-10disable _glapi_set_warning_func() call as it's not present in older libGLsBrian Paul
2002-10-09removed old TEXTURE0_ definesBrian Paul
2002-10-09removed old VERT_* defines, use VERT_BIT_* insteadBrian Paul
2002-10-09use new vertex bitfield tokensBrian Paul
2002-10-09disable wscx field in __GLimportsRec to be consistant with XFree86Brian Paul
2002-10-09XFree86 fixes (clib macro wrappers)Brian Paul
2002-10-09disable XMesaCreatePBuffer() for XFree86Brian Paul
2002-10-08finally get rid of ctx->Texture._ReallyEnabled fieldBrian Paul
2002-10-08fix a typoBrian Paul
2002-10-08change fog from GLfloat to GLfloat[4] (like other vertex attribs)Brian Paul
2002-10-08s/glVertexAttrib4fNV/_glapi->Dispatch->VertexAttrib4fNV/Brian Paul
2002-10-08added missing dispatch code for new AGP-related functionsBrian Paul
2002-10-08import from DRI CVSBrian Paul
2002-10-08GLX_NV_vertex_array_range and GLX_MESA_agp_offset extensionsBrian Paul
2002-10-08 Committing in .Jouk Jansen
2002-10-07removed old commentBrian Paul
2002-10-05added GLX_SGIX_fbconfig and GLX_SGIX_pbufferBrian Paul
2002-10-05added pbinfo and pbdemo programsBrian Paul
2002-10-05pbuffer info and demo programsBrian Paul
2002-10-05Pbuffers seem to work!Brian Paul
2002-10-05added XMesaCreatePBuffer()Brian Paul
2002-10-05more work on fbconfig/pbuffer supportBrian Paul
2002-10-05GLfloat/GLchan updatesBrian Paul