[Mesa-dev] [Bug 38906] Mesa compilation failure if libudev development files are not installed.

2011-07-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38906 --- Comment #8 from Chia-I Wu 2011-07-02 20:16:12 PDT --- (In reply to comment #7) [snip] > I don't think udev is a problematic requirement for embedded devices (I think > it's hard to build one without), but one way you could go leaner is to dro

[Mesa-dev] [Bug 38906] Mesa compilation failure if libudev development files are not installed.

2011-07-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38906 --- Comment #7 from Kristian Høgsberg 2011-07-02 18:38:02 PDT --- (In reply to comment #6) > After doing a bit of readup on this and looking at the commits, I guess you're > probably right on all accounts, > > but I agree, we should probably re

[Mesa-dev] [Bug 38906] Mesa compilation failure if libudev development files are not installed.

2011-07-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38906 --- Comment #6 from Thomas Hellström 2011-07-02 06:02:24 PDT --- After doing a bit of readup on this and looking at the commits, I guess you're probably right on all accounts, but I agree, we should probably rename the platform gdm. An embedde

[Mesa-dev] [Bug 38906] Mesa compilation failure if libudev development files are not installed.

2011-07-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38906 --- Comment #5 from Benjamin Franzke 2011-07-02 05:40:50 PDT --- (In reply to comment #3) > The second build was configured using > --with-egl-platforms=drm and --disable-gdm. > > Could you describe a bit more in detail why we can't build the d

[Mesa-dev] [Bug 38906] Mesa compilation failure if libudev development files are not installed.

2011-07-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38906 --- Comment #4 from Thomas Hellström 2011-07-02 05:29:18 PDT --- (In reply to comment #3) > The second build was configured using > --with-egl-platforms=drm and --disable-gdm. > Oh, should be s/gdm/gbm/ of course. /Thomas -- Configure bugma

[Mesa-dev] [Bug 38906] Mesa compilation failure if libudev development files are not installed.

2011-07-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38906 --- Comment #3 from Thomas Hellström 2011-07-02 05:21:40 PDT --- The second build was configured using --with-egl-platforms=drm and --disable-gdm. Could you describe a bit more in detail why we can't build the drm platform without gdm? What exa

[Mesa-dev] [Bug 38906] Mesa compilation failure if libudev development files are not installed.

2011-07-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38906 --- Comment #2 from Benjamin Franzke 2011-07-02 05:07:46 PDT --- Thanks, the egl_dri2 compilation failure should be fixed by b2d6375e6a64ac12f35f8a611ebf2016e4a6dd42. The egl_gallium failure one looks like being manually involved? The drm egl p

[Mesa-dev] [Bug 38906] Mesa compilation failure if libudev development files are not installed.

2011-07-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38906 --- Comment #1 from Thomas Hellström 2011-07-02 03:03:42 PDT --- A similar problem exists with gallium: gcc -c -I. -I../../../../src/gallium/include -I../../../../src/gallium/auxiliary -I../../../../src/egl/main -I../../../../src/egl/wayland/wa

[Mesa-dev] [Bug 38906] New: Mesa compilation failure if libudev development files are not installed.

2011-07-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38906 Summary: Mesa compilation failure if libudev development files are not installed. Product: Mesa Version: git Platform: All OS/Version: Linux (All) Status: NEW

[Mesa-dev] [PATCH] st/glx: Fix endless loop in drawable validation

2011-07-02 Thread Thomas Hellstrom
This fixes a regression introduced with commit "st-api: Rework how drawables are invalidated v3" where the glx state tracker manager would invalidate a drawable each time it checks the drawable dimensions, even during a validate call, which resulted in an endless loop, since the state tracker wou