intel/common: Add unit tests for gen_mi_builder
[mesa.git] / src / intel / common /
2019-04-11 Jason Ekstrandintel/common: Add unit tests for gen_mi_builder
2019-04-11 Jason Ekstrandintel/common: Add a MI command builder
2019-04-10 Mark Janesintel/tools: Remove redundant definitions of INTEL_DEBUG
2019-04-10 Mark Janesintel/common: move gen_debug to intel/dev
2019-04-08 Lionel Landwerlinintel: add dependency on genxml generated files
2019-03-08 Brian Paulintel/decoders: silence uninitialized variable warnings...
2019-03-07 Lionel Landwerlinintel/decoders: limit number of decoded batchbuffers
2019-03-07 Lionel Landwerlinintel/decoders: handle decoding MI_BBS from ring
2019-03-07 Lionel Landwerlinintel/decoders: add address space indicator to get BOs
2019-03-06 Jason Ekstrandintel/debug: Add a debug flag to force software fp64
2019-02-14 Eric Engestromdrm-uapi: use local files, not system libdrm
2019-01-25 Andrii Simiklitintel/batch-decoder: fix a vb end address calculation
2019-01-25 Andrii Simiklitintel/batch-decoder: fix vertex buffer size calculation...
2018-11-26 Anuj Phogatintel/icl: Set way_size_per_bank to 4
2018-11-26 Anuj Phogati965/icl: Fix L3 configurations
2018-11-13 Toni Lönnbergintel/decoder: tools: Use engine for decoding batch...
2018-11-13 Toni Lönnbergintel/decoder: Engine parameter for instructions
2018-11-05 Lionel Landwerlinintel/decoders: fix instruction base address parsing
2018-11-04 Kenneth Graunkeintel: Use a URB start offset of 0 for disabled stages.
2018-10-30 Toni Lönnbergintel/decoder: Use 'DWord Length' and 'bias' fields...
2018-10-30 Eric Engestromintel/batch-decoder: remove never-used function
2018-10-25 Eric Engestromutil: use C99 declaration in the for-loop hash_table_fo...
2018-10-23 Lionel Landwerlinintel/decoders: fix end of batch limit
2018-10-22 Kenneth Graunkeintel: Fix decoding for partial STATE_BASE_ADDRESS...
2018-10-04 Sagar Ghugeintel/decoder: construct correct xml filename
2018-10-04 Sagar Ghugeintel/decoder: Avoid freeing invalid pointer
2018-10-04 Sagar Ghugeintel/decoder: add gen_spec_init method
2018-09-03 Andrii Simiklitintel/decoder: fix the possible out of bounds group_iter
2018-08-27 Lionel Landwerlinintel: decoder: handle 0 sized structs
2018-08-25 Jason Ekstrandintel/tools: Add 0x in front of a couple of hex values
2018-08-25 Jason Ekstrandintel/batch_decoder: Print blend states properly
2018-08-25 Jason Ekstrandintel/batch_decoder: Fix dynamic state printing
2018-08-25 Jason Ekstrandintel/decoder: Print ISL formats for vertex elements
2018-08-25 Jason Ekstrandintel/decoder: Clean up field iteration and fix sub...
2018-08-23 Kenneth Graunkeintel/decoder: Decode SFIXED values.
2018-08-20 Kai Wasserbächintel/decoder: mark total_length as MAYBE_UNUSED in...
2018-08-16 Eric Engestromintel/batch-decoder: replace local ARRAY_LENGTH() macro...
2018-08-11 Jason Ekstrandintel: Switch the order of the 2x MSAA sample positions
2018-08-04 Lionel Landwerlinintel: common: add missing stdint include
2018-08-04 Lionel Landwerlinintel: decoder: remove unused variable
2018-08-02 Jordan Justeni965: Disable shader cache with INTEL_DEBUG=shader_time
2018-07-25 Kenneth Graunkeintel: Make the decoder just store addresses for bases...
2018-07-25 Kenneth Graunkeintel: Make the decoder handle STATE_BASE_ADDRESS not...
2018-07-24 Jordan Justeni965, anv: Use INTEL_DEBUG for disk_cache driver flags
2018-07-24 Kenneth Graunkeintel: Make the disassembler take a const pointer to...
2018-07-18 Caio Marcelo de... intel/batch-decoder: fix uninitialized values warnings
2018-07-18 Caio Marcelo de... intel/decoder: use snprintf(..., "%s", ...) instead...
2018-07-09 Jason Ekstrandintel/batch_decoder: Recurse for all 2nd level batches
2018-07-05 Lionel Landwerlinintel: batch-decoder: add missing return line
2018-07-05 Lionel Landwerlinintel: batch-decoder: don't asks for constant BO until...
2018-07-05 Scott D Phillipsintel/batch-decoder: handle non-contiguous binding...
2018-05-31 Jason Ekstrandintel/common: Add an address de-canonicalization helper
2018-05-28 Scott D Phillipsanv: move canonical_address calculation into a separate...
2018-05-14 jenny.q.caoandroid: change include "cutils/log.h" to "log/log...
2018-05-02 Lionel Landwerlinintel: decoder: limit to the number decoded lines from VBO
2018-05-02 Kenneth Graunkeintel: Fix 3DSTATE_CONSTANT buffer decoding.
2018-05-02 Kenneth Graunkeintel: Give the batch decoder a callback to ask about...
2018-05-02 Kenneth Graunkeintel: Move batch decoder/disassembler from tools/...
2018-05-02 Lionel Landwerlinintel: decoder: fix starting dword of struct fields
2018-05-02 Lionel Landwerlinintel: decoder: document when fields should be used
2018-05-02 Lionel Landwerlinintel: decoder: identify groups with fixed length
2018-05-02 Lionel Landwerlinintel: decoder: make the field iterator use more natural
2018-04-12 Marek Olšákmesa: include mtypes.h less
2018-04-03 Lionel Landwerlinintel: gen-decoder: print all dword a field belongs to
2018-04-03 Lionel Landwerlinintel: gen-decoder: don't decode fields beyond a dword...
2018-03-22 Anuj Phogatintel/common/icl: Add L3 config
2018-03-05 Jordan Justenintel/common: Use isl for decoder surface formats
2018-03-05 Jordan Justenintel: Split gen_device_info out into libintel_dev
2018-03-02 Francisco Jerezintel/l3: Don't allocate SLM partition on ICL+.
2018-02-28 Matt Turnerintel/compiler/fs: Don't generate integer DWord multipl...
2018-02-28 Matt Turnerintel: Disable 64-bit extensions on platforms without...
2018-02-28 Anuj Phogatintel: Add icl pci id for INTEL_DEVID_OVERRIDE
2018-02-28 Anuj Phogatintel: Add a preliminary device for Ice Lake
2018-02-28 Tapani Pälliintel: add new common header gen_defines.h
2018-02-27 Jordan Justenintel/common: Add gen_device_name_to_pci_device_id
2018-02-27 Jordan Justenintel/common: Add gen_get_pci_device_id_override
2018-02-16 Anuj Phogatintel/common/icl: Add has_sample_with_hiz flag in gen_d...
2017-12-14 Jason Ekstrandintel/batch-decoder: Decode vertex and index buffers
2017-12-14 Jason Ekstrandintel/tools: Add the start of a generic batch decoder
2017-12-14 Jason Ekstrandintel/decoder: Expose the raw field value in the iterator
2017-12-14 Jason Ekstrandintel/decoder: Take a bit offset in gen_print_group
2017-12-14 Jason Ekstrandintel/decoder: Stop rounding down to the nearest dword
2017-12-14 Jason Ekstrandintel/decoder: Convert the iterator to work entirely...
2017-12-14 Jason Ekstrandintel/decoder: Drop gen_field_decode helper
2017-12-07 Eric Engestrommeson: add dep_thread to every lib that includes threads.h
2017-11-28 Kenneth Graunkei965: Move perf_debug and WARN_ONCE back to brw_context.h.
2017-11-28 Lionel Landwerlini965: add a debug option to disable oa config loading
2017-11-13 Dylan Bakermeson: Don't build intel shared components by default
2017-11-13 Jason Ekstrandaubinator: Don't skip the first field in each subgroup
2017-11-01 Lionel Landwerlinintel: decoder: enable decoding a single field
2017-11-01 Lionel Landwerlinintel: decoder: expose missing find_enum()
2017-11-01 Lionel Landwerlinintel: decoder: extract field value computation
2017-11-01 Lionel Landwerlinintel: decoder: rename field() to field_value()
2017-11-01 Lionel Landwerlinintel: decoder: rename internal function to free name
2017-11-01 Lionel Landwerlinintel: decoder: simplify field_is_header()
2017-11-01 Lionel Landwerlinintel: common: make intel utils available from C++
2017-11-01 Lionel Landwerlinintel: decoder: remove unused platform field
2017-11-01 Lionel Landwerlinintel: decoder: extract instruction/structs length
2017-11-01 Lionel Landwerlinintel: decoder: pack iterator variable declarations
2017-11-01 Lionel Landwerlinintel: decoder: simplify creation of struct when 0...
next