summaryrefslogtreecommitdiff
path: root/src/intel/vulkan
AgeCommit message (Expand)AuthorFilesLines
2017-03-22anv/device: Move push descriptor query handlingJason Ekstrand1-8/+8
2017-03-22anv/image: Return early when unbinding an imageJason Ekstrand1-4/+5
2017-03-21i965: Drop AUB_TRACE_* stuff.Kenneth Graunke1-1/+0
2017-03-20anv/genX: Solve the vkCreateGraphicsPipelines crashXu,Randy1-2/+2
2017-03-17genxml: Make MI_STORE_DATA_IMM have a single 64-bit data fieldJason Ekstrand1-2/+1
2017-03-17anv: Turn on inherited queriesJason Ekstrand1-1/+1
2017-03-17anv: Implement pipeline statistics queriesIlia Mirkin4-12/+226
2017-03-17anv: Disable VF statistics for blorp and SOL memcpyJason Ekstrand4-3/+18
2017-03-17anv/pipeline: Enable clipper statisticsJason Ekstrand1-0/+1
2017-03-17anv/query: Rework store_query_resultJason Ekstrand1-15/+24
2017-03-17anv/query: Break GPU query calculation into a helperJason Ekstrand1-12/+18
2017-03-17anv/query: Add a helper for writing a query pool resultJason Ekstrand1-16/+17
2017-03-17anv/query: Use a variable-length slot sizeJason Ekstrand2-28/+33
2017-03-17anv/query: Move the available bits to the frontJason Ekstrand2-28/+19
2017-03-17anv/query: Let 32-bit values wrapJason Ekstrand1-2/+0
2017-03-17anv/device: init timestampPeriod from devinfoRobert Bragg1-3/+1
2017-03-17anv/device: Remove a use of a compound literalJason Ekstrand1-1/+1
2017-03-16anv/GetQueryPoolResults: Actually implement the specJason Ekstrand1-16/+36
2017-03-16anv/query: Invalidate the correct rangeJason Ekstrand1-2/+6
2017-03-16anv/query: Fix the location of timestamp availabilityJason Ekstrand1-1/+1
2017-03-16anv: improve error reporting when creating pipelinesIago Toral Quiroga2-2/+4
2017-03-16anv: handle errors in emit_binding_table() and emit_samplers()Iago Toral Quiroga1-5/+17
2017-03-16anv: handle errors while allocating new binding table blocksIago Toral Quiroga2-6/+13
2017-03-16anv/blorp: make anv_cmd_buffer_alloc_blorp_binding_table() return a VkResultIago Toral Quiroga3-26/+46
2017-03-16anv/device: assert that commands submitted to a queue are not bogusIago Toral Quiroga1-0/+1
2017-03-16anv/cmd_buffer: skip vkCmdExecuteCommands() on broken command buffersIago Toral Quiroga1-0/+4
2017-03-16anv/cmd_buffer: skip vkCmdDispatch() on broken command buffersIago Toral Quiroga1-0/+3
2017-03-16anv/cmd_buffer: skip vkCmdDraw*() on broken command buffersIago Toral Quiroga1-0/+12
2017-03-16anv: handle memory allocation errors during queue submissionsIago Toral Quiroga1-3/+6
2017-03-16anv/cmd_buffer: handle out of memory during vkCmdPushConstantsIago Toral Quiroga1-3/+11
2017-03-16anv/cmd_buffer: handle allocation errors during vkCmdBeginRenderPass()Iago Toral Quiroga1-3/+11
2017-03-16anv/cmd_buffer: skip vkCmdEndRenderPass() for broken command buffersIago Toral Quiroga1-0/+3
2017-03-16anv/cmd_buffer: skip vkCmdNextSubpass() for broken command buffersIago Toral Quiroga1-0/+3
2017-03-16anv/cmd_buffer: report tracked errors in vkEndCommandBuffer()Iago Toral Quiroga1-0/+3
2017-03-16anv: handle failures when growing reloc listsIago Toral Quiroga4-22/+43
2017-03-16anv: avoid crashes when failing to allocate batchesIago Toral Quiroga2-9/+19
2017-03-16anv: handle allocation failure in anv_batch_emit_dwords()Iago Toral Quiroga1-2/+7
2017-03-16anv: handle allocation failure in anv_batch_emit_batch()Iago Toral Quiroga1-2/+7
2017-03-16anv: add anv_batch_set_error() and anv_batch_has_error() helpersIago Toral Quiroga1-0/+15
2017-03-16anv/cmd_buffer: add a status field to anv_batchIago Toral Quiroga2-0/+13
2017-03-16anv/cmd_buffer: report errors in vkBeginCommandBuffer()Iago Toral Quiroga1-6/+9
2017-03-16anv: do not try to ref/unref NULL shadersIago Toral Quiroga2-3/+6
2017-03-16anv/blorp: return early if we failed to create the shader binaryIago Toral Quiroga1-0/+3
2017-03-16intel/blorp: make upload_shader() return a bool indicating success or failureIago Toral Quiroga1-1/+3
2017-03-16anv: remove unnecessary function prototype.Iago Toral Quiroga1-3/+0
2017-03-15anv: do not open random render node(s)Emil Velikov1-15/+38
2017-03-15util/sha1: rework _mesa_sha1_{init,final}Emil Velikov2-15/+16
2017-03-14intel/debug: Add a common INTEL_DEBUG=nohiz optionJason Ekstrand1-1/+1
2017-03-14anv/image: Move handling of INTEL_VK_HIZJason Ekstrand1-2/+2
2017-03-14anv: Properly enumerate physical devices when none are presentJason Ekstrand1-2/+5