Jordan Justen writes:
> On Fri, May 24, 2013 at 2:17 PM, Paul Berry wrote:
>> On 22 May 2013 20:00, Jordan Justen wrote:
>>> On Wed, May 22, 2013 at 3:56 PM, Eric Anholt wrote:
>>> > Jordan Justen writes:
>>> >> - surf[0] = BRW_SURFACE_2D << BRW_SURFACE_TYPE_SHIFT |
>>> >> + switch (gl_ta
---
configure.ac | 1 +
1 file changed, 1 insertion(+)
diff --git a/configure.ac b/configure.ac
index eef4327..486a4e9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1786,6 +1786,7 @@ if test "x$with_gallium_drivers" != x; then
gallium_require_drm_loader
GALLIUM_DRIVER
Looks like the radeonsi build setup relies on other parts to pull
in some dependencies. I seem to have a configuration where some
of them aren't compiled. Mesa compiles without this patch, but
radeonsi_dri.so will fail to load at runtime with missing symbol
LLVMPassManagerBuilderCreate.
My mesa con
Fixes "Missing break in switch" defect reported by Coverity.
Signed-off-by: Vinson Lee
---
src/mesa/main/texformat.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/mesa/main/texformat.c b/src/mesa/main/texformat.c
index fda5d74..0ae79ea 100644
--- a/src/mesa/main/texformat.c
+++ b/src/m
On Fre, 2013-05-24 at 09:11 -0700, Jose Fonseca wrote:
>
> I agree that with non-array formats, like B5G6R5 and R5G6B5, replacing
> them with endian-variant BGR565 and RGB565 makes a lot of sense (as
> the swapped version will probably never be needed).
>
> But I'm not sure about RGBA8 variants.
Am Freitag, 24. Mai 2013, 14:07:29 schrieb Tom Stellard:
> From: Tom Stellard
>
> ---
> src/gallium/drivers/radeonsi/radeonsi_compute.c | 38
> ++--- 1 file changed, 27 insertions(+), 11 deletions(-)
>
> diff --git a/src/gallium/drivers/radeonsi/radeonsi_compute.c
> b/src/gal
Hi,
Does anyone know if mesa supports creation of shared context using egl?
When I create a shared context with a call to eglCreateContext where
the third argument is a valid context, I get EGL_BAD_CONTEXT error.
Thanks & Regards,
Divick
___
mesa-de