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
/
rbug_context.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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: s/uint/enum pipe_shader_type/ for set_constant_buffer()
Brian Paul
2017-03-08
1
-1
/
+1
*
gallium/util: replace pipe_mutex_unlock() with mtx_unlock()
Timothy Arceri
2017-03-07
1
-64
/
+64
*
gallium/util: replace pipe_mutex_lock() with mtx_lock()
Timothy Arceri
2017-03-07
1
-62
/
+62
*
gallium/util: replace pipe_mutex_init() with mtx_init()
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
*
gallium: set pipe_context uploaders in drivers (v3)
Marek Olšák
2017-02-14
1
-0
/
+2
*
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 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: make pipe_context::begin_query return a boolean
Samuel Pitoiset
2015-05-06
1
-3
/
+4
*
gallium: Replace u_simple_list.h with util/simple_list.h
Eric Anholt
2015-01-28
1
-1
/
+1
*
gallium/rbug: unlock a mutex in rbug_create_query
Marek Olšák
2014-09-24
1
-3
/
+5
*
rbug: implement streamout context functions
Marek Olšák
2014-08-19
1
-0
/
+46
*
rbug: fix crash in set_vertex_buffers
Marek Olšák
2014-08-19
1
-1
/
+1
*
rbug: remove contexts from the list properly
Marek Olšák
2014-08-19
1
-1
/
+3
*
gallium: add an index argument to create_query
Ilia Mirkin
2014-07-01
1
-2
/
+4
*
rbug: add missing pipe->blit() entrypoint
Rob Clark
2014-05-21
1
-0
/
+21
*
gallium/drivers: support more sampler views than samplers for more drivers
Roland Scheidegger
2013-11-28
1
-1
/
+1
*
gallium: new, unified pipe_context::set_sampler_views() function
Brian Paul
2013-10-23
1
-28
/
+2
*
rbug: remove old bind_*_sampler_states() functions
Brian Paul
2013-10-03
1
-53
/
+1
*
rbug: implement pipe_context::bind_sampler_states()
Brian Paul
2013-10-03
1
-0
/
+34
*
gallium: add flush_resource context function
Marek Olšák
2013-09-20
1
-0
/
+15
*
gallium: Add support for multiple viewports
Zack Rusin
2013-05-25
1
-10
/
+12
*
gallium: fix type of flags in pipe_context::flush()
Chia-I Wu
2013-05-04
1
-1
/
+1
*
rbug: silence some MSVC signed/unsigned warnings
Brian Paul
2013-03-21
1
-1
/
+1
*
gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flag
Marek Olšák
2013-01-04
1
-3
/
+3
*
gallium: add start_slot parameter to set_vertex_buffers
Marek Olšák
2012-10-31
1
-2
/
+2
*
gallium: unify transfer functions
Marek Olšák
2012-10-11
1
-46
/
+14
*
rbug: update data structures, functions for future changes
Brian Paul
2012-08-16
1
-56
/
+57
*
gallium: remove PIPE_MAX_VERTEX/GEOMETRY_SAMPLERS #define
Brian Paul
2012-08-16
1
-1
/
+1
*
gallium: remove pipe_context::redefine_user_buffer
Marek Olšák
2012-04-30
1
-16
/
+0
*
gallium: change set_constant_buffer to be UBO-friendly
Marek Olšák
2012-04-30
1
-7
/
+6
*
gallium: adapt to get_query_result interface change
Marek Olšák
2012-03-30
1
-1
/
+1
*
gallium: remove unused winsys pointers in pipe_screen and pipe_context
Marek Olšák
2012-02-21
1
-1
/
+0
*
Allow RBUG to start blocked
Alex Corscadden
2011-09-23
1
-0
/
+4
*
gallium: move clear paths from rgba to a pointer to a color union (v2)
Dave Airlie
2011-09-18
1
-4
/
+4
*
rbug: Use the call mutex
Jakob Bornecrantz
2011-03-13
1
-19
/
+187
*
rbug: Skip drawing on disabled shaders
Jakob Bornecrantz
2011-03-13
1
-1
/
+4
*
gallium: remove flags from the flush function
Marek Olšák
2011-03-11
1
-2
/
+0
*
gallium: kill is_resource_referenced
Marek Olšák
2011-03-11
1
-18
/
+0
*
rbug: Fix depth stencil surface not being sent to the client
Jakob Bornecrantz
2011-03-03
1
-0
/
+3
*
gallium: notify drivers about possible changes in user buffer contents
Marek Olšák
2011-02-14
1
-0
/
+14
[next]