Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-08-12 | Fix 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-02 | unbreak biuld. From Travers Buda. Thanks. | Matthieu Herrb | |
2008-08-02 | Prevent a crash if Delete is not defined for the given renderbuffer. | Matthieu Herrb | |
Patch from OUSADOU Azwaw. Thanks. ok oga@. | |||
2008-05-31 | Update to Mesa 7.0.3. tested my oga@ and johan@ | Matthieu Herrb | |
2008-05-31 | Import Mesa 7.10.3 | Matthieu Herrb | |
2008-04-19 | When mesa uses sse the current allocator was just using malloc, meaning | Owain 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-17 | Fix 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-12 | Update to Mesa 7.0.2. Tested by naddy@ (full ports build), simon@ | Matthieu Herrb | |
and oga@ (with dri enabled). | |||
2008-02-12 | Import Mesa 7.10.3 | Matthieu 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-24 | merge Mesa 7.0.1 | Matthieu Herrb | |
2007-11-24 | Mesa 7.0.1 | Matthieu Herrb | |
2007-04-19 | assorted fixes for dealing with zero-size frame/renderbuffers. | Alexandre Anriot | |
from freedesktop (mesa-commits) with help from games/bzflag; ok matthieu@ | |||
2007-03-05 | fix build with gcc 2.95 | Matthieu Herrb | |
2007-03-03 | import MesaDemos version 6.5.2 | Matthieu Herrb | |
2007-03-03 | import MesaLibs version 6.5.2 | Matthieu Herrb | |
2006-12-04 | Include "glheader.h" to get a definition of __builtin_expect for gcc 2.95. | Matthieu Herrb | |
2006-12-03 | Make this build with gcc 2.95 | Matthieu Herrb | |
2006-11-25 | Import MesaDemos 6.5.1 | Matthieu Herrb | |
2006-11-25 | Import MesaLibs 6.5.1. (in dist/ since its code is shared between lib | Matthieu Herrb | |
and xserver)... |