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/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
*
gallium/util: add new helpers for user index buffer uploading
Marek Olšák
2017-02-25
2
-0
/
+35
*
gallium/util: (trivial) fix util_clear_render_target
Roland Scheidegger
2017-02-24
1
-7
/
+8
*
st/va: Fix up YV12 to NV12 putImage conversion
Thomas Hellstrom
2017-02-24
1
-37
/
+0
*
st/vdpau: Provide YV12 to NV12 putBits conversion v2
Thomas Hellstrom
2017-02-24
1
-0
/
+42
*
gallium: implement util_clear_texture
Lars Hamre
2017-02-24
2
-145
/
+248
*
haiku: build fixes around debug defines
Jerome Duval
2017-02-24
1
-2
/
+2
*
gallium/u_queue: isolate util_queue_fence implementation
Marek Olšák
2017-02-22
2
-20
/
+24
*
gallium/u_queue: fix random crashes when the app calls exit()
Marek Olšák
2017-02-22
2
-2
/
+78
*
gallium/u_suballoc: update comments
Marek Olšák
2017-02-20
1
-3
/
+5
*
gallium/u_index_modify: don't add PIPE_TRANSFER_UNSYNCHRONIZED unconditionally
Marek Olšák
2017-02-19
2
-3
/
+9
[next]