summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/trace
AgeCommit message (Expand)AuthorFilesLines
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
2016-02-18trace: fix new gcc6 warningsRob Clark1-7/+0
2016-02-13trace: add all compute related functionsSamuel Pitoiset4-0/+164
2016-02-11scons: Eliminate MSVC2008 compatibility.Jose Fonseca1-1/+1
2016-02-11configure: Eliminate MSVC2008 compatibility.Jose Fonseca1-1/+1
2016-02-08trace: add missing pipe_context::clear_texture()Samuel Pitoiset1-0/+28
2016-02-08trace: remove useless MALLOC() in trace_context_draw_vbo()Samuel Pitoiset1-11/+6
2016-01-29trace: add support for set_shader_buffersIlia Mirkin3-0/+60
2016-01-24trace: fix a segfault when tracing indirect draw callsSamuel Pitoiset1-1/+16
2016-01-14gallium/st: add pipe_context::generate_mipmap()Charmaine Lee1-0/+37
2015-12-06gallium/drivers: Trivial code-style cleanupEdward O'Callaghan6-40/+40
2015-11-21gallium/trace: remove useless NULL check from trace_screen_create()Emil Velikov1-3/+0
2015-08-26gallium: add flags parameter to pipe_screen::context_createMarek Olšák1-2/+5
2015-07-21gallium: replace INLINE with inlineIlia Mirkin5-69/+69
2015-07-05gallium: remove redundant pipe_context::fence_signalledMarek Olšák1-24/+0
2015-06-12trace: Add missing p_compiler.h include.Jose Fonseca1-0/+2
2015-05-26gallium: use const in set_tess_stateMarek Olšák1-2/+2
2015-05-16trace: implement new tessellation functionsMarek Olšák2-0/+28
2015-05-06gallium: make pipe_context::begin_query return a booleanSamuel Pitoiset1-2/+4
2015-03-23gallium: implement get_device_vendor() for existing driversGiuseppe Bilotta1-0/+22
2015-03-04softpipe,trace: Set MSVC 2008 compat flags.Jose Fonseca2-1/+4
2015-01-28gallium: Replace u_simple_list.h with util/simple_list.hEric Anholt3-3/+3
2014-09-05gallium/trace: ship all files in the tarballEmil Velikov2-1/+12
2014-07-02gallium: add facilities for indirect drawingChristoph Bumiller1-0/+3