summaryrefslogtreecommitdiff
path: root/src/intel/common
AgeCommit message (Expand)AuthorFilesLines
2018-08-28intel: decoder: handle 0 sized structsLionel Landwerlin1-4/+8
2018-08-28intel/batch_decoder: Print blend states properlyJason Ekstrand1-1/+16
2018-08-28intel/batch_decoder: Fix dynamic state printingJason Ekstrand1-2/+2
2018-08-28intel/decoder: Clean up field iteration and fix sub-dword fieldsJason Ekstrand1-16/+16
2018-08-13intel: Switch the order of the 2x MSAA sample positionsJason Ekstrand1-4/+4
2018-08-01i965: Disable shader cache with INTEL_DEBUG=shader_timeJordan Justen1-2/+5
2018-07-25intel: Make the decoder just store addresses for bases, not buffers.Kenneth Graunke2-12/+12
2018-07-25intel: Make the decoder handle STATE_BASE_ADDRESS not being a buffer.Kenneth Graunke2-38/+46
2018-07-24i965, anv: Use INTEL_DEBUG for disk_cache driver flagsJordan Justen1-0/+5
2018-07-24intel: Make the disassembler take a const pointer to the assembly.Kenneth Graunke2-4/+5
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