Clearer guard message text.
[mesa.git] / src / mesa /
2004-08-16 Eric AnholtRemove unused HAVE_INDEX define.
2004-08-14 Karl SchultzUpdate Visual Studio Project file for src tree updates.
2004-08-14 Karl SchultzNew Visual Studio project file for this directory.
2004-08-14 Karl SchultzMinor tweaks to deal with vsnprintf and __FUNCTION__...
2004-08-14 Brian Paulfix some memory leaks (bug #1002030)
2004-08-14 Philippe HoudoinForgot to commit this valuable file! :-)
2004-08-14 Philippe HoudoinRemove obsoleted BeOS-specific makefile as the main...
2004-08-14 Philippe HoudoinObsoleted. Now, the BeOS targets build by main Makefile...
2004-08-14 Philippe HoudoinSilent compiler "variable may be used uninitialized...
2004-08-14 Philippe HoudoinBeOS's _glthread_DECLARE_STATIC_MUTEX() couldn't be...
2004-08-14 Philippe HoudoinFix a bug that set RGBA bits length always to 0 (report...
2004-08-14 Dave Airliebuild fix from XFree86 tree
2004-08-14 Philippe HoudoinMove BeOS build into main Makefiles chain.
2004-08-14 Dave Airliebring over change from xorg trunk - let build on non...
2004-08-14 Dave Airliebring over build fix from xorg tree
2004-08-12 Eric AnholtFix dri_util.c build with new headers.
2004-08-10 Brian Pauladded some handy debug code (disabled)
2004-08-10 Brian Pauladded a few more debug printfs (disabled)
2004-08-03 Roland Scheideggerfix incorrect overflow detection when emitting R200_SS_...
2004-07-31 Dave Airliexorg-r200-uninitialized-variable-used.patch from Redhat...
2004-07-29 Daniel Borcadisabled automatic mipmaps until we can handle 565...
2004-07-29 Daniel Borcafixed conflict between depth & alpha in 16bpp
2004-07-26 Daniel Borcadisable W1 when single-texturing
2004-07-26 Brian Paulconsistantly use unpack parameter, instead of ctx-...
2004-07-26 Felix KuehlingFixed hash table allocation to avoid an assertion failu...
2004-07-26 Daniel BorcaRush is back on ZBUFFER
2004-07-24 Brian Pauluse GL_CALL() macro (Andreas Stenglein)
2004-07-23 Brian Paulnew MESA_GLX_DEPTH_BITS env var
2004-07-23 Brian Paulminor comments
2004-07-23 Brian Pauladded support for MESA_GLX_FORCE_ALPHA env var
2004-07-23 Brian PaulALIGN16 macro repairs
2004-07-23 Daniel Borcafixed pixelpiped DrawBitmap / DrawPixels (clipping...
2004-07-21 Daniel Borcapartial GL_BLEND for Voodoo1
2004-07-21 Daniel Borcafixed a bug in clear routine
2004-07-20 Brian Paulfix compare w/ zero warnings (bug 988766)
2004-07-20 Brian Paulerror message fixups and some debug code
2004-07-20 Brian Paulfix compare w/ zero warnings (bug #988766)
2004-07-20 Daniel BorcaGL_EXT_texture_env_add shouldn't be conditioned by...
2004-07-19 Daniel Borcatrying vertex_program...
2004-07-19 Daniel Borcaseveral new bugs
2004-07-16 Daniel Borcaminor corrections
2004-07-16 Daniel BorcaGL_MODULATE/GL_REPLACE multitex (wasteful, but apparent...
2004-07-16 Daniel BorcaSGIS_generate_mipmap
2004-07-15 Dave Airlieadd debugging for compresssed textures
2004-07-15 Dave Airliefix up heights for i830/i915 texture compression
2004-07-15 Dave Airliemove config options to same place as other drivers...
2004-07-15 Dave Airlieuse a switch statement makes integrating the s3tc patch...
2004-07-15 Dave Airlieenable FXT1 texture compression for ixxx chipsets
2004-07-15 Dave Airliemove over changes to intel driver from i830 driver...
2004-07-13 Daniel Borcafixed vertex RGBA
2004-07-10 Jon SmirlMake solo radeon/r128 drivers track fix for DRI bug 849
2004-07-10 Jon SmirlRemove DRM_PAGE_SIZE from fb and i810 drivers since...
2004-07-10 Jon SmirlFix unichrome solo build to not need X11 headers. Minor...
2004-07-10 Felix KuehlingMake GET_PROGRAM_NAME work with uCLibc using the __prog...
2004-07-09 Jon SmirlFix mesa-solo config to define _GNU_SOURCE so that...
2004-07-06 Daniel Borcause tnl_emit_func, it's safer
2004-07-06 Roland Scheideggercorrect X86_DISPATCH_FUNCTION_SIZE if THREADS is defined
2004-07-05 Jon SmirlConvert miniglx to use Ian's fancy new driver config...
2004-07-05 Ian RomanickFix typos in comments.
2004-07-05 Ian RomanickAnother "if it ain't broke, don't fix it" moment. ...
2004-07-05 Brian Paulpatch for AIX (bug 983144)
2004-07-05 Brian Pauladded cast to fix AIX color interpolation problem ...
2004-07-05 Daniel Borcaadded GL_ARB_point_sprite.
2004-07-05 Daniel Borcafixed non-threaded codepath
2004-07-04 Eric AnholtBugzilla #755: Fix polygon offset by setting DEPTH_SCAL...
2004-07-04 Jon SmirlPatch removes _SOLO definition needed for mesa-solo...
2004-07-02 Brian Pauldocument some assumptions made about compressed texture...
2004-07-02 Brian Paula few comments
2004-07-02 Brian Pauldisable some debug printfs
2004-07-02 Brian Paulinit some vars to silence warnings
2004-07-02 Daniel Borcaadded GL_EXT_fog_coord.
2004-07-02 Daniel Borcaput back the correct dispatcher for non-threaded builds.
2004-07-02 Ian RomanickFix a potential race condition. Fix a couple of places...
2004-07-01 Ian RomanickMake sure THREADS is set no matter which threading...
2004-07-01 Keith WhitwellRename the various function types in t_context.h to...
2004-07-01 Keith WhitwellRemove __driRegisterExtensions
2004-07-01 Keith WhitwellRename 'emit_func' usages in drivers. Will also rename...
2004-07-01 Alan Hourihanefix for older gcc's (from freedesktop bug id #419)
2004-07-01 Keith WhitwellAdd t_context.h include for drivers.
2004-06-30 Keith WhitwellAdd infrastructure for t_vertex.c codegen. Add an...
2004-06-29 Ian RomanickFirst phase of TLS work. At this point SPARC assembly...
2004-06-29 Jon SmirlThis should make most linux-solo drivers work again...
2004-06-29 Brian Paulfix another bug in get_register_pointer()
2004-06-29 Brian Paulthe get_register_pointer() function was pretty well...
2004-06-29 Brian Pauldisable some debug code
2004-06-29 Brian Paulremove trailing whitespace and misc clean-ups
2004-06-28 Roland Scheideggeradd missing R200_RB3D_BLENDCOLOR to r200/radeon_sanity.c
2004-06-28 Brian PaulglBegin/EndQueryARB didn't work inside display lists
2004-06-26 Jon SmirlMesa-solo builds with these changes. There are still...
2004-06-26 Ian RomanickRe-enable SPARC assembly on sunos5-gcc platform.
2004-06-25 Ian RomanickMake sure mklib sees the definition of CC and CXX....
2004-06-25 Erdi ChenCorrected a float to ubyte conversion bug with fog...
2004-06-25 Brian Paulremove program from hash table when deleted (bug 979514)
2004-06-24 Brian Paulfix HP occlusion testing when using generic span path
2004-06-24 Brian Paulfix capitalization, new comments, etc
2004-06-24 Daniel Borcahack for compressed textures with aspectratio greater...
2004-06-24 Daniel Borcadisabled unnecessary assertions in texture replicator
2004-06-24 Daniel Borcaadded back x86 entrypoints
2004-06-23 Brian PaulFixed occlusion_zless_triangle() to work with 16 or...
2004-06-23 Roland Scheideggerrevert accidental change from rev. 1.10
next