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
...
*
genxml: Add SO_PRIM_STORAGE_NEEDED and SO_NUM_PRIMS_WRITTEN
Jason Ekstrand
2019-01-22
6
-0
/
+192
*
anv: Implement CmdBegin/EndQueryIndexed
Jason Ekstrand
2019-01-22
1
-1
/
+20
*
anv: Implement vkCmdDrawIndirectByteCountEXT
Jason Ekstrand
2019-01-22
2
-1
/
+148
*
anv: Implement the basic form of VK_EXT_transform_feedback
Jason Ekstrand
2019-01-22
7
-2
/
+329
*
anv: Add pipeline cache support for xfb_info
Jason Ekstrand
2019-01-22
4
-9
/
+52
*
anv: Add but do not enable VK_EXT_transform_feedback
Jason Ekstrand
2019-01-22
1
-0
/
+1
*
anv: Always emit at least one vertex element
Jason Ekstrand
2019-01-22
1
-3
/
+1
*
anv/pipeline: Add a pdevice helper variable
Jason Ekstrand
2019-01-21
1
-9
/
+10
*
anv: Only parse pImmutableSamplers if the descriptor has samplers
Jason Ekstrand
2019-01-21
1
-12
/
+31
*
nir: replace more nir_load_system_value calls with builder functions
Karol Herbst
2019-01-21
1
-2
/
+1
*
nir: rename nir_var_ssbo to nir_var_mem_ssbo
Karol Herbst
2019-01-19
1
-1
/
+1
*
nir: rename nir_var_ubo to nir_var_mem_ubo
Karol Herbst
2019-01-19
1
-1
/
+1
*
nir: rename nir_var_function to nir_var_function_temp
Karol Herbst
2019-01-19
2
-9
/
+9
*
intel/genxml: add missing MI_PREDICATE compare operations
Lionel Landwerlin
2019-01-19
7
-1
/
+12
*
anv: document cache flushes & invalidations
Lionel Landwerlin
2019-01-19
1
-0
/
+67
*
anv: narrow flushing of the render target to buffer writes
Lionel Landwerlin
2019-01-19
6
-20
/
+15
*
intel/fs: Promote execution type to 32-bit when any half-float conversion is ...
Francisco Jerez
2019-01-18
1
-0
/
+21
*
anv: Implement VK_EXT_conditional_rendering for gen 7.5+
Danylo Piliaiev
2019-01-18
7
-14
/
+265
*
anv: Implement VK_KHR_draw_indirect_count for gen 7+
Danylo Piliaiev
2019-01-18
2
-0
/
+148
*
anv: Re-sort the extensions list
Jason Ekstrand
2019-01-18
1
-6
/
+6
*
intel/fs: Don't touch accumulator destination while applying regioning alignm...
Jason Ekstrand
2019-01-18
1
-1
/
+23
*
intel/eu: Stop overriding exec sizes in send_indirect_message
Jason Ekstrand
2019-01-18
1
-3
/
+0
*
anv/tests: Adding test for the state_pool padding.
Rafael Antognolli
2019-01-17
2
-1
/
+75
*
anv/allocator: Add support for non-userptr.
Rafael Antognolli
2019-01-17
1
-46
/
+71
*
anv: Remove state flush.
Rafael Antognolli
2019-01-17
10
-51
/
+2
*
anv/allocator: Enable snooping on block pool and anv_bo_pool BOs.
Rafael Antognolli
2019-01-17
1
-10
/
+16
*
anv/allocator: Add padding information.
Rafael Antognolli
2019-01-17
3
-10
/
+49
*
anv/allocator: Rework chunk return to the state pool.
Rafael Antognolli
2019-01-17
1
-23
/
+64
*
anv: Remove some asserts.
Rafael Antognolli
2019-01-17
1
-3
/
+0
*
anv: Validate the list of BOs from the block pool.
Rafael Antognolli
2019-01-17
1
-5
/
+49
*
anv: Split code to add BO dependencies to execbuf.
Rafael Antognolli
2019-01-17
1
-23
/
+39
*
anv/allocator: Add support for a list of BOs in block pool.
Rafael Antognolli
2019-01-17
2
-11
/
+59
*
anv: Update usage of block_pool->bo.
Rafael Antognolli
2019-01-17
7
-31
/
+36
*
anv/allocator: Remove pool->map.
Rafael Antognolli
2019-01-17
3
-19
/
+7
*
anv/allocator: Rename anv_free_list2 to anv_free_list.
Rafael Antognolli
2019-01-17
2
-31
/
+30
*
anv/allocator: Remove anv_free_list.
Rafael Antognolli
2019-01-17
2
-66
/
+0
*
anv/allocator: Use anv_state_table on back_alloc too.
Rafael Antognolli
2019-01-17
2
-15
/
+22
*
anv/allocator: Use anv_state_table on anv_state_pool_alloc.
Rafael Antognolli
2019-01-17
2
-35
/
+48
*
anv/allocator: Add helper to push states back to the state table.
Rafael Antognolli
2019-01-17
2
-0
/
+35
*
anv/allocator: Add getter for anv_block_pool.
Rafael Antognolli
2019-01-17
4
-5
/
+18
*
anv/allocator: Add anv_state_table.
Rafael Antognolli
2019-01-17
2
-2
/
+283
*
anv/tests: Fix block_pool_no_free test.
Rafael Antognolli
2019-01-17
1
-14
/
+14
*
anv: fix invalid binding table index computation
Lionel Landwerlin
2019-01-17
1
-4
/
+2
*
anv/device: fix maximum number of images supported
Iago Toral Quiroga
2019-01-17
4
-13
/
+28
*
anv: do not advertise AHW support if extension not enabled
Tapani Pälli
2019-01-17
1
-6
/
+15
*
src/intel: use new hash table and set creation helpers
Caio Marcelo de Oliveira Filho
2019-01-14
3
-8
/
+4
*
anv: Implement VK_KHR_depth_stencil_resolve
Jason Ekstrand
2019-01-14
5
-1
/
+204
*
anv: Move resolve_subpass to genX_cmd_buffer.c
Jason Ekstrand
2019-01-14
3
-70
/
+59
*
anv/blorp: Refactor MSAA resolves into an exportable helper function
Jason Ekstrand
2019-01-14
2
-132
/
+107
*
anv: Rename has_resolve to has_color_resolve
Jason Ekstrand
2019-01-14
3
-5
/
+5
[prev]
[next]