summaryrefslogtreecommitdiffstats
path: root/src/intel/common
Commit message (Expand)AuthorAgeFilesLines
* i965/CFL: Add PCI Ids for Coffee Lake.Anusha Srivatsa2017-06-222-0/+27
* intel: compiler/i965: fix is_broxton checksLionel Landwerlin2017-06-201-0/+3
* i965/cnl: Add l3 configuration for CannonlakeBen Widawsky2017-06-201-1/+20
* i965: Add a variable for way size per bank in get_l3_way_size()Anuj Phogat2017-06-201-5/+4
* i965: Fix broxton 2x6 l3 configAnuj Phogat2017-06-201-0/+16
* intel: common: add number of thread per euLionel Landwerlin2017-06-192-2/+28
* intel: common: express timestamps units in frequencyLionel Landwerlin2017-06-192-11/+13
* intel: common: add flag to identify platforms by nameLionel Landwerlin2017-06-192-6/+24
* i965/cnl: Add a preliminary device for CannonlakeBen Widawsky2017-06-091-0/+46
* i965/cnl: Handle gen10 in switch cases across the driverAnuj Phogat2017-06-091-0/+1
* i965: Make feature macros gen8 basedBen Widawsky2017-06-091-8/+5
* intel: Fix broxton 2x6 way size computationAnuj Phogat2017-06-061-0/+4
* intel: gen-decoder: rework how we handle groupsLionel Landwerlin2017-06-062-86/+161
* i965: Change INTEL_DEBUG=vec4 to INTEL_SCALAR_VS for consistency.Kenneth Graunke2017-06-052-2/+1
* i965: Simplify l3 way size computationsAnuj Phogat2017-06-021-10/+2
* i965: Add and initialize l3_banks field for gen7+Anuj Phogat2017-06-022-3/+27
* genxml: Fix decoder to print the array element on field members.Kenneth Graunke2017-06-011-3/+9
* genxml: Fix decoding of array groups.Kenneth Graunke2017-06-011-1/+1
* genxml: Fix decoder for groups with multiple fields.Kenneth Graunke2017-06-011-4/+2
* intel/decoder: Handle the BLT ring in gen_group_get_lengthJason Ekstrand2017-05-261-0/+4
* intel/decoder: Handle gen4 VF_STATISTICS and PIPELINE_SELECTJason Ekstrand2017-05-261-2/+7
* intel/decoder: Fix indentationMatt Turner2017-05-151-4/+4
* intel: gen-decoder: fix xml parser leakLionel Landwerlin2017-05-151-6/+7
* i965: Drop INTEL_DEBUG=stats.Kenneth Graunke2017-05-102-2/+1
* intel: gen decoder: don't check for size_t negative valuesLionel Landwerlin2017-05-091-1/+1
* intel/aubinator: Correctly read variable length structs.Rafael Antognolli2017-04-242-6/+35
* 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