[Mesa-dev] [Patches] Misc patches for nouveau_veux

2010-09-12 Thread randrianasulu
Francisco, [and everyone interested] please add comments! What i sould add in validation code, what is correct mesa_format for various nv hardware for depth textures, new piglit failures and so on. Patches on top of mesa ea9e5dbbc2e992ead954d3d2ebf3689f7a003f79 From 228d160733321125389871aa92f

[Mesa-dev] 7.8.3 missing a commit?

2010-09-12 Thread C. Comren
Unasked for events from GLX are bugging me. It was fixed in http://cgit.freedesktop.org/mesa/mesa/commit/?id=f8d81c31cee30821da3aab331a57f484f6a07a5d However, this commit seems to be missing from 7.8.3 Is this correct? C. Comren ___ mesa-dev mailing li

Re: [Mesa-dev] EGL_KHR_*_image extension implemention

2010-09-12 Thread Chia-I Wu
On Mon, Sep 13, 2010 at 11:52 AM, Chia-I Wu wrote: >> +static boolean >> +vg_context_get_resource_for_egl_image(struct st_context_iface *stctxi, >> +                                      struct st_context_resource *stres) >> +{ >> +   struct vg_context *ctx; >> +   struct vg_image *img; >> +   str

Re: [Mesa-dev] EGL_KHR_*_image extension implemention

2010-09-12 Thread Chia-I Wu
On Mon, Sep 13, 2010 at 2:53 AM, Gregory Prisament wrote: > Hi, > > Attached is a patch that implements the following EGL extensions: > > EGL_KHR_gl_texture_2d_image > EGL_KHR_gl_texture_3d_image > EGL_KHR_gl_renderbuffer_image > EGL_KHR_vg_parent_image > > Please review and, if you find it accept

[Mesa-dev] [Bug 29044] GLSL compiler tracker

2010-09-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29044 Bug 29044 depends on bug 29524, which changed state. Bug 29524 Summary: [glsl2]Mesa demo multinoise fail to change the color of teapot https://bugs.freedesktop.org/show_bug.cgi?id=29524 What|Old Value |New Value

[Mesa-dev] [Bug 29044] GLSL compiler tracker

2010-09-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29044 Bug 29044 depends on bug 29496, which changed state. Bug 29496 Summary: [glsl2]Mesa noise(2) demo renders incorrectly on glsl2 branch https://bugs.freedesktop.org/show_bug.cgi?id=29496 What|Old Value |New Value -

[Mesa-dev] [Bug 29044] GLSL compiler tracker

2010-09-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29044 Bug 29044 depends on bug 29496, which changed state. Bug 29496 Summary: [glsl2]Mesa noise(2) demo renders incorrectly on glsl2 branch https://bugs.freedesktop.org/show_bug.cgi?id=29496 What|Old Value |New Value -

[Mesa-dev] [Bug 29044] GLSL compiler tracker

2010-09-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29044 Bug 29044 depends on bug 29524, which changed state. Bug 29524 Summary: [glsl2]Mesa demo multinoise fail to change the color of teapot https://bugs.freedesktop.org/show_bug.cgi?id=29524 What|Old Value |New Value

[Mesa-dev] EGL_KHR_*_image extension implemention

2010-09-12 Thread Gregory Prisament
Hi, Attached is a patch that implements the following EGL extensions: EGL_KHR_gl_texture_2d_image EGL_KHR_gl_texture_3d_image EGL_KHR_gl_renderbuffer_image EGL_KHR_vg_parent_image Please review and, if you find it acceptable, someone can go ahead and apply it. This is my first contribution so p