[Mesa-dev] [Bug 59452] Exception: DrawArraysInstancedBaseInstance is duplicated

2013-01-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59452 Matt Turner changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

Re: [Mesa-dev] [PATCH 1/4] i965: Use Haswell's sample_d_c for textureGrad with shadow samplers.

2013-01-15 Thread Anuj Phogat
On Tue, Jan 8, 2013 at 3:10 AM, Eric Anholt wrote: > Kenneth Graunke writes: >> diff --git a/src/mesa/drivers/dri/i965/brw_fs_emit.cpp >> b/src/mesa/drivers/dri/i965/brw_fs_emit.cpp >> index 63f09fe..0c2b696 100644 >> --- a/src/mesa/drivers/dri/i965/brw_fs_emit.cpp >> +++ b/src/mesa/drivers/dri/

[Mesa-dev] [Bug 59452] New: Exception: DrawArraysInstancedBaseInstance is duplicated

2013-01-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59452 Priority: medium Bug ID: 59452 Keywords: regression CC: i...@freedesktop.org Assignee: mesa-dev@lists.freedesktop.org Summary: Exception: DrawArraysInstancedBaseInstance is

[Mesa-dev] [Bug 59450] New: SIGSEGV src/mesa/state_tracker/st_cb_blit.c:216

2013-01-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59450 Priority: medium Bug ID: 59450 Keywords: regression CC: anuj.pho...@gmail.com Assignee: mesa-dev@lists.freedesktop.org Summary: SIGSEGV src/mesa/state_tracker/st_cb_blit.c:216

Re: [Mesa-dev] [PATCH] glxinfo: add support for creating/querying core-profile contexts (v2.1)

