summaryrefslogtreecommitdiff
path: root/dist/Mesa
AgeCommit message (Collapse)Author
2008-08-12Fix out-of-bounds memory access in swizzle_copy(). My fix was different,Owain Ainsworth
but this one (from mesa, prompted by my diff) should run a little faster. Now mplayer -vo gl or gl2 works with dri enabled. Detected by otto malloc. Some debugging help from todd. ok matthieu@, todd@.
2008-08-02unbreak biuld. From Travers Buda. Thanks.Matthieu Herrb
2008-08-02Prevent a crash if Delete is not defined for the given renderbuffer.Matthieu Herrb
Patch from OUSADOU Azwaw. Thanks. ok oga@.
2008-05-31Update to Mesa 7.0.3. tested my oga@ and johan@Matthieu Herrb
2008-05-31Import Mesa 7.10.3Matthieu Herrb
2008-04-19When mesa uses sse the current allocator was just using malloc, meaningOwain Ainsworth
that the memory was not set to executable. This caused some horrible segfaults that due to lack of hardware i've been unable to track down for months. Conveniently, there was already a memory allocator that uses mmap to create executable memory, #ifdef linux. Make it usable for us too. Problem solved! Thanks for todd@ for helping me debug, and deraadt@ for noticing the allocator. Makes SiS work with dri, probaby solves a bunch of other people too. ok matthieu@ (who has sent this upstream).
2008-04-17Fix from Eric Anholt in Mesa-current:Matthieu Herrb
[965] Fix potential segfaults from bad realloc. C has no order of evaluation restrictions on function arguments, so we attempted to realloc from new-size to new-size.
2008-02-12Update to Mesa 7.0.2. Tested by naddy@ (full ports build), simon@Matthieu Herrb
and oga@ (with dri enabled).
2008-02-12Import Mesa 7.10.3Matthieu Herrb
2007-12-21__builtin_expect is a gcc 3.x feature. define it out for gcc 2.95.Matthieu Herrb
Patch suggested by miod@. Thanks.
2007-11-24merge Mesa 7.0.1Matthieu Herrb
2007-11-24Mesa 7.0.1Matthieu Herrb
2007-04-19assorted fixes for dealing with zero-size frame/renderbuffers.Alexandre Anriot
from freedesktop (mesa-commits) with help from games/bzflag; ok matthieu@
2007-03-05fix build with gcc 2.95Matthieu Herrb
2007-03-03import MesaDemos version 6.5.2Matthieu Herrb
2007-03-03import MesaLibs version 6.5.2Matthieu Herrb
2006-12-04Include "glheader.h" to get a definition of __builtin_expect for gcc 2.95.Matthieu Herrb
2006-12-03Make this build with gcc 2.95Matthieu Herrb
2006-11-25Import MesaDemos 6.5.1Matthieu Herrb
2006-11-25Import MesaLibs 6.5.1. (in dist/ since its code is shared between lib Matthieu Herrb
and xserver)...