nvc0: remove an attempt at uploading all IMMD into a CB
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>
Wed, 31 Aug 2016 15:42:05 +0000 (17:42 +0200)
committerSamuel Pitoiset <samuel.pitoiset@gmail.com>
Wed, 31 Aug 2016 17:05:16 +0000 (19:05 +0200)
commit3df8615dcd67af4cbe1a65bcb15231320202f4e8
tree3cd54b5218176bafa637159e1462f1820251f155
parentb2f3d50ca75e97e3e37f4f8d68f6e1c4133a60bb
nvc0: remove an attempt at uploading all IMMD into a CB

This has never been used because info->immd.bufSize is always 0
and anyways this is an experimental code which has never been
completed.

This gets rid of some unused code in the program validation process.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
src/gallium/drivers/nouveau/nvc0/nvc0_program.c
src/gallium/drivers/nouveau/nvc0/nvc0_program.h
src/gallium/drivers/nouveau/nvc0/nvc0_shader_state.c