summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2001-06-05Generate this now that I know whichdavem69
2001-06-05minor clean-upsBrian Paul
2001-06-05filled in a bunch of the function template stringsBrian Paul
2001-06-05Python script for making glapi_sparc.Sdavem69
2001-06-05Add USE_SPARC_ASM diagnostics to print_info.davem69
2001-06-04removed some code in XMesaDestroyContext() which could lead to a segfaultBrian Paul
2001-06-04Adaptor code that lets tnl convert compiled (display list) cassettes backKeith Whitwell
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-06-01added minor commentsBrian Paul
2001-06-01applied Klaus Niederkrueger's CHAN_BITS==32 patchBrian Paul
2001-06-01apply David Miller's quad/backcolor patchKeith Whitwell
2001-05-31replaced #ifdef 0 with #if 0Brian Paul
2001-05-31swapped in/out arguments to interp_func. Improved commentsBrian Paul
2001-05-31fixed s/w alpha channel bugBrian Paul
2001-05-30GLubyte -> GLchan fixBrian Paul
2001-05-30added current raster fog coord and related codeBrian Paul
2001-05-30added test for EXT_fog_coordBrian Paul
2001-05-30forgot to check-in yesterdayBrian Paul
2001-05-30rerun vertex stage on _MESA_NEW_NEED_EYE_COORDSKeith Whitwell
2001-05-29more DRI libGL-related changesBrian Paul
2001-05-29added math/m_debug_clip.cBrian Paul
2001-05-29removed some old DRI-ismsBrian Paul