nv50,nvc0: support sending string markers down into the command stream
authorIlia Mirkin <imirkin@alum.mit.edu>
Sun, 3 Apr 2016 20:02:59 +0000 (16:02 -0400)
committerIlia Mirkin <imirkin@alum.mit.edu>
Sat, 9 Apr 2016 18:55:43 +0000 (14:55 -0400)
commit59ca92137b3841a65d9232bee1164bff1e6bd57d
tree05822d40f57ea3d955e044af1405cb72945e4d72
parentf9480d7918a2da19b8ac85a8326049488feef92b
nv50,nvc0: support sending string markers down into the command stream

This should hopefully make it a little easier to debug with GL
applications like glretrace and looking at command streams.

Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
src/gallium/drivers/nouveau/nv50/nv50_context.c
src/gallium/drivers/nouveau/nv50/nv50_screen.c
src/gallium/drivers/nouveau/nvc0/nvc0_context.c
src/gallium/drivers/nouveau/nvc0/nvc0_screen.c