summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-03-17android: fix segfault within swap_buffersTapani Pälli1-0/+8
2017-03-17radv: make sure gs copy shader is retrieved from the cache with the variantTimothy Arceri1-4/+9
2017-03-17radv: fallback to an in-memory cache when no pipline cache is providedTimothy Arceri3-6/+13
2017-03-17radv: always create an fallback pipeline cacheTimothy Arceri2-0/+20
2017-03-17radv: move cache check inside insert and search functionsTimothy Arceri2-16/+20
2017-03-17st/mesa: call glthread_destroy() before _vbo_DestroyContext()Timothy Arceri2-2/+3
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-16genxml: Add XML version tagsJason Ekstrand8-0/+8
2017-03-16aubinator: Use fprintf for output.Kenneth Graunke1-69/+73
2017-03-16aubinator: Reuse decode_structure code for handling commandsKenneth Graunke1-23/+16
2017-03-16aubinator: Delete redundant NULL check.Kenneth Graunke1-10/+3
2017-03-16aubinator: Fix indentation.Kenneth Graunke1-7/+6
2017-03-16i965/gen8+: Do full stall when switching pipelineTopi Pohjolainen1-1/+2
2017-03-16i965: remove uneeded asm/unistd.h includeJonathan Gray1-1/+0
2017-03-16i965: automake: remove spurious white spaceEmil Velikov1-1/+0
2017-03-16i965: avoid using a GNU make pattern ruleJonathan Gray1-4/+4
2017-03-16docs/releasing: document how to squash/announce queued patchesEmil Velikov1-0/+38
2017-03-16docs/releasing: release.sh is located in xorg/util-modularEmil Velikov1-1/+1
2017-03-16docs/releasing: remove "git clean" stepEmil Velikov1-2/+1
2017-03-16mapi: remove Xlib/xcb include in gl_marshal.pyEmil Velikov1-3/+1
2017-03-16docs/specs: update Khronos registries URLsEric Engestrom1-4/+4
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 Quiroga3-17/+36
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 Quiroga5-28/+44
2017-03-16anv: remove unnecessary function prototype.Iago Toral Quiroga1-3/+0
2017-03-16mapi: don't include X11/Xlib-xcb.h on non PTHREAD platformsTimothy Arceri1-2/+2
2017-03-16mesa: fix glthread marshal build issues on platforms without PTHREADTimothy Arceri4-30/+68