Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gallium: s/uint/enum pipe_render_cond_flag/ for set_render_condition() | Brian Paul | 2017-03-08 | 1 | -1/+1 |
* | 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 |
* | freedreno: add support for conditional rendering, required for GL3.0 | Ilia Mirkin | 2015-11-18 | 1 | -0/+11 |
* | gallium: make pipe_context::begin_query return a boolean | Samuel Pitoiset | 2015-05-06 | 1 | -2/+2 |
* | gallium: replace pipe_driver_query_info::max_value by a union | Samuel Pitoiset | 2015-05-06 | 1 | -6/+6 |
* | gallium: add an index argument to create_query | Ilia Mirkin | 2014-07-01 | 1 | -1/+1 |
* | freedreno: add support for hw queries | Rob Clark | 2014-05-13 | 1 | -2/+3 |
* | freedreno/query: allow multiple query implementations | Rob Clark | 2014-05-13 | 1 | -106/+12 |
* | freedreno: add prims-emitted driver query | Rob Clark | 2014-02-01 | 1 | -0/+1 |
* | freedreno: add basic query support | Rob Clark | 2014-01-08 | 1 | -0/+213 |