aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/trace
Commit message (Expand)AuthorAgeFilesLines
* Revert "gallium: build ddebug, noop, rbug, trace as part of auxiliary"Roland Scheidegger2018-02-071-13/+13
* gallium: build ddebug, noop, rbug, trace as part of auxiliaryMarek Olšák2018-02-071-13/+13
* autotools: include meson build files in tarballDylan Baker2018-01-191-1/+2
* util: move os_time.[ch] to src/utilNicolai Hähnle2017-11-091-1/+1
* meson: build gallium helper driversDylan Baker2017-10-161-0/+29
* gallium: add pipe_screen::check_resource_capabilityMarek Olšák2017-10-121-0/+11
* gallium: add PIPE_QUERY_OCCLUSION_PREDICATE_CONSERVATIVENicolai Hähnle2017-09-181-0/+1
* gallium: introduce device/driver UUID queriesAndres Rodriguez2017-08-061-0/+31
* gallium: introduce memory objectDave Airlie2017-08-061-0/+69
* gallium: rename util_dump_* to util_str_* for enum-to-string conversionNicolai Hähnle2017-08-021-1/+1
* gallium: add PIPE_QUERY_SO_OVERFLOW_ANY_PREDICATE and corresponding capNicolai Hähnle2017-08-021-0/+1
* trace: Correct transfer box size calculation.Jose Fonseca2017-07-251-9/+8
* trace: add ARB_bindless_texture supportSamuel Pitoiset2017-06-141-0/+112
* gallium: remove pipe_index_buffer and set_index_bufferMarek Olšák2017-05-103-43/+3
* gallium: separate indirect stuff from pipe_draw_info - 80 -> 56 bytesMarek Olšák2017-05-101-2/+10
* gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytesMarek Olšák2017-05-101-2/+2
* trace: don't trace resource_destroyMarek Olšák2017-04-251-7/+4
* trace: remove some unused trace_dump_tag*() functionsSamuel Pitoiset2017-04-131-52/+0
* trace: add resource_commit pass-throughNicolai Hähnle2017-04-051-0/+20
* trace: remove leftover assertions after pipe_resource wrapping removalMarek Olšák2017-03-171-6/+0
* gallium: s/uint/enum pipe_render_cond_flag/ for set_render_condition()Brian Paul2017-03-081-1/+1
* gallium: s/uint/enum pipe_shader_type/ for set_constant_buffer()Brian Paul2017-03-081-1/+1
* gallium: s/unsigned/enum pipe_shader_type/ for pipe_screen::get_shader_param()Brian Paul2017-03-081-2/+3
* gallium/util: replace pipe_mutex_unlock() with mtx_unlock()Timothy Arceri2017-03-071-5/+5
* gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri2017-03-071-5/+5
* gallium/util: remove pipe_static_mutex()Timothy Arceri2017-03-071-1/+1
* trace: remove pipe_resource wrappingMarek Olšák2017-02-257-260/+40
* ddebug/rbug/trace: add get_disk_shader_cache() to pass-throughsTimothy Arceri2017-02-231-0/+21
* gallium: set pipe_context uploaders in drivers (v3)Marek Olšák2017-02-141-0/+2
* gallium: add pipe_screen::resource_changed callback wrappersPhilipp Zabel2017-01-201-0/+23
* gallium: add flags parameter to texture barrierIlia Mirkin2017-01-161-2/+3
* trace: add invalidate_resource callbackIlia Mirkin2016-10-111-0/+21
* gallium: Use enum pipe_shader_type in set_shader_images()Kai Wasserbäch2016-08-291-1/+1
* gallium: Use enum pipe_shader_type in set_shader_buffers()Kai Wasserbäch2016-08-291-1/+1
* gallium: Use enum pipe_shader_type in set_sampler_views()Kai Wasserbäch2016-08-291-1/+1
* gallium: Use enum pipe_shader_type in bind_sampler_states() (v2)Kai Wasserbäch2016-08-291-1/+1
* gallium: add a pipe_context parameter to resource_get_handleMarek Olšák2016-08-251-1/+4
* gallium: change pipe_image_view::first_element/last_element -> offset/sizeMarek Olšák2016-08-171-2/+2
* gallium: change pipe_sampler_view::first_element/last_element -> offset/sizeMarek Olšák2016-08-171-2/+2
* gallium: add a pipe_context parameter to fence_finishMarek Olšák2016-08-101-1/+4
* gallium: add render_condition_enable param to clear_render_target/depth_stencilMarek Olšák2016-08-101-4/+10
* gallium: split transfer_inline_write into buffer and texture callbacksMarek Olšák2016-07-231-15/+52
* gallium: make image_view constRob Clark2016-06-201-1/+1
* gallium: make constant_buffer constRob Clark2016-06-201-1/+1
* gallium: make shader_buffers constRob Clark2016-06-201-1/+1
* trace: s/Elements/ARRAY_SIZE/Brian Paul2016-05-031-4/+4
* gallium: fix warnings in release buildGrazvydas Ignotas2016-04-251-1/+1
* gallium: add bool return to pipe_context::end_queryNicolai Hähnle2016-04-211-2/+4
* gallium: add pipe_context::set_active_query_state for pausing queriesMarek Olšák2016-04-121-0/+19
* trace: add missing set_shader_images()Samuel Pitoiset2016-04-073-0/+81