summaryrefslogtreecommitdiff
path: root/src/intel/common
AgeCommit message (Expand)AuthorFilesLines
2016-11-23i965: Fix a mistake from porting the URB allocation code to arrays.Kenneth Graunke1-1/+1
2016-11-22intel/common: Add an is_kabylake field to gen_device_infoJason Ekstrand2-0/+6
2016-11-19intel: Share URB configuration code between GL and Vulkan.Kenneth Graunke2-0/+207
2016-11-19intel: Convert devinfo->urb.min_*_entries into an array.Kenneth Graunke2-30/+63
2016-11-19intel: Convert devinfo->urb.max_*_entries into an array.Kenneth Graunke2-60/+92
2016-11-15i965: Consolidate GEN9 LP definitionBen Widawsky1-80/+42
2016-11-15i965/glk: Add basic Geminilake supportBen Widawsky1-0/+46
2016-11-15intel: Set min_ds_entries on Broxton.Kenneth Graunke1-0/+2
2016-11-09mesa: Fix pixel shader scratch space allocation on Gen9+ platforms.Kenneth Graunke1-14/+19
2016-10-14intel/common: use correct header guardsEmil Velikov3-2/+14
2016-10-05i965/l3: Add explicit way size calculation for bxtBen Widawsky1-1/+3
2016-10-04intel: fix compilation warning on gen_get_device_infoTapani Pälli2-2/+2
2016-10-03i965: rename max_ds_* variable to max_tes_*Timothy Arceri2-26/+26
2016-10-03i965: rename max_hs_* variables to max_tcs_*Timothy Arceri2-26/+26
2016-09-23intel/i965: make gen_device_info mutableLionel Landwerlin2-7/+6
2016-09-14intel: Move Vulkan sample positions to common codeJason Ekstrand1-0/+95
2016-09-03intel: Pull the guts of gen7_l3_state.c into a shared helperJason Ekstrand2-0/+394
2016-09-03intel: Rename brw_get_device_name/info to gen_get_device_name/infoJason Ekstrand2-4/+4
2016-09-03intel: s/brw_device_info/gen_device_info/Jason Ekstrand2-32/+32
2016-09-03intel: Add a new "common" library for more code sharingJason Ekstrand2-0/+664