summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-09-19two-side stencil infoBrian Paul
2002-09-19Updated BeOS support (Philippe Houdoin)Brian Paul
2002-09-19push and pop ESI (Daniel Borca)Brian Paul
2002-09-19obsoleteBrian Paul
2002-09-17pull-in changes from DRI/Mesa-4.0.4Brian Paul
2002-09-17remove GLint t, pass target to _mesa_init_teximage_fields()Brian Paul
2002-09-16fixed _mesa_generate_mipmaps() target problemBrian Paul
2002-09-16more detailed _mesa_error() messagesBrian Paul
2002-09-16doxygen commentsBrian Paul
2002-09-14fixed pixel pack bug in glGetTexImage()Brian Paul
2002-09-12Mark destroyed context as not current. (Frank Warmerdam)Karl Schultz
2002-09-12optimizations to _math_matrix_rotate() (Rudolf Opalla)Brian Paul
2002-09-08more detailed _mesa_error() stringsBrian Paul
2002-09-06incorrect dimenstion passed to texture_error_check() in compressed teximage f...Brian Paul
2002-09-06removed GL_MAX_CONVOLUTION_WIDTH/HEIGHTBrian Paul
2002-09-06don't query GL_MAX_CONVOLUTION_WIDTH/HEIGHTBrian Paul
2002-09-06minor updates to sync with XFree86Brian Paul
2002-09-06added -l option to print interesting OpenGL limitsBrian Paul
2002-09-06fixed glSampleCoverage typoBrian Paul
2002-09-06implemented glProgramParameters4[df]vNV()Brian Paul
2002-09-06hook-up dispatch for glActiveStencilFaceEXT()Brian Paul
2002-09-06added GL_EXT_stencil_two_side and GL_NV_fenceBrian Paul
2002-09-06GL_EXT_stencil_two_side extension, not 100% complete yet.Brian Paul
2002-09-06removed glext.h fix-ups corrected in glext.h version 17Brian Paul
2002-09-06version 17Brian Paul
2002-09-06added OpenGL 1.4 entrypointsBrian Paul
2002-09-05added GL_IBM_texture_mirrored_repeat (Ian Romanick)Brian Paul
2002-09-05test for ARB_texture_cube_map when getting GL version(Ian Romanick)Brian Paul
2002-09-05 Committing in .Jouk Jansen
2002-09-04updated wglGetProcAddressBrian Paul
2002-09-03updated DOS file listBrian Paul
2002-09-03updates from Daniel BorcaBrian Paul
2002-09-03improved error stringBrian Paul
2002-09-03s/5/NUM_TEXTURE_TARGETS/Brian Paul
2002-09-03fixed compilation problem for swdd->SetBufferBrian Paul
2002-08-29fix up stuff accidentaly checked in a few days agoBrian Paul
2002-08-28Don't call _mesa_initialize_context because we are usingKarl Schultz
2002-08-27define GLAPIENTRY and GLAPI if not defined in gl.hBrian Paul
2002-08-22added glXAllocate/FreeMemoryNV()Brian Paul
2002-08-22stub functions for glXAllocate/FreeMemoryNV()Brian Paul
2002-08-21minor error message changesBrian Paul
2002-08-21re-enable ASSIGN_NORM_GROUP( 3dnow )Brian Paul
2002-08-21replace Current.Color with Current.Attrib[VERT_ATTRIB_COLOR0]Brian Paul
2002-08-21update colormaterial state on swtcl wakeupKeith Whitwell
2002-08-21s/DrawDestMask/_DrawDestMask/Brian Paul
2002-08-21s/ProjectedClipPtr/NdcPtr/Brian Paul
2002-08-21fix problems in FXgetImage()Brian Paul
2002-08-21fixed array index typo in VERT_SAVE_RGBA() macroBrian Paul
2002-08-17added multitexture and line stippleBrian Paul
2002-08-17minor tweaksBrian Paul