Re: [Piglit] [PATCH v1] Porting the OpenGL shading language from Glean to Piglit.

2015-11-15 Thread Juliet Fru
12:16 AM, Juliet Fru <juliet...@gmail.com> wrote: > > Hi Brian, > > > > I have been working on the "gl_Position not written check" > > (tests/spec/glsl-1.10/linker/) test from glean to shader_test files. > Here is > > what I have so far. I'm sure th

Re: [Piglit] [PATCH v1] Porting the OpenGL shading language from Glean to Piglit.

2015-10-20 Thread Juliet Fru
er aspects. I am not very familiar with shader_test files. I will appreciate if you could correct this sample test so I could submit the patch and move on to the others. Thanks, Juliet On Wed, Oct 14, 2015 at 9:18 PM, Juliet Fru <juliet...@gmail.com> wrote: > Thanks, I will look at them As soo

Re: [Piglit] [PATCH v1] Porting the OpenGL shading language from Glean to Piglit.

2015-10-14 Thread Juliet Fru
Hello Brian, Please post a plan for what you're doing before you do all the work to make > sure you don't do anything unnecessary. > > Like I said before, most of the glsl1 tests should already be covered by > existing shader runner tests. There's probably not too many that need to > be ported.

Re: [Piglit] [PATCH v1] Porting the OpenGL shading language from Glean to Piglit.

2015-10-14 Thread Juliet Fru
Thanks, I will look at them As soon as possible. On Wed, Oct 14, 2015 at 6:09 PM, Brian Paul <bri...@vmware.com> wrote: > On 10/14/2015 02:33 AM, Juliet Fru wrote: > >> Hello Brian, >> >> Please post a plan for what you're doing before you do all the work &g

Re: [Piglit] [PATCH v1] Porting the OpenGL shading language from Glean to Piglit.

2015-10-10 Thread Juliet Fru
Hi, Alright, I will make these changes and send in the patch. Thanks, Juliet On Thu, Oct 8, 2015 at 3:31 AM, Matt Turner <matts...@gmail.com> wrote: > On Wed, Oct 7, 2015 at 1:48 AM, Juliet Fru <juliet...@gmail.com> wrote: > > This test replaces the original tglsl1.cpp te

[Piglit] [PATCH v1] Porting the OpenGL shading language from Glean to Piglit.

2015-10-07 Thread Juliet Fru
ON WITH THE SOFTWARE OR THE USE OR OTHER + * DEALINGS IN THE SOFTWARE. + * + * END_COPYRIGHT + */ + +/** @file shading-lang.c + * + * Test OpenGL shading language + * + * Authors: + * Brian Paul <bri...@valinux.com> + * Adapted to Piglit by Juliet Fru <juliet

Re: [Piglit] [PATCH v1] Removed the two sided stencil extension Glean test.

2015-10-06 Thread Juliet Fru
Hi Brian, I am currently porting the tglsl1.cpp Glean test to Piglit. I will be sending in the patch soon. Thanks, Juliet On Tue, Oct 6, 2015 at 6:47 PM, Juliet Fru <juliet...@gmail.com> wrote: > Hello Brian, > > I am to check the list Laura shared on the remaining glean tests

Re: [Piglit] [PATCH v1] Removed the two sided stencil extension Glean test.

2015-10-06 Thread Juliet Fru
Hello Brian, I am to check the list Laura shared on the remaining glean tests to be ported. Thanks, On Tue, Oct 6, 2015 at 3:36 PM, Brian Paul <bri...@vmware.com> wrote: > On 10/06/2015 12:23 AM, Juliet Fru wrote: > >> --- >> tests/all.py

[Piglit] [PATCH v1] Removed the two sided stencil extension Glean test.

2015-10-06 Thread Juliet Fru
--- tests/all.py | 1 - tests/glean/CMakeLists.gl.txt | 1 - tests/glean/tstencil2.cpp | 842 -- tests/glean/tstencil2.h | 110 -- 4 files changed, 954 deletions(-) delete mode 100644 tests/glean/tstencil2.cpp delete

[Piglit] [PATCH v4] Porting the two sided stencil extension tests from Glean to Piglit.

2015-10-05 Thread Juliet Fru
t; + * Adapted to Piglit by Juliet Fru <juliet...@gmail.com>, September 2015. + */ + +#include "piglit-util-gl.h" + +#include +#include + + +PIGLIT_GL_TEST_CONFIG_BEGIN config.supports_gl_compat_version = 20; + +config.window_visual = + PIGL

