projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78f754b
)
i965: Mark SNB GT1 as a GT1.
author
Matt Turner
<mattst88@gmail.com>
Fri, 4 Apr 2014 19:16:23 +0000
(12:16 -0700)
committer
Matt Turner
<mattst88@gmail.com>
Fri, 4 Apr 2014 22:07:41 +0000
(15:07 -0700)
brw->gt only seems to be used on gen >= 7, so this shouldn't have any
effect.
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/mesa/drivers/dri/i965/brw_device_info.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/i965/brw_device_info.c
b/src/mesa/drivers/dri/i965/brw_device_info.c
index 1fc8ef402660bccb5ae3ade5807e3c5c07e79859..7625c742faa4dfabdac29d3ad49b4904e5921835 100644
(file)
--- a/
src/mesa/drivers/dri/i965/brw_device_info.c
+++ b/
src/mesa/drivers/dri/i965/brw_device_info.c
@@
-68,7
+68,7
@@
static const struct brw_device_info brw_device_info_ilk = {
static const struct brw_device_info brw_device_info_snb_gt1 = {
.gen = 6,
- .gt =
2
,
+ .gt =
1
,
.has_hiz_and_separate_stencil = true,
.has_llc = true,
.has_pln = true,