Check that ActiveTextureARB doesn't overflow MaxTextureUnits
[mesa.git] / src / mesa /
2002-12-30 Alan HourihaneCheck that ActiveTextureARB doesn't overflow MaxTexture...
2002-12-19 Keith WhitwellAdd missing break statements
2002-12-19 Brian Paulobsolete
2002-12-19 Brian PaulDOS updates
2002-12-18 Brian PaulDOS updates from Daniel Borca.
2002-12-18 Brian Paulcomment changes
2002-12-18 Brian Paulimproved error message
2002-12-12 Keith WhitwellAdd mechanism to destroy mutexes. Important on OS...
2002-12-06 Brian Paullet _mesa_problem() take variable arguments
2002-12-05 Keith WhitwellDon't crash if End received without a Begin...
2002-12-05 Brian Pauladded _mesa_print_texunit_state() for debugging
2002-12-05 Brian Paulproperly handle very wide images
2002-12-05 Brian Paulclean-ups, comments
2002-12-04 Brian Paulfix bad _mesa_printf() calls (mesa bug 646753)
2002-12-03 Brian Pauladded GL_DEPTH_COMPONENT to two assertions
2002-12-01 Brian Pauldeclar vsnprintf for OS/2 and VMS (Evgeny Kotsuba)
2002-11-30 Brian Pauladded const to casts
2002-11-28 Brian Paulmask is always non-null in write_rgba_pixels and write_...
2002-11-26 Brian Pauladded missing call to _mesa_write_mono_alpha_span()
2002-11-26 Brian Paulfixed bad clear value
2002-11-25 Brian Pauladded missing ctx parameter to _tnl_flush_immediate...
2002-11-25 Brian Paulset default texcoords for glBitmap/glDrawPixels
2002-11-25 Keith WhitwellFlush IM if very small number of verts left -- prevent...
2002-11-20 Brian Paulfixed cube texture auto-mipmap generation bug (641363)
2002-11-19 Brian Paulput FEATURE_NV_vertex_program around vpstate.h include
2002-11-18 Brian Paulbring in a few AGP-related bits from 4.0.4
2002-11-18 Brian Paulenable 1.4 extensions
2002-11-15 Brian Paulmore clean-ups
2002-11-14 Brian Paulbump version to 5.1
2002-11-14 Brian PaulOverhaul of line drawing template code. Make better...
2002-11-13 Brian Paulfix compilation problem (Philippe Houdoin)
2002-11-13 Karl SchultzAdd _mesa_enable_1_4_extensions and _mesa_problem
2002-11-13 Brian PaulLots of clean-ups.
2002-11-13 Brian Paultemplate code for span functions for flat, memory-based...
2002-11-13 Brian Paulmoved function declaration into the template, define...
2002-11-13 Brian Paulcheck for NULL span argument
2002-11-13 Brian Pauladded comments about NULL mask parameter to span-write...
2002-11-13 Brian Pauloptimized color buffer clear fallback (use mono-color...
2002-11-13 Brian Paulinit facing to zero
2002-11-13 Brian Paulinclude imports.h
2002-11-12 Brian Paulapply scale factor before clapping for DOT3
2002-11-11 Brian Paulcompilation fixes
2002-11-10 Brian Paulchanges to vishandle usage to prevent segfault in some...
2002-11-09 Brian Paulfix float->int Z calculation in _mesa_span_default_z()
2002-11-09 Brian Paulfix one-bit error in float->int Z calculation
2002-11-09 Keith Whitwellfix 3dnow misdetection on new p4's
2002-11-08 Brian Paulfixed active stencil face query bug
2002-11-08 Brian Paulfixed a few category lines
2002-11-07 Brian Pauladded glBlendFuncSeparate, glMultiDrawArrays, glMultiDr...
2002-11-07 Brian Pauladded missing 1.4 glFogCoord functions
2002-11-06 Brian Paula few dispatch pointers weren't set (glGenTexturesEXT...
2002-11-05 Brian Paulminor multi-sample clean-ups
2002-11-05 Brian Paulfixed glTexParameteriv(GL_TEXTURE_BORDER_COLOR) error
2002-11-05 Brian PaulUpdates for DOS driver from Daniel Borca.
2002-11-04 Brian Paulmisc driver updates (Daniel Borca)
2002-11-01 Brian Paulfix a typo
2002-10-31 Brian Paultweak pipeline flags for vertex programming
2002-10-31 Brian Paulfix the occasional missing triangle bug
2002-10-30 Brian Pauladded a comment about future work
2002-10-30 Brian Pauls/getenv/_mesa_getenv/
2002-10-30 Brian Pauluse wrappers from imports.h rather than stdio, stdlib...
2002-10-30 Brian Paulremove some stray debug/abort code
2002-10-30 Brian Pauldon't call abort()
2002-10-30 Brian Pauls/printf/_mesa_printf/
2002-10-30 Brian Pauls/sprintf/_mesa_sprintf/
2002-10-30 Brian Paulremove debug printf
2002-10-30 Brian Pauls/BZERO/_mesa_bzero/
2002-10-30 Brian Paultest both XFree86LOADER and IN_MODULE to see if we...
2002-10-30 Brian Paulfix potential bug in _mesa_align_calloc/malloc (Frank...
2002-10-29 Brian Paulmore version bumps
2002-10-29 Brian Paulbump OpenGL version to 1.4, Mesa version to 5.0
2002-10-29 Brian Paulupdate versioning/extensions for OpenGL 1.4 / Mesa 5.0
2002-10-29 Brian Paulfix culling problem (bug 630649)
2002-10-29 Brian Paulupdated email addresses
2002-10-29 Brian Paulinit a few more fields in _mesa_initialize_visual()
2002-10-29 Brian Pauladded some casts for mallocs (bug 630379)
2002-10-28 Karl SchultzAdd casts to quiet compiler warnings.
2002-10-28 Karl Schultzexport new functions.
2002-10-25 Brian Paulwrapped a few more C library functions
2002-10-25 Brian Paul#include fixes
2002-10-25 Brian Paulremove all.h, mem.h, mem.c
2002-10-25 Jouk Jansen Committing in .
2002-10-25 Brian Paulinclude GL/glx.h
2002-10-24 Brian PaulHeader file clean-up:
2002-10-23 Brian Pauladded missing code to copy texrect state
2002-10-23 Keith WhitwellFix projtex interp bug
2002-10-22 Brian Paulremove debug printfs
2002-10-22 Brian Paulfix refcount error in _mesa_DeleteTextures (Randy Fayan)
2002-10-22 Brian Pauladd missing texture rectangle code in _mesa_DeleteTextu...
2002-10-21 Brian PaulGL_ATI_texture_mirror_once extension (Ian Romanick)
2002-10-21 Brian Pauldoxygen comments (Klaus Niederkrueger)
2002-10-18 Brian Paulnew _mesa_max_texture_levels() helper function - not...
2002-10-18 Brian Paulimplement auto mipmap generation for compressed textures
2002-10-18 Karl SchultzAdd casts to quiet compiler warnings.
2002-10-18 Brian Paulfix bug in GL_MIRRORED_REPEAT_ARB (Ian Romanick)
2002-10-18 Brian Paulonly allow intformat==GL_COLOR_INDEX if EXT_paletted_te...
2002-10-17 Karl SchultzAdd casts to quiet compiler warnings.
2002-10-17 Brian Pauls/functionOffset/offset/
2002-10-17 Brian Paulpatches from Gerk Huisma for float-channel rendering
2002-10-17 Brian Paulapplied Philippe Houdoin's patch, plus minor clean-ups
next