summaryrefslogtreecommitdiffstats
path: root/src/vulkan/anv_util.c
Commit message (Collapse)AuthorAgeFilesLines
* vk/error: Handle ERROR_OUT_OF_DATE_WSIJason Ekstrand2015-09-081-39/+45
|
* vk: Add new vk_errorf that takes a format stringKristian Høgsberg Kristensen2015-09-031-6/+16
| | | | | | This allows us to annotate error cases in debug builds. Signed-off-by: Kristian Høgsberg Kristensen <[email protected]>
* vk: Make vk_error a little more helpfulKristian Høgsberg Kristensen2015-09-031-0/+47
| | | | | | | Print out file and line number and translate the error code to the symbolic name. Signed-off-by: Kristian Høgsberg Kristensen <[email protected]>
* Merge remote-tracking branch 'mesa-public/master' into vulkanJason Ekstrand2015-08-171-2/+2
|
* vk: Prefix most filenames with anvChad Versace2015-07-171-0/+151
Jason started the task by creating anv_cmd_buffer.c and anv_cmd_emit.c. This patch finishes the task by renaming all other files except gen*_pack.h and glsl_scraper.py.