guard ResetStipple calls
[mesa.git] / src / mesa / main /
2001-11-29 Karl Schultzmain trunk is now 4.1
2001-11-29 Karl Schultzupdate to version 4.0
2001-11-28 Brian Paulupdated comment about CHAN_BITS
2001-11-27 Brian Pauldon't directly call glSecondaryColor*EXT() or glFogCoor...
2001-11-23 Brian Paulfix for bug 474479, remove Trace/* stuff
2001-11-19 Brian Pauladded test implementation of GL_ARB_window_pos
2001-11-18 Brian Pauladded test implementation of GL_ARB_window_pos
2001-11-18 Brian Paulincluded by glapi.c
2001-11-18 Brian PaulAPI dispath updates
2001-11-06 Brian Pauladded missing GL_MAX_TEXTURE_LOD_BIAS_EXT query
2001-11-03 Brian Paulfix error in error checking conditional (bug 476846)
2001-11-02 Brian Paulinit the hash table mutex in _mesa_NewHashTable (Won...
2001-10-25 Brian Pauladded a bunch of missing breaks for multisample gets
2001-10-22 Brian Paulversion bumps, etc for 4.1
2001-10-18 Jouk Jansen Committing in .
2001-10-17 Brian Pauladded GL_ARB_texture_mirrored_repeat
2001-10-15 Karl SchultzFix comments.
2001-10-04 Karl SchultzNeed to define MESA_DEBUG in debug builds. Otherwise...
2001-09-25 Karl SchultzFix up Windows makefiles so that the debug build leaves...
2001-09-23 Brian Paulupdates for Mesa 4.0
2001-09-21 Karl SchultzMake osmesa a DLL instead of a static lib (Windows...
2001-09-19 Karl Schultzsilence compiler warnings (last batch for src)
2001-09-18 Karl Schultzmore compiler warning fixes
2001-09-18 Karl Schultzclean up makefiles some more for Windows
2001-09-18 Karl Schultzremove carriage return chars
2001-09-18 Karl Schultzcompiler warnings
2001-09-18 Karl Schultzcompiler warnings
2001-09-15 Brian Paulmore warning fixes (Karl Schultz)
2001-09-14 Brian PaulWin32 updates (Karl Schultz)
2001-09-14 Brian Paulmore warning fixes (Karl Schultz)
2001-09-14 Brian Paulmore GL 1.3 and GLX 1.4 updates
2001-08-28 Brian PaulOpenGL 1.3 support
2001-08-20 Brian Paulbetter error messages
2001-08-20 Brian Paulbetter error reporting
2001-08-20 Brian PaulWindML driver (Stephane Raimbault)
2001-08-13 Brian Pauladded GL_EXT_texture_edge_clamp
2001-08-13 Brian Paulremoved ss_interp.c
2001-08-07 Brian Paulfixed a glPush/PopAttrib bug related to texture binding...
2001-08-07 Brian Paulfixed NewState update bugs in _mesa_PopClientAttrib()
2001-07-28 Keith WhitwellRemove _BaseAlpha, fix reflect lighting bug.
2001-07-27 Brian Paulcheck if deleting _Current texobj in _mesa_DeleteTextur...
2001-07-26 Brian Paulfixes for proxy cube map texture images
2001-07-23 Brian Pauldon't make default teximage if glTexImage's pixels...
2001-07-23 Brian Paulrename ERROR macro to TE_ERROR (Gerk Huisma)
2001-07-23 Brian Paulcheck for pixels=NULL in _mesa_store_teximage[123]d()
2001-07-19 Brian PaulAdded Win32 memory debugging and fixed a few memory...
2001-07-16 Brian PaulVarious 16-bit GLchan fixes and Win32 fixes (Gerk Huisma)
2001-07-14 Brian Paulmore work on float colors (still not finished)
2001-07-13 Brian Paulassorted changes for supporting GLfloat color channels...
2001-07-13 Brian Paulsilence a warning
2001-07-13 Brian Paulreplace _NEW_PIXEL with _IMAGE_NEW_TRANSFER_STATE to...
2001-07-13 Jouk Jansen Committing in .
2001-07-12 Keith WhitwellRename some of the tnl->Driver.* functions to tnl-...
2001-07-05 Brian Paulfixed segfault (NULL _ShineTable[0]) in shade_rastpos()
2001-06-27 Keith WhitwellAdd -f to rm in make clean to avoid error messages
2001-06-26 Brian PaulMore raster fog coord fixes.
2001-06-26 Brian Pauladded GL_IBM_rasterpos_clip extension
2001-06-21 Jouk Jansen Modified Files:
2001-06-20 Brian Paulremoved beta from version string
2001-06-18 Brian PaulConsolidated source files. Since the re-org a number...
2001-06-15 Brian PaulAdded fi_type union typedef to glheader.h.
2001-06-15 Brian PaulEnable GL_ARB_texture_compression for XMesa/GLX driver...
2001-06-13 Brian PaulAllow different max texture sizes for 1/2D, 3D and...
2001-06-13 Brian Paulfixed an assertion
2001-06-12 Brian Paulremoved old, redundant CurrentTransformUnit state var
2001-06-12 Brian Pauldon't compile glClientActiveTextureARB() into display...
2001-06-12 Brian Pauldisable pixel transfer ops for glGetTexImage(), per...
2001-06-11 Brian Paulfixed minor display list bugs (#431517)
2001-06-11 Jouk Jansen Committing in .
2001-06-08 Brian Pauladd check for NULL malloc (from Stanford metacompilatio...
2001-06-08 Brian Paulonly copy GLubyte[4] as a GLuint on x86
2001-06-08 Brian Pauluse unoptimized COPY_4UBV code on SPARC to avoid memory...
2001-06-05 davem69Sparc optimized GLAPI dispatch table.
2001-06-05 davem69Add USE_SPARC_ASM diagnostics to print_info.
2001-06-04 Keith WhitwellNew files to provide glEvalPoint, glEvalCoord implement...
2001-06-01 Keith WhitwellAdd api_arrayelt.c
2001-06-01 Keith WhitwellWorking implementation of glArrayElt that decomposes...
2001-05-30 Brian Pauladded current raster fog coord and related code
2001-05-30 Brian Pauladded test for EXT_fog_coord
2001-05-29 Brian Pauladded math/m_debug_clip.c
2001-05-29 Brian Paulinfrastructure for GL_ARB_multisample
2001-05-24 Brian PaulFinished GL_SGIS_generate_mipmap. Should be trivial...
2001-05-23 Brian Paulfix bug 426657: need to clamp RGBA before color table...
2001-05-22 Brian Paula little more work on GL_SGIS_generate_mipmap
2001-05-21 Brian Paulinitial support for GL_SGIS_generate_mipmap extension
2001-05-21 Gareth HughesInitial commit of cliptest work. More to come shortly.
2001-05-18 Brian Paulfixed a bad error string in ClientActiveTexture()
2001-05-17 Brian Paulfixed two GL error calls
2001-05-16 Brian Pauluse DEFARRAY, etc macros to work around 32k data limit...
2001-05-16 Brian Paulgenerate INVALID_OPERATION if active texture != 0 in...
2001-05-15 Brian Paul_mesa_pack_index_span() was broken for non-GLubyte...
2001-05-14 Brian PaulNew IFLOOR, ICEIL macros from Josh Vanderhoof. Fixes...
2001-05-14 Brian Paulchanged MAX_HEIGHT to 2048
2001-05-14 Keith Whitwellincrease blocksize, remove dead opcodes
2001-05-10 Keith WhitwellSet 'prefer_float_colors' true, now that tnl uses them...
2001-05-09 Brian Paulfixed loop bug in _mesa_ConvolutionFilter2D()
2001-05-09 Brian Paulfixed minor logic error in _mesa_StencilOp()
2001-05-09 Keith WhitwellAdd FLUSH_CURRENT() calls to fix ordering problems...
2001-05-09 Keith WhitwellDon't scale basealpha by 255 now it's a float.
2001-05-07 Brian Paulset MRD to 1.0, fixes new Glean polygon offset failure
next