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
*
intel/common: Add an address de-canonicalization helper
Jason Ekstrand
2018-05-31
1
-0
/
+12
*
anv: move canonical_address calculation into a separate function
Scott D Phillips
2018-05-27
2
-0
/
+44
*
android: change include "cutils/log.h" to "log/log.h" on Android API >=26
jenny.q.cao
2018-05-14
1
-0
/
+4
*
intel: decoder: limit to the number decoded lines from VBO
Lionel Landwerlin
2018-05-02
2
-8
/
+16
*
intel: Fix 3DSTATE_CONSTANT buffer decoding.
Kenneth Graunke
2018-05-02
1
-15
/
+25
*
intel: Give the batch decoder a callback to ask about state size.
Kenneth Graunke
2018-05-02
2
-4
/
+26
*
intel: Move batch decoder/disassembler from tools/ to common/
Kenneth Graunke
2018-05-02
4
-0
/
+1020
*
intel: decoder: fix starting dword of struct fields
Lionel Landwerlin
2018-05-02
1
-2
/
+3
*
intel: decoder: document when fields should be used
Lionel Landwerlin
2018-05-02
1
-3
/
+2
*
intel: decoder: identify groups with fixed length
Lionel Landwerlin
2018-05-02
2
-6
/
+13
*
intel: decoder: make the field iterator use more natural
Lionel Landwerlin
2018-05-02
1
-10
/
+16
*
mesa: include mtypes.h less
Marek Olšák
2018-04-12
1
-0
/
+1
*
intel: gen-decoder: print all dword a field belongs to
Lionel Landwerlin
2018-04-03
2
-7
/
+9
*
intel: gen-decoder: don't decode fields beyond a dword length
Lionel Landwerlin
2018-04-03
1
-15
/
+26
*
intel/common/icl: Add L3 config
Anuj Phogat
2018-03-22
1
-0
/
+18
*
intel/common: Use isl for decoder surface formats
Jordan Justen
2018-03-05
2
-0
/
+9
*
intel: Split gen_device_info out into libintel_dev
Jordan Justen
2018-03-05
5
-1119
/
+2
*
intel/l3: Don't allocate SLM partition on ICL+.
Francisco Jerez
2018-03-02
1
-1
/
+1
*
intel/compiler/fs: Don't generate integer DWord multiply on Gen11
Matt Turner
2018-02-28
2
-0
/
+5
*
intel: Disable 64-bit extensions on platforms without 64-bit types
Matt Turner
2018-02-28
2
-0
/
+4
*
intel: Add icl pci id for INTEL_DEVID_OVERRIDE
Anuj Phogat
2018-02-28
1
-0
/
+1
*
intel: Add a preliminary device for Ice Lake
Anuj Phogat
2018-02-28
1
-1
/
+56
*
intel: add new common header gen_defines.h
Tapani Pälli
2018-02-28
1
-0
/
+54
*
intel/common: Add gen_device_name_to_pci_device_id
Jordan Justen
2018-02-27
2
-6
/
+14
*
intel/common: Add gen_get_pci_device_id_override
Jordan Justen
2018-02-27
2
-0
/
+52
*
intel/common/icl: Add has_sample_with_hiz flag in gen_device_info
Anuj Phogat
2018-02-15
2
-1
/
+8
*
intel/batch-decoder: Decode vertex and index buffers
Jason Ekstrand
2017-12-14
1
-0
/
+2
*
intel/tools: Add the start of a generic batch decoder
Jason Ekstrand
2017-12-14
1
-0
/
+48
*
intel/decoder: Expose the raw field value in the iterator
Jason Ekstrand
2017-12-14
2
-1
/
+3
*
intel/decoder: Take a bit offset in gen_print_group
Jason Ekstrand
2017-12-14
2
-9
/
+11
*
intel/decoder: Stop rounding down to the nearest dword
Jason Ekstrand
2017-12-14
1
-11
/
+12
*
intel/decoder: Convert the iterator to work entirely in bits
Jason Ekstrand
2017-12-14
2
-12
/
+9
*
intel/decoder: Drop gen_field_decode helper
Jason Ekstrand
2017-12-14
2
-11
/
+0
*
meson: add dep_thread to every lib that includes threads.h
Eric Engestrom
2017-12-07
1
-1
/
+1
*
i965: Move perf_debug and WARN_ONCE back to brw_context.h.
Kenneth Graunke
2017-11-28
1
-29
/
+0
*
i965: add a debug option to disable oa config loading
Lionel Landwerlin
2017-11-28
2
-1
/
+2
*
meson: Don't build intel shared components by default
Dylan Baker
2017-11-13
1
-1
/
+0
*
aubinator: Don't skip the first field in each subgroup
Jason Ekstrand
2017-11-13
1
-2
/
+3
*
intel: decoder: enable decoding a single field
Lionel Landwerlin
2017-11-01
2
-0
/
+52
*
intel: decoder: expose missing find_enum()
Lionel Landwerlin
2017-11-01
1
-0
/
+2
*
intel: decoder: extract field value computation
Lionel Landwerlin
2017-11-01
1
-30
/
+37
*
intel: decoder: rename field() to field_value()
Lionel Landwerlin
2017-11-01
1
-18
/
+18
*
intel: decoder: rename internal function to free name
Lionel Landwerlin
2017-11-01
1
-3
/
+3
*
intel: decoder: simplify field_is_header()
Lionel Landwerlin
2017-11-01
2
-4
/
+6
*
intel: common: make intel utils available from C++
Lionel Landwerlin
2017-11-01
2
-0
/
+17
*
intel: decoder: remove unused platform field
Lionel Landwerlin
2017-11-01
1
-2
/
+0
*
intel: decoder: extract instruction/structs length
Lionel Landwerlin
2017-11-01
2
-0
/
+8
*
intel: decoder: pack iterator variable declarations
Lionel Landwerlin
2017-11-01
1
-11
/
+8
*
intel: decoder: simplify creation of struct when 0-allocated
Lionel Landwerlin
2017-11-01
1
-4
/
+0
*
intel: decoder: add destructor for gen_spec
Lionel Landwerlin
2017-11-01
2
-102
/
+91
[next]