[Mesa-dev] [PATCH] radeon: Initialize variables in radeon_llvm_context_init.

2013-05-18 Thread Vinson Lee
'type' was not fully initialized when calling lp_build_context_init. Fixes Uninitialized scalar variable defect reported by Coverity. Signed-off-by: Vinson Lee v...@freedesktop.org --- src/gallium/drivers/radeon/radeon_setup_tgsi_llvm.c | 2 ++ 1 file changed, 2 insertions(+) diff --git

[Mesa-dev] [Bug 64733] New: Asked Ho Report Here

2013-05-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64733 Priority: medium Bug ID: 64733 Assignee: mesa-dev@lists.freedesktop.org Summary: Asked Ho Report Here Severity: normal Classification: Unclassified OS: All

[Mesa-dev] [Bug 64733] Asked To Report Here

2013-05-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64733 vagueli...@yahoo.com changed: What|Removed |Added Summary|Asked Ho Report Here|Asked To Report Here -- You are

[Mesa-dev] Instancing support in r300g?

2013-05-18 Thread Lauri Kasanen
Hi, The 'net claims that instancing is a SM3 feature[1] (r500), but also supported on SM2 ATI cards[2] (r300-r400). Yet r300g claims no support for it, and it seems that even Nvidia's Windows drivers don't expose ARB_draw_instanced on gf6 and gf7[3]. What's the story here? Does the GL extension

Re: [Mesa-dev] Instancing support in r300g?

2013-05-18 Thread Christoph Bumiller
On 18.05.2013 13:05, Lauri Kasanen wrote: Hi, The 'net claims that instancing is a SM3 feature[1] (r500), but also supported on SM2 ATI cards[2] (r300-r400). Yet r300g claims no support for it, and it seems that even Nvidia's r300_get_param: case PIPE_CAP_VERTEX_ELEMENT_INSTANCE_DIVISOR:

Re: [Mesa-dev] Instancing support in r300g?

2013-05-18 Thread Lauri Kasanen
On Sat, 18 May 2013 13:50:35 +0200 Christoph Bumiller e0425...@student.tuwien.ac.at wrote: On 18.05.2013 13:05, Lauri Kasanen wrote: Hi, The 'net claims that instancing is a SM3 feature[1] (r500), but also supported on SM2 ATI cards[2] (r300-r400). Yet r300g claims no support for it,

Re: [Mesa-dev] Instancing support in r300g?

2013-05-18 Thread Lauri Kasanen
On Sat, 18 May 2013 17:46:32 +0300 Lauri Kasanen c...@gmx.com wrote: On Sat, 18 May 2013 13:50:35 +0200 Christoph Bumiller e0425...@student.tuwien.ac.at wrote: r300_get_param: case PIPE_CAP_VERTEX_ELEMENT_INSTANCE_DIVISOR: return 1; That's ARB_instanced_arrays, which is what d3d9

Re: [Mesa-dev] Instancing support in r300g?

2013-05-18 Thread Marek Olšák
ARB_draw_instanced is a DX10 feature. The R300-R500 chipsets do not support instancing at all. ARB_instanced_arrays is emulated with a loop in the driver, so that instancing is supported in Wine/DX9. Marek On Sat, May 18, 2013 at 4:59 PM, Lauri Kasanen c...@gmx.com wrote: On Sat, 18 May 2013

Re: [Mesa-dev] Instancing support in r300g?

2013-05-18 Thread Christoph Bumiller
On 18.05.2013 17:41, Marek Olšák wrote: ARB_draw_instanced is a DX10 feature. The R300-R500 chipsets do not support instancing at all. ARB_instanced_arrays is emulated with a loop in the driver, so that instancing is supported in Wine/DX9. Modern NV cards still require you to loop in the

Re: [Mesa-dev] [PATCH 2/2] mesa: fix GLSL program objects with more than 16 samplers combined

2013-05-18 Thread Marek Olšák
Ping. This patch allows more than 16 samplers in all shaders combined (MAX_COMBINED_TEXTURE_IMAGE_UNITS), which has never been possible with current Mesa git. GL 3.1 requires 32 combined texture image units and GL 3.2 requires 48, so I think this patch deserves a review. Marek On Mon, May 13,

Re: [Mesa-dev] [PATCH 2/2] i965/hsw: Set MOCS for surfaces

2013-05-18 Thread Matt Turner
On Thu, May 9, 2013 at 4:48 PM, Chad Versace chad.vers...@linux.intel.com wrote: The drivers was setting MOCS (Memory Object Control State) to 0 for all objects. This patch sets it as following: renderbuffer, depthbuffer = LLC uncacheable, L3 cacheable texture, stencil, hiz = LLC

[Mesa-dev] [Bug 64745] New: [llvmpipe] SIGSEGV src/gallium/state_trackers/glx/xlib/glx_api.c:1374

2013-05-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64745 Priority: medium Bug ID: 64745 Keywords: have-backtrace Assignee: mesa-dev@lists.freedesktop.org Summary: [llvmpipe] SIGSEGV