Re: [Piglit] [PATCH v4] Porting the two sided stencil extension tests from Glean to Piglit.

2015-10-05 Thread Juliet Fru
Alright. I will create that soon. Thanks, Juliet On Mon, Oct 5, 2015 at 4:28 PM, Brian Paul <bri...@vmware.com> wrote: > On 10/05/2015 01:42 AM, Juliet Fru wrote: > >> This test replaces the original glean tstencil2.cpp test. >> --- >> tests/all.py

[Piglit] [PATCH v3] Porting the two sided stencil extension tests from Glean to Piglit.

2015-10-01 Thread Juliet Fru
t; + * Adapted to Piglit by Juliet Fru <juliet...@gmail.com>, September 2015. + */ + +#include "piglit-util-gl.h" + +#include +#include + + +PIGLIT_GL_TEST_CONFIG_BEGIN config.supports_gl_compat_version = 20; + +config.window_visual = + PIGL

Re: [Piglit] [PATCH v3] Porting the two sided stencil extension tests from Glean to Piglit.

2015-10-01 Thread Juliet Fru
iver, something > weird is going on. It passes with -pbo or no options, but fails with the > -auto option. I think we've seen that before with some tests so you don't > have to investigate that. > > -Brian > > > > On 10/01/2015 12:02 PM, Juliet Fru wrote: > >> This

[Piglit] [PATCH v2] Remove Glean Occluqry test.

2015-09-26 Thread Juliet Fru
Reference from commit aedc01a5979ec5e6a4498ed3054aa67927f70ca8. --- tests/all.py | 1 - tests/glean/toccluqry.cpp | 708 -- tests/glean/toccluqry.h | 75 - 3 files changed, 784 deletions(-) delete mode 100644

Re: [Piglit] [PATCH v2] Remove Glean Occluqry test.

2015-09-26 Thread Juliet Fru
Alright, Emil. I will continue making changes to the next test. On Sat, Sep 26, 2015 at 6:35 PM, Emil Velikov <emil.l.veli...@gmail.com> wrote: > Hi Juliet, > > On 26 September 2015 at 11:26, Juliet Fru <juliet...@gmail.com> wrote: >

Re: [Piglit] [PATCH v2] Porting the two sided stencil extension tests from Glean to Piglit.

2015-09-25 Thread Juliet Fru
Hello, I am currently having this Compilation Error <http://lpaste.net/141705>with this test. Can any one give me an idea on how to fix this? Thanks, Juliet On Fri, Sep 25, 2015 at 11:03 PM, Juliet Fru <juliet...@gmail.com> wrote: > This test replaces the original glean tst

[Piglit] [PATCH v2] Porting the two sided stencil extension tests from Glean to Piglit.

2015-09-25 Thread Juliet Fru
+ * 2. Exercise separate front/back reference values and masks for the + * EXT and GL2 variations.WriteMask + * + * Note: Must check writeMask of set_stencil_state to make sure it's correct + * + * Authors: + * Brian Paul <bri...@valinux.com> + * Adapt

[Piglit] [PATCH v1] Remove Occluqry Glean test.

2015-09-25 Thread Juliet Fru
--- tests/all.py | 1 - tests/glean/toccluqry.cpp | 708 -- tests/glean/toccluqry.h | 75 - 3 files changed, 784 deletions(-) delete mode 100644 tests/glean/toccluqry.cpp delete mode 100644 tests/glean/toccluqry.h diff --git

Re: [Piglit] [PATCH v7] Port arb occlusion query conformance tests from Glean to Piglit

2015-09-24 Thread Juliet Fru
17, 2015 at 8:33 PM, Juliet Fru <juliet...@gmail.com> wrote: > > This test replaces the original glean toccluqry.cpp test. > > --- > > tests/all.py | 1 + > > tests/spec/arb_occlusion_query/CMakeLists.gl.txt

