added GL_EXT_stencil_two_side and GL_NV_fence
[mesa.git] / src / mesa / main /
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 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-03 Brian Paulupdates from Daniel Borca
2002-09-03 Brian Paulimproved error string
2002-09-03 Brian Pauls/5/NUM_TEXTURE_TARGETS/
2002-08-21 Brian Paulminor error message changes
2002-08-17 Brian Pauladded error checking for glCallLists() type parameter
2002-08-03 Karl SchultzCoerce vsnprintf to _vsnprintf for windows
2002-08-01 Brian Pauldefine MAXSTRING and use vsnprintf to preven overflows
2002-07-28 Karl Schultzexport new symbols for osmesa lib
2002-07-09 Brian PaulOverhaul of glRead/DrawBuffer() code. Now, swrast...
2002-07-01 Jouk Jansen Committing in .
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...
2002-06-25 Brian Paulremove an unneeded statement in update_polygon(), added...
2002-06-23 Brian Paulfix problems in _mesa_debug/printf()
2002-06-23 Brian Pauladded some _mesa_debug() calls
2002-06-18 Brian PaulMoved GL_PROGRAM_ERROR_POSITION_NV state (it's not...
2002-06-18 Jouk Jansen Committing in .
2002-06-17 Brian Paulnew fix for initial window size problem
2002-06-17 Brian PaulPort glXCopyContext bug from 4.0 branch.
2002-06-16 Brian Paulfix a comment
2002-06-16 Brian Pauladded a comment
2002-06-15 Brian PaulImplemented GL_NV_texture_rectangle extension.
2002-06-15 Brian Paul#ifdef-out unused big-endian texel fetch functions
2002-06-15 Brian Pauladded missing ctx parameter to _mesa_debug() calls
2002-06-15 Brian PaulAdded ctx parameter to _mesa_debug()
2002-06-13 Jouk Jansen Committing in .
2002-06-13 Jouk Jansen Committing in .
2002-06-13 Brian Paulmore removal of fprintf() calls
2002-06-13 Brian Paulfixed a couple dumb mistakes
2002-06-13 Brian PaulNew _mesa_debug() function to replace fprintf() calls.
2002-06-12 Brian PaulMoved big/little endian code to glheader.h.
2002-06-08 Brian Pauladded missing texture cube map targets
2002-06-07 Brian Paulfixed point sprite bug
2002-06-06 Brian Paulreplaced hard-coded 4 with NUM_TEXTURE_TARGETS
2002-06-05 Brian Paulmore big-endian tweaks
2002-06-03 Brian Paulbring over Michel Daenzer's DRI changes
2002-05-29 Brian PaulAdded GL_NV_point_sprite functions: glPointParameteri...
2002-05-27 Brian Paulreplaced experimental MESA_sprite_point with NV_point_s...
2002-05-27 Brian Pauldispatch offsets for ARB_window_pos
2002-05-27 Brian Paulupdated vertex program dispatch
2002-05-09 Brian PaulMinor change to current raster position and texcoords.
2002-05-09 Keith WhitwellFix FETCH(argb1555) mask values
2002-05-02 Brian PaulImplemented GL_ARB_texture_env_crossbar.
2002-04-26 Brian Paulreplaced GLshort with GLushort in _mesa_sizeof_packed_t...
2002-04-26 Brian Pauladded GL_TEXTURE_MAX_ANISOTROPY_EXT to glGetTexParamete...
2002-04-25 Brian Pauladded GL_TEXTURE_MAX_ANISOTROPY_EXT to glGetTexParamete...
2002-04-24 Brian Paultest mapsize against 1, not 0 in glPixelMap()
2002-04-24 Brian Pauladded GL_EDGE_FLAG_ARRAY_COUNT_EXT to glGetBooleanv...
2002-04-23 Brian Paulcall _mesa_sizeof_packed_type() in _mesa_GetTexImage...
2002-04-22 Alan HourihaneTest for NULL pointer for LoadMatrix(), MultMatrix...
2002-04-22 Jouk Jansen Committing in .
2002-04-21 Brian Paulcheck for vertex program mode
2002-04-21 Brian PaulVertex program attribute arrays seem to work now. ...
2002-04-21 Brian Paulvertex program attribute array work
2002-04-19 Karl SchultzProvide a reasonable replacement for __FUNCTION__ when...
2002-04-19 Alan HourihaneCorrect check for noop array state change (Raystonn)
2002-04-19 Brian Pauladded some casts
2002-04-12 Brian Paulfixes for corrected GL_DOT3_RGB[A]_EXT token values
2002-04-10 Jouk Jansen Committing in .
2002-04-09 Keith Whitwellbring in changes from dri tcl branch
2002-04-09 Karl SchultzUpdate filelist to reflect two removed source files.
2002-04-09 Keith Whitwellremove dead vertex assembly
2002-04-04 Brian Paulrepair Array.NewState flags (Michael Fitzpatrick)
2002-04-04 Karl Schultzexport more symbols for osmesa (win32)
2002-04-04 Brian Paulfixed some 3D texture image stride bugs when using...
2002-04-04 Brian Paulfixup float/ushort conversion macros
2002-04-02 Brian Paulminor re-org
2002-04-02 Brian PaulGL_ARB_point_parameters support
2002-04-01 Brian Paulminor optimization in GL_TRANSFORM_BIT popping
2002-04-01 Brian PaulDOS driver update
2002-03-29 Karl SchultzAdd _glapi_get_context to export for osmesa.
2002-03-29 Brian PaulReplaced ClipEnabled[] array and _AnyClip with ClipPlan...
2002-03-28 Brian Pauldecrement Transform._AnyClip when clip planes are disabled
2002-03-28 Brian Paulpopping of user-defined clip planes was broken
2002-03-23 Brian PaulTest implementation of proposed GL_EXT_shadow_funcs...
2002-03-23 Brian PaulDOS/Mesa driver updates (Daniel Borca)
2002-03-23 Brian Paulremoved temporary GL_ARB_texture_mirrored_repeat enums
2002-03-23 Brian Paulremoved temporary ARB_texture enum defs
2002-03-19 Brian PaulUse MESA_PBUFFER_ALLOC/FREE macros to allocate all...
2002-03-19 Brian Paulfix Intel C compiler warnings (Gerk Huisma)
2002-03-16 Brian Paulrename ResizeBuffersMESA to ResizeBuffers
2002-03-16 Brian Paulbuffer resize changes
2002-03-16 Brian PaulLots of changes related to framebuffer/window buffer...
2002-03-15 Brian Paulfixed typo in CONVERT_TEXEL_DWORD for convert_abgr8888_...
2002-03-13 Brian Pauladded _mesa_image_image_stride()
2002-03-13 Brian Pauladded a comment
2002-03-13 Brian Paulinitial work for NV_vertex_program1_1 extension
2002-03-08 Brian PaulDOS driver updates from Daniel Borca
2002-02-23 Brian PaulDOS updates from Daniel Borca
2002-02-21 Brian PaulFixed out-of-bounds memory write problem (CONVERT_TEXEL...
2002-02-15 Brian PaulFinished up GL_ARB_depth_texture and GL_ARB_shadow
2002-02-15 Brian PaulFinished up GL_ARB_depth_texture and GL_ARB_shadow.
next