summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2001-06-20bumped version numbersBrian Paul3-10/+10
2001-06-20also print GL_MAX_TEXTURE_SIZEBrian Paul1-2/+8
2001-06-20updates for the 3.5 releaseBrian Paul3-10/+15
2001-06-20removed beta from version stringBrian Paul1-2/+2
2001-06-19added a few missing si-glu filesBrian Paul1-1/+4
2001-06-19add m4/ directory to tar file listBrian Paul1-1/+2
2001-06-19more updates to tar file lists for 3.5Brian Paul1-25/+58
2001-06-18fix glDraw/CopyPixels w/ fog bug. minor fog code clean-ups.Brian Paul6-42/+128
2001-06-18tar file list updates for 3.5Brian Paul1-218/+220
2001-06-18replaced -g with -O3 under linux-x86Brian Paul1-2/+2
2001-06-18Consolidated source files. Since the re-org a number of source filesBrian Paul18-157/+900
2001-06-15Added fi_type union typedef to glheader.h.Brian Paul4-58/+70
2001-06-15Enable GL_ARB_texture_compression for XMesa/GLX driver. TextureBrian Paul10-49/+283
2001-06-15replace 255 with CHAN_MAXBrian Paul1-7/+7
2001-06-14define both GL_ALL_CLIENT_ATTRIB_BITS and GL_CLIENT_ALL_ATTRIB_BITS (spec and...Brian Paul1-2/+2
2001-06-14fixed a commentBrian Paul1-2/+2
2001-06-13disabled an assertion that doesn't seem to be neededBrian Paul1-1/+3
2001-06-13Allow different max texture sizes for 1/2D, 3D and cube maps.Brian Paul9-66/+186
2001-06-13fixed an assertionBrian Paul1-2/+2
2001-06-13fixed a +/- typo in the Y coord setupBrian Paul1-4/+4
2001-06-13moved glTexEnvi calls to better logical locationsBrian Paul1-9/+8
2001-06-12removed old, redundant CurrentTransformUnit state varBrian Paul5-70/+56
2001-06-12always feedback unit 0 texcoordsBrian Paul1-2/+2
2001-06-12don't compile glClientActiveTextureARB() into display lists, per the specBrian Paul1-24/+10
2001-06-12disable pixel transfer ops for glGetTexImage(), per the specBrian Paul1-85/+6
2001-06-12added latest line and triangle bug fixesBrian Paul1-1/+3
2001-06-12Snap triangle x,y vertices to 1/16 subpixel positions.Brian Paul1-35/+56
2001-06-11check for PB overflow in general_flat_rgba_line()Brian Paul1-3/+10
2001-06-11fixed minor display list bugs (#431517)Brian Paul1-10/+10
2001-06-11 Committing in .Jouk Jansen1-1/+2
2001-06-08add check for NULL malloc (from Stanford metacompilation analysis)Brian Paul1-1/+4
2001-06-08added COPY_4UBV bug fixBrian Paul1-1/+2
2001-06-08only copy GLubyte[4] as a GLuint on x86Brian Paul1-16/+8
2001-06-08use unoptimized COPY_4UBV code on SPARC to avoid memory alignment problems (b...Brian Paul1-2/+11
2001-06-06Remove dependency on MESA sources from gl* filesdavem695-18/+38
2001-06-06test for X86_FXSR_MAGIC to be sure we have the _fpstate.magic field, needed f...Brian Paul1-5/+5
2001-06-06SPARC normal tnl optimizations.davem693-2/+644
2001-06-05Sparc optimized GLAPI dispatch table.davem699-1414/+1511
2001-06-05Generate this now that I know whichdavem691-0/+11622
2001-06-05minor clean-upsBrian Paul1-11/+10
2001-06-05filled in a bunch of the function template stringsBrian Paul1-78/+78
2001-06-05Python script for making glapi_sparc.Sdavem691-0/+152
2001-06-05Add USE_SPARC_ASM diagnostics to print_info.davem691-1/+6
2001-06-04removed some code in XMesaDestroyContext() which could lead to a segfaultBrian Paul1-6/+9
2001-06-04Adaptor code that lets tnl convert compiled (display list) cassettes backKeith Whitwell7-112/+305
2001-06-04fixed some GL_POINTS probsKeith Whitwell1-26/+42
2001-06-04New files to provide glEvalPoint, glEvalCoord implementations forKeith Whitwell2-0/+367
2001-06-01Add api_arrayelt.cKeith Whitwell2-2/+4
2001-06-01Working implementation of glArrayElt that decomposes to regularKeith Whitwell2-176/+206
2001-06-01added minor commentsBrian Paul1-2/+4