[Mesa-dev] [Bug 32825] egl_glx driver completely broken in 7.9 branch [fix in master]

2013-01-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32825

Matt Turner matts...@gmail.com changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |WONTFIX

--- Comment #10 from Matt Turner matts...@gmail.com ---
7.9 branch is dead.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 32825] egl_glx driver completely broken in 7.9 branch [fix in master]

2011-01-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32825

--- Comment #8 from cs...@daudt.org 2011-01-07 15:08:03 PST ---
hi, 
I'm running a small test program against the egl-glx version with the fix
mentioned below, and when I run the following piece of code:

static EGLint const attribute_list[] = {
EGL_RED_SIZE, 1,
EGL_GREEN_SIZE, 1,
EGL_BLUE_SIZE, 1,
EGL_NONE
};
...
fprintf(stderr,Calling eglChooseConfig\n);
if (eglChooseConfig(egld, attribute_list, config, 1, num_config) ==
EGL_FALSE) {
fprintf(stderr, eglChooseConfig failed. err=%x\n,
eglGetError());
exit(1);
} else {
fprintf(stderr, eglChooseConfig finished ok\n);
}
---

I get the following output:
--
Calling eglChooseConfig
libEGL debug: the value (0x8) of attribute 0x3040 did not meet the criteria
(0x1)
libEGL debug: the value (0x8) of attribute 0x3040 did not meet the criteria
(0x1)
libEGL debug: the value (0x8) of attribute 0x3040 did not meet the criteria
(0x1)
...[repeats about 100 times]...
eglChooseConfig finished ok
--

is this related to this bug?
Also, eglgears_screen and egltri_screen fail with this error:
---
libEGL debug: attribute 0x3033 has an invalid value 0x8
libEGL debug: EGL user error 0x3004 (EGL_BAD_ATTRIBUTE) in eglChooseConfig
---

but I never ran those before today so I don't know if they are supposed to work
or not.

 thanks,
   csd

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 32825] egl_glx driver completely broken in 7.9 branch [fix in master]

2011-01-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32825

--- Comment #7 from Chia-I Wu olva...@gmail.com 2011-01-06 21:16:10 PST ---
This fix is a WORKSFORME.  I am not sure, but it may be a compatibility issue
with your libGL.  Could you set a breakpoint at _eglSetConfigKey and see when
is 0x3034 set and to which value?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 32825] egl_glx driver completely broken in 7.9 branch [fix in master]

2011-01-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32825

--- Comment #4 from nobled nob...@dreamwidth.org 2011-01-06 06:45:04 PST ---
(In reply to comment #3)
 Did you try a clean build?  I don't see why the fix would make 0x3034 have the
 value 0x3 or 0x4.

Yeah, a fresh git checkout:
git checkout 7.9
git clean -xdf
autoreconf  ./configure --disable-glw --disable-glut --disable-glu
--disable-gallium-i915 --disable-gallium-i965 --disable-gallium-radeon
--disable-gallium-svga --enable-xcb
cd src/egl  make

I just needed to rebuild the egl_glx.so, so I just did that. That shouldn't
make a difference, right?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 32825] egl_glx driver completely broken in 7.9 branch [fix in master]

2011-01-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32825

--- Comment #5 from Chia-I Wu olva...@gmail.com 2011-01-06 06:54:49 PST ---
You also need to rebuild libEGL (src/egl/main/).  Could you see if it helps?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 32825] egl_glx driver completely broken in 7.9 branch [fix in master]

2011-01-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32825

cs...@daudt.org changed:

   What|Removed |Added

 CC||cs...@daudt.org

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 32825] egl_glx driver completely broken in 7.9 branch [fix in master]

2011-01-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32825

Chia-I Wu olva...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #1 from Chia-I Wu olva...@gmail.com 2011-01-05 03:10:42 PST ---
The fix has dependencies on other commits.  For 7.9 branch, I have to make a
different one.  The new fix is much smaller and may be incomplete.  But at
least EGL demos run.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev