[Piglit] [Bug 86361] [Bisected]Piglit compile-program.c make fail

2014-11-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=86361 lu hua changed: What|Removed |Added Status|RESOLVED|VERIFIED --- Comment #3 from lu hua --- Verifi

[Piglit] [Bug 86361] [Bisected]Piglit compile-program.c make fail

2014-11-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=86361 lu hua changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

Re: [Piglit] [PATCH piglit] Don't test floats with the form ‘1f’

2014-11-26 Thread Matt Turner
On Wed, Nov 26, 2014 at 10:43 AM, Neil Roberts wrote: > There is nothing in the GLSL spec which says you can have a float > literal without an exponent or a decimal point even if you add the ‘f’ > suffix. This patch replaces that literal with some other variations > that should be accepted accordi

Re: [Piglit] [PATCH v2] util/gl: link against OPENGL_gl_LIBRARY on waffle aware systems

2014-11-26 Thread Mark Janes
This patch fixes all issues with linking piglit gl/gles tests. Thanks for addressing it. -Mark Emil Velikov writes: > Similar to the earlier patch for waffle-less (glut) builds. The need > for this patch became apparent as we removed the libGL link dependency > in waffle. > > v2: Try to handle

[Piglit] [PATCH piglit] Don't test floats with the form ‘1f’

2014-11-26 Thread Neil Roberts
There is nothing in the GLSL spec which says you can have a float literal without an exponent or a decimal point even if you add the ‘f’ suffix. This patch replaces that literal with some other variations that should be accepted according to the spec. --- tests/shaders/glsl-floating-constant-120.s

[Piglit] [Bug 86361] [Bisected]Piglit compile-program.c make fail

2014-11-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=86361 --- Comment #1 from EdB --- Created attachment 110060 --> https://bugs.freedesktop.org/attachment.cgi?id=110060&action=edit fix clCompileProgram with CL1.1 headers Hello If you need to stick with OpenCL 1.1 headers, please try this patch. Be

[Piglit] [PATCH v2] util/gl: link against OPENGL_gl_LIBRARY on waffle aware systems

2014-11-26 Thread Emil Velikov
Similar to the earlier patch for waffle-less (glut) builds. The need for this patch became apparent as we removed the libGL link dependency in waffle. v2: Try to handle both gl and gles*. Cc: Mark Janes Reported-by: Mark Janes Signed-off-by: Emil Velikov --- tests/util/CMakeLists.txt | 5

Re: [Piglit] [PATCH] util/gl: link against OPENGL_gl_LIBRARY on waffle aware systems

2014-11-26 Thread Emil Velikov
On 25/11/14 18:45, Mark Janes wrote: > This patched fixed the gl tests, but I encountered the same error for > gles1/gles2/gles3. > > Piglit built for me when I added the same link instruction to: > > tests/util/CMakeLists.gles1.txt > tests/util/CMakeLists.gles2.txt > tests/util/CMakeLists.gles3.