summaryrefslogtreecommitdiff
path: root/src/mesa/main
AgeCommit message (Expand)Author
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-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-03updates from Daniel BorcaBrian Paul
2002-09-03improved error stringBrian Paul
2002-09-03s/5/NUM_TEXTURE_TARGETS/Brian Paul
2002-08-21minor error message changesBrian Paul
2002-08-17added error checking for glCallLists() type parameterBrian Paul
2002-08-03Coerce vsnprintf to _vsnprintf for windowsKarl Schultz
2002-08-01define MAXSTRING and use vsnprintf to preven overflowsBrian Paul
2002-07-28export new symbols for osmesa libKarl Schultz
2002-07-09Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer()Brian Paul
2002-07-01 Committing in .Jouk Jansen
2002-06-30Implemented GL_EXT_multi_draw_arrays: glMultiDrawArraysEXT() and glMultiDrawE...Brian Paul
2002-06-29indentation fixBrian Paul
2002-06-29prep for OpenGL 1.4 feature setBrian Paul
2002-06-29Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.Brian Paul
2002-06-25remove an unneeded statement in update_polygon(), added a commentBrian Paul
2002-06-23fix problems in _mesa_debug/printf()Brian Paul
2002-06-23added some _mesa_debug() callsBrian Paul
2002-06-18Moved GL_PROGRAM_ERROR_POSITION_NV state (it's not per-program).Brian Paul
2002-06-18 Committing in .Jouk Jansen
2002-06-17new fix for initial window size problemBrian Paul
2002-06-17Port glXCopyContext bug from 4.0 branch.Brian Paul
2002-06-16fix a commentBrian Paul
2002-06-16added a commentBrian Paul
2002-06-15Implemented GL_NV_texture_rectangle extension.Brian Paul
2002-06-15#ifdef-out unused big-endian texel fetch functionsBrian Paul
2002-06-15added missing ctx parameter to _mesa_debug() callsBrian Paul
2002-06-15Added ctx parameter to _mesa_debug()Brian Paul
2002-06-13 Committing in .Jouk Jansen
2002-06-13 Committing in .Jouk Jansen
2002-06-13more removal of fprintf() callsBrian Paul
2002-06-13fixed a couple dumb mistakesBrian Paul
2002-06-13New _mesa_debug() function to replace fprintf() calls.Brian Paul
2002-06-12Moved big/little endian code to glheader.h.Brian Paul
2002-06-08added missing texture cube map targetsBrian Paul
2002-06-07fixed point sprite bugBrian Paul
2002-06-06replaced hard-coded 4 with NUM_TEXTURE_TARGETSBrian Paul
2002-06-05more big-endian tweaksBrian Paul
2002-06-03bring over Michel Daenzer's DRI changesBrian Paul
2002-05-29Added GL_NV_point_sprite functions: glPointParameteri[v]NV().Brian Paul
2002-05-27replaced experimental MESA_sprite_point with NV_point_spriteBrian Paul
2002-05-27dispatch offsets for ARB_window_posBrian Paul
2002-05-27updated vertex program dispatchBrian Paul
2002-05-09Minor change to current raster position and texcoords.Brian Paul
2002-05-09Fix FETCH(argb1555) mask valuesKeith Whitwell