| Commit message (Expand) | Author | Age | Files | Lines |
* | 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/+29 |
* | gallium: add pipe_screen::check_resource_capability | Marek Olšák | 2017-10-12 | 1 | -0/+11 |
* | gallium: add PIPE_QUERY_OCCLUSION_PREDICATE_CONSERVATIVE | Nicolai Hähnle | 2017-09-18 | 1 | -0/+1 |
* | gallium: introduce device/driver UUID queries | Andres Rodriguez | 2017-08-06 | 1 | -0/+31 |
* | gallium: introduce memory object | Dave Airlie | 2017-08-06 | 1 | -0/+69 |
* | gallium: rename util_dump_* to util_str_* for enum-to-string conversion | Nicolai Hähnle | 2017-08-02 | 1 | -1/+1 |
* | gallium: add PIPE_QUERY_SO_OVERFLOW_ANY_PREDICATE and corresponding cap | Nicolai Hähnle | 2017-08-02 | 1 | -0/+1 |
* | trace: Correct transfer box size calculation. | Jose Fonseca | 2017-07-25 | 1 | -9/+8 |
* | trace: add ARB_bindless_texture support | Samuel Pitoiset | 2017-06-14 | 1 | -0/+112 |
* | gallium: remove pipe_index_buffer and set_index_buffer | Marek Olšák | 2017-05-10 | 3 | -43/+3 |
* | gallium: separate indirect stuff from pipe_draw_info - 80 -> 56 bytes | Marek Olšák | 2017-05-10 | 1 | -2/+10 |
* | gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytes | Marek Olšák | 2017-05-10 | 1 | -2/+2 |
* | trace: don't trace resource_destroy | Marek Olšák | 2017-04-25 | 1 | -7/+4 |
* | trace: remove some unused trace_dump_tag*() functions | Samuel Pitoiset | 2017-04-13 | 1 | -52/+0 |
* | trace: add resource_commit pass-through | Nicolai Hähnle | 2017-04-05 | 1 | -0/+20 |
* | trace: remove leftover assertions after pipe_resource wrapping removal | Marek Olšák | 2017-03-17 | 1 | -6/+0 |
* | gallium: s/uint/enum pipe_render_cond_flag/ for set_render_condition() | Brian Paul | 2017-03-08 | 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 | -2/+3 |
* | gallium/util: replace pipe_mutex_unlock() with mtx_unlock() | Timothy Arceri | 2017-03-07 | 1 | -5/+5 |
* | gallium/util: replace pipe_mutex_lock() with mtx_lock() | Timothy Arceri | 2017-03-07 | 1 | -5/+5 |
* | gallium/util: remove pipe_static_mutex() | Timothy Arceri | 2017-03-07 | 1 | -1/+1 |
* | trace: remove pipe_resource wrapping | Marek Olšák | 2017-02-25 | 7 | -260/+40 |
* | ddebug/rbug/trace: add get_disk_shader_cache() to pass-throughs | Timothy Arceri | 2017-02-23 | 1 | -0/+21 |
* | 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/+23 |
* | gallium: add flags parameter to texture barrier | Ilia Mirkin | 2017-01-16 | 1 | -2/+3 |
* | trace: add invalidate_resource callback | Ilia Mirkin | 2016-10-11 | 1 | -0/+21 |
* | gallium: Use enum pipe_shader_type in set_shader_images() | Kai Wasserbäch | 2016-08-29 | 1 | -1/+1 |
* | gallium: Use enum pipe_shader_type in set_shader_buffers() | Kai Wasserbäch | 2016-08-29 | 1 | -1/+1 |
* | 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/+1 |
* | gallium: add a pipe_context parameter to resource_get_handle | Marek Olšák | 2016-08-25 | 1 | -1/+4 |
* | gallium: change pipe_image_view::first_element/last_element -> offset/size | Marek Olšák | 2016-08-17 | 1 | -2/+2 |
* | gallium: change pipe_sampler_view::first_element/last_element -> offset/size | Marek Olšák | 2016-08-17 | 1 | -2/+2 |
* | gallium: add a pipe_context parameter to fence_finish | Marek Olšák | 2016-08-10 | 1 | -1/+4 |
* | gallium: add render_condition_enable param to clear_render_target/depth_stencil | Marek Olšák | 2016-08-10 | 1 | -4/+10 |
* | gallium: split transfer_inline_write into buffer and texture callbacks | Marek Olšák | 2016-07-23 | 1 | -15/+52 |
* | gallium: make image_view const | Rob Clark | 2016-06-20 | 1 | -1/+1 |
* | gallium: make constant_buffer const | Rob Clark | 2016-06-20 | 1 | -1/+1 |
* | gallium: make shader_buffers const | Rob Clark | 2016-06-20 | 1 | -1/+1 |
* | trace: s/Elements/ARRAY_SIZE/ | Brian Paul | 2016-05-03 | 1 | -4/+4 |
* | gallium: fix warnings in release build | Grazvydas Ignotas | 2016-04-25 | 1 | -1/+1 |
* | gallium: add bool return to pipe_context::end_query | Nicolai Hähnle | 2016-04-21 | 1 | -2/+4 |
* | gallium: add pipe_context::set_active_query_state for pausing queries | Marek Olšák | 2016-04-12 | 1 | -0/+19 |
* | trace: add missing set_shader_images() | Samuel Pitoiset | 2016-04-07 | 3 | -0/+81 |
* | gallium/trace: Dump no.of samples and layers in fb state | Edward O'Callaghan | 2016-04-07 | 1 | -0/+2 |
* | gallium: distinguish between shader IR in get_compute_param | Bas Nieuwenhuizen | 2016-04-02 | 1 | -1/+3 |
* | gallium: add compute shader IR type | Bas Nieuwenhuizen | 2016-04-02 | 1 | -1/+3 |