platform/upstream/mesa.git
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 Karl SchultzApply alpha buffer control fix to accum buffer too.
2002-04-23 Karl SchultzFix up alpha buffer handling for Windows.
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 Brian Paulremoved CVS $Log comments
2002-04-22 Brian Paultest program for NV_vertex_program + vertex arrays
2002-04-22 Jouk Jansen Committing in .
2002-04-21 Brian Pauladded to-do list for the 4.1 release
2002-04-21 Brian Paulcheck for vertex program mode
2002-04-21 Brian Paulfixed assertion, replaced switch() with if/elseif
2002-04-21 Brian PaulVertex program attribute arrays seem to work now. ...
2002-04-21 Brian Pauladded support for vertex program attribute arrays
2002-04-21 Brian Paulvertex program attribute array work
2002-04-20 Brian Paulfixed Width/Height cut&paste typo
2002-04-19 Jose FonsecaRe-scheduling of the instructions according to the...
2002-04-19 Jose FonsecaAdded min and max blend functions.
2002-04-19 Karl SchultzProvide a reasonable replacement for __FUNCTION__ when...
2002-04-19 Brian PaulAllocate a sw_span struct in the swrast context instead...
2002-04-19 Brian Paulpass context pointer to _tnl_free_immediate(), removed...
2002-04-19 Jose FonsecaMMX add blending function added.
2002-04-19 Jose FonsecaMMX modulate belding function added.
2002-04-19 Alan HourihaneCorrect check for noop array state change (Raystonn)
2002-04-19 Brian Paulremoved a stray debug printf
2002-04-19 Brian PaulC++ fix
2002-04-19 Brian Paulnew casts
2002-04-19 Brian Pauladded two (GLchan *) casts
2002-04-19 Brian Paulcasts to fix GLint/GLuint mismatches
2002-04-19 Brian Pauladded some casts
2002-04-18 Brian Paulrestored writeAll = GL_FALSE test/assignment
2002-04-18 Jose FonsecaDefinition of several utility macros for self-contained...
2002-04-18 Keith WhitwellCore of the future vertex engine. Isn't built yet...
2002-04-18 Jose FonsecaRemoved code that was proven to have faster alternative...
2002-04-17 Brian Paulfixed problem with swap() function and GCC3 (patch...
2002-04-17 Brian PaulDisabled SPARC cliptest functions for now. See bug...
2002-04-14 Jose FonsecaRemaining patch for the 255x255=255 identity correction be
2002-04-12 Brian PaulJose's latest patch (GMBT_GEOMETRIC_CORRECTION)
2002-04-12 Brian Paulfixes for corrected GL_DOT3_RGB[A]_EXT token values
2002-04-12 Brian Paulversion 13 of glext.h - fixes GL_EXT_texture_env_dot3...
2002-04-12 Brian Paulupdated a few comments
2002-04-12 Brian PaulKlaus Niederkrueger's latest changes: use INIT_SPAN...
2002-04-10 Brian Paulnew MMX blend code (Jose Fonseca)
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-09 Keith Whitwellremove dead vertex assembly
2002-04-08 Brian Paultranforming display list normals by non-uniform scale...
2002-04-05 Karl SchultzAdded -perf option to measure frame rate. This is...
2002-04-04 Brian Paulrepair Array.NewState flags (Michael Fitzpatrick)
2002-04-04 Karl Schultzexport more symbols for osmesa (win32)
2002-04-04 Karl Schultzcasts to silence compiler warnings
2002-04-04 Brian Paullatest 4.1 features and bug fixes
2002-04-04 Brian Paulfixed some 3D texture image stride bugs when using...
2002-04-04 Brian Pauladded OSMesaGetProcAddress()
2002-04-04 Brian PaulTexture combine alpha subtraction was wrong. Fixed...
2002-04-04 Brian Pauluse NULL lambda array for pixel texture
2002-04-04 Brian Paulfixed 16 bit/channel problem in blend_modulate()
2002-04-04 Brian Paulfixed 16/32-bit channel problems in CopyColor[Sub]Table()
2002-04-04 Brian Paulfixup float/ushort conversion macros
2002-04-04 Brian Paulblend_add() modified for GLfloat channels
2002-04-04 Brian Paulcall _mesa_ResizeBuffersMESA() in OSMesaMakeCurrent...
2002-04-02 Brian Pauladded an error check
2002-04-02 Brian Paulreturn NULL from Fake_glXCreateContext() if dpy or...
2002-04-02 Brian Paulmore blending updates from Jose
2002-04-02 Brian Paulminor re-org
2002-04-02 Brian Pauladded GL_ARB_point_parameters
2002-04-02 Brian PaulDJGPP updates
2002-04-02 Brian Paulfaster blending (Jose Fonseca)
2002-04-02 Brian Paulupdates from Jose Fonseca
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-29 Brian Pauluse _glapi_get_context() instead of GET_CURRENT_CONTEXT...
2002-03-29 Brian PaulUse invert_matrix_general() instead of invert_matrix_pe...
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-28 Brian Paulreset span.end to zero after rendering the span
2002-03-27 Brian Paulfixed inequality in an assertion
2002-03-25 Brian Paulremoved a bad assertion
2002-03-23 Brian Paulmore extensions
2002-03-23 Brian Paulexercise GL_EXT_shadow_funcs
2002-03-23 Brian PaulTest implementation of proposed GL_EXT_shadow_funcs...
2002-03-23 Brian Paulbring over from the 4.0 branch
2002-03-23 Brian Pauladded 4.0.2 info
2002-03-23 Brian Paulre-adding a lost file
2002-03-23 Brian PaulDOS/Mesa driver updates (Daniel Borca)
2002-03-23 Brian Pauluse -O3 to compile osmesa16/32 targets
2002-03-23 Brian Paulreplaced an assertion with a conditional
2002-03-23 Brian Paulremoved temporary GL_ARB_texture_mirrored_repeat enums
2002-03-23 Brian Paulremoved temporary ARB_texture enum defs
2002-03-23 Brian Paullatest extension headers from SGI
2002-03-20 Brian Paulremoved glSamplePass()
next