index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
intel
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix promotion of floats to doubles
Albert Astals Cid
2020-04-18
1
-1
/
+1
*
intel/batch_decoder: Stop printing to stdout
Jason Ekstrand
2020-04-16
1
-2
/
+2
*
intel: drop unused include directories
Eric Engestrom
2020-03-28
1
-3
/
+3
*
meson: inline `inc_common`
Eric Engestrom
2020-03-28
1
-3
/
+3
*
intel/decoder: don't consider header fields past dword0
Lionel Landwerlin
2020-03-18
1
-2
/
+4
*
intel/isl: Move get_format_encoding function to isl
Sagar Ghuge
2020-02-13
1
-73
/
+2
*
intel/gen12+: Set way_size_per_bank to 4
Anuj Phogat
2020-01-31
1
-1
/
+1
*
intel/gen12+: Reserve 4KB of URB space per bank for Compute Engine
Anuj Phogat
2020-01-31
1
-1
/
+19
*
intel/tools: Handle strides better when dumping buffers
Jason Ekstrand
2020-01-31
1
-2
/
+5
*
anv: Always fill out the AUX table even if CCS is disabled
Jason Ekstrand
2020-01-30
2
-1
/
+1
*
intel/common: Return the block size from get_urb_config
Jason Ekstrand
2020-01-30
2
-2
/
+49
*
intel: Take a gen_l3_config in gen_get_urb_config
Jason Ekstrand
2020-01-30
2
-6
/
+10
*
intel/mi_builder: Force write completion on Gen12+
Jason Ekstrand
2020-01-28
1
-0
/
+3
*
intel/aux-map: Factor out some useful helpers
Jason Ekstrand
2020-01-25
2
-28
/
+91
*
intel/aux-map: Add some #defines
Jason Ekstrand
2020-01-25
2
-14
/
+25
*
intel: Fix aux map alignments on 32-bit builds.
Kenneth Graunke
2020-01-23
1
-4
/
+4
*
intel: add mi_builder_test for gen12
Eric Engestrom
2019-12-11
1
-1
/
+1
*
intel/decoder: Make get_state_size take a full 64-bit address and a base
Kenneth Graunke
2019-12-10
2
-11
/
+20
*
intel/aubinator: Decode 3DSTATE_CONSTANT_ALL.
Rafael Antognolli
2019-12-04
1
-0
/
+44
*
intel/gen_decoder: Fix unused-but-set-variable warning
Kai Wasserbäch
2019-11-07
1
-2
/
+2
*
intel: Enable CCS_E for R24_UNORM_X8_TYPELESS on TGL+
Nanley Chery
2019-10-28
1
-0
/
+1
*
util: rename list_empty() to list_is_empty()
Timothy Arceri
2019-10-28
1
-1
/
+1
*
intel/common: Add surface to aux map translation table support
Jordan Justen
2019-10-28
3
-0
/
+663
*
intel/common: Add interface to allocate device buffers
Jordan Justen
2019-10-28
2
-0
/
+50
*
intel/common: include unistd.h for ioctl() prototype on Solaris
Alan Coopersmith
2019-10-16
1
-0
/
+1
*
intel/tools: Decode PS kernels on SNB
Jason Ekstrand
2019-09-06
1
-1
/
+4
*
intel/tools: Decode 3DSTATE_BINDING_TABLE_POINTERS on SNB
Jason Ekstrand
2019-09-06
1
-0
/
+15
*
intel/gen12: Add L3 configurations
Anuj Phogat
2019-09-06
1
-1
/
+12
*
intel/l3: Don't assert on gen12 (use gen11 config temporarily)
Jordan Justen
2019-08-28
1
-0
/
+1
*
intel/gen_decoder: Decode SLICE_HASH_TABLE.
Rafael Antognolli
2019-08-12
1
-0
/
+8
*
meson,i965: Link with android deps when building for android.
Bas Nieuwenhuizen
2019-08-07
1
-0
/
+10
*
meson: drop unused dep_{thread,dl}
Eric Engestrom
2019-08-03
1
-1
/
+1
*
meson: replace libmesa_util with idep_mesautil
Eric Engestrom
2019-08-03
1
-3
/
+4
*
intel/device: rename gen_get_device_info
Mark Janes
2019-08-01
1
-1
/
+1
*
intel/common: provide common ioctl routine
Mark Janes
2019-08-01
1
-0
/
+16
*
tree-wide: replace MAYBE_UNUSED with ASSERTED
Eric Engestrom
2019-07-31
1
-1
/
+1
*
intel/mi: only resolve to a temp register if source isn't in memory
Eric Engestrom
2019-07-29
1
-1
/
+1
*
intel/mi: Add a unit test for gen_mi_store_if().
Kenneth Graunke
2019-07-25
1
-0
/
+43
*
intel/mi: Add a new gen_mi_store_if() helper.
Kenneth Graunke
2019-07-25
1
-0
/
+53
*
intel/mi: Add gen_mi_nz() and gen_mi_z() helpers.
Kenneth Graunke
2019-07-25
1
-0
/
+20
*
intel/mi: Add a gen_mi_ior() to go with gen_mi_iand()
Kenneth Graunke
2019-07-25
1
-0
/
+8
*
intel/mi: Optimize away LOAD_REGISTER_REG from a register to itself
Kenneth Graunke
2019-07-25
1
-3
/
+5
*
intel/genxml: Add new test for subgroups.
Rafael Antognolli
2019-07-23
2
-0
/
+44
*
intel/genxml: Add basic infra for encoding/decoding unit tests.
Rafael Antognolli
2019-07-23
3
-0
/
+145
*
intel/gen_decoder: Decode <group> inside <group>.
Rafael Antognolli
2019-07-23
2
-37
/
+93
*
intel/gen_decoder: Add the concept of array "levels".
Rafael Antognolli
2019-07-23
2
-9
/
+19
*
intel/gen_decoder: Add array field.
Rafael Antognolli
2019-07-23
2
-3
/
+21
*
intel/gen_decoder: Rename internally "group" to "array".
Rafael Antognolli
2019-07-23
2
-25
/
+30
*
intel/gen_decoder: Add gen_spec_load_filename() function.
Rafael Antognolli
2019-07-23
2
-12
/
+21
*
intel/gen_decoder: Fix parsing of small genxml file.
Rafael Antognolli
2019-07-23
1
-2
/
+6
[next]