Re: [Mesa-dev] [PATCH 1/2] intel: Enable S3TC extensions always

2012-10-20 Thread Kenneth Graunke
On 10/18/2012 02:02 PM, Ian Romanick wrote: From: Ian Romanick Always enable the use of pre- compressed texture data, and always advertise the ability to do on-line compression. The ability to perform on-line compression still requires the presence of libtxc_dxtn, so sometimes the driver incor

Re: [Mesa-dev] [PATCH] glx: Add GLXBadProfileARB to the error string list

2012-10-20 Thread Kenneth Graunke
On 10/17/2012 12:14 PM, Adam Jackson wrote: On 10/17/12 2:52 PM, Brian Paul wrote: On 10/17/2012 12:38 PM, Adam Jackson wrote: Note: This is a candidate for the stable branches. Signed-off-by: Adam Jackson --- src/glx/glxext.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/glx/glx

Re: [Mesa-dev] [PATCH] i965: Fix regression in depth texture rendering on pre-SNB

2012-10-20 Thread Kenneth Graunke
On 10/19/2012 02:11 PM, Ian Romanick wrote: From: Ian Romanick This was introduced by commit 24db6d6 (cherry-picked from a683012). The original patch fixed potential GPU hangs on SNB, and it caused some rendering regressions there. The benefits outweigh the costs. However, the work-around is

[Mesa-dev] [Bug 37440] Infinite loop detected in fragment program

2012-10-20 Thread bugzilla-daemon
|org |rg Component|Mesa core |Drivers/DRI/nouveau --- Comment #2 from Andreas Boll --- Works for me on r600g and llvmpipe on mesa git and mesa 8.0.4 Firefox Nightly 19.0a 20121020 WebGL Renderer: X.Org -- Gallium 0.4 on AMD RV770 -- 2.1

Re: [Mesa-dev] OSMesa broken on ubuntu with version 9 push?

2012-10-20 Thread Jaime Rave
2012/10/19 Rafi Witten : > Hi guys, > > First time posting so I'm probably just doing something stupid! > > I am using the libosmesa6 package on Ubuntu and it seems like the > recent update to 9.0-0ubuntu1 from 8.0.4-0ubuntu0.1 broke my compile. > After the update my project couldn't link - g++ cou

[Mesa-dev] [Bug 56211] src/mesa/state_tracker/st_cb_texture.c:1123:copy_image_data_to_texture: Assertion `u_minify(stImage->pt->height0, src_level) == stImage->base.Height' failed.

2012-10-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56211 --- Comment #1 from Andreas Boll --- Reproducable with --enable-debug configure option on r600g (rv770) and softpipe. Without debug option the piglit test passes on softpipe and r600g. @ Michel: Do we need this assertion? -- You are receiving

Re: [Mesa-dev] [PATCH 00/27] intel: Add ETC2 compressed textures support

2012-10-20 Thread Philipp Klaus Krause
On 20.10.2012 01:28, Anuj Phogat wrote: > This series lives on my etc2-v9 branch (https://github.com/aphogat/mesa). > > This series enables 8 out of 10 ETC2 texture formats for all Intel > hardware by simply decoding the ETC2 data into RGBX data at the time > of glCompressedTexImage2D. These patch