aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel
Commit message (Expand)AuthorAgeFilesLines
* anv/device: init timestampPeriod from devinfoRobert Bragg2017-03-171-3/+1
* i965: Allow a per gen timebase scale factorRobert Bragg2017-03-172-2/+35
* anv/device: Remove a use of a compound literalJason Ekstrand2017-03-171-1/+1
* anv/GetQueryPoolResults: Actually implement the specJason Ekstrand2017-03-161-16/+36
* anv/query: Invalidate the correct rangeJason Ekstrand2017-03-161-2/+6
* anv/query: Fix the location of timestamp availabilityJason Ekstrand2017-03-161-1/+1
* genxml: Add XML version tagsJason Ekstrand2017-03-168-0/+8
* aubinator: Use fprintf for output.Kenneth Graunke2017-03-161-69/+73
* aubinator: Reuse decode_structure code for handling commandsKenneth Graunke2017-03-161-23/+16
* aubinator: Delete redundant NULL check.Kenneth Graunke2017-03-161-10/+3
* aubinator: Fix indentation.Kenneth Graunke2017-03-161-7/+6
* anv: improve error reporting when creating pipelinesIago Toral Quiroga2017-03-162-2/+4
* anv: handle errors in emit_binding_table() and emit_samplers()Iago Toral Quiroga2017-03-161-5/+17
* anv: handle errors while allocating new binding table blocksIago Toral Quiroga2017-03-162-6/+13
* anv/blorp: make anv_cmd_buffer_alloc_blorp_binding_table() return a VkResultIago Toral Quiroga2017-03-163-26/+46
* anv/device: assert that commands submitted to a queue are not bogusIago Toral Quiroga2017-03-161-0/+1
* anv/cmd_buffer: skip vkCmdExecuteCommands() on broken command buffersIago Toral Quiroga2017-03-161-0/+4
* anv/cmd_buffer: skip vkCmdDispatch() on broken command buffersIago Toral Quiroga2017-03-161-0/+3
* anv/cmd_buffer: skip vkCmdDraw*() on broken command buffersIago Toral Quiroga2017-03-161-0/+12
* anv: handle memory allocation errors during queue submissionsIago Toral Quiroga2017-03-161-3/+6
* anv/cmd_buffer: handle out of memory during vkCmdPushConstantsIago Toral Quiroga2017-03-161-3/+11
* anv/cmd_buffer: handle allocation errors during vkCmdBeginRenderPass()Iago Toral Quiroga2017-03-161-3/+11
* anv/cmd_buffer: skip vkCmdEndRenderPass() for broken command buffersIago Toral Quiroga2017-03-161-0/+3
* anv/cmd_buffer: skip vkCmdNextSubpass() for broken command buffersIago Toral Quiroga2017-03-161-0/+3
* anv/cmd_buffer: report tracked errors in vkEndCommandBuffer()Iago Toral Quiroga2017-03-161-0/+3
* anv: handle failures when growing reloc listsIago Toral Quiroga2017-03-164-22/+43
* anv: avoid crashes when failing to allocate batchesIago Toral Quiroga2017-03-163-17/+36
* anv: handle allocation failure in anv_batch_emit_dwords()Iago Toral Quiroga2017-03-161-2/+7
* anv: handle allocation failure in anv_batch_emit_batch()Iago Toral Quiroga2017-03-161-2/+7
* anv: add anv_batch_set_error() and anv_batch_has_error() helpersIago Toral Quiroga2017-03-161-0/+15
* anv/cmd_buffer: add a status field to anv_batchIago Toral Quiroga2017-03-162-0/+13
* anv/cmd_buffer: report errors in vkBeginCommandBuffer()Iago Toral Quiroga2017-03-161-6/+9
* anv: do not try to ref/unref NULL shadersIago Toral Quiroga2017-03-162-3/+6
* anv/blorp: return early if we failed to create the shader binaryIago Toral Quiroga2017-03-161-0/+3
* intel/blorp: make upload_shader() return a bool indicating success or failureIago Toral Quiroga2017-03-164-27/+42
* anv: remove unnecessary function prototype.Iago Toral Quiroga2017-03-161-3/+0
* anv: do not open random render node(s)Emil Velikov2017-03-151-15/+38
* util/sha1: rework _mesa_sha1_{init,final}Emil Velikov2017-03-152-15/+16
* intel/debug: Add a common INTEL_DEBUG=nohiz optionJason Ekstrand2017-03-143-1/+3
* anv/image: Move handling of INTEL_VK_HIZJason Ekstrand2017-03-141-2/+2
* anv: Properly enumerate physical devices when none are presentJason Ekstrand2017-03-141-2/+5
* nir: Rework conversion opcodesJason Ekstrand2017-03-145-77/+55
* i965/fs: Re-arrange conversion operationsJason Ekstrand2017-03-141-36/+31
* i965/vec4: Get rid of the type parameter from to/from_doubleJason Ekstrand2017-03-142-24/+15
* i965/fs: Use num_components from the SSA def in image intrinsicsJason Ekstrand2017-03-141-2/+1
* anv/blorp: Only set a clear color for resolves if fast-clearedJason Ekstrand2017-03-141-1/+2
* anv/blorp: Turn off AUX after doing a CCS_D resolveJason Ekstrand2017-03-141-0/+2
* android: add '/vulkan' to libmesa_anv_entrypoints pathTapani Pälli2017-03-141-2/+2
* android: add src/intel/compiler to libmesa_intel_compiler includesTapani Pälli2017-03-141-0/+1
* anv: Add missing error-checking to anv_CreateDevice (v3)Gwan-gyeong Mun2017-03-131-9/+56