summaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/genX_query.c
Commit message (Expand)AuthorAgeFilesLines
* anv: wire up vk_errorf macro to do debug reportingTapani Pälli2017-09-121-1/+2
* anv: Remove 'inline' keywordsMatt Turner2017-08-291-1/+1
* anv: Stop setting BO flags in bo_init_newJason Ekstrand2017-05-231-0/+7
* anv/query: handle more cases of 'out of host memory'Iago Toral Quiroga2017-05-051-0/+10
* anv/query: Use genxml for MI_MATHJason Ekstrand2017-04-201-43/+28
* anv/query: Use snooping on !LLC platformsJason Ekstrand2017-04-071-13/+11
* anv/query: Busy-wait for available query entriesJason Ekstrand2017-04-051-6/+56
* anv: Query the kernel for reset statusJason Ekstrand2017-04-041-8/+3
* anv/query: handle out of host memory without crashing in compute_query_result()Iago Toral Quiroga2017-03-241-0/+5
* anv: return VK_ERROR_DEVICE_LOST immeditely when device is known to be lostIago Toral Quiroga2017-03-241-0/+3
* genxml: Make MI_STORE_DATA_IMM have a single 64-bit data fieldJason Ekstrand2017-03-171-2/+1
* anv: Implement pipeline statistics queriesIlia Mirkin2017-03-171-10/+222
* anv/query: Rework store_query_resultJason Ekstrand2017-03-171-15/+24
* anv/query: Break GPU query calculation into a helperJason Ekstrand2017-03-171-12/+18
* anv/query: Add a helper for writing a query pool resultJason Ekstrand2017-03-171-16/+17
* anv/query: Use a variable-length slot sizeJason Ekstrand2017-03-171-22/+30
* anv/query: Move the available bits to the frontJason Ekstrand2017-03-171-27/+18
* anv/query: Let 32-bit values wrapJason Ekstrand2017-03-171-2/+0
* anv/GetQueryPoolResults: Actually implement the specJason Ekstrand2017-03-161-16/+36
* anv/query: Invalidate the correct rangeJason Ekstrand2017-03-161-2/+6
* anv/query: Fix the location of timestamp availabilityJason Ekstrand2017-03-161-1/+1
* anv: Put everything about queries in genX_query.cJason Ekstrand2017-02-211-0/+480