summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/SConscript
diff options
context:
space:
mode:
authorKenneth Graunke <[email protected]>2016-06-08 15:55:18 -0700
committerKenneth Graunke <[email protected]>2016-06-13 19:35:52 -0700
commit9f37df06dafbf54cec6749543cac1baa77d0b5e2 (patch)
treec3bc9500af0cf07449f354fd9067b42ec512cee0 /src/mesa/drivers/SConscript
parentb010fa85675b98962426fe8961466fbae2d25499 (diff)
i965: Fix issues with number of VS URB entries on Cherryview/Broxton.
Cherryview/Broxton annoyingly have a minimum number of VS URB entries of 34, which is not a multiple of 8. When the VS size is less than 9, the number of VS entries has to be a multiple of 8. Notably, BLORP programmed the minimum number of VS URB entries (34), with a size of 1 (less than 9), which is invalid. It seemed like this could be a problem in the regular URB code as well, so I went ahead and updated that to be safe. Cc: "12.0" <[email protected]> Signed-off-by: Kenneth Graunke <[email protected]> Reviewed-by: Jordan Justen <[email protected]>
Diffstat (limited to 'src/mesa/drivers/SConscript')
0 files changed, 0 insertions, 0 deletions