summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/trace
AgeCommit message (Expand)AuthorFilesLines
2017-09-18gallium: add PIPE_QUERY_OCCLUSION_PREDICATE_CONSERVATIVENicolai Hähnle1-0/+1
2017-08-06gallium: introduce device/driver UUID queriesAndres Rodriguez1-0/+31
2017-08-06gallium: introduce memory objectDave Airlie1-0/+69
2017-08-02gallium: rename util_dump_* to util_str_* for enum-to-string conversionNicolai Hähnle1-1/+1
2017-08-02gallium: add PIPE_QUERY_SO_OVERFLOW_ANY_PREDICATE and corresponding capNicolai Hähnle1-0/+1
2017-07-25trace: Correct transfer box size calculation.Jose Fonseca1-9/+8
2017-06-14trace: add ARB_bindless_texture supportSamuel Pitoiset1-0/+112
2017-05-10gallium: remove pipe_index_buffer and set_index_bufferMarek Olšák3-43/+3
2017-05-10gallium: separate indirect stuff from pipe_draw_info - 80 -> 56 bytesMarek Olšák1-2/+10
2017-05-10gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytesMarek Olšák1-2/+2
2017-04-25trace: don't trace resource_destroyMarek Olšák1-7/+4
2017-04-13trace: remove some unused trace_dump_tag*() functionsSamuel Pitoiset1-52/+0
2017-04-05trace: add resource_commit pass-throughNicolai Hähnle1-0/+20
2017-03-17trace: remove leftover assertions after pipe_resource wrapping removalMarek Olšák1-6/+0
2017-03-08gallium: s/uint/enum pipe_render_cond_flag/ for set_render_condition()Brian Paul1-1/+1
2017-03-08gallium: s/uint/enum pipe_shader_type/ for set_constant_buffer()Brian Paul1-1/+1
2017-03-08gallium: s/unsigned/enum pipe_shader_type/ for pipe_screen::get_shader_param()Brian Paul1-2/+3
2017-03-07gallium/util: replace pipe_mutex_unlock() with mtx_unlock()Timothy Arceri1-5/+5
2017-03-07gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri1-5/+5
2017-03-07gallium/util: remove pipe_static_mutex()Timothy Arceri1-1/+1
2017-02-25trace: remove pipe_resource wrappingMarek Olšák7-260/+40
2017-02-23ddebug/rbug/trace: add get_disk_shader_cache() to pass-throughsTimothy Arceri1-0/+21
2017-02-14gallium: set pipe_context uploaders in drivers (v3)Marek Olšák1-0/+2
2017-01-20gallium: add pipe_screen::resource_changed callback wrappersPhilipp Zabel1-0/+23
2017-01-16gallium: add flags parameter to texture barrierIlia Mirkin1-2/+3
2016-10-11trace: add invalidate_resource callbackIlia Mirkin1-0/+21
2016-08-29gallium: Use enum pipe_shader_type in set_shader_images()Kai Wasserbäch1-1/+1
2016-08-29gallium: Use enum pipe_shader_type in set_shader_buffers()Kai Wasserbäch1-1/+1
2016-08-29gallium: Use enum pipe_shader_type in set_sampler_views()Kai Wasserbäch1-1/+1
2016-08-29gallium: Use enum pipe_shader_type in bind_sampler_states() (v2)Kai Wasserbäch1-1/+1
2016-08-25gallium: add a pipe_context parameter to resource_get_handleMarek Olšák1-1/+4
2016-08-17gallium: change pipe_image_view::first_element/last_element -> offset/sizeMarek Olšák1-2/+2
2016-08-17gallium: change pipe_sampler_view::first_element/last_element -> offset/sizeMarek Olšák1-2/+2
2016-08-10gallium: add a pipe_context parameter to fence_finishMarek Olšák1-1/+4
2016-08-10gallium: add render_condition_enable param to clear_render_target/depth_stencilMarek Olšák1-4/+10
2016-07-23gallium: split transfer_inline_write into buffer and texture callbacksMarek Olšák1-15/+52
2016-06-20gallium: make image_view constRob Clark1-1/+1
2016-06-20gallium: make constant_buffer constRob Clark1-1/+1
2016-06-20gallium: make shader_buffers constRob Clark1-1/+1
2016-05-03trace: s/Elements/ARRAY_SIZE/Brian Paul1-4/+4
2016-04-25gallium: fix warnings in release buildGrazvydas Ignotas1-1/+1
2016-04-21gallium: add bool return to pipe_context::end_queryNicolai Hähnle1-2/+4
2016-04-12gallium: add pipe_context::set_active_query_state for pausing queriesMarek Olšák1-0/+19
2016-04-07trace: add missing set_shader_images()Samuel Pitoiset3-0/+81
2016-04-07gallium/trace: Dump no.of samples and layers in fb stateEdward O'Callaghan1-0/+2
2016-04-02gallium: distinguish between shader IR in get_compute_paramBas Nieuwenhuizen1-1/+3
2016-04-02gallium: add compute shader IR typeBas Nieuwenhuizen1-1/+3
2016-03-09gallium: add external usage flags to resource_from(get)_handle (v2)Marek Olšák1-4/+6
2016-02-19trace: assorted whitespace and formatting fixesBrian Paul1-29/+31
2016-02-19trace: remove unneeded inline qualifiersBrian Paul1-46/+46