mesa.git
2001-08-03 davem69Use #function instead of @function
2001-08-03 Keith WhitwellFix VERT_RGBA special case.
2001-08-02 Keith WhitwellFix SGL testLights.exe bugs (interaction of copying...
2001-08-02 Keith WhitwellFix SGL testGeoSets.exe polygon mode problem (wrong...
2001-08-02 Keith WhitwellFix SGL monoindexed bug (glDrawRangeElements in dlist)
2001-08-01 Keith WhitwellFix copying problem (light spots) on evaluated surfaces.
2001-07-28 Keith WhitwellFix core in fixup_normal_lengths
2001-07-28 Keith WhitwellRemove _BaseAlpha, fix reflect lighting bug.
2001-07-27 Brian Paulmore GLAPIENTRY fixes (Karl Schultz)
2001-07-27 Brian Pauladded latest 3.5.1 bug fixes
2001-07-27 Brian Paulundo previous check-in (restore the @ symbols)
2001-07-27 Brian Paulcheck if deleting _Current texobj in _mesa_DeleteTextur...
2001-07-27 Brian Pauladded four missing GLX 1.3 tokens
2001-07-27 Brian Paulreplaced @ with ## or # to allow compilation on SunOS...
2001-07-27 Brian PaulwglUseFontBitmapsA() update (Frank Warmerdam)
2001-07-26 Brian Paulfixes for proxy cube map texture images
2001-07-26 Brian Pauluse GLAPIENTRY when declaring a couple function pointer...
2001-07-26 Brian PaulApplied Klaus Niederkrueger's latest flat-shading clean...
2001-07-23 Brian PaulGLchan and GL_ADD clamping changes (Klaus Niederkrueger)
2001-07-23 Brian Pauldon't make default teximage if glTexImage's pixels...
2001-07-23 Brian Paulrename ERROR macro to TE_ERROR (Gerk Huisma)
2001-07-23 Brian Paulfix some Win32 warnings (Gerk Huisma)
2001-07-23 Brian Pauldon't clamp colors if GLchan==GLfloat in add_colors()
2001-07-23 Brian PaulGLubyte -> GLchan change
2001-07-23 Brian Paulcheck for pixels=NULL in _mesa_store_teximage[123]d()
2001-07-23 Brian Pauladded vms_x_fix.h to tar file list
2001-07-20 Jouk Jansen Committing in .
2001-07-19 Brian PaulGLchan changes
2001-07-19 Brian PaulAdded Win32 memory debugging and fixed a few memory...
2001-07-18 Brian Pauldo some 16-bit GLchan computations in floating point...
2001-07-18 Jouk Jansen Committing in .
2001-07-17 Keith WhitwellFix Alan Barnett's 'try10' display list bug.
2001-07-17 Keith WhitwellLighting now emits colors as CHAN_TYPE, as it used...
2001-07-17 Brian Paulinclude glu.h
2001-07-16 Brian Pauldisable MMX blend code until it gets fixed
2001-07-16 Brian PaulVarious 16-bit GLchan fixes and Win32 fixes (Gerk Huisma)
2001-07-16 Brian Paulassorted fixes for Win32 (Gerk Huisma)
2001-07-14 Brian Paulmore work on float colors (still not finished)
2001-07-14 Brian Pauladded latest 3.5.1 bug fixes
2001-07-14 Brian Paulremoved unused tiny triangle test code
2001-07-13 Brian Paulundo previous check-in (unfinished code)
2001-07-13 Brian Paulminor tweaks
2001-07-13 Brian Pauladded linux-osmesa32 config
2001-07-13 Brian Paulassorted changes for supporting GLfloat color channels...
2001-07-13 Brian Paulreplaced __inline with INLINE
2001-07-13 Brian Paulsilence an uninitialized var warning
2001-07-13 Brian Paulsilence a warning
2001-07-13 Brian Paulreplace _NEW_PIXEL with _IMAGE_NEW_TRANSFER_STATE to...
2001-07-13 Brian Paulfixed two bad casts (Stephane Conversy)
2001-07-13 Jouk Jansen Committing in .
2001-07-12 Keith WhitwellRename some of the tnl->Driver.* functions to tnl-...
2001-07-09 Brian Paulfixed flat shading bug in affine_ and persp_textured_tr...
2001-07-09 Brian Pauladded missing \'s
2001-07-05 Brian Paulfixed segfault (NULL _ShineTable[0]) in shade_rastpos()
2001-07-05 Brian Paulfixed logic error in OSMesaMakeCurrent() for 565 pixel...
2001-07-02 pescoMore .cvsignore updates.
2001-06-28 Keith Whitwellrestore normal length optimization in dlists
2001-06-27 Brian Paulsupport for RGB_565 pixels (Lars Andersson), untested
2001-06-27 Keith WhitwellAdd -f to rm in make clean to avoid error messages
2001-06-26 Brian PaulMore raster fog coord fixes.
2001-06-26 Brian Pauloptimized texture triangle updates (Klaus Niederkrueger)
2001-06-26 Brian Pauladded initial 3.5.1 info
2001-06-26 Brian Pauladded GL_IBM_rasterpos_clip extension
2001-06-25 Brian Pauladded missing GLX_PBUFFER_WIDTH/HEIGHT tokens
2001-06-21 Jouk Jansen Modified Files:
2001-06-20 Brian Paulbumped version numbers
2001-06-20 Brian Paulalso print GL_MAX_TEXTURE_SIZE
2001-06-20 Brian Paulupdates for the 3.5 release
2001-06-20 Brian Paulremoved beta from version string
2001-06-19 Brian Pauladded a few missing si-glu files
2001-06-19 Brian Pauladd m4/ directory to tar file list
2001-06-19 Brian Paulmore updates to tar file lists for 3.5
2001-06-18 Brian Paulfix glDraw/CopyPixels w/ fog bug. minor fog code clean...
2001-06-18 Brian Paultar file list updates for 3.5
2001-06-18 Brian Paulreplaced -g with -O3 under linux-x86
2001-06-18 Brian PaulConsolidated source files. Since the re-org a number...
2001-06-15 Brian PaulAdded fi_type union typedef to glheader.h.
2001-06-15 Brian PaulEnable GL_ARB_texture_compression for XMesa/GLX driver...
2001-06-15 Brian Paulreplace 255 with CHAN_MAX
2001-06-14 Brian Pauldefine both GL_ALL_CLIENT_ATTRIB_BITS and GL_CLIENT_ALL...
2001-06-14 Brian Paulfixed a comment
2001-06-13 Brian Pauldisabled an assertion that doesn't seem to be needed
2001-06-13 Brian PaulAllow different max texture sizes for 1/2D, 3D and...
2001-06-13 Brian Paulfixed an assertion
2001-06-13 Brian Paulfixed a +/- typo in the Y coord setup
2001-06-13 Brian Paulmoved glTexEnvi calls to better logical locations
2001-06-12 Brian Paulremoved old, redundant CurrentTransformUnit state var
2001-06-12 Brian Paulalways feedback unit 0 texcoords
2001-06-12 Brian Pauldon't compile glClientActiveTextureARB() into display...
2001-06-12 Brian Pauldisable pixel transfer ops for glGetTexImage(), per...
2001-06-12 Brian Pauladded latest line and triangle bug fixes
2001-06-12 Brian PaulSnap triangle x,y vertices to 1/16 subpixel positions.
2001-06-11 Brian Paulcheck for PB overflow in general_flat_rgba_line()
2001-06-11 Brian Paulfixed minor display list bugs (#431517)
2001-06-11 Jouk Jansen Committing in .
2001-06-08 Brian Pauladd check for NULL malloc (from Stanford metacompilatio...
2001-06-08 Brian Pauladded COPY_4UBV bug fix
2001-06-08 Brian Paulonly copy GLubyte[4] as a GLuint on x86
2001-06-08 Brian Pauluse unoptimized COPY_4UBV code on SPARC to avoid memory...
2001-06-06 davem69Remove dependency on MESA sources from gl* files
next