summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-06-08add check for NULL malloc (from Stanford metacompilation analysis)Brian Paul
2001-06-08added COPY_4UBV bug fixBrian 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 ↵Brian Paul
(bug 430689)
2001-06-06Remove dependency on MESA sources from gl* filesdavem69
in SPARC glapi optimizations by moving the icache flush into the glapi_sparc.S file. Brian, how is this?
2001-06-06test for X86_FXSR_MAGIC to be sure we have the _fpstate.magic field, needed ↵Brian Paul
for SSE signal handler
2001-06-06SPARC normal tnl optimizations.davem69
2001-06-05Sparc optimized GLAPI dispatch table.davem69
2001-06-05Generate this now that I know whichdavem69
gl.spec file to use.
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
Unused until Brian shows me what gl.spec file he is actually using for glapi_x86.S as all the ones I can find seem out of sync.
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
to glVertex() type calls. Allows driver-supplied tnl modules to avoid fallback on glCallList inside begin/end pairs. Still a little buggy...
2001-06-04fixed some GL_POINTS probsKeith Whitwell
2001-06-04New files to provide glEvalPoint, glEvalCoord implementations forKeith Whitwell
driver tnl modules.
2001-06-01Add api_arrayelt.cKeith Whitwell
2001-06-01Working implementation of glArrayElt that decomposes to regularKeith Whitwell
glVertex/glNormal/etc calls.
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
2001-05-29added new functions to GLX_functions[]Brian Paul
2001-05-29s/void */GLvoid */Brian Paul
2001-05-29infrastructure for GL_ARB_multisampleBrian Paul
2001-05-29removed unused varBrian Paul
2001-05-25more work on XMesa / libGL integrationBrian Paul
2001-05-25added void to __GLXextFuncPtrBrian Paul
2001-05-25added missing GLX_SGIS_multisample tokensBrian Paul
2001-05-25changed #if OLD_VMS to #ifdef OLD_VMSBrian Paul
2001-05-24added some casts so that older glx.h can be usedBrian Paul
2001-05-24change GLXContext and GLXFBConfig typedefsBrian Paul
2001-05-24Initial changes to allow Mesa and its fake GLX to be built into XFree86 libGL.Brian Paul
2001-05-24added GL_SGIS_generate_mipmapBrian Paul
2001-05-24Finished GL_SGIS_generate_mipmap. Should be trivial to enable in DRI drivers.Brian Paul
2001-05-24prototyping some new stuffBrian Paul
2001-05-23added color table clamp bugfixBrian Paul
2001-05-23fix bug 426657: need to clamp RGBA before color table lookupsBrian Paul
2001-05-23import from 3.4 branchBrian Paul