Added ctx parameter to _mesa_debug()
[mesa.git] / src / mesa / main /
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.
2002-02-15 Brian Paulfinished up GL_ARB_window_pos
2002-02-15 Brian Pauladded a glClear() error check
2002-02-15 Brian Paulfixed a multitexture MatrixMode() bug
2002-02-13 Keith WhitwellMore suport for t&l drivers
2002-02-12 Brian PaulDaniel Borca's new DOS/DJGPP driver.
2002-02-05 Brian Paulfix evaluator data and matrix stack mem leaks (Robert...
2002-02-02 Brian Paulremoved references to removed source files
2002-01-22 Brian Pauladded missing IsEnabled() cases for fog coord and secon...
2002-01-22 Brian PaulClean-up/renaming of the per-vertex attribute bits...
2002-01-15 Brian Pauladded some missing error checks
2002-01-15 Karl SchultzCorrect typo (vpstate.c) so that makefile works.
2002-01-15 Karl SchultzRemove phantom tab on a blank line to allow compile...
2002-01-14 Brian Paulremove api_compat.c
2002-01-14 Brian PaulRemoved api_compat stuff, there's a better way.
2002-01-14 Brian Pauloops, missed vpstate.c
2002-01-14 Brian Pauladded vertex program sources
2002-01-12 Brian Pauladded some comments
2002-01-12 Brian Paulset _NeedEyeCoords to zero if vertex program is enabled
2002-01-11 Brian PaulChanged gl_client_array's Enabled field to GLuint so...
2002-01-11 Brian PaulMoved _mesa_VertexAttribPointerNV into varray.c.
2002-01-09 Brian Paulfixed int->float conversion bug in _mesa_TexEnviv()
2002-01-06 Brian Paulimplemented vertex program point size control
2002-01-06 Brian PaulAnother vertex program checkpoint: clean-up of vertex...
2002-01-05 Brian Paulminor clean-ups
2002-01-05 Brian Paulinfrastructure for vertex program attribute evaluators
2002-01-05 Brian PaulVertex program checkpoint commit: converted all vertex...
2001-12-28 Gareth HughesRemove warnings about the difference between function...
2001-12-21 Keith Whitwelladd _compat_VertexAttrib4fNV
2001-12-20 Karl SchultzDefine finite as _finite for Windows.
2001-12-20 Keith WhitwellFurther help with dri libGL version skew
2001-12-19 Brian Paulsome display list support for vertex program extension
2001-12-18 Brian PaulReplace old matrix stacks with new code based on struct...
next