aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/common
Commit message (Expand)AuthorAgeFilesLines
...
* intel: gen-decoder: print all dword a field belongs toLionel Landwerlin2018-04-032-7/+9
* intel: gen-decoder: don't decode fields beyond a dword lengthLionel Landwerlin2018-04-031-15/+26
* intel/common/icl: Add L3 configAnuj Phogat2018-03-221-0/+18
* intel/common: Use isl for decoder surface formatsJordan Justen2018-03-052-0/+9
* intel: Split gen_device_info out into libintel_devJordan Justen2018-03-055-1119/+2
* intel/l3: Don't allocate SLM partition on ICL+.Francisco Jerez2018-03-021-1/+1
* intel/compiler/fs: Don't generate integer DWord multiply on Gen11Matt Turner2018-02-282-0/+5
* intel: Disable 64-bit extensions on platforms without 64-bit typesMatt Turner2018-02-282-0/+4
* intel: Add icl pci id for INTEL_DEVID_OVERRIDEAnuj Phogat2018-02-281-0/+1
* intel: Add a preliminary device for Ice LakeAnuj Phogat2018-02-281-1/+56
* intel: add new common header gen_defines.hTapani Pälli2018-02-281-0/+54
* intel/common: Add gen_device_name_to_pci_device_idJordan Justen2018-02-272-6/+14
* intel/common: Add gen_get_pci_device_id_overrideJordan Justen2018-02-272-0/+52
* intel/common/icl: Add has_sample_with_hiz flag in gen_device_infoAnuj Phogat2018-02-152-1/+8
* intel/batch-decoder: Decode vertex and index buffersJason Ekstrand2017-12-141-0/+2
* intel/tools: Add the start of a generic batch decoderJason Ekstrand2017-12-141-0/+48
* intel/decoder: Expose the raw field value in the iteratorJason Ekstrand2017-12-142-1/+3
* intel/decoder: Take a bit offset in gen_print_groupJason Ekstrand2017-12-142-9/+11
* intel/decoder: Stop rounding down to the nearest dwordJason Ekstrand2017-12-141-11/+12
* intel/decoder: Convert the iterator to work entirely in bitsJason Ekstrand2017-12-142-12/+9
* intel/decoder: Drop gen_field_decode helperJason Ekstrand2017-12-142-11/+0
* meson: add dep_thread to every lib that includes threads.hEric Engestrom2017-12-071-1/+1
* i965: Move perf_debug and WARN_ONCE back to brw_context.h.Kenneth Graunke2017-11-281-29/+0
* i965: add a debug option to disable oa config loadingLionel Landwerlin2017-11-282-1/+2
* meson: Don't build intel shared components by defaultDylan Baker2017-11-131-1/+0
* aubinator: Don't skip the first field in each subgroupJason Ekstrand2017-11-131-2/+3
* intel: decoder: enable decoding a single fieldLionel Landwerlin2017-11-012-0/+52
* intel: decoder: expose missing find_enum()Lionel Landwerlin2017-11-011-0/+2
* intel: decoder: extract field value computationLionel Landwerlin2017-11-011-30/+37
* intel: decoder: rename field() to field_value()Lionel Landwerlin2017-11-011-18/+18
* intel: decoder: rename internal function to free nameLionel Landwerlin2017-11-011-3/+3
* intel: decoder: simplify field_is_header()Lionel Landwerlin2017-11-012-4/+6
* intel: common: make intel utils available from C++Lionel Landwerlin2017-11-012-0/+17
* intel: decoder: remove unused platform fieldLionel Landwerlin2017-11-011-2/+0
* intel: decoder: extract instruction/structs lengthLionel Landwerlin2017-11-012-0/+8
* 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