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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
anv: release memory allocated by glsl types during spirv_to_nir
Tapani Pälli
2019-03-11
1
-0
/
+2
*
anv: release memory allocated by bo_heap when descriptor pool is destroyed
Tapani Pälli
2019-03-11
1
-0
/
+2
*
anv: destroy descriptor sets when pool gets destroyed
Tapani Pälli
2019-03-11
2
-0
/
+18
*
anv: add support for dumping shader info via VK_EXT_debug_report
Timothy Arceri
2019-03-11
2
-12
/
+39
*
anv/pipeline: Move lower_explicit_io much later
Jason Ekstrand
2019-03-08
1
-3
/
+5
*
intel/nir: Move lower_mem_access_bit_sizes to postprocess_nir
Jason Ekstrand
2019-03-08
1
-2
/
+1
*
intel/compiler: silence unitialized variable warning in opt_vector_float()
Brian Paul
2019-03-08
1
-1
/
+1
*
intel/decoders: silence uninitialized variable warnings in gen_print_batch()
Brian Paul
2019-03-08
1
-2
/
+2
*
nir/xfb: adding varyings on nir_xfb_info and gather_info
Alejandro Piñeiro
2019-03-08
1
-4
/
+4
*
intel/error2aub: support older style engine names
Lionel Landwerlin
2019-03-08
1
-6
/
+14
*
intel/error2aub: deal with GuC log buffer
Lionel Landwerlin
2019-03-08
1
-0
/
+1
*
intel/error2aub: add a verbose option
Lionel Landwerlin
2019-03-08
1
-2
/
+16
*
intel/error2aub: write GGTT buffers into the aub file
Lionel Landwerlin
2019-03-08
3
-12
/
+149
*
intel/error2aub: store engine last ring buffer head/tail pointers
Lionel Landwerlin
2019-03-08
1
-0
/
+22
*
intel/error2aub: annotate buffer with their address space
Lionel Landwerlin
2019-03-08
1
-11
/
+26
*
intel/error2aub: parse other buffer types
Lionel Landwerlin
2019-03-08
1
-13
/
+22
*
intel/error2aub: strenghten batchbuffer identifier marker
Lionel Landwerlin
2019-03-08
1
-2
/
+2
*
intel/error2aub: identify buffers by engine
Lionel Landwerlin
2019-03-08
1
-24
/
+60
*
intel/error2aub: build a list of BOs before writing them
Lionel Landwerlin
2019-03-08
1
-37
/
+87
*
nir/builder: Add a build_deref_array_imm helper
Jason Ekstrand
2019-03-07
1
-1
/
+1
*
isl: Add a swizzle parameter to isl_buffer_fill_state()
Kenneth Graunke
2019-03-07
4
-4
/
+11
*
intel/aub_write: factorize context image/pphwsp/ring creation
Lionel Landwerlin
2019-03-07
5
-178
/
+161
*
intel/aub_write: turn context images arrays into functions
Lionel Landwerlin
2019-03-07
4
-242
/
+306
*
intel/aub_write: store the physical page allocator in struct
Lionel Landwerlin
2019-03-07
2
-15
/
+33
*
intel/aub_write: log mmio writes
Lionel Landwerlin
2019-03-07
1
-0
/
+5
*
intel/aub_write: switch to use i915_drm engine classes
Lionel Landwerlin
2019-03-07
4
-44
/
+59
*
intel/aub_write: break execlist write in 2
Lionel Landwerlin
2019-03-07
1
-41
/
+67
*
intel/aub_write: write header in init
Lionel Landwerlin
2019-03-07
4
-82
/
+84
*
intel/aub_write: split comment section from HW setup
Lionel Landwerlin
2019-03-07
4
-26
/
+52
*
intel/aub_read: reuse defines from gen_context
Lionel Landwerlin
2019-03-07
1
-12
/
+13
*
intel/decoders: limit number of decoded batchbuffers
Lionel Landwerlin
2019-03-07
4
-2
/
+27
*
intel/decoders: handle decoding MI_BBS from ring
Lionel Landwerlin
2019-03-07
10
-16
/
+18
*
intel/decoders: add address space indicator to get BOs
Lionel Landwerlin
2019-03-07
7
-41
/
+64
*
anv: call blob_finish when done with it
Tapani Pälli
2019-03-07
1
-0
/
+3
*
anv: use anv_gem_munmap in block pool cleanup
Tapani Pälli
2019-03-07
1
-1
/
+5
*
intel/nir: Move 64-bit lowering later
Jason Ekstrand
2019-03-06
1
-21
/
+13
*
nir/lower_doubles: Inline functions directly in lower_doubles
Jason Ekstrand
2019-03-06
4
-22
/
+9
*
intel/nir: Drop an unneeded lower_constant_initializers call
Jason Ekstrand
2019-03-06
1
-2
/
+0
*
intel/debug: Add a debug flag to force software fp64
Jason Ekstrand
2019-03-06
3
-2
/
+4
*
intel/fs: Fix extract_u8 of an odd byte from a 64-bit integer
Ian Romanick
2019-03-06
1
-0
/
+7
*
intel/fs: nir_op_extract_i8 extracts a byte, not a word
Ian Romanick
2019-03-06
1
-2
/
+4
*
intel/compiler: Silence unused parameter warning in brw_interpolation_map.c
Ian Romanick
2019-03-06
3
-7
/
+4
*
intel/compiler: Silence many unused parameter warnings in brw_eu.h
Ian Romanick
2019-03-06
1
-9
/
+9
*
glsl: rename is_record() -> is_struct()
Timothy Arceri
2019-03-06
1
-2
/
+2
*
anv: Implement VK_EXT_external_memory_host
Caio Marcelo de Oliveira Filho
2019-03-05
4
-1
/
+133
*
anv: Implement VK_EXT_inline_uniform_block
Jason Ekstrand
2019-03-05
6
-16
/
+163
*
spirv: Use the same types for resource indices as pointers
Jason Ekstrand
2019-03-05
3
-6
/
+37
*
anv: Add a concept of a descriptor buffer
Jason Ekstrand
2019-03-05
5
-0
/
+281
*
anv: Take references to push descriptor set layouts
Jason Ekstrand
2019-03-05
1
-6
/
+16
*
anv: Refactor descriptor pushing a bit
Jason Ekstrand
2019-03-05
1
-28
/
+22
[prev]
[next]