[Piglit] [PATCH v9] Port basic GL rendering test from Glean to Piglit

2015-09-17 Thread Juliet Fru
+ * + * Authors: + * Brian Paul <bri...@valinux.com> + * Adapted to Piglit by Juliet Fru <juliet...@gmail.com>, August 2015. + */ + +#include "piglit-util-gl.h" + +PIGLIT_GL_TEST_CONFIG_BEGIN config.supports_gl_compat_version = 10; + +co

[Piglit] [PATCH v6] Port arb occlusion query conformance tests from Glean to Piglit

2015-09-17 Thread Juliet Fru
ON WITH THE SOFTWARE OR THE USE OR OTHER + * DEALINGS IN THE SOFTWARE. + * + * END_COPYRIGHT + */ + +/** @file occlusion_query_conform.c + * + * Conformance test on ARB_occlusion_query extension. + * + * Authors: + * Wei Wang <wei.z.w...@intel.com> + * Adapted to Piglit by Julie

Re: [Piglit] [PATCH v9] Port basic GL rendering test from Glean to Piglit

2015-09-17 Thread Juliet Fru
Thanks. On Fri, Sep 18, 2015 at 12:23 AM, Brian Paul <bri...@vmware.com> wrote: > On 09/17/2015 04:22 PM, Juliet Fru wrote: > >> This test replaces the original glean tpaths.cpp test. >> --- >> tests/all.py| 1 + >> tests

[Piglit] [PATCH v7] Port arb occlusion query conformance tests from Glean to Piglit

2015-09-17 Thread Juliet Fru
ON WITH THE SOFTWARE OR THE USE OR OTHER + * DEALINGS IN THE SOFTWARE. + * + * END_COPYRIGHT + */ + +/** @file occlusion_query_conform.c + * + * Conformance test on ARB_occlusion_query extension. + * + * Authors: + * Wei Wang <wei.z.w...@intel.com> + * Adapted to Piglit by Julie

[Piglit] [PATCH v1] Porting the two sided stencil extension tests from Glean to Piglit.

2015-09-17 Thread Juliet Fru
te to make sure it's correct + * + * Authors: + * Brian Paul <bri...@valinux.com> + * Adapted to Piglit by Juliet Fru <juliet...@gmail.com>, September 2015. + */ + +#include "piglit-util-gl.h" + +#include +#include + +#define window_size 100 +

[Piglit] [PATCH v8] Port basic GL rendering test from Glean to Piglit

2015-09-16 Thread Juliet Fru
+ * + * Authors: + * Brian Paul <bri...@valinux.com> + * Adapted to Piglit by Juliet Fru <juliet...@gmail.com>, August 2015. + */ + +#include "piglit-util-gl.h" + +PIGLIT_GL_TEST_CONFIG_BEGIN config.supports_gl_compat_version = 10; + +co

[Piglit] [PATCH v4] Port arb occlusion query conformance tests from Glean to Piglit

