Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'mesa-public/master' into vulkan | Jason Ekstrand | 2015-08-17 | 1 | -11/+7 |
| | |||||
* | vk: Share upload logic and add size assert | Kristian Høgsberg Kristensen | 2015-08-10 | 1 | -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 anv | Chad Versace | 2015-07-17 | 1 | -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. |