Re: [Mesa-dev] Unmerged r600 fixes

2012-09-29 Thread Marek Olšák
I cherry-picked the last three. The commit with conflicts cannot be cherry-picked because it depends on some other non-trivial changes in r600g. It would have to be rewritten from scratch. Given the schedule, I don't think it's worth the effort. Marek On Fri, Sep 28, 2012 at 8:08 PM, Ian Romanick

[Mesa-dev] [PATCH] glapi: Do not use backtrace on Cygwin.

2012-09-29 Thread Vinson Lee
execinfo.h is not available on Cygwin. Signed-off-by: Vinson Lee --- src/mapi/glapi/gen/gl_gentable.py |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/mapi/glapi/gen/gl_gentable.py b/src/mapi/glapi/gen/gl_gentable.py index 5657e32..edaabdb 100644 --- a/src/mapi/gla

[Mesa-dev] [Bug 55452] New: [build warnings] Error: unable to dicide the max size of params in Fogxv

2012-09-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55452 Priority: medium Bug ID: 55452 Assignee: mesa-dev@lists.freedesktop.org Summary: [build warnings] Error: unable to dicide the max size of params in Fogxv Severity: normal

[Mesa-dev] [RFC 3/3] egl: Add MESA_image_sRGB extension.

2012-09-29 Thread John Kåre Alsaker
--- include/EGL/eglmesaext.h| 7 +++ src/egl/drivers/dri2/egl_dri2.c | 32 +++- src/egl/drivers/dri2/platform_android.c | 16 ++-- src/egl/drivers/dri2/platform_drm.c | 11 +++ src/egl/drivers/dri2/platform_wayland.c

[Mesa-dev] [RFC 2/3] gallium: Implement DRIimageExtension.duplicateImage

2012-09-29 Thread John Kåre Alsaker
--- src/gallium/include/state_tracker/st_api.h | 1 + src/gallium/state_trackers/dri/common/dri_screen.c | 1 + src/gallium/state_trackers/dri/common/dri_screen.h | 1 + src/gallium/state_trackers/dri/drm/dri2.c | 32 +- src/mesa/state_tracker/st_manager.c

[Mesa-dev] [RFC 1/3] dri: Add another duplicateImage to DRIimageExtension which allows you to create a sRGB view of a DRI image

2012-09-29 Thread John Kåre Alsaker
--- include/GL/internal/dri_interface.h | 19 ++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/include/GL/internal/dri_interface.h b/include/GL/internal/dri_interface.h index 1e0f1d0..669c7d9 100644 --- a/include/GL/internal/dri_interface.h +++ b/include/GL/intern

[Mesa-dev] [PATCH 2/2] r600g: make tgsi-to-llvm generates store.pixel* intrinsic for fs

2012-09-29 Thread Vincent Lejeune
--- src/gallium/drivers/r600/r600_llvm.c | 66 ++ src/gallium/drivers/r600/r600_shader.c | 79 ++-- src/gallium/drivers/radeon/radeon_llvm.h | 4 ++ 3 files changed, 137 insertions(+), 12 deletions(-) diff --git a/src/gallium/drivers/r600

[Mesa-dev] [PATCH 1/2] radeon/llvm: use specialised R600.store.pixel.* for fragment shader

2012-09-29 Thread Vincent Lejeune
--- src/gallium/drivers/radeon/AMDGPUISelLowering.cpp | 1 + src/gallium/drivers/radeon/AMDGPUISelLowering.h| 1 + .../radeon/MCTargetDesc/R600MCCodeEmitter.cpp | 21 ++- src/gallium/drivers/radeon/R600ISelLowering.cpp| 66 ++ src/gallium/drivers/radeon/R600

Re: [Mesa-dev] [PATCH] scons: Use full path of texture_builtins.py.

2012-09-29 Thread Brian Paul
On 09/29/2012 12:51 AM, Vinson Lee wrote: Fixes this build error on Cygwin. Explicit dependency `src/glsl/builtins/tools/texture_builtins.py' not found, needed by target `build/cygwin-x86-debug/glsl/builtin_function.cpp'. Signed-off-by: Vinson Lee --- src/glsl/SConscript |2 +- 1 files ch

[Mesa-dev] Adding support for sRGB KHR images to EGL

2012-09-29 Thread John Kåre Alsaker
I would like add support for sRGB KHR images to EGL. This is primarily so Wayland compositors can create sRGB views of client buffers, but there's nothing preventing it from being useful in other cases. To allow this I propose a new EGL attribute which can be passed to eglCreateImageKHR, EGL_GAMMA

[Mesa-dev] [Bug 52435] Classic DRI drivers fail to install when libdricore8.1.0.so isn't already in the system

2012-09-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52435 Laurent carlier changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Mesa-dev] [Bug 52435] Classic DRI drivers fail to install when libdricore8.1.0.so isn't already in the system

2012-09-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52435 --- Comment #8 from Laurent carlier --- Sure, it's not a real bug. Closing. -- You are receiving this mail because: You are the assignee for the bug. ___ mesa-dev mailing list mesa-dev@lists.freedesk