Files
mesa/src
Samuel Pitoiset 3b246a71d7 nvc0: add indirect compute support on Kepler
The grid size is stored as three 32-bits integers in the indirect
buffer but the launch descriptor uses a 32-bits integer for both
griddim_y and griddim_z like this (z << 16) | y. To make it work,
the 16 high bits of griddim_y are overwritten by griddim_z.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
2016-04-01 22:26:24 +02:00
..
2016-04-01 12:34:40 -04:00
2016-03-09 15:02:25 +01:00
2016-04-01 13:44:22 +01:00
2016-01-26 16:08:33 +00:00
2016-01-26 16:08:33 +00:00