From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 95094] Flat uniform gets overwrites previous uniform Date: Sat, 23 Apr 2016 21:45:12 +0000 Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1127398340==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id F38886E07B for ; Sat, 23 Apr 2016 21:45:11 +0000 (UTC) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1127398340== Content-Type: multipart/alternative; boundary="14614479110.FdEC1DA9.25734"; charset="UTF-8" --14614479110.FdEC1DA9.25734 Date: Sat, 23 Apr 2016 21:45:11 +0000 MIME-Version: 1.0 Content-Type: text/plain https://bugs.freedesktop.org/show_bug.cgi?id=95094 Bug ID: 95094 Summary: Flat uniform gets overwrites previous uniform Product: Mesa Version: 11.2 Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium Component: Drivers/Gallium/r600 Assignee: dri-devel@lists.freedesktop.org Reporter: pavol@klacansky.com QA Contact: dri-devel@lists.freedesktop.org This does not work, it seems that block_id gets written to v_pos. If I use layout(location = X) it works. vs.glsl out vec4 v_pos; out float block_id; fs.glsl in vec4 v_pos; in float block_id; -- You are receiving this mail because: You are the assignee for the bug. --14614479110.FdEC1DA9.25734 Date: Sat, 23 Apr 2016 21:45:11 +0000 MIME-Version: 1.0 Content-Type: text/html
Bug ID 95094
Summary Flat uniform gets overwrites previous uniform
Product Mesa
Version 11.2
Hardware x86-64 (AMD64)
OS Linux (All)
Status NEW
Severity normal
Priority medium
Component Drivers/Gallium/r600
Assignee dri-devel@lists.freedesktop.org
Reporter pavol@klacansky.com
QA Contact dri-devel@lists.freedesktop.org

This does not work, it seems that block_id gets written to v_pos. If I use
layout(location = X) it works.

vs.glsl
out vec4 v_pos;
out float block_id;


fs.glsl
in vec4 v_pos;
in float block_id;


You are receiving this mail because:
  • You are the assignee for the bug.
--14614479110.FdEC1DA9.25734-- --===============1127398340== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg== --===============1127398340==--