mesa.git
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()
2002-03-19 Brian Pauldon't set plane mask for xm_buffer->gc, it causes an...
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 Pauladded latest 4.1 bug fixes/updates
2002-03-16 Brian PaulNew mipmap lambda calculation. Previously, trilinear...
2002-03-16 Brian Paulbuffer resize changes
2002-03-16 Brian Pauladded XMesaResizeBuffers()
2002-03-16 Brian PaulLots of changes related to framebuffer/window buffer...
2002-03-15 Brian Paulprotect currentReadable reference with #ifndef GLX_BUIL...
2002-03-15 Brian Paulupdated comments. removed dead code.
2002-03-15 Brian Paulremove a debug printf
2002-03-15 Brian Paulfixed typo in CONVERT_TEXEL_DWORD for convert_abgr8888_...
2002-03-14 Brian Paulfixed pointer arithmetic error in glCopyPixels
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-12 Brian PaulRemoved the xm_context field from XMesaBuffer. It...
2002-03-11 Brian Paultweak file list for tarballs
2002-03-11 Brian Paulobsolete
2002-03-08 Brian Paulfix some minor warnings
2002-03-08 Brian PaulDOS driver updates from Daniel Borca
2002-03-08 Brian Paulnew DOS driver files from Daniel Borca
2002-03-08 Brian Paulnew assertions, use INLINE macro (Klaus Niederkrueger)
2002-03-07 Brian Paulminor patches from David Dawes
next