mesa: store bindless samplers as PROGRAM_UNIFORM
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>
Wed, 19 Apr 2017 13:54:32 +0000 (15:54 +0200)
committerSamuel Pitoiset <samuel.pitoiset@gmail.com>
Wed, 14 Jun 2017 08:04:36 +0000 (10:04 +0200)
commit4fe2a6ba7a3ef56b806a4e3888a47f05097e02f2
treefc3092ede7f3ebea6e0634053fc3295fc02b9c07
parent156bcbaca69046a97393297a0d8394eba38736b7
mesa: store bindless samplers as PROGRAM_UNIFORM

Old-style samplers (ie. bound samplers) are stored as
PROGRAM_SAMPLER, while bindless ones are PROGRAM_UNIFORM.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
src/mesa/program/ir_to_mesa.cpp