Add missing platform information for KBL
[mesa.git] / src / mesa / drivers / dri / i965 / brw_device_info.c
2016-01-11 Mark JanesAdd missing platform information for KBL
2016-01-06 Sarah Sharpmesa: Add KBL PCI IDs and platform information.
2015-12-09 Francisco Jerezi965: Add slice count to the brw_device_info structure.
2015-12-07 Kenneth Graunkei965: Add brw_device_info::min_ds_entries field.
2015-11-12 Ben Widawskyi965/skl/gt4: Fix URB programming restriction.
2015-11-03 Ben Widawskyi965/skl: Add GT4 PCI IDs
2015-10-24 Ben Widawskyi965: Remove unused devinfo revision
2015-09-21 Ben Widawskyi965/skl: Use larger URB size where available.
2015-08-13 Ben Widawskyi965/skl: Remove early platform support
2015-08-07 Ben Widawskyi965/skl: (trivial) Remove invalid comment about thread...
2015-07-31 Ben Widawskyi965/gen9: Add hs, ds, and cs thread + urb info
2015-07-31 Ben Widawskyi965/bxt: Use more conservative thread counts
2015-07-31 Ben Widawskyi965/skl: Add production thread counts and URB size
2015-07-30 Neil Robertsi965/bxt: Don't use brw_device_info_skl_early on BXT
2015-07-29 Ben Widawskyi965/bxt: Support 3src simd16 instructions
2015-07-18 Abdiel Janulguei965: Enable resource streamer for the batchbuffer
2015-06-24 Ben Widawskyi965/bxt: Add basic Broxton infrastructure
2015-05-02 Jordan Justeni965/cs: Add max_cs_threads
2015-05-02 Jordan Justeni965: Remove comment about chv device numbers being...
2015-04-22 Jason Ekstrandi965/device_info: Add a supports_simd16_3src flag
2015-04-22 Jason Ekstrandi965/device_info: Add a HSW_FEATURES macro
2015-03-06 Ville Syrjäläi965: Fix URB size for CHV
2015-02-18 Chris Forbesi965: Add device limits for tess threads & URB entries
2015-01-23 Ville Syrjäläi965: Fix min_vs_entries for CHV
2015-01-23 Ville Syrjäläi965: Fix max_wm_threads for CHV
2014-12-10 Matt Turneri965: Disable unlit-centroid workaround on Gen < 6.
2014-12-09 Kristian Høgsbergi965/skl: Add Skylake PCI IDs
2014-11-03 Ben Widawskyi965/chv: Increase VS and GS thread counts
2014-07-07 Matt Turneri965/fs: Disable unlit_centroid_workaround on Haswell.
2014-06-04 Kenneth Graunkei965: Fix copy and pasted values in Broadwell code.
2014-04-07 Jordan Justeni965: initialize more device info fields for Cherryview
2014-04-04 Matt Turneri965: Mark SNB GT1 as a GT1.
2014-03-29 Kenneth Graunkei965: Add Cherryview support.
2014-02-20 Kenneth Graunkei965: Store absolute thread count in max_wm_threads...
2014-02-11 Kenneth Graunkei965: Don't call abort() on an unknown device.
2013-11-21 Kenneth Graunkei965: Add device info structs for Broadwell.
2013-10-20 Kenneth Graunkei965: Mark G45 as having surface tile offset support.
2013-10-13 Kenneth Graunkei965: Move hardware feature flags to brw_device_info.
2013-10-13 Kenneth Graunkei965: Move device quirks to brw_device_info.
2013-10-13 Kenneth Graunkei965: Move hardware limits to brw_device_info.
2013-10-13 Kenneth Graunkei965: Add a new brw_device_info structure.