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
*
aubinator: Move the guts of decode_group() to decoder.c.
Kenneth Graunke
2017-03-20
3
-31
/
+42
*
aubinator: Drop spec parameter to decode_group().
Kenneth Graunke
2017-03-20
1
-13
/
+12
*
aubinator: Make the iterator store a pointer to structure descriptions.
Kenneth Graunke
2017-03-20
3
-27
/
+11
*
aubinator: Track the current field's starting dword offset.
Kenneth Graunke
2017-03-20
3
-26
/
+18
*
aubinator: Drop decode_structure() helper.
Kenneth Graunke
2017-03-20
1
-16
/
+9
*
aubinator: Drop unused print_dword_headers flag.
Kenneth Graunke
2017-03-20
1
-5
/
+4
*
aubinator: Store a pointer from gen_group back to gen_spec.
Kenneth Graunke
2017-03-20
2
-0
/
+2
*
aubinator: Store enum textual name in iter->value.
Kenneth Graunke
2017-03-20
3
-19
/
+15
*
intel: Correct the BDW surface state size
Nanley Chery
2017-03-20
1
-1
/
+1
*
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
6
-12
/
+6
*
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
*
genxml: s/Clipper Statistics Enable/Statistics Enable/
Jason Ekstrand
2017-03-17
5
-5
/
+5
*
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
*
genxml: Add pipeline statistics registers on gen7+
Jason Ekstrand
2017-03-17
4
-0
/
+176
*
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
*
i965: Allow a per gen timebase scale factor
Robert Bragg
2017-03-17
2
-2
/
+35
*
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
*
genxml: Add XML version tags
Jason Ekstrand
2017-03-16
8
-0
/
+8
*
aubinator: Use fprintf for output.
Kenneth Graunke
2017-03-16
1
-69
/
+73
*
aubinator: Reuse decode_structure code for handling commands
Kenneth Graunke
2017-03-16
1
-23
/
+16
*
aubinator: Delete redundant NULL check.
Kenneth Graunke
2017-03-16
1
-10
/
+3
*
aubinator: Fix indentation.
Kenneth Graunke
2017-03-16
1
-7
/
+6
*
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
*
anv/cmd_buffer: skip vkCmdExecuteCommands() on broken command buffers
Iago Toral Quiroga
2017-03-16
1
-0
/
+4
*
anv/cmd_buffer: skip vkCmdDispatch() on broken command buffers
Iago Toral Quiroga
2017-03-16
1
-0
/
+3
*
anv/cmd_buffer: skip vkCmdDraw*() on broken command buffers
Iago Toral Quiroga
2017-03-16
1
-0
/
+12
*
anv: handle memory allocation errors during queue submissions
Iago Toral Quiroga
2017-03-16
1
-3
/
+6
*
anv/cmd_buffer: handle out of memory during vkCmdPushConstants
Iago Toral Quiroga
2017-03-16
1
-3
/
+11
*
anv/cmd_buffer: handle allocation errors during vkCmdBeginRenderPass()
Iago Toral Quiroga
2017-03-16
1
-3
/
+11
*
anv/cmd_buffer: skip vkCmdEndRenderPass() for broken command buffers
Iago Toral Quiroga
2017-03-16
1
-0
/
+3
*
anv/cmd_buffer: skip vkCmdNextSubpass() for broken command buffers
Iago Toral Quiroga
2017-03-16
1
-0
/
+3
*
anv/cmd_buffer: report tracked errors in vkEndCommandBuffer()
Iago Toral Quiroga
2017-03-16
1
-0
/
+3
*
anv: handle failures when growing reloc lists
Iago Toral Quiroga
2017-03-16
4
-22
/
+43
*
anv: avoid crashes when failing to allocate batches
Iago Toral Quiroga
2017-03-16
3
-17
/
+36
[next]