On 01/26/2016 02:57 PM, Marek Olšák wrote:
On Tue, Jan 26, 2016 at 2:25 PM, Ilia Mirkin <imir...@alum.mit.edu> wrote:
I'd be fine with a new TGSI_FILE_MEMORY which provided options for
shared, global, and local(/private?) memory. I believe the old
TGSI_FILE_RESOURCE had support for these in a hacky way, this would be
the clean way of doing it.

I think they mean:
global = global shared memory
local = shared within a thread group (GL "shared memory")
private = ???

ureg_DECL_local_temporary seems like a good match. I'd prefer to have
a separate file though.

Shared memory is the same as TEMPs, except that they are TEMPs shared
within a thread group.

Ok. I'll try to make this change and introduce a new TGSI_FILE_MEMORY.


Marek


--
-Samuel
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to