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: add CAPs to support HW atomic counters. (v3)
Dave Airlie
2017-11-10
15
-1
/
+34
*
r600/query: drop rest of vi workaround code.
Dave Airlie
2017-11-10
2
-37
/
+13
*
st/mesa: remove 'struct' keyword on function parameter
Brian Paul
2017-11-09
1
-2
/
+1
*
mesa: s/GLint/gl_buffer_index/ for _ColorDrawBufferIndexes
Brian Paul
2017-11-09
9
-26
/
+27
*
mesa: s/GLint/gl_buffer_index/ for _ColorReadBufferIndex
Brian Paul
2017-11-09
1
-1
/
+1
*
mesa: minor reformatting, add const to gl_external_samplers()
Brian Paul
2017-11-09
1
-1
/
+4
*
st/mesa: whitespace clean-up in st_mesa_to_tgsi.c
Brian Paul
2017-11-09
1
-167
/
+169
*
i965: Pretend there are 4 subslices for compute shader threads on Gen9+.
Kenneth Graunke
2017-11-09
1
-1
/
+13
*
broadcom/vc4: Mark BOs as purgeable when they enter the BO cache
Boris Brezillon
2017-11-09
3
-48
/
+86
*
meson: Enable VC4's NEON assembly support.
Eric Anholt
2017-11-09
1
-0
/
+13
*
meson: Always link libgallium_dri.so against dep_thread.
Eric Anholt
2017-11-09
1
-0
/
+1
*
Revert "glx: Implement GLX_EXT_no_config_context (v2)"
Adam Jackson
2017-11-09
6
-31
/
+13
*
radeonsi: pack r600_surface better
Marek Olšák
2017-11-09
1
-11
/
+11
*
radeonsi: pack r600_texture better
Marek Olšák
2017-11-09
1
-27
/
+26
*
radeonsi: clean up r600_surface
Marek Olšák
2017-11-09
2
-29
/
+11
*
radeonsi: remove r600_texture::non_disp_tiling
Marek Olšák
2017-11-09
2
-9
/
+0
*
radeonsi: remove DBG_NO_DISCARD_RANGE
Marek Olšák
2017-11-09
3
-5
/
+0
*
glx: Implement GLX_EXT_no_config_context (v2)
Adam Jackson
2017-11-09
6
-13
/
+31
*
glx: Prepare the DRI backends for GLX_EXT_no_config_context
Adam Jackson
2017-11-09
3
-6
/
+7
*
glx: Relax validate_renderType_against_config for EXT_no_config_context
Adam Jackson
2017-11-09
1
-13
/
+17
*
anv: fix build failure
Nicolai Hähnle
2017-11-09
1
-2
/
+2
*
mesa: flush and wait after creating a fallback texture
Nicolai Hähnle
2017-11-09
1
-0
/
+5
*
mesa: increase MaxServerWaitTimeout
Nicolai Hähnle
2017-11-09
1
-1
/
+1
*
st/mesa: remove redundant flushes from st_flush
Nicolai Hähnle
2017-11-09
3
-3
/
+6
*
st/dri: use stapi flush instead of pipe flush when creating fences
Nicolai Hähnle
2017-11-09
1
-5
/
+6
*
radeonsi: use a threaded context even for debug contexts
Nicolai Hähnle
2017-11-09
1
-9
/
+2
*
radeonsi: record and dump time of flush
Nicolai Hähnle
2017-11-09
3
-1
/
+8
*
ddebug: optionally handle transfer commands like draws
Nicolai Hähnle
2017-11-09
4
-66
/
+288
*
ddebug: dump context and before/after times of draws
Nicolai Hähnle
2017-11-09
2
-0
/
+10
*
ddebug: generalize print_named_xxx via a PRINT_NAMED macro
Nicolai Hähnle
2017-11-09
1
-15
/
+10
*
ddebug: rewrite to always use a threaded approach
Nicolai Hähnle
2017-11-09
4
-515
/
+546
*
ddebug: use an atomic increment when numbering files
Nicolai Hähnle
2017-11-09
1
-1
/
+3
*
dd/util: extract dd_get_debug_filename_and_mkdir
Nicolai Hähnle
2017-11-09
1
-12
/
+18
*
gallium/u_dump: add and use util_dump_transfer_usage
Nicolai Hähnle
2017-11-09
4
-16
/
+61
*
gallium/u_dump: add util_dump_ns
Nicolai Hähnle
2017-11-09
2
-0
/
+13
*
gallium/u_dump: export util_dump_ptr
Nicolai Hähnle
2017-11-09
2
-2
/
+5
*
radeonsi: implement PIPE_FLUSH_{TOP,BOTTOM}_OF_PIPE
Nicolai Hähnle
2017-11-09
1
-1
/
+88
*
radeonsi: document some subtle details of fence_finish & fence_server_sync
Nicolai Hähnle
2017-11-09
1
-0
/
+22
*
gallium: add pipe_context::callback
Nicolai Hähnle
2017-11-09
3
-0
/
+58
*
gallium/u_threaded: implement pipe_context::set_log_context
Nicolai Hähnle
2017-11-09
1
-0
/
+11
*
gallium/u_threaded: avoid syncs for get_query_result
Nicolai Hähnle
2017-11-09
1
-17
/
+48
*
gallium/u_threaded: implement asynchronous flushes
Nicolai Hähnle
2017-11-09
6
-27
/
+238
*
gallium/u_threaded: mark queries flushed only for non-deferred flushes
Nicolai Hähnle
2017-11-09
2
-4
/
+6
*
radeonsi: move fence functions to si_fence.c
Nicolai Hähnle
2017-11-09
6
-267
/
+312
*
winsys/amdgpu: handle cs_add_fence_dependency for deferred/unsubmitted fences
Nicolai Hähnle
2017-11-09
4
-12
/
+41
*
gallium: add PIPE_FLUSH_{TOP,BOTTOM}_OF_PIPE bits
Nicolai Hähnle
2017-11-09
2
-0
/
+16
*
gallium: add PIPE_FLUSH_ASYNC and PIPE_FLUSH_HINT_FINISH
Nicolai Hähnle
2017-11-09
3
-1
/
+18
*
util/u_queue: add util_queue_fence_wait_timeout
Nicolai Hähnle
2017-11-09
4
-26
/
+121
*
threads: update for late C11 changes
Nicolai Hähnle
2017-11-09
1
-11
/
+13
*
gallium: remove unused and deprecated u_time.h
Nicolai Hähnle
2017-11-09
8
-157
/
+1
[next]