2015-09-16 Thread Juliet Fru
OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + * DEALINGS IN THE SOFTWARE. + * + * END_COPYRIGHT + */ + +/** @file occlusion_query_conform.c + * + * Conformance test on ARB_occlusion_query extension. + * + * Authors: + * Wei Wang <wei.z.w...@intel.com> + * Adapted to Pi

Re: [Piglit] [PATCH v7] Port basic GL rendering test from Glean to Piglit

2015-09-15 Thread Juliet Fru
Alright, Thanks Brian, Will send in the patches soon. Regards, Juliet On Tue, Sep 15, 2015 at 2:38 AM, Brian Paul <bri...@vmware.com> wrote: > On 09/13/2015 11:20 AM, Juliet Fru wrote: > >> Hello Brian, >> >> Could you please give the sample array for testing the

Re: [Piglit] [PATCH v3] Port arb occlusion query conformance tests from Glean to Piglit

2015-09-13 Thread Juliet Fru
Hello Brian, I will fix these errors and submit a patch by tomorrow. Thanks, Juliet On Fri, Sep 11, 2015 at 10:35 PM, Brian Paul <bri...@vmware.com> wrote: > On 09/11/2015 12:44 PM, Juliet Fru wrote: > >> This test replaces the original glean toccluqry.cpp test. >&g

Re: [Piglit] [PATCH v7] Port basic GL rendering test from Glean to Piglit

2015-09-13 Thread Juliet Fru
Hello Brian, Could you please give the sample array for testing the black colour? Regards, Juliet On Fri, Sep 11, 2015 at 10:23 PM, Brian Paul <bri...@vmware.com> wrote: > On 09/11/2015 12:55 PM, Juliet Fru wrote: > >> This test replaces the original glean tpaths.cpp test.

[Piglit] [PATCH v3] Port arb occlusion query conformance tests from Glean to Piglit

2015-09-11 Thread Juliet Fru
OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + * DEALINGS IN THE SOFTWARE. + * + * END_COPYRIGHT + */ + +/** @file occlusion_query_conform.c + * + * Conformance test on ARB_occlusion_query extension. + * + * Authors: + * Wei Wang <wei.z.w...@intel.com> + * Adapted to Pi

[Piglit] [PATCH v7] Port basic GL rendering test from Glean to Piglit

2015-09-11 Thread Juliet Fru
+ * + * Authors: + * Brian Paul <bri...@valinux.com> + * Adapted to Piglit by Juliet Fru <juliet...@gmail.com>, August 2015. + */ + +#include "piglit-util-gl.h" + +PIGLIT_GL_TEST_CONFIG_BEGIN config.supports_gl_compat_version = 10; + +co

[Piglit] [PATCH] Porting basic rendering GL tests from Glean to Piglit

2015-09-08 Thread Juliet Fru
ux.com> + * Adapted to Piglit by Juliet Fru <juliet...@gmail.com>, August 2015. + */ + +#include "piglit-util-gl.h" + +PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + + config.window_visual = PIGLIT_GL_VISUAL_RGBA | + PIGLIT

[Piglit] [PATCH] Porting Arb Occlusion Query tests from Glean to Piglit

2015-09-08 Thread Juliet Fru
lt;wei.z.w...@intel.com> + * Adapted to Piglit by Juliet Fru <juliet...@gmail.com>, September 2015 + */ + +#include "piglit-util-gl.h" +#include +#include +#include +#include +#include +#include + +PIGLIT_GL_TEST_CONFIG_BEGIN config.supports_gl_compat_version = 10; + +config.windo

Re: [Piglit] [PATCH] Porting Arb Occlusion Query tests from Glean to Piglit

2015-09-08 Thread Juliet Fru
Hello everyone, Thanks for the suggestions, I will make the corrections and send in a new patch. Regards, Juliet On Tue, Sep 8, 2015 at 5:41 PM, Dylan Baker <baker.dyla...@gmail.com> wrote: > You'll need to add this to all.py as well > On Sep 8, 2015 00:35, "Juliet Fru"

[Piglit] [PATCH] Porting basic GL rendering tests from Glean to Piglit. Test replaces original glean tpaths.cpp test.

2015-09-08 Thread Juliet Fru
ux.com> + * Adapted to Piglit by Juliet Fru <juliet...@gmail.com>, August 2015. + */ + +#include "piglit-util-gl.h" + +PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + + config.window_visual = PIGLIT_GL_VISUAL_RGBA | + PIGLIT

Re: [Piglit] [PATCH] Porting basic rendering GL tests from Glean to Piglit

2015-09-08 Thread Juliet Fru
Hello Brian, IIia, I already commented the new piglit test for the GL rendering test. I will make recommended changes and send a new patch to the mailing list. I already ported the next test; waiting for your corrections too. Thanks, Juliet On Tue, Sep 8, 2015 at 4:11 PM, Brian Paul

[Piglit] [PATCH] Porting basic GL rendering tests from Glean to Piglit. Test replaces original glean tpaths.cpp test.

2015-09-08 Thread Juliet Fru
ux.com> + * Adapted to Piglit by Juliet Fru <juliet...@gmail.com>, August 2015. + */ + +#include "piglit-util-gl.h" + +PIGLIT_GL_TEST_CONFIG_BEGIN config.supports_gl_compat_version = 10; + +config.window_visual = PIGLIT_GL_VISUAL_RGBA | + PIGLIT

