summaryrefslogtreecommitdiff
path: root/src/intel/common
AgeCommit message (Expand)AuthorFilesLines
2017-11-28i965: Move perf_debug and WARN_ONCE back to brw_context.h.Kenneth Graunke1-29/+0
2017-11-28i965: add a debug option to disable oa config loadingLionel Landwerlin2-1/+2
2017-11-13meson: Don't build intel shared components by defaultDylan Baker1-1/+0
2017-11-13aubinator: Don't skip the first field in each subgroupJason Ekstrand1-2/+3
2017-11-01intel: decoder: enable decoding a single fieldLionel Landwerlin2-0/+52
2017-11-01intel: decoder: expose missing find_enum()Lionel Landwerlin1-0/+2
2017-11-01intel: decoder: extract field value computationLionel Landwerlin1-30/+37
2017-11-01intel: decoder: rename field() to field_value()Lionel Landwerlin1-18/+18
2017-11-01intel: decoder: rename internal function to free nameLionel Landwerlin1-3/+3
2017-11-01intel: decoder: simplify field_is_header()Lionel Landwerlin2-4/+6
2017-11-01intel: common: make intel utils available from C++Lionel Landwerlin2-0/+17
2017-11-01intel: decoder: remove unused platform fieldLionel Landwerlin1-2/+0
2017-11-01intel: decoder: extract instruction/structs lengthLionel Landwerlin2-0/+8
2017-11-01intel: decoder: pack iterator variable declarationsLionel Landwerlin1-11/+8
2017-11-01intel: decoder: simplify creation of struct when 0-allocatedLionel Landwerlin1-4/+0
2017-11-01intel: decoder: add destructor for gen_specLionel Landwerlin2-102/+91
2017-11-01intel: decoder: expose helper to test header fieldsLionel Landwerlin2-3/+4
2017-11-01intel: decoder: don't read qword outside instruction/struct limitLionel Landwerlin2-3/+9
2017-11-01intel: decoder: split out getting the next field and decoding itLionel Landwerlin1-10/+21
2017-11-01intel: decoder: move field name copyLionel Landwerlin1-2/+7
2017-11-01intel: decoder: reorder iterator init functionLionel Landwerlin1-14/+14
2017-11-01intel: common: print out all dword with field spanning multiple dwordsLionel Landwerlin1-4/+6
2017-11-01intel: decoder: build sorted linked lists of fieldsLionel Landwerlin2-25/+34
2017-11-01intel: common: expose gen_spec fieldsLionel Landwerlin2-13/+13
2017-10-30intel/genxml: Fix decoding of groups with fields smaller than a DWord.Kenneth Graunke2-10/+16
2017-10-30intel: common: silence compiler warningLionel Landwerlin1-1/+1
2017-10-18meson: move expat dependency where it's neededEric Engestrom1-1/+1
2017-10-17intel: Add simple logging façade for Android (v2)Chad Versace3-0/+170
2017-10-16intel/common: Improve the comments for sample positionsJason Ekstrand1-0/+65
2017-10-04i965: Add parentheses around usage of macro argumentsMatt Turner1-1/+1
2017-09-27meson: Add build Intel "anv" vulkan driverDylan Baker1-0/+44
2017-09-21Revert "intel: Remove unused device info for KBL GT1.5"Anuj Phogat1-0/+11
2017-09-15i965: Add an INTEL_DEBUG=reemit option.Kenneth Graunke2-0/+2
2017-09-13i965: Add an INTEL_DEBUG=submit option for printing batch statistics.Kenneth Graunke2-1/+2
2017-09-06intel: Remove unused device info for KBL GT1.5Anuj Phogat1-11/+0
2017-07-25intel/decoder: Reuse the gen_make_gen() helper.Eric Anholt1-3/+1
2017-07-25intel/decoder: Reuse the MAX2 macro instead of defining another one.Eric Anholt1-3/+1
2017-07-11intel: add number of subslices to device infoLionel Landwerlin2-8/+54
2017-07-10intel: Fix clflushing on modern (Baytrail+) Atom CPUs.Kenneth Graunke1-0/+12
2017-07-10intel: Move clflush helpers from anv to common/gen_clflush.h.Kenneth Graunke1-0/+56
2017-06-22i965/CFL: Add PCI Ids for Coffee Lake.Anusha Srivatsa2-0/+27
2017-06-20intel: compiler/i965: fix is_broxton checksLionel Landwerlin1-0/+3
2017-06-20i965/cnl: Add l3 configuration for CannonlakeBen Widawsky1-1/+20
2017-06-20i965: Add a variable for way size per bank in get_l3_way_size()Anuj Phogat1-5/+4
2017-06-20i965: Fix broxton 2x6 l3 configAnuj Phogat1-0/+16
2017-06-19intel: common: add number of thread per euLionel Landwerlin2-2/+28
2017-06-19intel: common: express timestamps units in frequencyLionel Landwerlin2-11/+13
2017-06-19intel: common: add flag to identify platforms by nameLionel Landwerlin2-6/+24
2017-06-09i965/cnl: Add a preliminary device for CannonlakeBen Widawsky1-0/+46
2017-06-09i965/cnl: Handle gen10 in switch cases across the driverAnuj Phogat1-0/+1