Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gallium: switch boolean -> bool at the interface definitions | Ilia Mirkin | 2019-07-22 | 1 | -3/+3 |
* | nv50,nvc0: use condition for occlusion queries when already complete | Ilia Mirkin | 2019-02-06 | 1 | -7/+1 |
* | gallium: add PIPE_QUERY_OCCLUSION_PREDICATE_CONSERVATIVE | Nicolai Hähnle | 2017-09-18 | 1 | -0/+4 |
* | nv50: add PIPE_QUERY_OCCLUSION_PREDICATE support | Ilia Mirkin | 2016-02-09 | 1 | -0/+6 |
* | nv50,nvc0: free memory allocated by performance metrics | Samuel Pitoiset | 2015-12-16 | 1 | -0/+6 |
* | nv50: add support for performance metrics on G84+ | Samuel Pitoiset | 2015-11-14 | 1 | -3/+16 |
* | nv50: add compute-related MP perf counters on G84+ | Samuel Pitoiset | 2015-11-14 | 1 | -1/+33 |
* | nv50: do not create an invalid HW query type | Samuel Pitoiset | 2015-10-30 | 1 | -11/+28 |
* | nv50: move HW queries to nv50_query_hw.c/h files | Samuel Pitoiset | 2015-10-30 | 1 | -0/+389 |