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
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
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
---
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
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),
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
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
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.
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
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
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@
11 matches
Mail list logo