summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/trace
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallium/trace: Dump no.of samples and layers in fb stateEdward O'Callaghan2016-04-071-0/+2
* gallium: distinguish between shader IR in get_compute_paramBas Nieuwenhuizen2016-04-021-1/+3
* gallium: add compute shader IR typeBas Nieuwenhuizen2016-04-021-1/+3
* gallium: add external usage flags to resource_from(get)_handle (v2)Marek Olšák2016-03-091-4/+6
* trace: assorted whitespace and formatting fixesBrian Paul2016-02-191-29/+31
* trace: remove unneeded inline qualifiersBrian Paul2016-02-191-46/+46
* trace: fix new gcc6 warningsRob Clark2016-02-181-7/+0
* trace: add all compute related functionsSamuel Pitoiset2016-02-134-0/+164
* scons: Eliminate MSVC2008 compatibility.Jose Fonseca2016-02-111-1/+1
* configure: Eliminate MSVC2008 compatibility.Jose Fonseca2016-02-111-1/+1
* trace: add missing pipe_context::clear_texture()Samuel Pitoiset2016-02-081-0/+28
* trace: remove useless MALLOC() in trace_context_draw_vbo()Samuel Pitoiset2016-02-081-11/+6
* trace: add support for set_shader_buffersIlia Mirkin2016-01-293-0/+60
* trace: fix a segfault when tracing indirect draw callsSamuel Pitoiset2016-01-241-1/+16
* gallium/st: add pipe_context::generate_mipmap()Charmaine Lee2016-01-141-0/+37
* gallium/drivers: Trivial code-style cleanupEdward O'Callaghan2015-12-066-40/+40
* gallium/trace: remove useless NULL check from trace_screen_create()Emil Velikov2015-11-211-3/+0
* gallium: add flags parameter to pipe_screen::context_createMarek Olšák2015-08-261-2/+5
* gallium: replace INLINE with inlineIlia Mirkin2015-07-215-69/+69
* gallium: remove redundant pipe_context::fence_signalledMarek Olšák2015-07-051-24/+0
* trace: Add missing p_compiler.h include.Jose Fonseca2015-06-121-0/+2
* gallium: use const in set_tess_stateMarek Olšák2015-05-261-2/+2
* trace: implement new tessellation functionsMarek Olšák2015-05-162-0/+28
* gallium: make pipe_context::begin_query return a booleanSamuel Pitoiset2015-05-061-2/+4
* gallium: implement get_device_vendor() for existing driversGiuseppe Bilotta2015-03-231-0/+22
* softpipe,trace: Set MSVC 2008 compat flags.Jose Fonseca2015-03-042-1/+4
* gallium: Replace u_simple_list.h with util/simple_list.hEric Anholt2015-01-283-3/+3
* gallium/trace: ship all files in the tarballEmil Velikov2014-09-052-1/+12
* gallium: add facilities for indirect drawingChristoph Bumiller2014-07-021-0/+3
* gallium: add an index argument to create_queryIlia Mirkin2014-07-011-2/+4
* gallium: add support for stream in so infoIlia Mirkin2014-07-011-0/+1