index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
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/decoder: mark total_length as MAYBE_UNUSED in gen_spec_load
Kai Wasserbäch
2018-08-20
1
-1
/
+2
*
intel/batch-decoder: replace local ARRAY_LENGTH() macro with global ARRAY_SIZE()
Eric Engestrom
2018-08-16
1
-3
/
+2
*
intel: Switch the order of the 2x MSAA sample positions
Jason Ekstrand
2018-08-11
1
-4
/
+4
*
intel: common: add missing stdint include
Lionel Landwerlin
2018-08-04
1
-0
/
+2
*
intel: decoder: remove unused variable
Lionel Landwerlin
2018-08-04
1
-2
/
+0
*
i965: Disable shader cache with INTEL_DEBUG=shader_time
Jordan Justen
2018-08-01
1
-2
/
+5
*
intel: Make the decoder just store addresses for bases, not buffers.
Kenneth Graunke
2018-07-25
2
-12
/
+12
*
intel: Make the decoder handle STATE_BASE_ADDRESS not being a buffer.
Kenneth Graunke
2018-07-25
2
-38
/
+46
*
i965, anv: Use INTEL_DEBUG for disk_cache driver flags
Jordan Justen
2018-07-24
1
-0
/
+5
*
intel: Make the disassembler take a const pointer to the assembly.
Kenneth Graunke
2018-07-24
2
-4
/
+5
*
intel/batch-decoder: fix uninitialized values warnings
Caio Marcelo de Oliveira Filho
2018-07-18
1
-5
/
+5
*
intel/decoder: use snprintf(..., "%s", ...) instead of strncpy
Caio Marcelo de Oliveira Filho
2018-07-18
1
-2
/
+2
*
intel/batch_decoder: Recurse for all 2nd level batches
Jason Ekstrand
2018-07-09
1
-14
/
+5
*
intel: batch-decoder: add missing return line
Lionel Landwerlin
2018-07-05
1
-1
/
+1
*
intel: batch-decoder: don't asks for constant BO until decoding
Lionel Landwerlin
2018-07-05
1
-6
/
+11
*
intel/batch-decoder: handle non-contiguous binding table / surface state
Scott D Phillips
2018-07-05
1
-4
/
+14
*
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
[next]