[Mesa-dev] [Bug 30481] OpenVG demos does not launch

2010-10-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30481 David Gorst changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Mesa-dev] [Bug 30481] OpenVG demos does not launch

2010-10-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30481 --- Comment #14 from Sergey Kondakov 2010-10-07 05:26:30 PDT --- ok, they do launch now but drawn incorrectly (if it can be counted as "drawn") on my r300g hardware. i will file another report about that and this should be regarded as FIXED if i

[Mesa-dev] [Bug 30481] OpenVG demos does not launch

2010-10-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30481 --- Comment #13 from David Gorst 2010-10-07 01:05:16 PDT --- Sorry - for some reason I didn't get this change last time I did a "git pull" - sigh. I see you've already picked up on it. It's working fine now. Many thanks, Dave. (In reply to comm

[Mesa-dev] [Bug 30481] OpenVG demos does not launch

2010-10-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30481 --- Comment #12 from David Gorst 2010-10-07 00:33:57 PDT --- It seems to think the version is 0.0 ... (In reply to comment #11) > This is odd - if I comment out this section in vg_manager.c the context is > created fine : > >/* only 1.0 is

[Mesa-dev] [Bug 30481] OpenVG demos does not launch

2010-10-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30481 --- Comment #11 from David Gorst 2010-10-07 00:31:43 PDT --- This is odd - if I comment out this section in vg_manager.c the context is created fine : /* only 1.0 is supported */ if (attribs->major != 1 || attribs->minor > 0) return NULL;

[Mesa-dev] [Bug 30481] OpenVG demos does not launch

2010-10-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30481 --- Comment #10 from David Gorst 2010-10-06 23:12:34 PDT --- Also I should add that it's still failing to create a context : libEGL debug: the value (0x0) of attribute 0x3025 did not meet the criteria (0x1) libEGL debug: the value (0x0) of attri

[Mesa-dev] [Bug 30481] OpenVG demos does not launch

2010-10-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30481 --- Comment #9 from David Gorst 2010-10-06 22:35:04 PDT --- Apologies - I've just re-checked out the source and done a clean/rebuild and the issue with OpenGL is gone. However I still have this issue running lion_x11 : couldn't open libtxc_dxtn

[Mesa-dev] [Bug 30481] OpenVG demos does not launch

2010-10-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30481 --- Comment #8 from Chia-I Wu 2010-10-06 21:58:35 PDT --- (In reply to comment #7) > The last time I used : > > /configure --prefix=/home/dgorst/mesa-git --enable-gles-overlay --enable-debug > --with-state-trackers=egl,vega --enable-gallium-swra

[Mesa-dev] [Bug 30481] OpenVG demos does not launch

2010-10-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30481 --- Comment #7 from David Gorst 2010-10-06 21:32:44 PDT --- The last time I used : /configure --prefix=/home/dgorst/mesa-git --enable-gles-overlay --enable-debug --with-state-trackers=egl,vega --enable-gallium-swrast (In reply to comment #6) >

[Mesa-dev] [Bug 30481] OpenVG demos does not launch

2010-10-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30481 --- Comment #6 from Chia-I Wu 2010-10-06 21:24:01 PDT --- (In reply to comment #4) > Rebuilt again from the latest Git source and the OpenGL demos are running, but > not OpenVG or OpenGLES. This is the debug output from lion_x11. Attribute > 0x30

[Mesa-dev] [Bug 30481] OpenVG demos does not launch

2010-10-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30481 --- Comment #5 from Chia-I Wu 2010-10-06 21:21:15 PDT --- (In reply to comment #1) > even if i forcibly link those programs with libdrm, they fail with: > EGLUT: failed to create context > > even though eglinfo says: > EGL client APIs: OpenGL Op

[Mesa-dev] [Bug 30481] OpenVG demos does not launch

2010-10-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30481 --- Comment #4 from David Gorst 2010-10-06 19:07:36 PDT --- Rebuilt again from the latest Git source and the OpenGL demos are running, but not OpenVG or OpenGLES. This is the debug output from lion_x11. Attribute 0x3040 is EGL_RENDERABLE_TYPE and

[Mesa-dev] [Bug 30481] OpenVG demos does not launch

2010-10-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30481 --- Comment #3 from David Gorst 2010-10-06 16:48:42 PDT --- Just checked - the same issue is present in the OpenGL demos, and binding the API as OpenGL in my code is giving the same results as binding to OpenVG. -- Configure bugmail: https://bu

[Mesa-dev] [Bug 30481] OpenVG demos does not launch

2010-10-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30481 David Gorst changed: What|Removed |Added CC||dgo...@gmail.com -- Configure bugmail: ht

[Mesa-dev] [Bug 30481] OpenVG demos does not launch

2010-10-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30481 --- Comment #2 from David Gorst 2010-10-05 22:05:27 PDT --- I've the same issue. eglCreateContext returns EGL_NO_CONTEXT, unless I bind to GLES rather than OpenVG (or leave it as the default GLES). eglGetError immediately afterwards returns EGL

[Mesa-dev] [Bug 30481] OpenVG demos does not launch

2010-10-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30481 --- Comment #1 from Sergey Kondakov 2010-10-02 10:05:59 PDT --- even if i forcibly link those programs with libdrm, they fail with: EGLUT: failed to create context even though eglinfo says: EGL client APIs: OpenGL OpenVG -- Configure bugmail: