index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/radeon: formalize that create_query doesn't need pipe_context
Marek Olšák
2017-03-17
3
-32
/
+32
*
gallium/radeon: reference pipe_resource in pipe_transfer
Marek Olšák
2017-03-17
2
-2
/
+5
*
radeonsi: compile all TGSI compute shaders asynchronously
Marek Olšák
2017-03-17
1
-44
/
+81
*
radeonsi: require that compiler threads are enabled
Marek Olšák
2017-03-17
2
-11
/
+13
*
trace: remove leftover assertions after pipe_resource wrapping removal
Marek Olšák
2017-03-17
1
-6
/
+0
*
gallium/u_upload: make the first persistent mapping unsynchronized
Marek Olšák
2017-03-17
1
-0
/
+1
*
anv/device: init timestampPeriod from devinfo
Robert Bragg
2017-03-17
1
-3
/
+1
*
i965: Allow a per gen timebase scale factor
Robert Bragg
2017-03-17
6
-27
/
+114
*
anv/device: Remove a use of a compound literal
Jason Ekstrand
2017-03-17
1
-1
/
+1
*
i965: bounds checks while concatenating sysfs paths
Robert Bragg
2017-03-17
1
-11
/
+32
*
mesa: automake: add all headers to the tarball.
Emil Velikov
2017-03-17
1
-0
/
+2
*
mapi: automake: add all python scripts to EXTRA_DIST
Emil Velikov
2017-03-17
1
-0
/
+3
*
glapi: avoid using $< in non-suffix make rules
Jonathan Gray
2017-03-17
1
-2
/
+2
*
radv/ac: Fix shared memory offset calculation
Alex Smith
2017-03-17
1
-1
/
+1
*
radv: Fix using more than 4 bound descriptor sets
James Legg
2017-03-17
1
-1
/
+3
*
util/build-id: check dlpi_name before strstr call
Tapani Pälli
2017-03-17
1
-0
/
+6
*
android: fix segfault within swap_buffers
Tapani Pälli
2017-03-17
1
-0
/
+8
*
radv: make sure gs copy shader is retrieved from the cache with the variant
Timothy Arceri
2017-03-17
1
-4
/
+9
*
radv: fallback to an in-memory cache when no pipline cache is provided
Timothy Arceri
2017-03-17
3
-6
/
+13
*
radv: always create an fallback pipeline cache
Timothy Arceri
2017-03-17
2
-0
/
+20
*
radv: move cache check inside insert and search functions
Timothy Arceri
2017-03-17
2
-16
/
+20
*
st/mesa: call glthread_destroy() before _vbo_DestroyContext()
Timothy Arceri
2017-03-17
2
-2
/
+3
*
anv/GetQueryPoolResults: Actually implement the spec
Jason Ekstrand
2017-03-16
1
-16
/
+36
*
anv/query: Invalidate the correct range
Jason Ekstrand
2017-03-16
1
-2
/
+6
*
anv/query: Fix the location of timestamp availability
Jason Ekstrand
2017-03-16
1
-1
/
+1
*
genxml: Add XML version tags
Jason Ekstrand
2017-03-16
8
-0
/
+8
*
aubinator: Use fprintf for output.
Kenneth Graunke
2017-03-16
1
-69
/
+73
*
aubinator: Reuse decode_structure code for handling commands
Kenneth Graunke
2017-03-16
1
-23
/
+16
*
aubinator: Delete redundant NULL check.
Kenneth Graunke
2017-03-16
1
-10
/
+3
*
aubinator: Fix indentation.
Kenneth Graunke
2017-03-16
1
-7
/
+6
*
i965/gen8+: Do full stall when switching pipeline
Topi Pohjolainen
2017-03-16
1
-1
/
+2
*
i965: remove uneeded asm/unistd.h include
Jonathan Gray
2017-03-16
1
-1
/
+0
*
i965: automake: remove spurious white space
Emil Velikov
2017-03-16
1
-1
/
+0
*
i965: avoid using a GNU make pattern rule
Jonathan Gray
2017-03-16
1
-4
/
+4
*
mapi: remove Xlib/xcb include in gl_marshal.py
Emil Velikov
2017-03-16
1
-3
/
+1
*
anv: improve error reporting when creating pipelines
Iago Toral Quiroga
2017-03-16
2
-2
/
+4
*
anv: handle errors in emit_binding_table() and emit_samplers()
Iago Toral Quiroga
2017-03-16
1
-5
/
+17
*
anv: handle errors while allocating new binding table blocks
Iago Toral Quiroga
2017-03-16
2
-6
/
+13
*
anv/blorp: make anv_cmd_buffer_alloc_blorp_binding_table() return a VkResult
Iago Toral Quiroga
2017-03-16
3
-26
/
+46
*
anv/device: assert that commands submitted to a queue are not bogus
Iago Toral Quiroga
2017-03-16
1
-0
/
+1
*
anv/cmd_buffer: skip vkCmdExecuteCommands() on broken command buffers
Iago Toral Quiroga
2017-03-16
1
-0
/
+4
*
anv/cmd_buffer: skip vkCmdDispatch() on broken command buffers
Iago Toral Quiroga
2017-03-16
1
-0
/
+3
*
anv/cmd_buffer: skip vkCmdDraw*() on broken command buffers
Iago Toral Quiroga
2017-03-16
1
-0
/
+12
*
anv: handle memory allocation errors during queue submissions
Iago Toral Quiroga
2017-03-16
1
-3
/
+6
*
anv/cmd_buffer: handle out of memory during vkCmdPushConstants
Iago Toral Quiroga
2017-03-16
1
-3
/
+11
*
anv/cmd_buffer: handle allocation errors during vkCmdBeginRenderPass()
Iago Toral Quiroga
2017-03-16
1
-3
/
+11
*
anv/cmd_buffer: skip vkCmdEndRenderPass() for broken command buffers
Iago Toral Quiroga
2017-03-16
1
-0
/
+3
*
anv/cmd_buffer: skip vkCmdNextSubpass() for broken command buffers
Iago Toral Quiroga
2017-03-16
1
-0
/
+3
*
anv/cmd_buffer: report tracked errors in vkEndCommandBuffer()
Iago Toral Quiroga
2017-03-16
1
-0
/
+3
*
anv: handle failures when growing reloc lists
Iago Toral Quiroga
2017-03-16
4
-22
/
+43
[next]