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
*
intel: Fix requests for exact surface row pitch (v2)
Chad Versace
2017-03-28
2
-15
/
+16
*
anv/blorp: Fix a crash in CmdClearColorImage
Xu Randy
2017-03-27
1
-2
/
+2
*
anv: enable sampling from fast-cleared images on SKL
Samuel Iglesias Gonsálvez
2017-03-27
1
-2
/
+2
*
anv/query: handle out of host memory without crashing in compute_query_result()
Iago Toral Quiroga
2017-03-24
1
-0
/
+5
*
anv/pipeline: make FragCoord include sample positions when sample shading
Iago Toral Quiroga
2017-03-24
2
-8
/
+19
*
nir/lower_wpos_center: support adding sample position to fragment coordinate
Iago Toral Quiroga
2017-03-24
1
-1
/
+1
*
anv: return VK_ERROR_DEVICE_LOST immeditely when device is known to be lost
Iago Toral Quiroga
2017-03-24
2
-1
/
+24
*
anv/device: keep track of 'device lost' state
Iago Toral Quiroga
2017-03-24
2
-0
/
+6
*
anv/device: return VK_ERROR_DEVICE_LOST for errors during queue submissions
Iago Toral Quiroga
2017-03-24
1
-0
/
+25
*
anv: Remove dead prototype from entrypoints
Dylan Baker
2017-03-22
1
-1
/
+0
*
anv: use cElementTree in anv_entrypoints_gen.py
Dylan Baker
2017-03-22
1
-1
/
+1
*
anv: don't use Element.get in anv_entrypoints_gen.py
Dylan Baker
2017-03-22
1
-6
/
+7
*
anv: use dict.get in anv_entrypoints_gen.py
Dylan Baker
2017-03-22
1
-4
/
+1
*
anv: anv_entrypoints_gen.py: use reduce function.
Dylan Baker
2017-03-22
1
-5
/
+3
*
anv: anv-entrypoints_gen.py: rename hash to cal_hash.
Dylan Baker
2017-03-22
1
-3
/
+4
*
anv: Generate anv_entrypoints header and code in one command
Dylan Baker
2017-03-22
1
-11
/
+8
*
anv: anv_entrypoints_gen.py: directly write files instead of piping
Dylan Baker
2017-03-22
1
-14
/
+17
*
anv: convert C generation to template in anv_entrypoints_gen.py
Dylan Baker
2017-03-22
1
-173
/
+167
*
anv: convert header generation in anv_entrypoints_gen.py to mako
Dylan Baker
2017-03-22
1
-35
/
+42
*
anv: Update "do not edit" comments with proper filename
Dylan Baker
2017-03-22
1
-5
/
+7
*
anv: split main into two functions in anv_entrypoints_gen.py
Dylan Baker
2017-03-22
1
-52
/
+56
*
anv: don't pass xmlfile via stdin anv_entrypoints_gen.py
Dylan Baker
2017-03-22
1
-10
/
+9
*
anv: make constants capitals in anv_entrypoints_gen.py
Dylan Baker
2017-03-22
1
-19
/
+19
*
anv: Use python style in anv_entrypoints_gen.py
Dylan Baker
2017-03-22
1
-31
/
+36
*
anv: anv_entrypoints_gen.py: use a main function
Dylan Baker
2017-03-22
1
-225
/
+233
*
anv/device: Move push descriptor query handling
Jason Ekstrand
2017-03-22
1
-8
/
+8
*
anv/image: Return early when unbinding an image
Jason Ekstrand
2017-03-22
1
-4
/
+5
*
i965: Drop AUB_TRACE_* stuff.
Kenneth Graunke
2017-03-21
1
-1
/
+0
*
anv/genX: Solve the vkCreateGraphicsPipelines crash
Xu,Randy
2017-03-20
1
-2
/
+2
*
genxml: Make MI_STORE_DATA_IMM have a single 64-bit data field
Jason Ekstrand
2017-03-17
1
-2
/
+1
*
anv: Turn on inherited queries
Jason Ekstrand
2017-03-17
1
-1
/
+1
*
anv: Implement pipeline statistics queries
Ilia Mirkin
2017-03-17
4
-12
/
+226
*
anv: Disable VF statistics for blorp and SOL memcpy
Jason Ekstrand
2017-03-17
4
-3
/
+18
*
anv/pipeline: Enable clipper statistics
Jason Ekstrand
2017-03-17
1
-0
/
+1
*
anv/query: Rework store_query_result
Jason Ekstrand
2017-03-17
1
-15
/
+24
*
anv/query: Break GPU query calculation into a helper
Jason Ekstrand
2017-03-17
1
-12
/
+18
*
anv/query: Add a helper for writing a query pool result
Jason Ekstrand
2017-03-17
1
-16
/
+17
*
anv/query: Use a variable-length slot size
Jason Ekstrand
2017-03-17
2
-28
/
+33
*
anv/query: Move the available bits to the front
Jason Ekstrand
2017-03-17
2
-28
/
+19
*
anv/query: Let 32-bit values wrap
Jason Ekstrand
2017-03-17
1
-2
/
+0
*
anv/device: init timestampPeriod from devinfo
Robert Bragg
2017-03-17
1
-3
/
+1
*
anv/device: Remove a use of a compound literal
Jason Ekstrand
2017-03-17
1
-1
/
+1
*
anv/GetQueryPoolResults: Actually implement the spec
Jason Ekstrand
2017-03-16
1
-16
/
+36
*
anv/query: Invalidate the correct range
Jason Ekstrand
2017-03-16
1
-2
/
+6
*
anv/query: Fix the location of timestamp availability
Jason Ekstrand
2017-03-16
1
-1
/
+1
*
anv: improve error reporting when creating pipelines
Iago Toral Quiroga
2017-03-16
2
-2
/
+4
*
anv: handle errors in emit_binding_table() and emit_samplers()
Iago Toral Quiroga
2017-03-16
1
-5
/
+17
*
anv: handle errors while allocating new binding table blocks
Iago Toral Quiroga
2017-03-16
2
-6
/
+13
*
anv/blorp: make anv_cmd_buffer_alloc_blorp_binding_table() return a VkResult
Iago Toral Quiroga
2017-03-16
3
-26
/
+46
*
anv/device: assert that commands submitted to a queue are not bogus
Iago Toral Quiroga
2017-03-16
1
-0
/
+1
[next]