Module: Mesa Branch: master Commit: a1adf0b3fe428a4bf690f166c2697d8c7ea2dcb0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a1adf0b3fe428a4bf690f166c2697d8c7ea2dcb0
Author: Ben Widawsky <[email protected]> Date: Fri Aug 7 13:46:30 2015 -0700 i965/skl: (trivial) Remove invalid comment about thread counts This should have been a part of: commit 7eaacc1678195738fab3bb98870828611cae066d Author: Ben Widawsky <[email protected]> Date: Wed Jul 29 12:35:24 2015 -0700 i965/skl: Add production thread counts and URB size Signed-off-by: Ben Widawsky <[email protected]> --- src/mesa/drivers/dri/i965/brw_device_info.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mesa/drivers/dri/i965/brw_device_info.c b/src/mesa/drivers/dri/i965/brw_device_info.c index fcc243e..be517e8 100644 --- a/src/mesa/drivers/dri/i965/brw_device_info.c +++ b/src/mesa/drivers/dri/i965/brw_device_info.c @@ -299,7 +299,6 @@ static const struct brw_device_info brw_device_info_chv = { } }; -/* Thread counts and URB limits are placeholders, and may not be accurate. */ #define GEN9_FEATURES \ .gen = 9, \ .has_hiz_and_separate_stencil = true, \ _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
