Re: [Mesa-dev] [PATCH] st/mesa: Convert PIPE_SHADER_CAP_CONSTRAINT_* to mesa's PACKING_CONSTRAINT_*

2012-02-25 Thread Brian Paul
On Fri, Feb 24, 2012 at 2:43 PM, Vincent Lejeune wrote: > v2: remove underscore between NO and PERSPECTIVE in > PIPE_PACKING_CONSTRAINT_SMOOTH_NO_PERSPECTIVE_MIXED > --- >  src/mesa/state_tracker/st_extensions.c |   16 >  1 files changed, 16 insertions(+), 0 deletions(-) > > diff

Re: [Mesa-dev] [PATCH] gallium: Adds PIPE_SHADER_CAP_VARYINGS_PACKING_CONSTRAINTS

2012-02-25 Thread Brian Paul
On Fri, Feb 24, 2012 at 2:44 PM, Vincent Lejeune wrote: > v2: remove underscore between NO and PERSPECTIVE in > PIPE_PACKING_CONSTRAINT_SMOOTH_NO_PERSPECTIVE_MIXED Any particular reason why? I think it reads easier with the underscore. -Brian ___ mes

Re: [Mesa-dev] [PATCH] gallium: Adds PIPE_SHADER_CAP_VARYINGS_PACKING_CONSTRAINTS

2012-02-25 Thread vincent
Le samedi 25 février 2012 à 10:26 -0500, Brian Paul a écrit : > On Fri, Feb 24, 2012 at 2:44 PM, Vincent Lejeune wrote: > > v2: remove underscore between NO and PERSPECTIVE in > > PIPE_PACKING_CONSTRAINT_SMOOTH_NO_PERSPECTIVE_MIXED > > Any particular reason why? I think it reads easier with the

[Mesa-dev] [PATCH 1/2] r300g: Reorganize the compiler unit tests

2012-02-25 Thread Tom Stellard
--- src/gallium/drivers/r300/compiler/tests/Makefile |3 ++- .../r300/compiler/tests/r300_compiler_tests.c |6 ++ .../r300/compiler/tests/r300_compiler_tests.h |2 ++ .../compiler/tests/radeon_compiler_util_tests.c|3 ++- 4 files changed, 12 insertions(+), 2 del

[Mesa-dev] [PATCH 2/2] r300g: Use automake to generate Makefile v3

2012-02-25 Thread Tom Stellard
v2: - s/$(top_builddir)/$(top_srcdir)/ - Always generate Makefile.in v3: - Fixes from Matt Turner - Use Mesa CFLAGS --- The -fPIC flag was missing because the Makefile wasn't use any of the CFLAGS defined by the configure script which included: $(DEFINES), $(ASM_FLAGS), and $(PIC_FLAGS),

Re: [Mesa-dev] [PATCH 1/2] r300g: Reorganize the compiler unit tests

2012-02-25 Thread Matt Turner
On Sat, Feb 25, 2012 at 11:08 AM, Tom Stellard wrote: > --- >  src/gallium/drivers/r300/compiler/tests/Makefile   |    3 ++- >  .../r300/compiler/tests/r300_compiler_tests.c      |    6 ++ >  .../r300/compiler/tests/r300_compiler_tests.h      |    2 ++ >  .../compiler/tests/radeon_compiler_uti

[Mesa-dev] [PATCH] graw: Silence printf format warnings in 32-bit builds.

2012-02-25 Thread Vinson Lee
Fixes these GCC warnings. occlusion-query.c: In function ‘draw’: occlusion-query.c:189: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 2 has type ‘uint64_t’ occlusion-query.c:189: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 3 has type ‘uint64_t’ occlus

[Mesa-dev] [Bug 45920] Exception: Attempt to use unavailable module DRM:

2012-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45920 --- Comment #1 from Vinson Lee 2012-02-25 14:36:41 PST --- Ping. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug.

[Mesa-dev] [Bug 46631] New: It's really hard to hit the fast path for the fallback glReadPixels code

2012-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46631 Bug #: 46631 Summary: It's really hard to hit the fast path for the fallback glReadPixels code Classification: Unclassified Product: Mesa Version: git Platform: Other

[Mesa-dev] [Bug 46631] It's really hard to hit the fast path for the fallback glReadPixels code

2012-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46631 --- Comment #1 from Neil Roberts 2012-02-25 17:44:51 PST --- Created attachment 57646 --> https://bugs.freedesktop.org/attachment.cgi?id=57646 readpix: Don't disable fast path for normalized types Mesa has a fast path for the generic fallback

Re: [Mesa-dev] [PATCH 2/2] r300g: Use automake to generate Makefile v3

2012-02-25 Thread Kenneth Graunke
On 02/25/2012 08:08 AM, Tom Stellard wrote: v2: - s/$(top_builddir)/$(top_srcdir)/ - Always generate Makefile.in v3: - Fixes from Matt Turner - Use Mesa CFLAGS --- Really glad to see this. Thanks Tom! ___ mesa-dev mailing list mesa-dev@