diff options
author | Ben Widawsky <[email protected]> | 2015-08-07 13:46:30 -0700 |
---|---|---|
committer | Ben Widawsky <[email protected]> | 2015-08-07 13:48:27 -0700 |
commit | a1adf0b3fe428a4bf690f166c2697d8c7ea2dcb0 (patch) | |
tree | c5a4abc9c6d56414d48456990b08438f356ac47f /src/mesa/drivers/dri/i965 | |
parent | ffadfbf5d076638fa4022106cfe989bc5a145f20 (diff) |
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]>
Diffstat (limited to 'src/mesa/drivers/dri/i965')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_device_info.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_device_info.c b/src/mesa/drivers/dri/i965/brw_device_info.c index fcc243e1d4c..be517e826c4 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, \ |