summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2001-07-16assorted fixes for Win32 (Gerk Huisma)Brian Paul
2001-07-14more work on float colors (still not finished)Brian Paul
2001-07-14removed unused tiny triangle test codeBrian Paul
2001-07-13undo previous check-in (unfinished code)Brian Paul
2001-07-13assorted changes for supporting GLfloat color channels (not done)Brian Paul
2001-07-13replaced __inline with INLINEBrian Paul
2001-07-13silence an uninitialized var warningBrian Paul
2001-07-13silence a warningBrian Paul
2001-07-13replace _NEW_PIXEL with _IMAGE_NEW_TRANSFER_STATE to catch color matrix changesBrian Paul
2001-07-13fixed two bad casts (Stephane Conversy)Brian Paul
2001-07-13 Committing in .Jouk Jansen
2001-07-12Rename some of the tnl->Driver.* functions to tnl->Driver.Render.*, to make itKeith Whitwell
2001-07-09fixed flat shading bug in affine_ and persp_textured_triangle() functionsBrian Paul
2001-07-09added missing \'sBrian Paul
2001-07-05fixed segfault (NULL _ShineTable[0]) in shade_rastpos()Brian Paul
2001-07-05fixed logic error in OSMesaMakeCurrent() for 565 pixel support (Lars Andersson)Brian Paul
2001-07-02More .cvsignore updates.pesco
2001-06-28restore normal length optimization in dlistsKeith Whitwell
2001-06-27support for RGB_565 pixels (Lars Andersson), untestedBrian Paul
2001-06-27Add -f to rm in make clean to avoid error messagesKeith Whitwell
2001-06-26More raster fog coord fixes.Brian Paul
2001-06-26optimized texture triangle updates (Klaus Niederkrueger)Brian Paul
2001-06-26added GL_IBM_rasterpos_clip extensionBrian Paul
2001-06-21 Modified Files:Jouk Jansen
2001-06-20removed beta from version stringBrian Paul
2001-06-18fix glDraw/CopyPixels w/ fog bug. minor fog code clean-ups.Brian Paul
2001-06-18Consolidated source files. Since the re-org a number of source filesBrian Paul
2001-06-15Added fi_type union typedef to glheader.h.Brian Paul
2001-06-15Enable GL_ARB_texture_compression for XMesa/GLX driver. TextureBrian Paul
2001-06-15replace 255 with CHAN_MAXBrian Paul
2001-06-14fixed a commentBrian Paul
2001-06-13disabled an assertion that doesn't seem to be neededBrian Paul
2001-06-13Allow different max texture sizes for 1/2D, 3D and cube maps.Brian Paul
2001-06-13fixed an assertionBrian Paul
2001-06-13fixed a +/- typo in the Y coord setupBrian Paul
2001-06-12removed old, redundant CurrentTransformUnit state varBrian Paul
2001-06-12always feedback unit 0 texcoordsBrian Paul
2001-06-12don't compile glClientActiveTextureARB() into display lists, per the specBrian Paul
2001-06-12disable pixel transfer ops for glGetTexImage(), per the specBrian Paul
2001-06-12Snap triangle x,y vertices to 1/16 subpixel positions.Brian Paul
2001-06-11check for PB overflow in general_flat_rgba_line()Brian Paul
2001-06-11fixed minor display list bugs (#431517)Brian Paul
2001-06-11 Committing in .Jouk Jansen
2001-06-08add check for NULL malloc (from Stanford metacompilation analysis)Brian Paul
2001-06-08only copy GLubyte[4] as a GLuint on x86Brian Paul
2001-06-08use unoptimized COPY_4UBV code on SPARC to avoid memory alignment problems (b...Brian Paul
2001-06-06Remove dependency on MESA sources from gl* filesdavem69
2001-06-06test for X86_FXSR_MAGIC to be sure we have the _fpstate.magic field, needed f...Brian Paul
2001-06-06SPARC normal tnl optimizations.davem69
2001-06-05Sparc optimized GLAPI dispatch table.davem69