summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/trace/tr_context.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: move ddebug, noop, rbug, trace to auxiliary to improve build timesMarek Olšák2018-04-131-1948/+0
* trace: add ARB_bindless_texture supportSamuel Pitoiset2017-06-141-0/+112
* gallium: remove pipe_index_buffer and set_index_bufferMarek Olšák2017-05-101-19/+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
* trace: remove pipe_resource wrappingMarek Olšák2017-02-251-140/+16
* gallium: set pipe_context uploaders in drivers (v3)Marek Olšák2017-02-141-0/+2
* 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 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
* 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-071-0/+39
* 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-131-0/+75
* 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-291-0/+40
* 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-061-5/+5
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-50/+50
* gallium: use const in set_tess_stateMarek Olšák2015-05-261-2/+2
* trace: implement new tessellation functionsMarek Olšák2015-05-161-0/+26
* gallium: make pipe_context::begin_query return a booleanSamuel Pitoiset2015-05-061-2/+4
* gallium: Replace u_simple_list.h with util/simple_list.hEric Anholt2015-01-281-1/+1
* gallium: add an index argument to create_queryIlia Mirkin2014-07-011-2/+4
* gallium: allow setting of the internal stream output offsetZack Rusin2014-03-071-3/+3
* gallium: add interface for persistent and coherent buffer mappingsMarek Olšák2014-02-251-0/+16
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* trace: Dump PIPE_QUERY_* enums.José Fonseca2013-11-281-1/+2
* trace: Dump query results faithfully.José Fonseca2013-11-281-15/+67
* gallium/drivers: support more sampler views than samplers for more driversRoland Scheidegger2013-11-281-1/+1
* gallium: new, unified pipe_context::set_sampler_views() functionBrian Paul2013-10-231-57/+5
* trace: remove old bind_*_sampler_states() functionsBrian Paul2013-10-031-75/+7
* trace: implement pipe_context::bind_sampler_states()Brian Paul2013-10-031-28/+42
* gallium: add flush_resource context functionMarek Olšák2013-09-201-0/+21