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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: add TGSI opcodes TEX_LZ and TXF_LZ
Marek Olšák
2017-03-15
2
-2
/
+5
*
tgsi: add missing compute shader entry in tgsi_get_processor_name()
Samuel Pitoiset
2017-03-15
1
-0
/
+2
*
nir: Rework conversion opcodes
Jason Ekstrand
2017-03-14
1
-5
/
+5
*
gallium/hud: check NULL return from u_upload_alloc
Julien Isorce
2017-03-13
1
-0
/
+5
*
vl/video_buffer: add support for P016
Christian König
2017-03-13
1
-0
/
+10
*
gallium: add P016 format
Christian König
2017-03-13
3
-0
/
+40
*
gallium/util: replace pipe_thread_setname() with u_thread_setname()
Timothy Arceri
2017-03-12
1
-12
/
+0
*
gallium/util: replace pipe_thread_get_time_nano() with u_thread_get_time_nano()
Timothy Arceri
2017-03-12
1
-17
/
+1
*
gallium/util: replace pipe_thread_create() with u_thread_create()
Timothy Arceri
2017-03-12
1
-27
/
+1
*
gallium/util: move u_queue.{c,h} to src/util
Timothy Arceri
2017-03-12
3
-442
/
+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
4
-207
/
+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
5
-5
/
+0
*
gallium: remove execute bit from the python script(s)
Emil Velikov
2017-03-10
2
-0
/
+0
*
util/indices: minor clean-ups
Brian Paul
2017-03-08
2
-5
/
+2
*
gallium: s/uint/enum pipe_render_cond_flag/ for set_render_condition()
Brian Paul
2017-03-08
3
-3
/
+5
*
draw: s/unsigned/enum pipe_shader_type/
Brian Paul
2017-03-08
4
-14
/
+15
*
cso: s/unsigned/enum pipe_shader_type/
Brian Paul
2017-03-08
2
-10
/
+12
*
gallium: s/unsigned/enum pipe_shader_type/ for pipe_screen::get_shader_param()
Brian Paul
2017-03-08
3
-5
/
+8
*
gallium/util: remove unused header from u_queue.c
Timothy Arceri
2017-03-07
1
-1
/
+0
*
gallium/util: remove unused pipe_thread_destroy()
Timothy Arceri
2017-03-07
1
-5
/
+0
*
gallium/util: replace pipe_thread_wait() with thrd_join()
Timothy Arceri
2017-03-07
2
-6
/
+1
*
gallium/util: remove PIPE_THREAD_ROUTINE()
Timothy Arceri
2017-03-07
2
-5
/
+3
*
gallium/util: replace pipe_condvar with cnd_t
Timothy Arceri
2017-03-07
4
-11
/
+7
*
gallium/util: replace pipe_thread with thrd_t
Timothy Arceri
2017-03-07
3
-12
/
+8
*
gallium/util: replace pipe_mutex_unlock() with mtx_unlock()
Timothy Arceri
2017-03-07
20
-88
/
+85
*
gallium/util: replace pipe_mutex_lock() with mtx_lock()
Timothy Arceri
2017-03-07
20
-70
/
+67
*
gallium/util: replace pipe_mutex_destroy() with mtx_destroy()
Timothy Arceri
2017-03-07
8
-15
/
+12
*
gallium/util: replace pipe_mutex_init() with mtx_init()
Timothy Arceri
2017-03-07
14
-20
/
+17
*
gallium/util: remove pipe_static_mutex()
Timothy Arceri
2017-03-07
11
-13
/
+10
*
gallium/util: replace pipe_mutex with mtx_t
Timothy Arceri
2017-03-07
12
-22
/
+18
*
gallium/util: replace pipe_condvar_broadcast() with cnd_broadcast()
Timothy Arceri
2017-03-07
3
-7
/
+4
*
gallium/util: replace pipe_condvar_signal() with cnd_signal()
Timothy Arceri
2017-03-07
3
-8
/
+5
*
gallium/util: replace pipe_condvar_wait() with cnd_wait()
Timothy Arceri
2017-03-07
3
-10
/
+7
*
gallium/util: replace pipe_condvar_destroy() with cnd_destroy()
Timothy Arceri
2017-03-07
3
-11
/
+8
*
gallium/util: replace pipe_condvar_init() with cnd_init()
Timothy Arceri
2017-03-07
4
-10
/
+7
*
gallivm,ac: add LP_FUNC_ATTR_CONVERGENT
Marek Olšák
2017-03-06
2
-0
/
+2
*
gallivm, ac: add writeonly and inaccessiblememonly attributes
Marek Olšák
2017-03-03
2
-0
/
+4
*
tgsi/scan: record load/store/atomic image usage
Marek Olšák
2017-03-03
2
-10
/
+13
*
tgsi/ureg: return correct token count in ureg_get_tokens
Grazvydas Ignotas
2017-03-03
1
-1
/
+1
*
gallivm,ac: add function attributes at call sites instead of declarations
Marek Olšák
2017-03-01
2
-24
/
+55
*
gallivm,ac: remove unused FUNC_ATTR_LAST enums
Marek Olšák
2017-03-01
1
-1
/
+0
*
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
[next]