Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-23 | import xcb-util 0.3.4 | Matthieu Herrb | |
2009-05-22 | import libxcb 1.2 | Matthieu Herrb | |
2009-05-17 | Update to Mesa 7.4.2. Tested by oga@, ckuethe@ and naddy@. | Matthieu Herrb | |
2009-05-17 | Import Mesa 7.10.3 | Matthieu Herrb | |
2009-02-05 | Bah. Diff applied strangely last time. Fix fallout. | Owain Ainsworth | |
It builds now. | |||
2009-02-04 | Merge in two commits of mine from upstream mesa which mean that on | Owain Ainsworth | |
startup with and when we have only one pipe running we will always pick the correct vblank pipe to sync to. ok matthieu@. | |||
2009-01-11 | Oops, missed a line removal. Fix build. | Owain Ainsworth | |
2009-01-11 | fix use of uninitialised value in one of our local changes. | Owain Ainsworth | |
ok matthieu@ | |||
2009-01-10 | Remove ttm entrypoints. That memory manager interface isn't going to see the | Owain Ainsworth | |
light of day and has already been removed in mesa master (ages ago). As a bonus, removes the annoying "falling back to classic" message on launching a gl application. ok matthieu@. | |||
2009-01-10 | remove the triple buffering support from the intel driver, the support | Owain Ainsworth | |
from this was removed from the kernel and is very much deprecated. Pageflipping is also probably broken and should not be used. Similar change happened in mesa master a while back. ok matthieu@ | |||
2009-01-10 | Remove "old style" DRI2 entrypoints. | Owain Ainsworth | |
ok matthieu@. | |||
2009-01-10 | Remove the ARB_occlusion_query support in the intel drivers. It was racy and | Owain Ainsworth | |
broken and the kernel ioctl doesn't exist anymore. GEM has a much better solution for this. ok matthieu (as part of a larger diff) | |||
2009-01-10 | For the radeon mesa driver, don't try and map the card's mmio region. We | Owain Ainsworth | |
really don't need it. There's one case where it's used, and that is on ``older'' drms, newer ones provide that one value via a parameter. This is the first stage in my project to stop all cards mapping registers. This does mean that drivers that depend on this may eventually die (tdfx, i'm looking at you!). ok matthieu@ | |||
2008-11-02 | oops do not commit emacs droppings | Matthieu Herrb | |
2008-11-02 | Import Mesa 7.10.3 | Matthieu Herrb | |
2008-11-02 | Mesa 7.2, Tested by ckuethe@, naddy@, oga@, and others. | Matthieu Herrb | |
2008-11-02 | remove VMS specific stuff | Matthieu Herrb | |
2008-11-02 | remove ms-windows specific stuff | Matthieu Herrb | |
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)... |