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
/
gallium
/
drivers
/
rbug
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "gallium: build ddebug, noop, rbug, trace as part of auxiliary"
Roland Scheidegger
2018-02-07
1
-9
/
+9
*
gallium: build ddebug, noop, rbug, trace as part of auxiliary
Marek Olšák
2018-02-07
1
-9
/
+9
*
autotools: include meson build files in tarball
Dylan Baker
2018-01-19
1
-1
/
+1
*
gallium/util: add util_num_layers helper
Marek Olšák
2017-12-25
1
-1
/
+1
*
util: move os_time.[ch] to src/util
Nicolai Hähnle
2017-11-09
1
-1
/
+1
*
meson: build gallium helper drivers
Dylan Baker
2017-10-16
1
-0
/
+28
*
gallium: add pipe_screen::check_resource_capability
Marek Olšák
2017-10-12
1
-0
/
+14
*
gallium: remove pipe_index_buffer and set_index_buffer
Marek Olšák
2017-05-10
1
-20
/
+0
*
gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytes
Marek Olšák
2017-05-10
1
-2
/
+5
*
gallium: decrease the size of pipe_resource - 64 -> 48 bytes
Marek Olšák
2017-04-04
1
-1
/
+1
*
gallium/util: replace pipe_thread_create() with u_thread_create()
Timothy Arceri
2017-03-12
1
-1
/
+1
*
gallium: s/uint/enum pipe_shader_type/ for set_constant_buffer()
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: 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
-2
/
+4
*
gallium/util: replace pipe_condvar with cnd_t
Timothy Arceri
2017-03-07
1
-1
/
+1
*
gallium/util: replace pipe_thread with thrd_t
Timothy Arceri
2017-03-07
1
-1
/
+1
*
gallium/util: replace pipe_mutex_unlock() with mtx_unlock()
Timothy Arceri
2017-03-07
3
-113
/
+113
*
gallium/util: replace pipe_mutex_lock() with mtx_lock()
Timothy Arceri
2017-03-07
3
-90
/
+90
*
gallium/util: replace pipe_mutex_init() with mtx_init()
Timothy Arceri
2017-03-07
2
-4
/
+4
*
gallium/util: replace pipe_mutex with mtx_t
Timothy Arceri
2017-03-07
2
-4
/
+4
*
gallium/util: replace pipe_condvar_broadcast() with cnd_broadcast()
Timothy Arceri
2017-03-07
1
-3
/
+3
*
gallium/util: replace pipe_condvar_wait() with cnd_wait()
Timothy Arceri
2017-03-07
1
-1
/
+1
*
gallium/util: replace pipe_condvar_init() with cnd_init()
Timothy Arceri
2017-03-07
1
-1
/
+1
*
ddebug/rbug/trace: add get_disk_shader_cache() to pass-throughs
Timothy Arceri
2017-02-23
1
-0
/
+9
*
gallium: set pipe_context uploaders in drivers (v3)
Marek Olšák
2017-02-14
1
-0
/
+2
*
gallium: add pipe_screen::resource_changed callback wrappers
Philipp Zabel
2017-01-20
1
-0
/
+14
*
gallium: Use enum pipe_shader_type in set_sampler_views()
Kai Wasserbäch
2016-08-29
1
-1
/
+1
*
gallium: Use enum pipe_shader_type in bind_sampler_states() (v2)
Kai Wasserbäch
2016-08-29
1
-1
/
+2
*
gallium: add a pipe_context parameter to resource_get_handle
Marek Olšák
2016-08-25
1
-1
/
+4
*
gallium: add a pipe_context parameter to fence_finish
Marek Olšák
2016-08-10
1
-3
/
+3
*
gallium: add render_condition_enable param to clear_render_target/depth_stencil
Marek Olšák
2016-08-10
1
-4
/
+8
*
gallium: split transfer_inline_write into buffer and texture callbacks
Marek Olšák
2016-07-23
1
-17
/
+35
*
gallium: make constant_buffer const
Rob Clark
2016-06-20
1
-1
/
+1
*
rbug: s/Elements/ARRAY_SIZE/
Brian Paul
2016-05-03
1
-1
/
+1
*
gallium: add bool return to pipe_context::end_query
Nicolai Hähnle
2016-04-21
1
-3
/
+6
*
gallium: add pipe_context::set_active_query_state for pausing queries
Marek Olšák
2016-04-12
1
-0
/
+12
*
gallium: add external usage flags to resource_from(get)_handle (v2)
Marek Olšák
2016-03-09
1
-4
/
+6
*
gallium/drivers: Trivial code-style cleanup
Edward O'Callaghan
2015-12-06
1
-6
/
+6
*
gallium: add flags parameter to pipe_screen::context_create
Marek Olšák
2015-08-26
1
-3
/
+3
*
gallium: replace INLINE with inline
Ilia Mirkin
2015-07-21
3
-12
/
+12
*
gallium: remove redundant pipe_context::fence_signalled
Marek Olšák
2015-07-05
1
-12
/
+0
*
gallium/drivers: Add extern "C" wrappers to public entry
Alexander von Gluck IV
2015-05-15
1
-0
/
+8
*
gallium: make pipe_context::begin_query return a boolean
Samuel Pitoiset
2015-05-06
1
-3
/
+4
*
gallium: implement get_device_vendor() for existing drivers
Giuseppe Bilotta
2015-03-23
1
-0
/
+10
*
gallium: Replace u_simple_list.h with util/simple_list.h
Eric Anholt
2015-01-28
4
-4
/
+4
*
gallium/rbug: correctly unreference a sampler view
Marek Olšák
2014-09-24
1
-2
/
+1
*
gallium/rbug: unlock a mutex in rbug_create_query
Marek Olšák
2014-09-24
1
-3
/
+5
*
gallium/rbug: ship all files in the tarball
Emil Velikov
2014-09-05
2
-2
/
+8
*
rbug: only add textures to the list
Marek Olšák
2014-08-19
1
-2
/
+5
[next]