| Commit message (Expand) | Author | Age | Files | Lines |
* | gallivm: fix a maybe-uninitialized warning | Marek Olšák | 2017-03-30 | 1 | -1/+1 |
* | gallium/util: use const in u_index_modify helpers | Marek Olšák | 2017-03-30 | 2 | -6/+6 |
* | gallivm: remove lp_add_attr_dereferenceable in favor of amd/common | Marek Olšák | 2017-03-22 | 2 | -14/+0 |
* | gallium/u_upload: make the first persistent mapping unsynchronized | Marek Olšák | 2017-03-17 | 1 | -0/+1 |
* | gallivm: (trivial) remove duplicated line | Roland Scheidegger | 2017-03-16 | 1 | -1/+0 |
* | draw: (trivial) remove a unnecessary lp_build_alloca() | Roland Scheidegger | 2017-03-16 | 1 | -2/+0 |
* | gallium/tgsi: Treat UCMP sources as floats to match the GLSL-to-TGSI pass exp... | Francisco Jerez | 2017-03-15 | 1 | -13/+41 |
* | 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 |