| Commit message (Expand) | Author | Age | Files | Lines |
* | gallium: switch boolean -> bool at the interface definitions | Ilia Mirkin | 2019-07-22 | 1 | -5/+5 |
* | nv50,nvc0: use condition for occlusion queries when already complete | Ilia Mirkin | 2019-02-06 | 1 | -6/+4 |
* | gallium: add PIPE_QUERY_OCCLUSION_PREDICATE_CONSERVATIVE | Nicolai Hähnle | 2017-09-18 | 1 | -0/+1 |
* | gallium: s/uint/enum pipe_render_cond_flag/ for set_render_condition() | Brian Paul | 2017-03-08 | 1 | -1/+1 |
* | nv50,nvc0: stop limiting the number of active queries to 1 | Samuel Pitoiset | 2016-11-02 | 1 | -8/+6 |
* | gallium: add bool return to pipe_context::end_query | Nicolai Hähnle | 2016-04-21 | 1 | -1/+2 |
* | gallium: add pipe_context::set_active_query_state for pausing queries | Marek Olšák | 2016-04-12 | 1 | -0/+6 |
* | nv50: expose two groups of compute-related MP perf counters | Samuel Pitoiset | 2015-11-20 | 1 | -0/+52 |
* | gallium: add the concept of batch queries | Nicolai Hähnle | 2015-11-20 | 1 | -0/+1 |
* | nv50,nvc0: disable render condition around clear_* functions | Ilia Mirkin | 2015-11-14 | 1 | -0/+1 |
* | nv50: add compute-related MP perf counters on G84+ | Samuel Pitoiset | 2015-11-14 | 1 | -0/+23 |
* | nv50: move HW queries to nv50_query_hw.c/h files | Samuel Pitoiset | 2015-10-30 | 1 | -328/+26 |
* | nv50: move nva0_so_target_save_offset() to its correct location | Samuel Pitoiset | 2015-10-30 | 1 | -18/+0 |
* | nv50: add a header file for nv50_query | Samuel Pitoiset | 2015-10-30 | 1 | -26/+3 |
* | nv50: fix drawing from tfb, direct-to-pushbuf submits | Ilia Mirkin | 2015-09-05 | 1 | -7/+8 |
* | gallium: replace INLINE with inline | Ilia Mirkin | 2015-07-21 | 1 | -2/+2 |
* | nouveau: use bool instead of boolean | Samuel Pitoiset | 2015-07-21 | 1 | -19/+19 |
* | nv50: add nesting support for occlusion queries | Samuel Pitoiset | 2015-07-20 | 1 | -11/+18 |
* | nv50,nvc0: make sure to pushbuf_refn before putting bo into pushbuf_data | Ilia Mirkin | 2015-06-23 | 1 | -0/+1 |
* | nv50: fix PIPE_QUERY_TIMESTAMP_DISJOINT, based on nvc0 | Samuel Pitoiset | 2015-05-23 | 1 | -17/+22 |
* | nv50: fix PIPELINE_STATISTICS with HUD, based on nvc0 | Samuel Pitoiset | 2015-05-22 | 1 | -1/+2 |
* | nv50: fix 64-bit queries with HUD, based on nvc0 | Samuel Pitoiset | 2015-05-22 | 1 | -1/+13 |
* | gallium: make pipe_context::begin_query return a boolean | Samuel Pitoiset | 2015-05-06 | 1 | -1/+2 |
* | nv50: allocate more offset space for occlusion queries | Ilia Mirkin | 2015-04-04 | 1 | -5/+5 |
* | nv50: add PIPELINE_STATISTICS query support, based on nvc0 | Ilia Mirkin | 2015-02-19 | 1 | -1/+26 |
* | nv50,nvc0: Mark PIPE_QUERY_TIMESTAMP_DISJOINT as ready immediately | Tiziano Bacocco | 2015-02-10 | 1 | -0/+2 |
* | nv50: handle inverted render conditions | Tobias Klausmann | 2014-10-26 | 1 | -7/+47 |
* | gallium: add an index argument to create_query | Ilia Mirkin | 2014-07-01 | 1 | -1/+1 |
* | nv50,nvc0: leave queries on during blit, turn them on for 2d engine | Ilia Mirkin | 2014-05-11 | 1 | -1/+5 |
* | Move nv30, nv50 and nvc0 to nouveau. | Johannes Obermayr | 2013-09-11 | 1 | -0/+399 |