- 24ae7c4 Added fi_type union typedef to glheader.h. by Brian Paul · 23 years ago
- e427666 Enable GL_ARB_texture_compression for XMesa/GLX driver. Texture by Brian Paul · 23 years ago
- 65c6ca9 replace 255 with CHAN_MAX by Brian Paul · 23 years ago
- 03d6c4c define both GL_ALL_CLIENT_ATTRIB_BITS and GL_CLIENT_ALL_ATTRIB_BITS (spec and SI don't agree) by Brian Paul · 23 years ago
- 2db44ff fixed a comment by Brian Paul · 23 years ago
- e9ba8e9 disabled an assertion that doesn't seem to be needed by Brian Paul · 23 years ago
- cd1cefa Allow different max texture sizes for 1/2D, 3D and cube maps. by Brian Paul · 23 years ago
- cc22179 fixed an assertion by Brian Paul · 23 years ago
- 1178ed8 fixed a +/- typo in the Y coord setup by Brian Paul · 23 years ago
- 6886019 moved glTexEnvi calls to better logical locations by Brian Paul · 23 years ago
- ae47121 removed old, redundant CurrentTransformUnit state var by Brian Paul · 23 years ago
- 1676268 always feedback unit 0 texcoords by Brian Paul · 23 years ago
- baace9f don't compile glClientActiveTextureARB() into display lists, per the spec by Brian Paul · 23 years ago
- 5ed63e0 disable pixel transfer ops for glGetTexImage(), per the spec by Brian Paul · 23 years ago
- d3778fc added latest line and triangle bug fixes by Brian Paul · 23 years ago
- a2162e4 Snap triangle x,y vertices to 1/16 subpixel positions. by Brian Paul · 23 years ago
- 57b46ee check for PB overflow in general_flat_rgba_line() by Brian Paul · 23 years ago
- e67d632 fixed minor display list bugs (#431517) by Brian Paul · 23 years ago
- 5891a5d by Jouk Jansen · 23 years ago
- 0ce9f39 add check for NULL malloc (from Stanford metacompilation analysis) by Brian Paul · 23 years ago
- 5fd1317 added COPY_4UBV bug fix by Brian Paul · 23 years ago
- fabc30c only copy GLubyte[4] as a GLuint on x86 by Brian Paul · 23 years ago
- 36822c5 use unoptimized COPY_4UBV code on SPARC to avoid memory alignment problems (bug 430689) by Brian Paul · 23 years ago
- 4a497e6 Remove dependency on MESA sources from gl* files by davem69 · 23 years ago
- a5455bb test for X86_FXSR_MAGIC to be sure we have the _fpstate.magic field, needed for SSE signal handler by Brian Paul · 23 years ago
- 6f365c2 SPARC normal tnl optimizations. by davem69 · 23 years ago
- 775355a Sparc optimized GLAPI dispatch table. by davem69 · 23 years ago
- 0fab070 Generate this now that I know which gl.spec file to use. by davem69 · 23 years ago
- 470a7b4 minor clean-ups by Brian Paul · 23 years ago
- a116474 filled in a bunch of the function template strings by Brian Paul · 23 years ago
- ae14499 Python script for making glapi_sparc.S by davem69 · 23 years ago
- e4f84b4 Add USE_SPARC_ASM diagnostics to print_info. by davem69 · 23 years ago
- b20cea3 removed some code in XMesaDestroyContext() which could lead to a segfault by Brian Paul · 23 years ago
- 51b3639 by Keith Whitwell · 23 years ago
- abd5134 fixed some GL_POINTS probs by Keith Whitwell · 23 years ago
- bd58a63 New files to provide glEvalPoint, glEvalCoord implementations for by Keith Whitwell · 23 years ago
- 2c2a956 Add api_arrayelt.c by Keith Whitwell · 23 years ago
- 4b7d6f2 Working implementation of glArrayElt that decomposes to regular by Keith Whitwell · 23 years ago
- a7de8b6 added minor comments by Brian Paul · 23 years ago
- 8a039ff applied Klaus Niederkrueger's CHAN_BITS==32 patch by Brian Paul · 23 years ago
- 741c2e6 apply David Miller's quad/backcolor patch by Keith Whitwell · 23 years ago
- 4097590 replaced #ifdef 0 with #if 0 by Brian Paul · 23 years ago
- 21f80ba swapped in/out arguments to interp_func. Improved comments by Brian Paul · 23 years ago
- e715c4a fixed s/w alpha channel bug by Brian Paul · 23 years ago
- 987caac GLubyte -> GLchan fix by Brian Paul · 23 years ago
- b5d3f2c added current raster fog coord and related code by Brian Paul · 23 years ago
- 529e48b added test for EXT_fog_coord by Brian Paul · 23 years ago
- 47a3c67 forgot to check-in yesterday by Brian Paul · 23 years ago
- 71f2c40 rerun vertex stage on _MESA_NEW_NEED_EYE_COORDS by Keith Whitwell · 23 years ago
- 84cac84 more DRI libGL-related changes by Brian Paul · 23 years ago
- e4a01fd added math/m_debug_clip.c by Brian Paul · 23 years ago
- 655ba5d removed some old DRI-isms by Brian Paul · 23 years ago
- ffa10b1 added new functions to GLX_functions[] by Brian Paul · 23 years ago
- 645c1ce s/void */GLvoid */ by Brian Paul · 23 years ago
- 736fcbe infrastructure for GL_ARB_multisample by Brian Paul · 23 years ago
- 5ff1c61 removed unused var by Brian Paul · 23 years ago
- b0bb4f6 more work on XMesa / libGL integration by Brian Paul · 23 years ago
- b95884c added void to __GLXextFuncPtr by Brian Paul · 23 years ago
- 2a3cc7d added missing GLX_SGIS_multisample tokens by Brian Paul · 23 years ago
- c98da4d changed #if OLD_VMS to #ifdef OLD_VMS by Brian Paul · 23 years ago
- 12c1bee added some casts so that older glx.h can be used by Brian Paul · 23 years ago
- e203c9c change GLXContext and GLXFBConfig typedefs by Brian Paul · 23 years ago
- 7cf50e1 Initial changes to allow Mesa and its fake GLX to be built into XFree86 libGL. by Brian Paul · 23 years ago
- bcebfe6 added GL_SGIS_generate_mipmap by Brian Paul · 23 years ago
- 9228e17 Finished GL_SGIS_generate_mipmap. Should be trivial to enable in DRI drivers. by Brian Paul · 23 years ago
- 55ed11b prototyping some new stuff by Brian Paul · 23 years ago
- 874ae72 added color table clamp bugfix by Brian Paul · 23 years ago
- f6e0e92 fix bug 426657: need to clamp RGBA before color table lookups by Brian Paul · 23 years ago
- 6f0ab1d import from 3.4 branch by Brian Paul · 23 years ago
- e34d63f added 3.4.2 changes, SPARC assembly by Brian Paul · 23 years ago
- 04a6c35 updated copyright by Brian Paul · 23 years ago
- 7943b34 SPARC assembly optimizations from David Miller. by Brian Paul · 23 years ago
- 8bd0693 a little more work on GL_SGIS_generate_mipmap by Brian Paul · 23 years ago
- 6b1e4ea fixed a number of multi-texture line bugs by Brian Paul · 23 years ago
- 300e105 added multitexture support by Brian Paul · 23 years ago
- 3893e63 initial support for GL_SGIS_generate_mipmap extension by Brian Paul · 23 years ago
- e7e38a4 Initial commit of cliptest work. More to come shortly. by Gareth Hughes · 23 years ago
- e9482d0 s/Height/height/ (Jeff Potter) by Brian Paul · 23 years ago
- d577248 added missing #undefs at end of file by Brian Paul · 23 years ago
- ca78774 fixed a bad error string in ClientActiveTexture() by Brian Paul · 23 years ago
- 569b5f3 fixed two GL error calls by Brian Paul · 23 years ago
- 758a21f fixed Width/Height typo (Jeff Hartmann) by Brian Paul · 23 years ago
- 1341f40 removed (void) index; statement by Brian Paul · 23 years ago
- 5439ab0 Comment out __FUNCTION__ usage. by Keith Whitwell · 23 years ago
- 89dae68 Fix order of decomposition of quad. by Keith Whitwell · 23 years ago
- 47cf442 use DEFARRAY, etc macros to work around 32k data limit on Macs (Tom Goon) by Brian Paul · 23 years ago
- 441a4af generate INVALID_OPERATION if active texture != 0 in glMap[12][fd] by Brian Paul · 23 years ago
- dbd0dad fix for Jouk's glplanet bug by Keith Whitwell · 23 years ago
- c47a532 added latest 3.5 changes by Brian Paul · 23 years ago
- 5071b08 Apply antialiasing coverage factor to alpha after texture application, by Brian Paul · 23 years ago
- a51f07d _mesa_pack_index_span() was broken for non-GLubyte datatypes by Brian Paul · 23 years ago
- 9e48553 increase FOG_MAX to 10.0 to fix CI conformace failure by Brian Paul · 23 years ago
- 80532da minor clean-ups and more comments by Brian Paul · 23 years ago
- d57bcbe moved some misplaced compiler flags from CC assigment to CFLAGS by Brian Paul · 23 years ago
- 0ab16e0 New IFLOOR, ICEIL macros from Josh Vanderhoof. Fixes problems with by Brian Paul · 23 years ago
- 6499715 typo by Keith Whitwell · 23 years ago
- f89035b changed MAX_HEIGHT to 2048 by Brian Paul · 23 years ago
- 9bf68ad New triangle rasterization code. Store per-span initial/step values in the by Brian Paul · 23 years ago
- 9cf779e Fix for glean texgen test. by Keith Whitwell · 23 years ago
- b8d091d increase blocksize, remove dead opcodes by Keith Whitwell · 23 years ago