index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
auxiliary
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
gallium: separate indirect stuff from pipe_draw_info - 80 -> 56 bytes
Marek Olšák
2017-05-10
3
-11
/
+16
*
gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytes
Marek Olšák
2017-05-10
8
-70
/
+86
*
gallium/util: dump tokens in util_dump_shader_state only if type is TGSI
Nicolai Hähnle
2017-05-10
1
-5
/
+7
*
gallium/util: add util_dump_grid_info
Nicolai Hähnle
2017-05-10
2
-0
/
+30
*
gallium: Enable ARM NEON CPU detection.
Eric Anholt
2017-05-02
2
-0
/
+44
*
gallium/util: reduce util_snprintf() calls in debug_flush_might_flush_cb()
Brian Paul
2017-04-26
1
-5
/
+6
*
gallium/util: add some comments in u_debug_flush.c
Brian Paul
2017-04-26
1
-0
/
+15
*
gallium: remove u_caps.c/h interface
Samuel Pitoiset
2017-04-25
2
-338
/
+0
*
gallium/util: add debugging helpers printing pipeline statistics
Marek Olšák
2017-04-25
2
-0
/
+59
*
gallium/util: remove util_draw_range_elements helper
Marek Olšák
2017-04-20
1
-23
/
+0
*
gallium/ddebug: dump missing members of pipe_draw_info
Nicolai Hähnle
2017-04-14
1
-0
/
+5
*
util: fix swizzle of INSTANCEID system value
Nicolai Hähnle
2017-04-08
1
-1
/
+1
*
gallium/util: tweak backtrace format with libunwind
Rob Clark
2017-04-07
1
-10
/
+16
*
gallium/util: cache symbol lookup with libunwind
Rob Clark
2017-04-07
2
-27
/
+94
*
gallium/util: fix missing limit check in libunwind backtrace
Rob Clark
2017-04-07
1
-1
/
+1
*
gallium/util: libunwind support
Rob Clark
2017-04-03
2
-2
/
+104
*
gallium/util: clean up stack frame printing
Rob Clark
2017-04-03
3
-23
/
+26
*
radeonsi: add tests verifying that VM faults don't hang
Marek Olšák
2017-03-31
2
-4
/
+9
*
gallium/util: use const in u_index_modify helpers
Marek Olšák
2017-03-30
2
-6
/
+6
*
gallium/u_upload: make the first persistent mapping unsynchronized
Marek Olšák
2017-03-17
1
-0
/
+1
*
gallium: add P016 format
Christian König
2017-03-13
3
-0
/
+40
*
gallium/util: move u_queue.{c,h} to src/util
Timothy Arceri
2017-03-12
2
-440
/
+0
*
gallium/util: make use of new u_thread.h in u_queue.{c,h}
Timothy Arceri
2017-03-12
2
-4
/
+6
*
gallium/util: use standard malloc/calloc/free in u_queue.c
Timothy Arceri
2017-03-12
1
-10
/
+10
*
gallium/util: move u_string.h to src/util/u_string.h
Timothy Arceri
2017-03-12
3
-206
/
+2
*
gallium/util: remove unused header from u_string.h
Timothy Arceri
2017-03-12
1
-1
/
+0
*
gallium/util: remove unused util_strbuf*
Timothy Arceri
2017-03-12
1
-37
/
+0
*
gallium/util: remove unused util_memmove()
Timothy Arceri
2017-03-12
1
-20
/
+0
*
gallium: remove shebang from python scripts
Emil Velikov
2017-03-10
3
-3
/
+0
*
gallium: remove execute bit from the python script(s)
Emil Velikov
2017-03-10
2
-0
/
+0
*
gallium: s/uint/enum pipe_render_cond_flag/ for set_render_condition()
Brian Paul
2017-03-08
1
-1
/
+1
*
gallium: s/unsigned/enum pipe_shader_type/ for pipe_screen::get_shader_param()
Brian Paul
2017-03-08
1
-1
/
+2
*
gallium/util: remove unused header from u_queue.c
Timothy Arceri
2017-03-07
1
-1
/
+0
*
gallium/util: replace pipe_thread_wait() with thrd_join()
Timothy Arceri
2017-03-07
1
-1
/
+1
*
gallium/util: remove PIPE_THREAD_ROUTINE()
Timothy Arceri
2017-03-07
1
-1
/
+2
*
gallium/util: replace pipe_condvar with cnd_t
Timothy Arceri
2017-03-07
2
-4
/
+4
*
gallium/util: replace pipe_thread with thrd_t
Timothy Arceri
2017-03-07
2
-2
/
+2
*
gallium/util: replace pipe_mutex_unlock() with mtx_unlock()
Timothy Arceri
2017-03-07
7
-25
/
+25
*
gallium/util: replace pipe_mutex_lock() with mtx_lock()
Timothy Arceri
2017-03-07
7
-24
/
+24
*
gallium/util: replace pipe_mutex_destroy() with mtx_destroy()
Timothy Arceri
2017-03-07
3
-5
/
+5
*
gallium/util: replace pipe_mutex_init() with mtx_init()
Timothy Arceri
2017-03-07
6
-7
/
+7
*
gallium/util: remove pipe_static_mutex()
Timothy Arceri
2017-03-07
5
-5
/
+5
*
gallium/util: replace pipe_mutex with mtx_t
Timothy Arceri
2017-03-07
4
-5
/
+5
*
gallium/util: replace pipe_condvar_broadcast() with cnd_broadcast()
Timothy Arceri
2017-03-07
1
-2
/
+2
*
gallium/util: replace pipe_condvar_signal() with cnd_signal()
Timothy Arceri
2017-03-07
2
-4
/
+4
*
gallium/util: replace pipe_condvar_wait() with cnd_wait()
Timothy Arceri
2017-03-07
2
-5
/
+5
*
gallium/util: replace pipe_condvar_destroy() with cnd_destroy()
Timothy Arceri
2017-03-07
2
-6
/
+6
*
gallium/util: replace pipe_condvar_init() with cnd_init()
Timothy Arceri
2017-03-07
2
-4
/
+4
*
gallium/u_queue: set num_threads correctly if not all threads start
Grazvydas Ignotas
2017-02-27
1
-1
/
+1
*
gallium/u_queue: fix a crash with atexit handlers
Grazvydas Ignotas
2017-02-27
1
-0
/
+1
[prev]
[next]