| Commit message (Expand) | Author | Age | Files | Lines |
* | i965: Move intel_debug.h to intel/common/gen_debug.h | Jason Ekstrand | 2017-03-01 | 2 | -0/+243 |
* | i965: Fix a mistake from porting the URB allocation code to arrays. | Kenneth Graunke | 2016-11-23 | 1 | -1/+1 |
* | intel/common: Add an is_kabylake field to gen_device_info | Jason Ekstrand | 2016-11-22 | 2 | -0/+6 |
* | intel: Share URB configuration code between GL and Vulkan. | Kenneth Graunke | 2016-11-19 | 2 | -0/+207 |
* | intel: Convert devinfo->urb.min_*_entries into an array. | Kenneth Graunke | 2016-11-19 | 2 | -30/+63 |
* | intel: Convert devinfo->urb.max_*_entries into an array. | Kenneth Graunke | 2016-11-19 | 2 | -60/+92 |
* | i965: Consolidate GEN9 LP definition | Ben Widawsky | 2016-11-15 | 1 | -80/+42 |
* | i965/glk: Add basic Geminilake support | Ben Widawsky | 2016-11-15 | 1 | -0/+46 |
* | intel: Set min_ds_entries on Broxton. | Kenneth Graunke | 2016-11-15 | 1 | -0/+2 |
* | mesa: Fix pixel shader scratch space allocation on Gen9+ platforms. | Kenneth Graunke | 2016-11-09 | 1 | -14/+19 |
* | intel/common: use correct header guards | Emil Velikov | 2016-10-14 | 3 | -2/+14 |
* | i965/l3: Add explicit way size calculation for bxt | Ben Widawsky | 2016-10-05 | 1 | -1/+3 |
* | intel: fix compilation warning on gen_get_device_info | Tapani Pälli | 2016-10-04 | 2 | -2/+2 |
* | i965: rename max_ds_* variable to max_tes_* | Timothy Arceri | 2016-10-03 | 2 | -26/+26 |
* | i965: rename max_hs_* variables to max_tcs_* | Timothy Arceri | 2016-10-03 | 2 | -26/+26 |
* | intel/i965: make gen_device_info mutable | Lionel Landwerlin | 2016-09-23 | 2 | -7/+6 |
* | intel: Move Vulkan sample positions to common code | Jason Ekstrand | 2016-09-14 | 1 | -0/+95 |
* | intel: Pull the guts of gen7_l3_state.c into a shared helper | Jason Ekstrand | 2016-09-03 | 2 | -0/+394 |
* | intel: Rename brw_get_device_name/info to gen_get_device_name/info | Jason Ekstrand | 2016-09-03 | 2 | -4/+4 |
* | intel: s/brw_device_info/gen_device_info/ | Jason Ekstrand | 2016-09-03 | 2 | -32/+32 |
* | intel: Add a new "common" library for more code sharing | Jason Ekstrand | 2016-09-03 | 2 | -0/+664 |