mesa.git
2002-09-27 Brian Paulnew texture compression infrastructure
2002-09-23 Brian Paulfix bug in index_mask() (bug 609837)
2002-09-23 Brian Paulmerge gl_texture_image RowStride from DRI 4.0.4
2002-09-21 Brian Paulupdate from Daniel Borca
2002-09-21 Brian PaulGL_MESA_pack_invert
2002-09-21 Brian Paulupdates from 4.0.4 (MESA_ycbcr_texture, APPLE_client_st...
2002-09-21 Brian Paulmerge updates from 4.0.4
2002-09-19 Brian Pauladded src/BeOS/*.h to file list
2002-09-19 Brian Paulstencil two-side and 3dfx fix
2002-09-19 Brian Paultwo-side stencil info
2002-09-19 Brian PaulUpdated BeOS support (Philippe Houdoin)
2002-09-19 Brian Paulpush and pop ESI (Daniel Borca)
2002-09-19 Brian Paulobsolete
2002-09-17 Brian Paulpull-in changes from DRI/Mesa-4.0.4
2002-09-17 Brian Paulremove GLint t, pass target to _mesa_init_teximage_fields()
2002-09-16 Brian Paulfixed _mesa_generate_mipmaps() target problem
2002-09-16 Brian Paulmore detailed _mesa_error() messages
2002-09-16 Brian Pauldoxygen comments
2002-09-14 Brian Paulfixed pixel pack bug in glGetTexImage()
2002-09-12 Karl SchultzMark destroyed context as not current. (Frank Warmerdam)
2002-09-12 Brian Pauloptimizations to _math_matrix_rotate() (Rudolf Opalla)
2002-09-08 Brian Paulmore detailed _mesa_error() strings
2002-09-06 Brian Paulincorrect dimenstion passed to texture_error_check...
2002-09-06 Brian Paulremoved GL_MAX_CONVOLUTION_WIDTH/HEIGHT
2002-09-06 Brian Pauldon't query GL_MAX_CONVOLUTION_WIDTH/HEIGHT
2002-09-06 Brian Paulminor updates to sync with XFree86
2002-09-06 Brian Pauladded -l option to print interesting OpenGL limits
2002-09-06 Brian Paulfixed glSampleCoverage typo
2002-09-06 Brian Paulimplemented glProgramParameters4[df]vNV()
2002-09-06 Brian Paulhook-up dispatch for glActiveStencilFaceEXT()
2002-09-06 Brian Pauladded GL_EXT_stencil_two_side and GL_NV_fence
2002-09-06 Brian PaulGL_EXT_stencil_two_side extension, not 100% complete...
2002-09-06 Brian Paulremoved glext.h fix-ups corrected in glext.h version 17
2002-09-06 Brian Paulversion 17
2002-09-06 Brian Pauladded OpenGL 1.4 entrypoints
2002-09-05 Brian Pauladded GL_IBM_texture_mirrored_repeat (Ian Romanick)
2002-09-05 Brian Paultest for ARB_texture_cube_map when getting GL version...
2002-09-05 Jouk Jansen Committing in .
2002-09-04 Brian Paulupdated wglGetProcAddress
2002-09-03 Brian Paulupdated DOS file list
2002-09-03 Brian Paulupdates from Daniel Borca
2002-09-03 Brian Paulimproved error string
2002-09-03 Brian Pauls/5/NUM_TEXTURE_TARGETS/
2002-09-03 Brian Paulfixed compilation problem for swdd->SetBuffer
2002-08-29 Brian Paulfix up stuff accidentaly checked in a few days ago
2002-08-28 Karl SchultzDon't call _mesa_initialize_context because we are...
2002-08-27 Brian Pauldefine GLAPIENTRY and GLAPI if not defined in gl.h
2002-08-22 Brian Pauladded glXAllocate/FreeMemoryNV()
2002-08-22 Brian Paulstub functions for glXAllocate/FreeMemoryNV()
2002-08-21 Brian Paulminor error message changes
2002-08-21 Brian Paulre-enable ASSIGN_NORM_GROUP( 3dnow )
2002-08-21 Brian Paulreplace Current.Color with Current.Attrib[VERT_ATTRIB_C...
2002-08-21 Keith Whitwellupdate colormaterial state on swtcl wakeup
2002-08-21 Brian Pauls/DrawDestMask/_DrawDestMask/
2002-08-21 Brian Pauls/ProjectedClipPtr/NdcPtr/
2002-08-21 Brian Paulfix problems in FXgetImage()
2002-08-21 Brian Paulfixed array index typo in VERT_SAVE_RGBA() macro
2002-08-17 Brian Pauladded multitexture and line stipple
2002-08-17 Brian Paulminor tweaks
2002-08-17 Brian Pauladded error checking for glCallLists() type parameter
2002-08-17 Brian Pauladded new GLUT features
2002-08-17 Brian Paulbump lib version to 3.7.1, more make clean commands
2002-08-17 Brian Pauladded glutGetProcAddress()
2002-08-17 Brian Pauladded glutGetProcAddress() and GLUT_FPS env var option
2002-08-15 Karl SchultzAdd note about needing to run VCVARS32.BAT when compiling.
2002-08-08 Brian Pauladded (char *) casts
2002-08-08 Brian Paulfix up resulting FOGC and PSIZ when needed
2002-08-08 Brian Paulinit tmp->Normal.size = 3
2002-08-08 Brian Paulcomments
2002-08-08 Brian Paulchange GLvector3f to GLvector4f for normal transformation
2002-08-08 Brian Paulchange dest stride to 16 bytes instead of 12
2002-08-08 Brian Paulinitialize SWvertex array to zeros
2002-08-07 Brian Paulchanged normal stride from 12 to 16 bytes since normals...
2002-08-07 Brian Paulre-check-in - something didn't work on the previous...
2002-08-07 Brian Paullatest bug fixes
2002-08-07 Brian Paulstruct sw_span is again allocated on the stack, but...
2002-08-03 Karl SchultzCoerce vsnprintf to _vsnprintf for windows
2002-08-01 Brian Paulmisc updates
2002-08-01 Brian Pauldefine MAXSTRING and use vsnprintf to preven overflows
2002-07-29 Karl SchultzCatch up windows driver with recent context mods
2002-07-28 Karl Schultzexport new symbols for osmesa lib
2002-07-22 Brian Paulfix warnings (bug 580528)
2002-07-12 Brian Paulfix patching offsets (Sven Panne) (patch 544637)
2002-07-12 Brian Paulsilence warnings
2002-07-12 Brian PaulPedantic compiler fixes (Sven Panne)
2002-07-11 Brian Paulapplied Eric Anholt's patch for Athlon SSE
2002-07-10 Brian Paulre-enable X86 code
2002-07-09 Brian Pauladded Read/DrawBuffer porting info
2002-07-09 Brian PaulOverhaul of glRead/DrawBuffer() code. Now, swrast...
2002-07-01 Jouk Jansen Committing in .
2002-06-30 Brian PaulAdded divide by zero check (Jon Perry). Remove dead...
2002-06-30 Brian Pauladded Gerk Huisma's GLchan=GLfloat fixes
2002-06-30 Brian PaulCHAN_TYPE==GL_FLOAT clamping. call _tnl_MakeCurrent...
2002-06-30 Brian Paulblending fixes for CHAN_TYPE==GL_FLOAT (Gerk Huisma)
2002-06-30 Brian Pauladded GL_EXT_multi_draw_arrays
2002-06-30 Brian Pauladded unofficial dispatch offsets for GL_EXT_multi_draw...
2002-06-30 Brian PaulImplemented GL_EXT_multi_draw_arrays: glMultiDrawArrays...
2002-06-29 Brian Paulindentation fix
2002-06-29 Brian Paulprep for OpenGL 1.4 feature set
2002-06-29 Brian PaulApplied Matt Sealey's patch to remove/isolate all stdio...
next