summaryrefslogtreecommitdiffstats
path: root/src/intel/common
Commit message (Expand)AuthorAgeFilesLines
* i965: Fix broxton 2x6 l3 configAnuj Phogat2017-06-281-0/+16
* i965: Add and initialize l3_banks field for gen7+Anuj Phogat2017-06-282-3/+27
* intel/decoder: Fix is_header_field starting condition.Kenneth Graunke2017-04-161-1/+1
* intel/gen_decoder: return -1 for unknown command formatsJordan Justen2017-04-061-7/+15
* intel/gen_decoder: Fix length for Media State/Object commandsJordan Justen2017-04-061-2/+10
* intel: tools: add aubinator_error_decode toolLionel Landwerlin2017-04-042-0/+12
* aubinator/gen_decoder/i965: decode instructions from dword 0Lionel Landwerlin2017-04-032-5/+18
* intel: gen_decoder: store pointer to current decoded field in iteratorLionel Landwerlin2017-04-032-25/+26
* intel: genxml: compress all gen files into oneLionel Landwerlin2017-03-311-40/+22
* intel/common: consistently use ifndef guards over pragma onceEmil Velikov2017-03-221-1/+5
* intel: Move tools/decoder.[ch] to common/gen_decoder.[ch].Kenneth Graunke2017-03-212-0/+1000
* intel: Add a INTEL_DEBUG=color option.Kenneth Graunke2017-03-212-0/+2
* i965: Allow a per gen timebase scale factorRobert Bragg2017-03-172-2/+35
* intel/debug: Add a common INTEL_DEBUG=nohiz optionJason Ekstrand2017-03-142-0/+2
* i965: Remove use of deprecated drm_intel_aub routinesChris Wilson2017-03-072-20/+18
* i965: don't require 64bit cmpxchgGrazvydas Ignotas2017-03-061-3/+11
* i965: Move intel_debug.h to intel/common/gen_debug.hJason Ekstrand2017-03-012-0/+243
* i965: Fix a mistake from porting the URB allocation code to arrays.Kenneth Graunke2016-11-231-1/+1
* intel/common: Add an is_kabylake field to gen_device_infoJason Ekstrand2016-11-222-0/+6
* intel: Share URB configuration code between GL and Vulkan.Kenneth Graunke2016-11-192-0/+207
* intel: Convert devinfo->urb.min_*_entries into an array.Kenneth Graunke2016-11-192-30/+63
* intel: Convert devinfo->urb.max_*_entries into an array.Kenneth Graunke2016-11-192-60/+92
* i965: Consolidate GEN9 LP definitionBen Widawsky2016-11-151-80/+42
* i965/glk: Add basic Geminilake supportBen Widawsky2016-11-151-0/+46
* intel: Set min_ds_entries on Broxton.Kenneth Graunke2016-11-151-0/+2
* mesa: Fix pixel shader scratch space allocation on Gen9+ platforms.Kenneth Graunke2016-11-091-14/+19
* intel/common: use correct header guardsEmil Velikov2016-10-143-2/+14
* i965/l3: Add explicit way size calculation for bxtBen Widawsky2016-10-051-1/+3
* intel: fix compilation warning on gen_get_device_infoTapani Pälli2016-10-042-2/+2
* i965: rename max_ds_* variable to max_tes_*Timothy Arceri2016-10-032-26/+26
* i965: rename max_hs_* variables to max_tcs_*Timothy Arceri2016-10-032-26/+26
* intel/i965: make gen_device_info mutableLionel Landwerlin2016-09-232-7/+6
* intel: Move Vulkan sample positions to common codeJason Ekstrand2016-09-141-0/+95
* intel: Pull the guts of gen7_l3_state.c into a shared helperJason Ekstrand2016-09-032-0/+394
* intel: Rename brw_get_device_name/info to gen_get_device_name/infoJason Ekstrand2016-09-032-4/+4
* intel: s/brw_device_info/gen_device_info/Jason Ekstrand2016-09-032-32/+32
* intel: Add a new "common" library for more code sharingJason Ekstrand2016-09-032-0/+664