IABSD.fr/xenocara/dist

Branch :


Log

Author Commit Date CI Message
60c1de67 2009-06-06 17:52:23 Import xkeyboard-config version 1.6.
f3b20b10 2009-05-31 16:49:15 update to xcb-util 0.3.5
8e91f6fc 2009-05-31 16:44:43 update to libxcb 1.3
f4c2f8c8 2009-05-23 14:37:52 import xcb-util 0.3.4
65b2c831 2009-05-22 15:55:46 import libxcb 1.2
fced6378 2009-05-17 20:26:36 Update to Mesa 7.4.2. Tested by oga@, ckuethe@ and naddy@.
a59dd3b1 2009-02-05 01:37:06 Bah. Diff applied strangely last time. Fix fallout. It builds now.
ba0f4d62 2009-02-04 19:48:26 Merge in two commits of mine from upstream mesa which mean that on startup with and when we have only one pipe running we will always pick the correct vblank pipe to sync to. ok matthieu@.
5e89e3df 2009-01-11 20:35:40 Oops, missed a line removal. Fix build.
18927863 2009-01-11 20:32:31 fix use of uninitialised value in one of our local changes. ok matthieu@
7efd4e68 2009-01-10 15:56:13 Remove ttm entrypoints. That memory manager interface isn't going to see the 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@.
64d859dd 2009-01-10 15:27:14 remove the triple buffering support from the intel driver, the support 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@
89ec318c 2009-01-10 15:12:43 Remove "old style" DRI2 entrypoints. ok matthieu@.
dce0e78b 2009-01-10 15:09:50 Remove the ARB_occlusion_query support in the intel drivers. It was racy and 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)
3dcdb706 2009-01-10 14:59:52 For the radeon mesa driver, don't try and map the card's mmio region. We 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@
a5aec756 2008-11-02 15:03:19 oops do not commit emacs droppings
895907f0 2008-11-02 14:58:06 Mesa 7.2, Tested by ckuethe@, naddy@, oga@, and others.
0c9c122b 2008-11-02 14:27:17 remove VMS specific stuff
69e9f993 2008-11-02 14:26:07 remove ms-windows specific stuff
e812b169 2008-08-12 23:16:07 Fix out-of-bounds memory access in swizzle_copy(). My fix was different, 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@.
37355e1d 2008-08-02 23:04:55 unbreak biuld. From Travers Buda. Thanks.
1db3addd 2008-08-02 16:01:32 Prevent a crash if Delete is not defined for the given renderbuffer. Patch from OUSADOU Azwaw. Thanks. ok oga@.
80656e86 2008-05-31 16:36:47 Update to Mesa 7.0.3. tested my oga@ and johan@
ce0d22a5 2008-04-19 13:11:24 When mesa uses sse the current allocator was just using malloc, meaning 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).
a794a5f8 2008-04-17 21:21:27 Fix from Eric Anholt in Mesa-current: [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.
b139abf7 2008-02-12 21:09:25 Update to Mesa 7.0.2. Tested by naddy@ (full ports build), simon@ and oga@ (with dri enabled).
267ae69e 2007-12-21 22:33:22 __builtin_expect is a gcc 3.x feature. define it out for gcc 2.95. Patch suggested by miod@. Thanks.
5257e11d 2007-11-24 17:41:36 merge Mesa 7.0.1
0d540fed 2007-11-24 17:25:28 Mesa 7.0.1
d1f4a95e 2007-04-19 08:12:55 assorted fixes for dealing with zero-size frame/renderbuffers. from freedesktop (mesa-commits) with help from games/bzflag; ok matthieu@
ddf969dd 2007-03-05 22:10:59 fix build with gcc 2.95
2f8f3de5 2007-03-03 11:59:27 import MesaDemos version 6.5.2
fe3d26ad 2007-03-03 11:56:24 import MesaLibs version 6.5.2
46659db4 2006-12-04 22:11:20 Include "glheader.h" to get a definition of __builtin_expect for gcc 2.95.
131c8c1e 2006-12-03 18:18:52 Make this build with gcc 2.95
8c9bfd57 2006-11-25 18:56:37 Import MesaDemos 6.5.1
e9438a86 2006-11-25 18:49:17 Import MesaLibs 6.5.1. (in dist/ since its code is shared between lib and xserver)...