[Mesa-dev] [Bug 91596] EGL_KHR_gl_colorspace (v2) causes problem with Android-x86 GUI

2015-10-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91596 --- Comment #23 from Chih-Wei Huang --- (In reply to Emil Velikov from comment #15) > (In reply to Chih-Wei Huang from comment #11) > > Mesa still doesn't support PIXEL_FORMAT_RGBA_? > > It should, depending on how exactly you define the for

[Mesa-dev] [Bug 91596] EGL_KHR_gl_colorspace (v2) causes problem with Android-x86 GUI

2015-10-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91596 --- Comment #22 from Rob Clark --- (In reply to Chih-Wei Huang from comment #20) > (In reply to Rob Clark from comment #17) > > (In reply to Emil Velikov from comment #15) > > > Upon closer look the mappings in drm_format_from_hal and get_pipe_fo

[Mesa-dev] [Bug 91596] EGL_KHR_gl_colorspace (v2) causes problem with Android-x86 GUI

2015-10-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91596 --- Comment #21 from Marek Olšák --- This shouldn't be closed, because the fix hasn't been committed yet. (In reply to Mauro Rossi from comment #19) > Hi, > > tested the patch by restoring conf->base.SurfaceType = 0; > > it works on NV8x, HD77

[Mesa-dev] [Bug 91596] EGL_KHR_gl_colorspace (v2) causes problem with Android-x86 GUI

2015-10-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91596 --- Comment #20 from Chih-Wei Huang --- (In reply to Rob Clark from comment #17) > (In reply to Emil Velikov from comment #15) > > (In reply to Chih-Wei Huang from comment #11) > > > Mesa still doesn't support PIXEL_FORMAT_RGBA_? > > > > It

[Mesa-dev] [Bug 91596] EGL_KHR_gl_colorspace (v2) causes problem with Android-x86 GUI

2015-10-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91596 Mauro Rossi changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Mesa-dev] [Bug 91596] EGL_KHR_gl_colorspace (v2) causes problem with Android-x86 GUI

2015-10-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91596 --- Comment #18 from Varad --- Hello Mauro, Could you try [1] on your setup? The flashing seems to go away with freedreno with the patch. [1] http://patchwork.freedesktop.org/patch/61151/ -- You are receiving this mail because: You are the QA

[Mesa-dev] [Bug 91596] EGL_KHR_gl_colorspace (v2) causes problem with Android-x86 GUI

2015-10-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91596 --- Comment #17 from Rob Clark --- (In reply to Emil Velikov from comment #15) > (In reply to Chih-Wei Huang from comment #11) > > Mesa still doesn't support PIXEL_FORMAT_RGBA_? > > It should, depending on how exactly you define the formats.

[Mesa-dev] [Bug 91596] EGL_KHR_gl_colorspace (v2) causes problem with Android-x86 GUI

2015-10-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91596 --- Comment #16 from Emil Velikov --- (In reply to Emil Velikov from comment #14) > (In reply to Ilia Mirkin from comment #13) > > Er nevermind. Before it was malloc'd but now it's calloc'd. > > The most creepy part is that with the extension di

[Mesa-dev] [Bug 91596] EGL_KHR_gl_colorspace (v2) causes problem with Android-x86 GUI

2015-10-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91596 --- Comment #15 from Emil Velikov --- (In reply to Chih-Wei Huang from comment #11) > Mesa still doesn't support PIXEL_FORMAT_RGBA_? It should, depending on how exactly you define the formats. I've looked a while back for some android docume

[Mesa-dev] [Bug 91596] EGL_KHR_gl_colorspace (v2) causes problem with Android-x86 GUI

2015-10-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91596 --- Comment #14 from Emil Velikov --- (In reply to Ilia Mirkin from comment #13) > Er nevermind. Before it was malloc'd but now it's calloc'd. The most creepy part is that with the extension disabled, we can never get to the srgb configs, as GLC

[Mesa-dev] [Bug 91596] EGL_KHR_gl_colorspace (v2) causes problem with Android-x86 GUI

2015-10-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91596 --- Comment #13 from Ilia Mirkin --- (In reply to Ilia Mirkin from comment #12) > Looking over that patch, I noticed this hunk: > >memcpy(&conf->base, &base, sizeof base); >if (double_buffer) { > - conf->dri_double_config

[Mesa-dev] [Bug 91596] EGL_KHR_gl_colorspace (v2) causes problem with Android-x86 GUI

2015-10-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91596 --- Comment #12 from Ilia Mirkin --- Looking over that patch, I noticed this hunk: memcpy(&conf->base, &base, sizeof base); if (double_buffer) { - conf->dri_double_config = dri_config; - conf->dri_single_config = NU

