summaryrefslogtreecommitdiffstats
path: root/src/intel/common
Commit message (Expand)AuthorAgeFilesLines
...
* intel: decoder: pack iterator variable declarationsLionel Landwerlin2017-11-011-11/+8
* intel: decoder: simplify creation of struct when 0-allocatedLionel Landwerlin2017-11-011-4/+0
* intel: decoder: add destructor for gen_specLionel Landwerlin2017-11-012-102/+91
* intel: decoder: expose helper to test header fieldsLionel Landwerlin2017-11-012-3/+4
* intel: decoder: don't read qword outside instruction/struct limitLionel Landwerlin2017-11-012-3/+9
* intel: decoder: split out getting the next field and decoding itLionel Landwerlin2017-11-011-10/+21
* intel: decoder: move field name copyLionel Landwerlin2017-11-011-2/+7
* intel: decoder: reorder iterator init functionLionel Landwerlin2017-11-011-14/+14
* intel: common: print out all dword with field spanning multiple dwordsLionel Landwerlin2017-11-011-4/+6
* intel: decoder: build sorted linked lists of fieldsLionel Landwerlin2017-11-012-25/+34
* intel: common: expose gen_spec fieldsLionel Landwerlin2017-11-012-13/+13
* intel/genxml: Fix decoding of groups with fields smaller than a DWord.Kenneth Graunke2017-10-302-10/+16
* intel: common: silence compiler warningLionel Landwerlin2017-10-301-1/+1
* meson: move expat dependency where it's neededEric Engestrom2017-10-181-1/+1
* intel: Add simple logging façade for Android (v2)Chad Versace2017-10-173-0/+170
* intel/common: Improve the comments for sample positionsJason Ekstrand2017-10-161-0/+65
* i965: Add parentheses around usage of macro argumentsMatt Turner2017-10-041-1/+1
* meson: Add build Intel "anv" vulkan driverDylan Baker2017-09-271-0/+44
* Revert "intel: Remove unused device info for KBL GT1.5"Anuj Phogat2017-09-211-0/+11
* i965: Add an INTEL_DEBUG=reemit option.Kenneth Graunke2017-09-152-0/+2
* i965: Add an INTEL_DEBUG=submit option for printing batch statistics.Kenneth Graunke2017-09-132-1/+2
* intel: Remove unused device info for KBL GT1.5Anuj Phogat2017-09-061-11/+0
* intel/decoder: Reuse the gen_make_gen() helper.Eric Anholt2017-07-251-3/+1
* intel/decoder: Reuse the MAX2 macro instead of defining another one.Eric Anholt2017-07-251-3/+1
* intel: add number of subslices to device infoLionel Landwerlin2017-07-112-8/+54
* intel: Fix clflushing on modern (Baytrail+) Atom CPUs.Kenneth Graunke2017-07-101-0/+12
* intel: Move clflush helpers from anv to common/gen_clflush.h.Kenneth Graunke2017-07-101-0/+56
* 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