Re: [Piglit] [PATCH] Porting basic GL rendering tests from Glean to Piglit. Test replaces original glean tpaths.cpp test.

2015-09-08 Thread Juliet Fru
Hello, > + > > + /* enable all always-pass paths */ > > + for (i = 0; i < NUM_PATHS; i++) { > > + set_path_state(i, ALWAYS_PASS); > > + > > + /* draw polygon */ > > + piglit_draw_rect(10, 10, 10, 10); > > As I've pointed out *several* times

[Piglit] [PATCH] Porting arb occlusion query conformance tests from Glean to Piglit.

2015-09-08 Thread Juliet Fru
INGS IN THE SOFTWARE. + * + * END_COPYRIGHT + */ + +/** @file occlusion_query_conform.c + * + * Conformance test on ARB_occlusion_query extension. + * + * Authors: + * Wei Wang <wei.z.w...@intel.com> + * Adapted to Piglit by Juliet Fru <juliet...@gmail.com>, September 2015 +

Re: [Piglit] [PATCH] Porting basic rendering GL tests from Glean to Piglit

2015-09-03 Thread Juliet Fru
Hello, > + > > + /* Build the list of paths to exercise */ > > + for (p = ALPHA; p != ZZZ; p = (enum path) (p + 1)) { > > + paths[num_paths++] = p; > > + } > > paths[i] == i, so no need for the paths array. I guess glean couldn't > enforce there being a

Re: [Piglit] [PATCH] Porting basic GL rendering tests to piglit

2015-09-02 Thread Juliet Fru
Hello IIia, Thank you for the corrections. I will make these changes and submit. Regards, Juliet On Tue, Sep 1, 2015 at 11:17 PM, Ilia Mirkin <imir...@alum.mit.edu> wrote: > On Tue, Sep 1, 2015 at 5:49 PM, Juliet Fru <juliet...@gmail.com> wrote: > >

Re: [Piglit] [PATCH] Porting basic GL rendering tests to piglit

2015-09-02 Thread Juliet Fru
> > Hello Emil, > > > Afaics adding PIGLIT_GL_VISUAL_DEPTH and PIGLIT_GL_VISUAL_STENCIL to > the config.window_visual should suffice. Never had the pleasure of > using them, but things ought to just work. > > I have added, I will be sending in the patch shortly. I just have some issues with

[Piglit] [PATCH] Porting basic rendering GL tests from Glean to Piglit

2015-09-02 Thread Juliet Fru
ux.com> + * Adapted to Piglit by Juliet Fru <juliet...@gmail.com>, August 2015. + */ + +#include "piglit-util-gl.h" + +PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + + config.window_visual = PIGLIT_GL_VISUAL_RGBA | + PIGLIT

Re: [Piglit] [PATCH] Porting basic GL rendering tests to piglit

2015-09-02 Thread Juliet Fru
Hello Emil, > +enum piglit_result > > +piglit_display(void) > > +{ > > + bool pass = true; > > + enum path p, paths[10]; > > + int i, num_paths = 0; > > + > > + static const float white[3] = {1.0, 1.0, 1.0}; > > + > > + /* draw 10x10 pixel quads */ > > +

[Piglit] [PATCH] Porting basic GL rendering tests to piglit

2015-09-01 Thread Juliet Fru
ux.com> + * Adapted to Piglit by Juliet Fru <juliet...@gmail.com>, August 2015. + */ + +#include "piglit-util-gl.h" + +PIGLIT_GL_TEST_CONFIG_BEGIN + + config.supports_gl_compat_version = 10; + + config.window_visual = PIGLIT_GL_VISUAL_RGBA | + PIGLIT

Re: [Piglit] [PATCH] Porting basic GL rendering paths test to piglit

2015-08-28 Thread Juliet Fru
Hello Brian, The subject line should probably be something like port Glean paths test to piglit. I will add the subject line to the next patch. + SCISSOR, + STENCIL, + STIPPLE, + TEXTURE, + ZZZ /* end-of-list token */ +}; + + +enum piglit_result

Re: [Piglit] [PATCH] Porting basic GL rendering paths test to piglit

2015-08-28 Thread Juliet Fru
Hello IIia, Thanks On Fri, Aug 28, 2015 at 10:37 AM, Ilia Mirkin imir...@alum.mit.edu wrote: On Fri, Aug 28, 2015 at 4:48 AM, Juliet Fru juliet...@gmail.com wrote: Hello Ilia, + } + + /* test always-pass paths */ + for (i = 0; i num_paths; i

Re: [Piglit] [PATCH] Porting basic GL rendering paths test to piglit

2015-08-28 Thread Juliet Fru
Hello Brian, Thanks for the reply. I will clean up the patch making all the recommended corrections and pushing to the mailist. Regards, Juliet On Fri, Aug 28, 2015 at 3:40 PM, Brian Paul bri...@vmware.com wrote: On 08/28/2015 02:43 AM, Juliet Fru wrote: Hello Brian, The subject line

Re: [Piglit] [PATCH] Porting basic GL rendering paths test to piglit

2015-08-27 Thread Juliet Fru
...@gmail.com wrote: Looks good overall. Just a bunch of nit-picks below... On Mon, Aug 24, 2015 at 5:19 PM, Juliet Fru juliet...@gmail.com wrote: +typedef enum { + ALPHA, + BLEND, + COLOR_MASK, + DEPTH, + LOGIC, + SCISSOR, + STENCIL

[Piglit] [PATCH] Porting basic GL rendering paths test to piglit

2015-08-27 Thread Juliet Fru
+ * Adapted to Piglit by Juliet Fru juliet...@gmail.com, August 2015. + */ + +#include piglit-util-gl.h + +PIGLIT_GL_TEST_CONFIG_BEGIN + + config.supports_gl_compat_version = 10; + + config.window_visual = PIGLIT_GL_VISUAL_RGBA | + PIGLIT_GL_VISUAL_DOUBLE

Re: [Piglit] Porting Glean Tests to the Piglit Framework

2015-01-23 Thread Juliet Fru
Hello, Thanks very much for the email. Will continue working on them as soon as I'm free. +Ian, Thanks very much for the information, will do more research on this. Thanks, Juliet ___ Piglit mailing list Piglit@lists.freedesktop.org

Re: [Piglit] [PATCH] Replaced calls from assert(glGetError()==0) with piglit_check_gl_error()

2014-10-20 Thread Juliet Fru
Hello, Here is the updated patch. I tried using git send-email but my system is having some issues. Let me know if there are any problems. Thanks, Juliet From ba8dc7fedc387aa34dc9844846671f36be99f1ee Mon Sep 17 00:00:00 2001 From: Juliet Fru juliet...@gmail.com Date: Mon, 20 Oct 2014 11:31:37

Re: [Piglit] [PATCH] Replaced calls from assert(glGetError()==0) with piglit_check_gl_error()

2014-10-20 Thread Juliet Fru
Hello Brian, Sorry looks like I submitted the wrong patch. Here is the updated patch. It should work just fine now. Thanks, Juliet​ 0001-Replaced-assert-glGetError-with-gl_check_gl_error-ad.patch https://docs.google.com/file/d/0BzsT28iBAsBJZXlaMC01SUxSUUE/edit?usp=drive_web ​

Re: [Piglit] [PATCH] Replaced calls from assert(glGetError()==0) with piglit_check_gl_error()

2014-10-20 Thread Juliet Fru
Hello Brian, will do that immediately. Thanks, Juliet ___ Piglit mailing list Piglit@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/piglit

Re: [Piglit] [PATCH] Replaced calls from assert(glGetError()==0) with piglit_check_gl_error()

2014-10-20 Thread Juliet Fru
Hello Brian, I have tried sending the patch but my host is having some trouble. here is the patch outside drive. Thanks, Juliet From 35b5ae6d833904843ba75f619d2d9f532e65ebfe Mon Sep 17 00:00:00 2001 From: Juliet fru juliet...@gmail.com Date: Mon, 20 Oct 2014 21:26:20 +0100 Subject: [PATCH

Re: [Piglit] [PATCH] Replaced calls from assert(glGetError()==0) with piglit_check_gl_error()

2014-10-20 Thread Juliet Fru
Hello +Ilia, I have been trying to send by git send-email but I get this errors: 1.) 5.5.1 Authentication required 2.) 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 ex6sm13322952wjb.20 - gsmtp I have followed the instructions, but i still keep getting that problem. Thanks

Re: [Piglit] [PATCH] Replaced calls from assert(glGetError()==0) with piglit_check_gl_error()

2014-10-20 Thread Juliet Fru
Hello, here are my git credentials: [user] name = Juliet Fru email = juliet...@gmail.com [alias] st = status co = checkout br = branch up = rebase ci = commit [core] editor = vi [push] default = simple [sendemail

[Piglit] [PATCH] Replaced assert(glGetError()) with gl_check_gl_error added fail safe conditions

2014-10-20 Thread Juliet Fru
From: Juliet fru juliet...@gmail.com --- TODO| 3 --- tests/bugs/fdo14575.c | 9 ++--- tests/fbo/fbo-1d.c | 6 -- tests/fbo/fbo-3d.c | 6

Re: [Piglit] [PATCH] Replaced calls from assert(glGetError()==0) with piglit_check_gl_error()

2014-10-20 Thread Juliet Fru
Hello Brian, Thanks, would start looking at the tests Laura has successfully ported so as to start working on mine. Thanks, Juliet ___ Piglit mailing list Piglit@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/piglit

Re: [Piglit] [PATCH] Replaced calls from assert(glGetError()==0) with piglit_check_gl_error()

2014-10-18 Thread Juliet Fru
Hello Ilia, assert(glGetError() == 0) will abort (and thus fail) the test if there's an error. However I don't see anything in piglit_check_gl_error that will mark the test as failed. Perhaps you need to do like if (!piglit_check_gl_error(GL_NO_ERROR)) piglit_report_result(PIGLIT_FAIL); or

[Piglit] [PATCH] Replaced calls from assert(glGetError()==0) with piglit_check_gl_error()

2014-10-17 Thread Juliet Fru
From: Juliet Fru juliet...@gmail.com --- tests/bugs/fdo14575.c | 6 +++--- tests/fbo/fbo-1d.c | 4 ++-- tests/fbo/fbo-3d.c | 4 ++-- tests/fbo/fbo-alpha.c

Re: [Piglit] Porting Glean Tests to the Piglit Framework

2014-10-10 Thread Juliet Fru
Hello Laura, I've started working on moving some of the Glean tests to Piglit. I haven't submitted any of this upstream yet, but you can view my changes on my cgit repository: http://cgit.freedesktop.org/~ldeks/piglit/. I've added an up-to-date to-do list (piglit/tests/glean/glean-todo)

Re: [Piglit] Interest in participating in the OPW with X.org

2014-10-03 Thread Juliet Fru
Hello, Sorry, for the late reply on my progress on the Piglit tests, I was out of town, So I plan to start looking at the Glean tests, while writing my proposal for submission; this weekend. I would email you the draft to hear your corrections and suggestions. Thanks, Juliet

Re: [Piglit] Interest in participating in the OPW with X.org

2014-09-25 Thread Juliet Fru
Hello Brian, Piglit contains a copy of the Glean tests in piglit/tests/glean/. I'd suggest looking at a few of the simpler glean tests (like tpaths.cpp, tstencil2.cpp, toccluqury.cpp and try converting them to piglit's framework. Piglit's framework is pretty simple and you should be able to

Re: [Piglit] Interest in participating in the OPW with X.org

2014-09-25 Thread Juliet Fru
Hi Emil, [1] https://bugs.freedesktop.org/show_bug.cgi?id=65676 Thanks for the link would look into it. Thanks, Juliet ___ Piglit mailing list Piglit@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/piglit

Re: [Piglit] Interest in participating in the OPW with X.org

2014-09-25 Thread Juliet Fru
Hello Brian, Glean's use of C++ isn't too complex. If you have questions about it, just ask on this list. Would look into it later, tired for today. will ask questions if I run into some. Please post questions to the mailing list so others can reply too. Will do. Thanks, Juliet