[Mesa-dev] [PATCH] mesa: Fix format matching checks for GL_INTENSITY* internalformats.

2014-03-23 Thread Chris Forbes
GL_INTENSITY has never been valid as a pixel format -- to get the memcpy pack/unpack paths, the app needs to specify GL_RED as the pixel format (or GL_RED_INTEGER for the integer formats). Signed-off-by: Chris Forbes chr...@ijw.co.nz --- src/mesa/main/formats.c | 20 1 file

[Mesa-dev] [PATCH] mesa: Generate FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT earlier

2014-03-23 Thread Chris Forbes
The ARB_framebuffer_object spec lists this case before the FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER and FRAMEBUFFER_INCOMPLETE_READ_BUFFER cases. Fixes two broken cases in piglit's fbo-incomplete test, if ARB_ES2_compatibility is not advertised. (If it is, this is masked because the

Re: [Mesa-dev] RFC: Fixing XBMC crash with NV_vdpau_interop

2014-03-23 Thread Christian König
Am 22.03.2014 23:33, schrieb Brian Paul: On Sat, Mar 22, 2014 at 2:49 PM, Christian König deathsim...@vodafone.de mailto:deathsim...@vodafone.de wrote: Hi guys, recently some XBMC users complained about crashes with the relatively new NV_vdpau_interop support. That turned out

[Mesa-dev] [PATCH 3/3] st/mesa: Revert use pipe_sampler_view_release()

2014-03-23 Thread Christian König
From: Christian König christian.koe...@amd.com The original problem is fixed by now and unconditionally destroying the sampler view, which is possible still referenced elsewhere, is a really bad idea also. This reverts commit 670be71bd801fea876f7512865ed5f54340da9be. Signed-off-by: Christian

[Mesa-dev] [PATCH 1/3] st/mesa: recreate sampler view on context change v2

2014-03-23 Thread Christian König
From: Christian König christian.koe...@amd.com With shared glx contexts it is possible that a texture is create and used in one context and then used in another one resulting in incorrect sampler view usage. v2: avoid template copy Signed-off-by: Christian König christian.koe...@amd.com ---

[Mesa-dev] [PATCH 2/3] st/mesa: fix sampler view handling with shared textures

2014-03-23 Thread Christian König
From: Christian König christian.koe...@amd.com Release the references to the sampler views before destroying the pipe context. TODO: Do we need to lock something? Signed-off-by: Christian König christian.koe...@amd.com --- src/gallium/drivers/radeonsi/si_descriptors.c | 2 ++

[Mesa-dev] [Bug 76489] Mesa git (011569b5b7) compilation issue: render2.c:49:4: error: implicit declaration of function '__glMap1d_size' [-Werror=implicit-function-declaration]

2014-03-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76489 Emil Velikov emil.l.veli...@gmail.com changed: What|Removed |Added See Also|

[Mesa-dev] [Bug 67740] render2.c: In function '__indirect_glMap1d'

2014-03-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67740 Emil Velikov emil.l.veli...@gmail.com changed: What|Removed |Added See Also|

[Mesa-dev] [Bug 76489] Mesa git (011569b5b7) compilation issue: render2.c:49:4: error: implicit declaration of function '__glMap1d_size' [-Werror=implicit-function-declaration]

2014-03-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76489 --- Comment #2 from Dâniel Fraga frag...@gmail.com --- (In reply to comment #1) Seems like I might need to eat my own words :-) * Can you make sure that you do not have any local changes and/or danglin' files - git reset --hard origin/master

Re: [Mesa-dev] Questions regarding KHR_debug for OpenGL ES

2014-03-23 Thread Timothy Arceri
On Mon, 2014-03-17 at 11:42 -0700, Felipe Tonello wrote: Hi all, I'm working on the KHR_debug for OpenGL ES junior job. I recently submitted patches to allow the piglit tests to be enabled in GLES contexts as well. Now I want to work on the src/mapi/glapi/gen/es_EXT.xml file. Recently I

[Mesa-dev] [Bug 76489] Mesa git (011569b5b7) compilation issue: render2.c:49:4: error: implicit declaration of function '__glMap1d_size' [-Werror=implicit-function-declaration]

2014-03-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76489 --- Comment #3 from Emil Velikov emil.l.veli...@gmail.com --- (In reply to comment #2) [...] Hi Emil ;) I did the git reset and clean and it didn't work. I'm using Linux (x86_64) with a installation similar to Linux from scratch. I compile

[Mesa-dev] [Bug 76530] New: account request

2014-03-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76530 Priority: medium Bug ID: 76530 Assignee: mesa-dev@lists.freedesktop.org Summary: account request Severity: normal Classification: Unclassified OS: All Reporter:

[Mesa-dev] [Bug 76530] account request

2014-03-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76530 --- Comment #1 from Lucas Stach d...@lynxeye.de --- Created attachment 96259 -- https://bugs.freedesktop.org/attachment.cgi?id=96259action=edit GPG pubkey -- You are receiving this mail because: You are the assignee for the bug.

Re: [Mesa-dev] intel, dma-buf import and egl image external

2014-03-23 Thread Dave Airlie
On Sat, Mar 8, 2014 at 12:13 AM, Pohjolainen, Topi topi.pohjolai...@intel.com wrote: On Mon, Mar 03, 2014 at 01:19:48PM +1000, Dave Airlie wrote: There is a comment and two checks in the i965 dma-buf importer, * Images originating via EGL_EXT_image_dma_buf_import can be used only * with

[Mesa-dev] [Bug 76489] Mesa git (011569b5b7) compilation issue: render2.c:49:4: error: implicit declaration of function '__glMap1d_size' [-Werror=implicit-function-declaration]

2014-03-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76489 --- Comment #4 from Dâniel Fraga frag...@gmail.com --- (In reply to comment #3) Hmmm, are you following the official instructions [1] ? The website indicates zero problems with mesa 10.0 and 9.2. Would you consider this a regression in mesa,

[Mesa-dev] [Bug 76489] Mesa git (011569b5b7) compilation issue: render2.c:49:4: error: implicit declaration of function '__glMap1d_size' [-Werror=implicit-function-declaration]

2014-03-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76489 --- Comment #5 from Emil Velikov emil.l.veli...@gmail.com --- (In reply to comment #4) [...] No, because it's not Linux from scratch. It's like LFS, but not exactly like they do. Anyway, I compile all software I use. Mesa seems the most Great