On 11/13/2015 01:15 AM, Ilia Mirkin wrote:
On Thu, Nov 12, 2015 at 7:04 PM, Samuel Pitoiset
<samuel.pitoi...@gmail.com> wrote:
+static bool
+nv50_compute_validate_program(struct nv50_context *nv50)
+{
+ struct nv50_program *prog = nv50->compprog;
+
+ if (prog->mem)
+ return true;
+
+ if (!prog->translated) {
+ prog->translated = nv50_program_translate(
+ prog, nv50->screen->base.device->chipset, NULL);
Please pass in &nv50->debug instead of NULL so that we get shader
compiler reports via debug info.
Ah right, I forgot that!.
-ilia
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev