aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* gallium/radeon: formalize that create_query doesn't need pipe_contextMarek Olšák2017-03-173-32/+32
* gallium/radeon: reference pipe_resource in pipe_transferMarek Olšák2017-03-172-2/+5
* radeonsi: compile all TGSI compute shaders asynchronouslyMarek Olšák2017-03-171-44/+81
* radeonsi: require that compiler threads are enabledMarek Olšák2017-03-172-11/+13
* trace: remove leftover assertions after pipe_resource wrapping removalMarek Olšák2017-03-171-6/+0
* gallium/u_upload: make the first persistent mapping unsynchronizedMarek Olšák2017-03-171-0/+1
* anv/device: init timestampPeriod from devinfoRobert Bragg2017-03-171-3/+1
* i965: Allow a per gen timebase scale factorRobert Bragg2017-03-176-27/+114
* anv/device: Remove a use of a compound literalJason Ekstrand2017-03-171-1/+1
* i965: bounds checks while concatenating sysfs pathsRobert Bragg2017-03-171-11/+32
* mesa: automake: add all headers to the tarball.Emil Velikov2017-03-171-0/+2
* mapi: automake: add all python scripts to EXTRA_DISTEmil Velikov2017-03-171-0/+3
* glapi: avoid using $< in non-suffix make rulesJonathan Gray2017-03-171-2/+2
* radv/ac: Fix shared memory offset calculationAlex Smith2017-03-171-1/+1
* radv: Fix using more than 4 bound descriptor setsJames Legg2017-03-171-1/+3
* util/build-id: check dlpi_name before strstr callTapani Pälli2017-03-171-0/+6
* android: fix segfault within swap_buffersTapani Pälli2017-03-171-0/+8
* radv: make sure gs copy shader is retrieved from the cache with the variantTimothy Arceri2017-03-171-4/+9
* radv: fallback to an in-memory cache when no pipline cache is providedTimothy Arceri2017-03-173-6/+13
* radv: always create an fallback pipeline cacheTimothy Arceri2017-03-172-0/+20
* radv: move cache check inside insert and search functionsTimothy Arceri2017-03-172-16/+20
* st/mesa: call glthread_destroy() before _vbo_DestroyContext()Timothy Arceri2017-03-172-2/+3
* 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
* i965/gen8+: Do full stall when switching pipelineTopi Pohjolainen2017-03-161-1/+2
* i965: remove uneeded asm/unistd.h includeJonathan Gray2017-03-161-1/+0
* i965: automake: remove spurious white spaceEmil Velikov2017-03-161-1/+0
* i965: avoid using a GNU make pattern ruleJonathan Gray2017-03-161-4/+4
* mapi: remove Xlib/xcb include in gl_marshal.pyEmil Velikov2017-03-161-3/+1
* 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