Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / intel / common /
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...
2017-11-01 Lionel Landwerlinintel: decoder: add destructor for gen_spec
2017-11-01 Lionel Landwerlinintel: decoder: expose helper to test header fields
2017-11-01 Lionel Landwerlinintel: decoder: don't read qword outside instruction...
2017-11-01 Lionel Landwerlinintel: decoder: split out getting the next field and...
2017-11-01 Lionel Landwerlinintel: decoder: move field name copy
2017-11-01 Lionel Landwerlinintel: decoder: reorder iterator init function
2017-11-01 Lionel Landwerlinintel: common: print out all dword with field spanning...
2017-11-01 Lionel Landwerlinintel: decoder: build sorted linked lists of fields
2017-11-01 Lionel Landwerlinintel: common: expose gen_spec fields
2017-10-31 Kenneth Graunkeintel/genxml: Fix decoding of groups with fields smalle...
2017-10-30 Lionel Landwerlinintel: common: silence compiler warning
2017-10-18 Eric Engestrommeson: move expat dependency where it's needed
2017-10-17 Chad Versaceintel: Add simple logging façade for Android (v2)
2017-10-16 Jason Ekstrandintel/common: Improve the comments for sample positions
2017-10-04 Matt Turneri965: Add parentheses around usage of macro arguments
2017-09-27 Dylan Bakermeson: Add build Intel "anv" vulkan driver
2017-09-21 Anuj PhogatRevert "intel: Remove unused device info for KBL GT1.5"
2017-09-16 Kenneth Graunkei965: Add an INTEL_DEBUG=reemit option.
2017-09-13 Kenneth Graunkei965: Add an INTEL_DEBUG=submit option for printing...
2017-09-06 Anuj Phogatintel: Remove unused device info for KBL GT1.5
2017-07-25 Eric Anholtintel/decoder: Reuse the gen_make_gen() helper.
2017-07-25 Eric Anholtintel/decoder: Reuse the MAX2 macro instead of defining...
2017-07-11 Lionel Landwerlinintel: add number of subslices to device info
2017-07-10 Kenneth Graunkeintel: Fix clflushing on modern (Baytrail+) Atom CPUs.
2017-07-10 Kenneth Graunkeintel: Move clflush helpers from anv to common/gen_clfl...
2017-06-22 Anusha Srivatsai965/CFL: Add PCI Ids for Coffee Lake.
2017-06-20 Lionel Landwerlinintel: compiler/i965: fix is_broxton checks
2017-06-20 Ben Widawskyi965/cnl: Add l3 configuration for Cannonlake
2017-06-20 Anuj Phogati965: Add a variable for way size per bank in get_l3_wa...
2017-06-20 Anuj Phogati965: Fix broxton 2x6 l3 config
2017-06-19 Lionel Landwerlinintel: common: add number of thread per eu
next