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
/
vulkan
Commit message (
Expand
)
Author
Age
Files
Lines
*
genxml: Make 3DSTATE_CONSTANT_BODY on Gen7+ use arrays.
Kenneth Graunke
2017-06-01
1
-4
/
+4
*
anv: Port over CACHE_MODE_1 optimization fix enables from brw.
Kenneth Graunke
2017-05-30
1
-0
/
+13
*
intel/blorp: Add support for gen4-5 SF programs
Jason Ekstrand
2017-05-26
1
-1
/
+4
*
anv: Require vertex buffers to come from a 32-bit heap
Jason Ekstrand
2017-05-23
1
-0
/
+12
*
anv: Advertise both 32-bit and 48-bit heaps when we have enough memory
Jason Ekstrand
2017-05-23
1
-6
/
+36
*
anv: Refactor memory type setup
Jason Ekstrand
2017-05-23
1
-36
/
+40
*
anv: Make supports_48bit_addresses a heap property
Jason Ekstrand
2017-05-23
2
-3
/
+14
*
anv: Stop setting BO flags in bo_init_new
Jason Ekstrand
2017-05-23
4
-15
/
+25
*
anv: Set image memory types based on the type count
Jason Ekstrand
2017-05-23
1
-2
/
+4
*
anv: Add valid_bufer_usage to the memory type metadata
Jason Ekstrand
2017-05-23
2
-8
/
+26
*
anv: Determine the type of mapping based on type metadata
Jason Ekstrand
2017-05-23
2
-7
/
+7
*
anv: Set up memory types and heaps during physical device init
Jason Ekstrand
2017-05-23
2
-44
/
+77
*
anv: Predicate 48bit support on gen >= 8
Jason Ekstrand
2017-05-23
1
-1
/
+6
*
anv/image: Get rid of the memset(aux, 0, sizeof(aux)) hack
Jason Ekstrand
2017-05-23
1
-28
/
+0
*
anv: Handle transitioning depth from UNDEFINED to other layouts
Jason Ekstrand
2017-05-23
2
-19
/
+19
*
anv: Handle color layout transitions from the UNINITIALIZED layout
Jason Ekstrand
2017-05-23
3
-2
/
+108
*
anv/formats: Update the three-channel BC1 mappings
Nanley Chery
2017-05-18
1
-2
/
+2
*
anv: Add an option to abort on device loss
Jason Ekstrand
2017-05-18
1
-0
/
+5
*
anv: Wrap the device lost error in vk_error in QueueSubmit
Jason Ekstrand
2017-05-18
1
-1
/
+1
*
anv: fix multiview for clear commands
Iago Toral Quiroga
2017-05-18
1
-0
/
+41
*
anv: Implement VK_KHR_get_surface_capabilities2
Jason Ekstrand
2017-05-16
3
-0
/
+32
*
anv: document that anv_gem_mmap returns MAP_FAILED on error
Emil Velikov
2017-05-11
1
-1
/
+1
*
anv: don't leak DRM devices
Grazvydas Ignotas
2017-05-10
1
-0
/
+1
*
anv: fix possible stack corruption
Grazvydas Ignotas
2017-05-10
1
-1
/
+1
*
intel/compiler/vs: Move inputs_read handling to generic code
Jason Ekstrand
2017-05-09
1
-3
/
+0
*
nir: Embed the shader_info in the nir_shader again
Jason Ekstrand
2017-05-09
1
-17
/
+17
*
anv: check return value of anv_execbuf_add_bo
Lionel Landwerlin
2017-05-08
1
-2
/
+7
*
anv: avoid null pointer dereference
Lionel Landwerlin
2017-05-08
1
-1
/
+2
*
anv/allocator: Only write to _vg_ptr if we have valgrind
Jason Ekstrand
2017-05-05
1
-1
/
+1
*
anv/query: handle more cases of 'out of host memory'
Iago Toral Quiroga
2017-05-05
1
-0
/
+10
*
anv/allocator: Improve block pool growing asserts
Jason Ekstrand
2017-05-04
1
-6
/
+5
*
anv: Drop the instruction pool block size
Jason Ekstrand
2017-05-04
1
-2
/
+1
*
anv/allocator: Add support for large stream allocations
Jason Ekstrand
2017-05-04
1
-4
/
+7
*
anv/allocator: Allow state pools to allocate large states
Jason Ekstrand
2017-05-04
1
-0
/
+69
*
anv/allocator: Support pushing multiple blocks onto a free list at once
Jason Ekstrand
2017-05-04
1
-3
/
+16
*
anv/allocator: Add helpers for dealing with bucket sizes
Jason Ekstrand
2017-05-04
1
-10
/
+20
*
anv/allocator: Add the capability to allocate blocks of different sizes
Jason Ekstrand
2017-05-04
2
-15
/
+13
*
anv/allocator: Rework a comment
Jason Ekstrand
2017-05-04
1
-4
/
+5
*
anv/allocator: Tweak the block pool growing algorithm
Jason Ekstrand
2017-05-04
1
-10
/
+18
*
anv/allocator: Embed the block_pool in the state_pool
Jason Ekstrand
2017-05-04
11
-86
/
+66
*
anv/allocator: Get rid of the ability to free blocks
Jason Ekstrand
2017-05-04
2
-34
/
+2
*
anv: Allocate binding table blocks through the state pool
Jason Ekstrand
2017-05-04
2
-27
/
+22
*
anv/allocator: Add support for "back" allocations to state_pool
Jason Ekstrand
2017-05-04
2
-2
/
+33
*
anv/allocator: Drop the block_size field from block_pool
Jason Ekstrand
2017-05-04
9
-50
/
+74
*
anv/allocator: Pull the userptr part of block_pool_grow into a helper
Jason Ekstrand
2017-05-04
1
-91
/
+104
*
anv/allocator: Roll fixed_size_state_pool into state_pool
Jason Ekstrand
2017-05-04
1
-50
/
+35
*
anv/allocator: Remove the state_size field from fixed_size_state_pool
Jason Ekstrand
2017-05-04
2
-12
/
+10
*
anv: Get rid of a bunch of uses of size_t
Jason Ekstrand
2017-05-04
4
-14
/
+14
*
anv/allocator: Convert the state stream to pull from a state pool
Jason Ekstrand
2017-05-04
4
-51
/
+55
*
anv/allocator: Return a null state for zero-size allocations
Jason Ekstrand
2017-05-04
2
-0
/
+11
[next]