summaryrefslogtreecommitdiff
path: root/src/intel/common
AgeCommit message (Expand)AuthorFilesLines
2018-07-18intel/batch-decoder: fix uninitialized values warningsCaio Marcelo de Oliveira Filho1-5/+5
2018-07-18intel/decoder: use snprintf(..., "%s", ...) instead of strncpyCaio Marcelo de Oliveira Filho1-2/+2
2018-07-09intel/batch_decoder: Recurse for all 2nd level batchesJason Ekstrand1-14/+5
2018-07-05intel: batch-decoder: add missing return lineLionel Landwerlin1-1/+1
2018-07-05intel: batch-decoder: don't asks for constant BO until decodingLionel Landwerlin1-6/+11
2018-07-05intel/batch-decoder: handle non-contiguous binding table / surface stateScott D Phillips1-4/+14
2018-05-31intel/common: Add an address de-canonicalization helperJason Ekstrand1-0/+12
2018-05-27anv: move canonical_address calculation into a separate functionScott D Phillips2-0/+44
2018-05-14android: change include "cutils/log.h" to "log/log.h" on Android API >=26jenny.q.cao1-0/+4
2018-05-02intel: decoder: limit to the number decoded lines from VBOLionel Landwerlin2-8/+16
2018-05-02intel: Fix 3DSTATE_CONSTANT buffer decoding.Kenneth Graunke1-15/+25
2018-05-02intel: Give the batch decoder a callback to ask about state size.Kenneth Graunke2-4/+26
2018-05-02intel: Move batch decoder/disassembler from tools/ to common/Kenneth Graunke4-0/+1020
2018-05-02intel: decoder: fix starting dword of struct fieldsLionel Landwerlin1-2/+3
2018-05-02intel: decoder: document when fields should be usedLionel Landwerlin1-3/+2
2018-05-02intel: decoder: identify groups with fixed lengthLionel Landwerlin2-6/+13
2018-05-02intel: decoder: make the field iterator use more naturalLionel Landwerlin1-10/+16
2018-04-12mesa: include mtypes.h lessMarek Olšák1-0/+1
2018-04-03intel: gen-decoder: print all dword a field belongs toLionel Landwerlin2-7/+9
2018-04-03intel: gen-decoder: don't decode fields beyond a dword lengthLionel Landwerlin1-15/+26
2018-03-22intel/common/icl: Add L3 configAnuj Phogat1-0/+18
2018-03-05intel/common: Use isl for decoder surface formatsJordan Justen2-0/+9
2018-03-05intel: Split gen_device_info out into libintel_devJordan Justen5-1119/+2
2018-03-02intel/l3: Don't allocate SLM partition on ICL+.Francisco Jerez1-1/+1
2018-02-28intel/compiler/fs: Don't generate integer DWord multiply on Gen11Matt Turner2-0/+5
2018-02-28intel: Disable 64-bit extensions on platforms without 64-bit typesMatt Turner2-0/+4
2018-02-28intel: Add icl pci id for INTEL_DEVID_OVERRIDEAnuj Phogat1-0/+1
2018-02-28intel: Add a preliminary device for Ice LakeAnuj Phogat1-1/+56
2018-02-28intel: add new common header gen_defines.hTapani Pälli1-0/+54
2018-02-27intel/common: Add gen_device_name_to_pci_device_idJordan Justen2-6/+14
2018-02-27intel/common: Add gen_get_pci_device_id_overrideJordan Justen2-0/+52
2018-02-15intel/common/icl: Add has_sample_with_hiz flag in gen_device_infoAnuj Phogat2-1/+8
2017-12-14intel/batch-decoder: Decode vertex and index buffersJason Ekstrand1-0/+2
2017-12-14intel/tools: Add the start of a generic batch decoderJason Ekstrand1-0/+48
2017-12-14intel/decoder: Expose the raw field value in the iteratorJason Ekstrand2-1/+3
2017-12-14intel/decoder: Take a bit offset in gen_print_groupJason Ekstrand2-9/+11
2017-12-14intel/decoder: Stop rounding down to the nearest dwordJason Ekstrand1-11/+12
2017-12-14intel/decoder: Convert the iterator to work entirely in bitsJason Ekstrand2-12/+9
2017-12-14intel/decoder: Drop gen_field_decode helperJason Ekstrand2-11/+0
2017-12-07meson: add dep_thread to every lib that includes threads.hEric Engestrom1-1/+1
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