summaryrefslogtreecommitdiffstats
path: root/src/vulkan/anv_compiler.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'mesa-public/master' into vulkanJason Ekstrand2015-08-171-11/+7
|
* vk: Share upload logic and add size assertKristian Høgsberg Kristensen2015-08-101-20/+19
| | | | | | | This lets us hit an assert if we exceed the block pool size instead of GPU hanging. Signed-off-by: Kristian Høgsberg Kristensen <[email protected]>
* vk: Prefix most filenames with anvChad Versace2015-07-171-0/+1209
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.