2013-01-15 Thread Mike Lothian
I also noticed that the core profile reports: GL_OES_read_format, GL_S3_s3tc, k^?, As extensions on r600g - the "k^?" does not show up on i965 On 12 January 2013 22:15, Dave Airlie wrote: > From: Brian Paul > > [airlied: Based on Brian's patch, I've fixed it up to always report a > non-c

Re: [Mesa-dev] [PATCH] glxinfo: add support for creating/querying core-profile contexts (v2.1)

2013-01-15 Thread Mike Lothian
Silly question but what does: OpenGL context flags: (none) OpenGL core profile context flags: (none) Actually mean? Also could we print the core profile first? On 12 January 2013 22:15, Dave Airlie wrote: > From: Brian Paul > > [airlied: Based on Brian's patch, I've fixed it up to always re

Re: [Mesa-dev] [PATCH] radeon/r200: Fix FBO formats

2013-01-15 Thread Marek Olšák
On Tue, Jan 15, 2013 at 7:15 PM, Alex Deucher wrote: > On Fri, Jan 11, 2013 at 6:37 AM, smoki wrote: >> Piglit passes more fbo tests on rv280, 14/28 before and now 28/33. >> Also should fix bug: >> https://bugs.freedesktop.org/show_bug.cgi?id=27704 > > Does this regress anything in piglit? It's

Re: [Mesa-dev] [RFC PATCH 0/26] Implement ARB_texture_multisample

2013-01-15 Thread Marek Olšák
On Tue, Jan 15, 2013 at 9:30 PM, Ian Romanick wrote: > On 01/14/2013 04:59 PM, Marek Olšák wrote: >> >> On Mon, Jan 14, 2013 at 11:35 PM, Ian Romanick >> wrote: >>> >>> On 01/13/2013 06:20 AM, Marek Olšák wrote: Hi Dave, here's a preliminary review. 1) The depth and integ

Re: [Mesa-dev] [PATCH] i965: Transcode RGB ETC1/2 textures to DXT1 or FXT1.

2013-01-15 Thread Ian Romanick
On 01/11/2013 08:54 PM, Eric Anholt wrote: The previous solution of transcoding to ARGB gave exact results, but below the expected performance. Given that the user has gone out of their way to give us compressed data for performance reasons, try to respect their wishes by doing the best comp

Re: [Mesa-dev] llvmpipe process shutdown bug on windows

2013-01-15 Thread Jose Fonseca
No, I don't think that llvmpipe or any other driver would have IPC data to cleanup -- even with shared surfaces these things tend to be handled transparently in kernel space. But, from the documentation, it sounds like we should do no cleanup whatsoever, i.e, we should skip both stw_cleanup

Re: [Mesa-dev] [PATCH V4 6/6] intel: Create a miptree using offsets in intel_set_texture_image_region

2013-01-15 Thread Eric Anholt
Abdiel Janulgue writes: > When binding a region to a texture image, re-create the miptree base-level > considering the offset and dimension information exported by DRIImage. This patch (or whatever it is if it changes to use the _internal interface directly) should appear before patch 5/6 that m

Re: [Mesa-dev] [PATCH V4 5/6] intel: implement create image from texture

2013-01-15 Thread Eric Anholt
Abdiel Janulgue writes: > Save miptree level info to DRIImage, taking offsets into consideration. > In non-tile-aligned surface cases where resolving back to the original image > located in mip-levels higher than the base level proves problematic due to > offset alignment issues, report INVALID_O

Re: [Mesa-dev] [PATCH 4/4] llvmpipe: turn on integer texture support

2013-01-15 Thread Jose Fonseca
- Original Message - > From: Roland Scheidegger > > Now that things mostly seem to work enable those formats. > Some formats cause crashes (notably RGB8 variants) so switch these > off > (these crashes are not specific to INT/UINT variants but the state > tracker > doesn't use them for U

Re: [Mesa-dev] [PATCH] llvmpipe: fix using wrong format with MRT in blend code

2013-01-15 Thread Jose Fonseca
Reviewed-by: Jose Fonseca - Original Message - > From: Roland Scheidegger > > We were passing in the rt index however this was always 0 for > non-independent > blend case. (The format was only actually used to decide if the color > mask > covered all channels so this went unnoticed and

Re: [Mesa-dev] [PATCH V4 2/6] intel: create a miptree for a region based on an offset, size, and level.

2013-01-15 Thread Eric Anholt
Abdiel Janulgue writes: > diff --git a/src/mesa/drivers/dri/intel/intel_regions.h > b/src/mesa/drivers/dri/intel/intel_regions.h > index 8737a6d..bb0ccef 100644 > --- a/src/mesa/drivers/dri/intel/intel_regions.h > +++ b/src/mesa/drivers/dri/intel/intel_regions.h > @@ -174,6 +174,14 @@ struct __DR

Re: [Mesa-dev] [PATCH V4 2/6] intel: create a miptree for a region based on an offset, size, and level.

2013-01-15 Thread Eric Anholt
Abdiel Janulgue writes: > Add intel_miptree_create_for_offset which adds support for creating a single- > level miptree based on the existing offsets and dimensions of another > mip-tree level. Use this function as well in intel_miptree_create_for_region, > but for the whole region. > > Signed-of

Re: [Mesa-dev] [PATCH V4 1/6] dri2: Create image from texture

2013-01-15 Thread Eric Anholt
Abdiel Janulgue writes: > diff --git a/src/egl/drivers/dri2/egl_dri2.c b/src/egl/drivers/dri2/egl_dri2.c > index 1f13d79..a0d4674 100644 > --- a/src/egl/drivers/dri2/egl_dri2.c > +++ b/src/egl/drivers/dri2/egl_dri2.c > @@ -490,6 +490,12 @@ dri2_setup_screen(_EGLDisplay *disp) >disp->Extens

Re: [Mesa-dev] [RFC PATCH 0/26] Implement ARB_texture_multisample

2013-01-15 Thread Ian Romanick
On 01/14/2013 04:59 PM, Marek Olšák wrote: On Mon, Jan 14, 2013 at 11:35 PM, Ian Romanick wrote: On 01/13/2013 06:20 AM, Marek Olšák wrote: Hi Dave, here's a preliminary review. 1) The depth and integer texture sample limits should be set according to driver support, we probably don't have g

Re: [Mesa-dev] [PATCH] radeon/r200: Fix FBO formats

2013-01-15 Thread Alex Deucher
On Fri, Jan 11, 2013 at 6:37 AM, smoki wrote: > Piglit passes more fbo tests on rv280, 14/28 before and now 28/33. > Also should fix bug: > https://bugs.freedesktop.org/show_bug.cgi?id=27704 Does this regress anything in piglit? It's been a while since I looked at this code, I think the issue ma

[Mesa-dev] [Bug 59383] src/glsl/tests/Makefile.am missing $(top_builddir)/include

2013-01-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59383 --- Comment #2 from compguy...@yahoo.com --- Your attached patch did fix the tests for me. -- You are receiving this mail because: You are the assignee for the bug. ___ mesa-dev mailing list mesa-dev@l

Re: [Mesa-dev] [PATCH] gitignore: Ignore TAGS files

2013-01-15 Thread Kenneth Graunke
On 01/15/2013 05:47 AM, Damien Lespiau wrote: TAGS files are generated with "make tags" to quickly jump through the code. Ignore those by-products of automake/ctags. Signed-off-by: Damien Lespiau --- .gitignore |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/.gitigno

Re: [Mesa-dev] [PATCH] Fix mapi code generator for out-of-tree build

2013-01-15 Thread Kenneth Graunke
On 01/15/2013 02:41 AM, Jon TURNEY wrote: Use os.path.join() rather than hand-rolling it, so path is correct if sys.argv[0] returns an absolute path. (According to the python documentation, it's platform dependent whether sys.argv[0] is a full pathname or not. It probably also depends on how th

[Mesa-dev] [PATCH] gitignore: Ignore TAGS files

2013-01-15 Thread Damien Lespiau
TAGS files are generated with "make tags" to quickly jump through the code. Ignore those by-products of automake/ctags. Signed-off-by: Damien Lespiau --- .gitignore |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index faf2ca3..5c2ccdc 100644 ---

[Mesa-dev] [Bug 59383] src/glsl/tests/Makefile.am missing $(top_builddir)/include

2013-01-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59383 --- Comment #1 from Andreas Boll --- Created attachment 73072 --> https://bugs.freedesktop.org/attachment.cgi?id=73072&action=edit tests: AM_CPPFLAGS must include $(top_srcdir) instead of $(top_builddir) Could you test the attached patch? This

[Mesa-dev] [PATCH] Fix mapi code generator for out-of-tree build

2013-01-15 Thread Jon TURNEY
Use os.path.join() rather than hand-rolling it, so path is correct if sys.argv[0] returns an absolute path. (According to the python documentation, it's platform dependent whether sys.argv[0] is a full pathname or not. It probably also depends on how the process was started...) Signed-off-by: Jo