[Mesa-dev] [Bug 91596] EGL_KHR_gl_colorspace (v2) causes problem with Android-x86 GUI

2015-10-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91596 --- Comment #11 from Chih-Wei Huang --- (In reply to Emil Velikov from comment #10) > In the few moments that android-x86 was up I've noticed a very interesting > commit [1]. In case you don't have a local copy, it enables a workaround > #1019450

[Mesa-dev] [Bug 91596] EGL_KHR_gl_colorspace (v2) causes problem with Android-x86 GUI

2015-10-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91596 --- Comment #10 from Emil Velikov --- In the few moments that android-x86 was up I've noticed a very interesting commit [1]. In case you don't have a local copy, it enables a workaround #10194508, as seen here [2]. Not sure if the android-x86 ve

[Mesa-dev] [Bug 91596] EGL_KHR_gl_colorspace (v2) causes problem with Android-x86 GUI

2015-10-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91596 --- Comment #9 from Mauro Rossi --- >> Hi Ilia, My greeting also to Ilia, but you are Marek Sorry Mauro -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the bug.

[Mesa-dev] [Bug 91596] EGL_KHR_gl_colorspace (v2) causes problem with Android-x86 GUI

2015-10-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91596 --- Comment #8 from Mauro Rossi --- Hi Ilia, Sorry I noticed my previous sentence was not clear, I have performed the test by disabling EGL_KHR_gl_colorspace, independently frome Chih-Wei attempt with MESA_EXTENSION_OVERRIDE, by applying the fol

[Mesa-dev] [Bug 91596] EGL_KHR_gl_colorspace (v2) causes problem with Android-x86 GUI

2015-09-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91596 --- Comment #7 from Marek Olšák --- MESA_EXTENSION_OVERRIDE won't work. You need to set KHR_gl_colorspace = false manually in the code. -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the bug

[Mesa-dev] [Bug 91596] EGL_KHR_gl_colorspace (v2) causes problem with Android-x86 GUI

2015-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91596 --- Comment #6 from Mauro Rossi --- To be precise: We came to the conclusion that c2c2e9a need to be reverted on android-x86 git external/mesa upcoming project in lollipop-x86 branch Mauro -- You are receiving this mail because: You are the Q

[Mesa-dev] [Bug 91596] EGL_KHR_gl_colorspace (v2) causes problem with Android-x86 GUI

2015-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91596 --- Comment #5 from Mauro Rossi --- Hi Makek, I have performed test by disabling EGL_KHR_gl_colorspace extension, Chih-Wei has tried with following override export MESA_EXTENSION_OVERRIDE "-EGL_KHR_gl_colorspace" With both methods (to my know

[Mesa-dev] [Bug 91596] EGL_KHR_gl_colorspace (v2) causes problem with Android-x86 GUI

2015-09-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91596 --- Comment #4 from Marek Olšák --- What happens if you hide the extension on Android? -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the bug. ___

[Mesa-dev] [Bug 91596] EGL_KHR_gl_colorspace (v2) causes problem with Android-x86 GUI

2015-08-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91596 --- Comment #3 from Mauro Rossi --- Hi, as a confirmation the described Android-x86 GUI problems are solved by reverting commit c2c2e9ab604793c6e01f85497f3f5bf645f962fa. I am available if you need further information or to test upcoming patches

[Mesa-dev] [Bug 91596] EGL_KHR_gl_colorspace (v2) causes problem with Android-x86 GUI

2015-08-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91596 --- Comment #2 from Mauro Rossi --- Created attachment 117609 --> https://bugs.freedesktop.org/attachment.cgi?id=117609&action=edit dumpsys SurfaceFlinger -- You are receiving this mail because: You are the QA Contact for the bug. You are the

[Mesa-dev] [Bug 91596] EGL_KHR_gl_colorspace (v2) causes problem with Android-x86 GUI

2015-08-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91596 --- Comment #1 from Mauro Rossi --- Created attachment 117608 --> https://bugs.freedesktop.org/attachment.cgi?id=117608&action=edit dmesg, NOTE: segfaults are due to an independent problem -- You are receiving this mail because: You are the Q

[Mesa-dev] [Bug 91596] EGL_KHR_gl_colorspace (v2) causes problem with Android-x86 GUI

2015-08-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91596 Bug ID: 91596 Summary: EGL_KHR_gl_colorspace (v2) causes problem with Android-x86 GUI Product: Mesa Version: git Hardware: All OS: other Status: