aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/common
Commit message (Expand)AuthorAgeFilesLines
* Fix promotion of floats to doublesAlbert Astals Cid2020-04-181-1/+1
* intel/batch_decoder: Stop printing to stdoutJason Ekstrand2020-04-161-2/+2
* intel: drop unused include directoriesEric Engestrom2020-03-281-3/+3
* meson: inline `inc_common`Eric Engestrom2020-03-281-3/+3
* intel/decoder: don't consider header fields past dword0Lionel Landwerlin2020-03-181-2/+4
* intel/isl: Move get_format_encoding function to islSagar Ghuge2020-02-131-73/+2
* intel/gen12+: Set way_size_per_bank to 4Anuj Phogat2020-01-311-1/+1
* intel/gen12+: Reserve 4KB of URB space per bank for Compute EngineAnuj Phogat2020-01-311-1/+19
* intel/tools: Handle strides better when dumping buffersJason Ekstrand2020-01-311-2/+5
* anv: Always fill out the AUX table even if CCS is disabledJason Ekstrand2020-01-302-1/+1
* intel/common: Return the block size from get_urb_configJason Ekstrand2020-01-302-2/+49
* intel: Take a gen_l3_config in gen_get_urb_configJason Ekstrand2020-01-302-6/+10
* intel/mi_builder: Force write completion on Gen12+Jason Ekstrand2020-01-281-0/+3
* intel/aux-map: Factor out some useful helpersJason Ekstrand2020-01-252-28/+91
* intel/aux-map: Add some #definesJason Ekstrand2020-01-252-14/+25
* intel: Fix aux map alignments on 32-bit builds.Kenneth Graunke2020-01-231-4/+4
* intel: add mi_builder_test for gen12Eric Engestrom2019-12-111-1/+1
* intel/decoder: Make get_state_size take a full 64-bit address and a baseKenneth Graunke2019-12-102-11/+20
* intel/aubinator: Decode 3DSTATE_CONSTANT_ALL.Rafael Antognolli2019-12-041-0/+44
* intel/gen_decoder: Fix unused-but-set-variable warningKai Wasserbäch2019-11-071-2/+2
* intel: Enable CCS_E for R24_UNORM_X8_TYPELESS on TGL+Nanley Chery2019-10-281-0/+1
* util: rename list_empty() to list_is_empty()Timothy Arceri2019-10-281-1/+1
* intel/common: Add surface to aux map translation table supportJordan Justen2019-10-283-0/+663
* intel/common: Add interface to allocate device buffersJordan Justen2019-10-282-0/+50
* intel/common: include unistd.h for ioctl() prototype on SolarisAlan Coopersmith2019-10-161-0/+1
* intel/tools: Decode PS kernels on SNBJason Ekstrand2019-09-061-1/+4
* intel/tools: Decode 3DSTATE_BINDING_TABLE_POINTERS on SNBJason Ekstrand2019-09-061-0/+15
* intel/gen12: Add L3 configurationsAnuj Phogat2019-09-061-1/+12
* intel/l3: Don't assert on gen12 (use gen11 config temporarily)Jordan Justen2019-08-281-0/+1
* intel/gen_decoder: Decode SLICE_HASH_TABLE.Rafael Antognolli2019-08-121-0/+8
* meson,i965: Link with android deps when building for android.Bas Nieuwenhuizen2019-08-071-0/+10
* meson: drop unused dep_{thread,dl}Eric Engestrom2019-08-031-1/+1
* meson: replace libmesa_util with idep_mesautilEric Engestrom2019-08-031-3/+4
* intel/device: rename gen_get_device_infoMark Janes2019-08-011-1/+1
* intel/common: provide common ioctl routineMark Janes2019-08-011-0/+16
* tree-wide: replace MAYBE_UNUSED with ASSERTEDEric Engestrom2019-07-311-1/+1
* intel/mi: only resolve to a temp register if source isn't in memoryEric Engestrom2019-07-291-1/+1
* intel/mi: Add a unit test for gen_mi_store_if().Kenneth Graunke2019-07-251-0/+43
* intel/mi: Add a new gen_mi_store_if() helper.Kenneth Graunke2019-07-251-0/+53
* intel/mi: Add gen_mi_nz() and gen_mi_z() helpers.Kenneth Graunke2019-07-251-0/+20
* intel/mi: Add a gen_mi_ior() to go with gen_mi_iand()Kenneth Graunke2019-07-251-0/+8
* intel/mi: Optimize away LOAD_REGISTER_REG from a register to itselfKenneth Graunke2019-07-251-3/+5
* intel/genxml: Add new test for subgroups.Rafael Antognolli2019-07-232-0/+44
* intel/genxml: Add basic infra for encoding/decoding unit tests.Rafael Antognolli2019-07-233-0/+145
* intel/gen_decoder: Decode <group> inside <group>.Rafael Antognolli2019-07-232-37/+93
* intel/gen_decoder: Add the concept of array "levels".Rafael Antognolli2019-07-232-9/+19
* intel/gen_decoder: Add array field.Rafael Antognolli2019-07-232-3/+21
* intel/gen_decoder: Rename internally "group" to "array".Rafael Antognolli2019-07-232-25/+30
* intel/gen_decoder: Add gen_spec_load_filename() function.Rafael Antognolli2019-07-232-12/+21
* intel/gen_decoder: Fix parsing of small genxml file.Rafael Antognolli2019-07-231-2/+6