aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/virgl/virgl_query.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: add PIPE_RESOURCE_FLAG_SINGLE_THREAD_USE to skip util_range lockMarek Olšák2019-10-071-1/+1
* gallium: switch boolean -> bool at the interface definitionsIlia Mirkin2019-07-221-8/+8
* virgl: track valid buffer range for transfer syncChia-I Wu2019-05-221-1/+4
* virgl: rework queriesChia-I Wu2019-05-061-45/+71
* virgl: use uint16_t mask instead of separate booleansGurchetan Singh2019-03-131-1/+1
* virgl: use virgl_resource_dirty helperGurchetan Singh2019-02-151-1/+1
* virgl: add ability to do finer grain dirty trackingGurchetan Singh2019-02-151-2/+2
* virgl: ARB_query_buffer_object supportDave Airlie2019-01-311-0/+17
* virgl: add ARB_transform_feedback_overflow_query supportDave Airlie2018-05-301-1/+2
* virgl: Add support for passing GL_ANY_SAMPLES_PASSED_CONSERVATIVEGert Wollny2018-05-101-1/+2
* virgl: remap query types to hw support.Dave Airlie2018-02-161-2/+35
* gallium: s/uint/enum pipe_render_cond_flag/ for set_render_condition()Brian Paul2017-03-081-1/+1
* gallium: add bool return to pipe_context::end_queryNicolai Hähnle2016-04-211-1/+2
* gallium: add pipe_context::set_active_query_state for pausing queriesMarek Olšák2016-04-121-0/+6
* virgl: unwrap the includesEmil Velikov2015-10-301-1/+2
* virgl: introduce virgl_query() inline wrapperEmil Velikov2015-10-301-5/+10
* virgl: add virgl_context/sampler_view/so_target() upcast wrappersEmil Velikov2015-10-301-6/+6
* virgl: add driver for virtio-gpu 3D (v2)Dave Airlie2015-10-231-0/+169