1. 2f270f0 anv/image: Fix choice of isl_surf_usage for depthstencil images by Chad Versace · 9 years ago
  2. 8b9ceda anv/image: Delete old ifdef'd out code by Chad Versace · 9 years ago
  3. 981ef2f anv: Embed isl_surf into anv_surface by Chad Versace · 9 years ago
  4. 594e673 anv/image: Drop assertions on SURFTYPE extent limits by Chad Versace · 9 years ago
  5. b369389 anv/image: Use isl to calculate surface layout by Chad Versace · 9 years ago
  6. bda43a0 isl: Rename legacy Y tiling to ISL_TILING_Y0 by Chad Versace · 9 years ago
  7. 57941b6 anv/image: Vulkan's depthPitch is in bytes, not rows by Chad Versace · 9 years ago
  8. fcfb404 vk/0.210.0: Rework allocation to use the new pAllocator's by Jason Ekstrand · 9 years ago
  9. d3547e7 vk/0.210.0: Use VkSampleCountFlagBits for sample counts by Jason Ekstrand · 9 years ago
  10. 299f8f1 vk/0.210.0: More structure field renaming by Jason Ekstrand · 9 years ago
  11. 407b8cc vk/0.210.0: Get rid of VkImageAspect by Jason Ekstrand · 9 years ago
  12. a53f23d vk/0.210.0: Rework texture view component mapping by Jason Ekstrand · 9 years ago
  13. f1a7c78 vk/0.210.0: Switch to the new VKAPI function decorations by Jason Ekstrand · 9 years ago
  14. 6a8a542 vk/0.210.0: A pile of minor enum updates by Jason Ekstrand · 9 years ago
  15. cd4721c vk: Add SKL support by Kristian Høgsberg Kristensen · 9 years ago
  16. f0390bc anv: Add initial Haswell support by Jason Ekstrand · 9 years ago
  17. de54b4b anv: Only include the pack headers where needed by Jason Ekstrand · 9 years ago
  18. ba46746 anv: Use enum isl_tiling everywhere by Chad Versace · 9 years ago
  19. addc2a9 anv: Remove redundant fields anv_format::bs,bw,bh,bd by Chad Versace · 9 years ago
  20. 41cf35d anv/image: Determine the alignment units for compressed formats by Nanley Chery · 9 years ago
  21. 381f602 anv/image: Handle compressed format qpitch and padding by Nanley Chery · 9 years ago
  22. 300f7c2 anv/image: Handle compressed format stride and size by Nanley Chery · 9 years ago
  23. 3ee923f anv: Rename cpp variable to "bs" by Nanley Chery · 9 years ago
  24. db5a5fc anv/image: Add a basic implementation of GetImageSubresourceLayout by Jason Ekstrand · 9 years ago
  25. 0ca3c84 vk/0.170.2: Update remaining enums by Chad Versace · 9 years ago
  26. f9c948e vk/0.170.2: Update VkResult by Chad Versace · 9 years ago
  27. 6dea1a9 vk/0.170.2: Merge VkAttachmentView into VkImageView by Chad Versace · 9 years ago
  28. 03dd722 vk/image: Fix retrieval of anv_surface for depthstencil aspect by Chad Versace · 9 years ago
  29. 24de3d4 vk: Embed two surface states in anv_image_view by Chad Versace · 9 years ago
  30. 3fc2b1f vk: Remove stale finishme for stencil image views by Chad Versace · 9 years ago
  31. 44143a1 vk: Add anv_image::usage by Chad Versace · 9 years ago
  32. d007181 vk/image: Remove stale anv_asserts for depthstencil attachments by Chad Versace · 9 years ago
  33. 1e4263b vk/0.170.2: s/baseArraySlice/baseArrayLayer/ by Jason Ekstrand · 9 years ago
  34. d4446a7 vk: Merge anv_attachment_view into anv_image_view by Chad Versace · 9 years ago
  35. 05a26a6 vk/0.170.2: Make destructors return void by Jason Ekstrand · 9 years ago
  36. 9357062 vk: Merge anv_*_attachment_view into anv_attachment_view by Chad Versace · 9 years ago
  37. f0f4dfa vk: Drop anv_surface_view by Chad Versace · 9 years ago
  38. 74193a8 vk: Use consistent names for anv_*_view variables by Chad Versace · 9 years ago
  39. 8bf021c vk: Return anv_image_view_info by value by Chad Versace · 9 years ago
  40. 4ffb454 vk/image: Document a Vulkan spec requirement for depthstencil by Chad Versace · 9 years ago
  41. 7a089bd vk/0.170.2: Update VkImageSubresourceRange by Chad Versace · 9 years ago
  42. 622a317 vk/image: Teach vkCreateImage about layout of 1D surfaces by Chad Versace · 9 years ago
  43. eed74e3 vk: Teach vkCreateImage about layout of 3D surfaces by Chad Versace · 9 years ago
  44. e01d5a0 vk: Refactor anv_image_make_surface() by Chad Versace · 9 years ago
  45. c4b30e7 vk: Add new vk_errorf that takes a format string by Kristian Høgsberg Kristensen · 9 years ago
  46. 0cb2652 vk/image: Add PRM reference for QPitch equation by Chad Versace · 9 years ago
  47. 053d32d vk/image: Linear stencil buffers are illegal by Chad Versace · 9 years ago
  48. bff2879 vk/image: Don't abort when creating stencil image views by Chad Versace · 9 years ago
  49. c6f19b4 vk: Don't duplicate anv_depth_stencil_view's surface data by Chad Versace · 9 years ago
  50. b2ee317 vk: Fix format of anv_depth_stencil_view by Chad Versace · 9 years ago
  51. 941b48e vk/image: Let anv_image have one anv_surface per aspect by Chad Versace · 9 years ago
  52. f1455ff vk: Add gen7 support by Kristian Høgsberg Kristensen · 9 years ago
  53. f5275f7 vk: Move anv_color_attachment_view_init() to gen8_state.c by Kristian Høgsberg Kristensen · 9 years ago
  54. 988341a vk: Move anv_CreateImageView to gen8_state.c by Kristian Høgsberg Kristensen · 9 years ago
  55. d528225 vk/image: Don't set anv_surface_view::offset twice by Chad Versace · 9 years ago
  56. 6ff95bb vk: Add anv_format reference to anv_render_pass_attachment by Chad Versace · 9 years ago
  57. 5a6b2e6 vk/image: Simplify stencil case for anv_image_create() by Chad Versace · 9 years ago
  58. 60c4ac5 vk: Add anv_format reference t anv_surface_view by Chad Versace · 9 years ago
  59. ded736f vk: Add anv_format reference to anv_image by Chad Versace · 9 years ago
  60. 6d09d06 vk: Use anv_image_create() for creating dmabuf VkImage by Kristian Høgsberg Kristensen · 9 years ago
  61. 2c2233e vk: Prefix most filenames with anv by Chad Versace · 9 years ago[Renamed (99%) from src/vulkan/image.c]
  62. f70d079 vk/image: Remove unneeded data from anv_buffer_view by Chad Versace · 9 years ago
  63. fc38383 vk/image: Add braces around multi-line ifs by Chad Versace · 9 years ago
  64. 8213be7 vk: Define struct anv_image_view, anv_buffer_view by Chad Versace · 9 years ago
  65. 8478350 vk: Implement Multipass by Jason Ekstrand · 9 years ago
  66. 8b342b3 vk/image: Add an explicit DestroyImage function by Jason Ekstrand · 9 years ago
  67. b94b8df vk/image: Add explicit constructors for buffer/image view types by Jason Ekstrand · 9 years ago
  68. a52e208 vk/image.c: Use the casting functions by Jason Ekstrand · 9 years ago
  69. 4fcb32a vk/0.130: Remove VkImageViewCreateInfo::minLod by Chad Versace · 9 years ago
  70. b4ef7f3 vk/0.130: Remove msaa members of VkDepthStencilViewCreateInfo by Chad Versace · 9 years ago
  71. db24afe vk/vulkan.h: Switch from GetImageSubresourceInfo to GetImageSubresourceLayout by Jason Ekstrand · 9 years ago
  72. 23075bc vk/image: Validate vkCreateImageView more by Chad Versace · 9 years ago
  73. 69e11ad vk/image: Add more info to VkImageViewType table by Chad Versace · 9 years ago
  74. 5b04db7 vk/image: Move validation for vkCreateImageView by Chad Versace · 9 years ago
  75. 5b3a1ce vk/image: Enable 2d single-sample color miptrees by Chad Versace · 9 years ago
  76. c6e76ae vk/image: Define anv_surface, refactor anv_image by Chad Versace · 9 years ago
  77. 127cb3f vk/image: Reformat function signatures by Chad Versace · 9 years ago
  78. fdcd71f vk/image: Embed VkImageCreateInfo* into anv_image_create_info by Chad Versace · 9 years ago
  79. ca6cef3 vk/image: Drop some tmp vars in anv_image_view_init() by Chad Versace · 9 years ago
  80. 9c46ba9 vk/image: Abort on stencil image views by Chad Versace · 9 years ago
  81. 55752fe vk: Rename functions ALIGN_*32 -> align_*32 by Chad Versace · 9 years ago
  82. 37d6e04 vk/formats: Remove the cpp=0 stencil hack by Chad Versace · 9 years ago
  83. 67a7659 vk/image: Refactor anv_image_create() by Chad Versace · 9 years ago
  84. 5d7103e vk/image: Group some assertions closer together by Chad Versace · 9 years ago
  85. 7ea707a vk/image: Add qpitch fields to anv_depth_stencil_view by Chad Versace · 9 years ago
  86. ebe1e76 vk/formats: Fix incorrect depth formats by Chad Versace · 9 years ago
  87. 45b804a vk/image: Rename local variable in anv_image_create() by Chad Versace · 9 years ago
  88. 4c81463 vk/formats: Rename anv_format::format -> surface_format by Chad Versace · 9 years ago
  89. fa35296 vk/image: Check extent does not exceed surface type limits by Chad Versace · 9 years ago
  90. 99031aa vk/image: Stop hardcoding SurfaceType of VkImageView by Chad Versace · 9 years ago
  91. 7ea1216 vk/image: Add anv_image::surf_type by Chad Versace · 9 years ago
  92. cb30aca vk/image: Add tables for gen SurfaceType by Chad Versace · 9 years ago
  93. 00494c6 vk: Document how depth/stencil formats work in anv_image_create() by Kristian Høgsberg Kristensen · 9 years ago
  94. a5b49d2 vk: Use generated headers with fixed point support by Kristian Høgsberg Kristensen · 9 years ago
  95. 2a3c296 vk/image: Add a bunch of asserts by Jason Ekstrand · 9 years ago
  96. e17ed04 vk/image: Don't double-allocate stencil buffers by Chad Versace · 9 years ago
  97. 1ee2d1c vk/image: Teach anv_image_choose_tile_mode about WMAJOR by Chad Versace · 9 years ago
  98. f1db3b3 vk/image: Factor tile mode selection into separate function by Chad Versace · 9 years ago
  99. 081f617 vk/image: Stop hardcoding alignment of stencil surfaces by Chad Versace · 9 years ago
  100. e6bd568 vk/image: Rewrite tile info table by Chad Versace · 9 years ago