summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-03-16mapi: remove Xlib/xcb include in gl_marshal.pyEmil Velikov1-3/+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 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
2017-03-16mesa: fix glthread build issues on platforms without PTHREADTimothy Arceri1-1/+1
2017-03-16gallium: implement the backend of threaded GL dispatchMarek Olšák7-0/+92
2017-03-16mesa/glthread: restore the dispatch table when incompatible gl calls are dete...Gregory Hainaut4-4/+18
2017-03-16mesa/glthread: don't set a dispatch table if we aren't the ownerGregory Hainaut1-3/+10
2017-03-16mesa: Track the current vertex/element array buffers for glthread.Eric Anholt10-34/+231
2017-03-16mesa: Disable glthread when glBegin() is called.Eric Anholt1-1/+1
2017-03-16mesa: Add an attribute for conditions to turn off threading.Eric Anholt3-1/+15
2017-03-16mesa: Add support for asynchronous glDraw* on GL core.Eric Anholt2-7/+6
2017-03-16mesa: Add support for NULL arguments like in glBufferData() in marshalling.Eric Anholt2-9/+34
2017-03-16mesa: Statically allocate glthread command buffer in the batch struct.Eric Anholt2-7/+6
2017-03-16glapi: Mark vertex attrib pointer functions as async.Eric Anholt2-17/+17
2017-03-16mesa: Custom thread marshalling for Flush.Paul Berry3-2/+42
2017-03-16mesa: Custom thread marshalling for ShaderSource.Paul Berry4-1/+135
2017-03-16mesa: Connect the generated GL command marshalling code to the build.Eric Anholt2-0/+17
2017-03-16Revert "mesa: make _mesa_alloc_dispatch_table() static"Marek Olšák2-5/+9
2017-03-16mesa: Create pointers for multithread marshalling dispatch table.Paul Berry8-34/+69
2017-03-16mesa: Add infrastructure for a worker thread to process GL commands.Eric Anholt6-0/+476
2017-03-16mesa: Validate count parameters when marshalling.Eric Anholt1-0/+15
2017-03-16glapi: Generate GL API marshalling code from the XML.Paul Berry7-0/+518
2017-03-16glapi: Mark compressed teximage functions as sync.Eric Anholt1-5/+5
2017-03-16glapi: Annotate functions with "marshal" attribute.Paul Berry6-27/+44
2017-03-16egl: Implement __DRI_BACKGROUND_CALLABLEEric Anholt5-1/+22