summaryrefslogtreecommitdiff
path: root/src/mesa/main
AgeCommit message (Expand)Author
2001-09-14Win32 updates (Karl Schultz)Brian Paul
2001-09-14more warning fixes (Karl Schultz)Brian Paul
2001-09-14more GL 1.3 and GLX 1.4 updatesBrian Paul
2001-08-28OpenGL 1.3 supportBrian Paul
2001-08-20better error messagesBrian Paul
2001-08-20better error reportingBrian Paul
2001-08-20WindML driver (Stephane Raimbault)Brian Paul
2001-08-13added GL_EXT_texture_edge_clampBrian Paul
2001-08-13removed ss_interp.cBrian Paul
2001-08-07fixed a glPush/PopAttrib bug related to texture binding (reported by Wes Bethel)Brian Paul
2001-08-07fixed NewState update bugs in _mesa_PopClientAttrib()Brian Paul
2001-07-28Remove _BaseAlpha, fix reflect lighting bug.Keith Whitwell
2001-07-27check if deleting _Current texobj in _mesa_DeleteTextures (Bart Barenbrug)Brian Paul
2001-07-26fixes for proxy cube map texture imagesBrian Paul
2001-07-23don't make default teximage if glTexImage's pixels=NULL (Gerk Huisma)Brian Paul
2001-07-23rename ERROR macro to TE_ERROR (Gerk Huisma)Brian Paul
2001-07-23check for pixels=NULL in _mesa_store_teximage[123]d()Brian Paul
2001-07-19Added Win32 memory debugging and fixed a few memory leaks (Gerk Huisma)Brian Paul
2001-07-16Various 16-bit GLchan fixes and Win32 fixes (Gerk Huisma)Brian Paul
2001-07-14more work on float colors (still not finished)Brian Paul
2001-07-13assorted changes for supporting GLfloat color channels (not done)Brian 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-13 Committing in .Jouk Jansen
2001-07-12Rename some of the tnl->Driver.* functions to tnl->Driver.Render.*, to make itKeith Whitwell
2001-07-05fixed segfault (NULL _ShineTable[0]) in shade_rastpos()Brian 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-26added GL_IBM_rasterpos_clip extensionBrian Paul
2001-06-21 Modified Files:Jouk Jansen
2001-06-20removed beta from version stringBrian 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-13Allow different max texture sizes for 1/2D, 3D and cube maps.Brian Paul
2001-06-13fixed an assertionBrian Paul
2001-06-12removed old, redundant CurrentTransformUnit state varBrian 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-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-05Sparc optimized GLAPI dispatch table.davem69
2001-06-05Add USE_SPARC_ASM diagnostics to print_info.davem69
2001-06-04New files to provide glEvalPoint, glEvalCoord implementations forKeith Whitwell
2001-06-01Add api_arrayelt.cKeith Whitwell
2001-06-01Working implementation of glArrayElt that decomposes to regularKeith Whitwell
2001-05-30added current raster fog coord and related codeBrian Paul