Started 1 yr 5 mo ago
Took 1 min 7 sec on master

Success Build #19 (May 29, 2019, 10:34:51 PM)

Subprojects triggered but not blocked for

Build Artifacts
mesa_19.1.0-2+1m7.diff.gz235 B view
mesa_19.1.0-2+1m7.dsc4.42 KB view
mesa_19.1.0-2+1m7_source.buildinfo5.80 KB view
mesa_19.1.0.orig.tar.gz16.59 MB view
Changes
  1. nir: Fix wrong sign in lower_rcp (details / githubweb)
  2. iris: Split iris_update_draw_info into two functions. (details / githubweb)
  3. iris: Implement ARB_indirect_parameters (details / githubweb)
  4. panfrost/midgard: Handle csel correctly (details / githubweb)
  5. radv: Add support for icd loader interface v4. (details / githubweb)
  6. radv: Do not use extra descriptor space for the 3rd plane. (details / githubweb)
  7. lima: refactor plb_max_blk (details / githubweb)
  8. lima: add Allwinner H5 support (details / githubweb)
  9. nir/validate: Use a ralloc context for our temporary data (details / githubweb)
  10. util/set: Add a search_and_add function (details / githubweb)
  11. util/set: Add a helper to resize a set (details / githubweb)
  12. nir/validate: Use a single set for SSA def validation (details / githubweb)
  13. amd/common: add ac_build_opencoded_fetch_format (details / githubweb)
  14. radeonsi: store sctx->vertex_elements in a local in (details / githubweb)
  15. radeonsi: overhaul the vertex fetch fixup mechanism (details / githubweb)
  16. st/mesa: enable the ST_DEBUG env var in release and debugoptimized (details / githubweb)
  17. intel/tools: Fix build with glibc < 2.27. (details / githubweb)
  18. mesa: Reuse _mesa_max_texture_levels() instead of open-coding it. (details / githubweb)
  19. mesa: Remove proxy image checks for maximum level. (details / githubweb)
  20. mesa: Replace MaxTextureLevels with MaxTextureSize. (details / githubweb)
  21. gallium: Redefine the max texture 2d cap from _LEVELS to _SIZE. (details / githubweb)
  22. v3d: Use driconf to expose non-MSAA texture limits for Xorg. (details / githubweb)
  23. radv: bump reported version to 1.1.107 (details / githubweb)
  24. radv: Clean up signalled and submitted fields from winsys fences. (details / githubweb)
  25. nv50/ir/nir: prefer to shift 1ull instead of 1ll (details / githubweb)
  26. nv50/ir/nir: make use of SYSTEM_VALUE_MAX when iterating read sysvals (details / githubweb)
  27. tu/entrypoints: Import copy (details / githubweb)
  28. vulkan: Update the XML and headers to 1.1.108 (details / githubweb)
  29. anv: Implement VK_KHR_uniform_buffer_standard_layout (details / githubweb)
  30. freedreno: Make .editorconfig match .dir-locals.el. (details / githubweb)
  31. freedreno: Make emacs indent the way robclark's eclipse does. (details / githubweb)
  32. freedreno: Quiet compiler warnings on 64-bit. (details / githubweb)
  33. freedreno: Silence compiler warnings about uninit 'layers' (details / githubweb)
  34. freedreno: Silence compiler warnings about "*" in boolean context. (details / githubweb)
  35. freedreno: Fix warning on printing a uint64_t using %llx. (details / githubweb)
  36. panfrost: ci: Update expectations (details / githubweb)
  37. panfrost: ci: Reduce batch size to 3000 (details / githubweb)
  38. softpipe/buffer: load only as many components as the the buffer resource (details / githubweb)
  39. radv: add support for VK_KHR_uniform_buffer_standard_layout (details / githubweb)
  40. egl: store the native surface pointer in struct _egl_surface (details / githubweb)
  41. egl: check if a window/pixmap is already used on surface creation (details / githubweb)
  42. wayland/egl: Ensure correct buffer size when allocating (details / githubweb)
  43. mesa/vbo: Update Comment to what is actually happening. (details / githubweb)
  44. mesa: Fix old outdated variable name in a comment. (details / githubweb)
  45. mesa: Make _mesa_set_varying_vp_inputs static in state.c. (details / githubweb)
  46. mesa: Fix test for setting the _NEW_VARYING_VP_INPUTS flag. (details / githubweb)
  47. mesa: Avoid setting _NEW_VARYING_VP_INPUTS in non fixed function mode. (details / githubweb)
  48. mesa: Set _NEW_VARYING_VP_INPUTS iff varying_vp_inputs are set. (details / githubweb)
  49. i965/miptree: Fall back to no aux if creation fails (details / githubweb)
  50. isl: Modify restrictions in isl_surf_get_mcs_surf() (details / githubweb)
  51. i965/miptree: Drop intel_miptree_supports_mcs() (details / githubweb)
  52. isl: Add restriction and comments to isl_surf_get_ccs_surf() (details / githubweb)
  53. i965/miptree: Drop intel_*_supports_ccs() (details / githubweb)
  54. isl: Add restrictions to isl_surf_get_hiz_surf() (details / githubweb)
  55. i965/miptree: Drop intel_*_supports_hiz() (details / githubweb)
  56. i965/miptree: Refactor intel_miptree_supports_ccs_e() (details / githubweb)
  57. iris/resource: Fall back to no aux if creation fails (details / githubweb)
  58. iris/resource: Drop redundant checks for aux support (details / githubweb)
  59. virgl: remove unused virgl_transfer_inline_write (details / githubweb)
  60. virgl: do not skip readback because of explicit flush (details / githubweb)
  61. virgl: PIPE_TRANSFER_READ does not imply flush (details / githubweb)
  62. virgl: comment on a sync issue in transfers (details / githubweb)
  63. virgl: clean up virgl_res_needs_flush (details / githubweb)
  64. util/ra: Get rid of tabs (details / githubweb)
  65. util/ra: Make in_stack a bitset in the graph (details / githubweb)
  66. util/ra: Only update best_optimistic_node if !progress (details / githubweb)
  67. util/ra: Only update q_total if the reg is not assigned (details / githubweb)
  68. util/ra: Improve the performance of ra_simplify (details / githubweb)
  69. intel/fs: Stop doing extra RA calls (details / githubweb)
  70. util/ralloc: Add helpers for growing zero-initialized memory (details / githubweb)
  71. util/ra: Add helpers for adding nodes to an interference graph (details / githubweb)
  72. util/ra: Add a helper for resetting a node's interference (details / githubweb)
  73. util/ra: Don't destroy the graph in ra_allocate() (details / githubweb)
  74. intel/fs/ra: Only add dest interference to sources that exist (details / githubweb)
  75. util/ra: Assert nodes are in-bounds in add_node_interference (details / githubweb)
  76. intel/fs/ra: Stop adding RA interference to too many SENDS nodes (details / githubweb)
  77. intel/fs/ra: Initialize grf_used with first_non_payload_grf (details / githubweb)
  78. intel/fs/ra: Split building the interference graph into a helper (details / githubweb)
  79. intel/fs/ra: Move assign_regs further down in the file (details / githubweb)
  80. intel/fs/ra: Pull the guts of RA into its own class (details / githubweb)
  81. intel/fs/ra: Only add MRF hack interference if we're spilling (details / githubweb)
  82. intel/fs/ra: Do the spill loop inside RA (details / githubweb)
  83. intel/fs/ra: Re-arrange interference setup (details / githubweb)
  84. intel/fs/ra: Put the VGRFs at the end of the nodes (details / githubweb)
  85. intel/fs/ra: Spill without destroying the interference graph (details / githubweb)
  86. nir: Rename commutative to 2src_commutative (details / githubweb)
  87. nir: Add support for 2src_commutative ops that have 3 sources (details / githubweb)
  88. nir: Mark ffma as 2src_commutative (details / githubweb)
  89. nir/algebraic: Add missing ffma(-1, a, b) pattern (details / githubweb)
  90. intel/fs: Allow cmod propagation to instructions with saturate modifier (details / githubweb)
  91. nir/algebraic: Recognize open-coded flrp(a, b, fsat(c)) (details / githubweb)
  92. nir/algebraic: Push unary operations into source operands of fsat source (details / githubweb)
  93. nir/algebraic: Recognize open-coded fsat with modifiers (details / githubweb)
  94. nir/search: Don't compare 8-bit or 1-bit constants with floats (details / githubweb)
  95. nir/algebraic: Simplify fsqrt domain guard (details / githubweb)
  96. nir/algebraic: Eliminate a tautological compare (details / githubweb)
  97. Revert "nir: add late opt to turn inot/b2f combos back to bcsel" (details / githubweb)
  98. intel/compiler: Repeat nir_opt_algebraic_late (details / githubweb)
  99. nir/algebraic: Strip double negatives from comparison sources (details / githubweb)
  100. nir/algebraic: Eliminate useless fsat() on operand of comparison w/value (details / githubweb)
  101. nir/algebraic: Commute 1-fsat(a) to fsat(1-a) for all non-fmul (details / githubweb)
  102. freedreno: Move msm_drm.h to the same spot as other DRM uapi. (details / githubweb)
  103. freedreno: Restore msm_drm.h to a pristine "make headers_install" copy. (details / githubweb)
  104. mesa: fix _mesa_max_texture_levels for GL_TEXTURE_EXTERNAL_OES (details / githubweb)
  105. ac: use 1D GEPs for descriptors and constants (details / githubweb)
  106. i965: Pass compiler to default key populators (details / githubweb)
  107. intel/compiler: Refactor TCS invocation ID setup into a helper (details / githubweb)
  108. intel/compiler: Rename invocation_id_mask to instance_id_mask (details / githubweb)
  109. intel/compiler: Don't repeat dispatch max fixing condition (details / githubweb)
  110. intel/compiler: Move ICP handle fetching into a helper function. (details / githubweb)
  111. intel/compiler: Implement TCS 8_PATCH mode and INTEL_DEBUG=tcs8 (details / githubweb)
  112. intel/compiler: remove repeated bit_size / 8 in brw mem lowering pass. (details / githubweb)
  113. intel/compiler: use bitset instead of opencoding a 32-bit bitset. (v2) (details / githubweb)
  114. gallium: Add a PIPE_CAP_FRAGMENT_SHADER_INTERLOCK. (details / githubweb)
  115. iris: Enable fragment shader interlock on Gen9+. (details / githubweb)
  116. i965/blorp: Set MOCS for gen11 in blorp_alloc_vertex_buffer (details / githubweb)
  117. iris: Check if resource has stencil before returning it (details / githubweb)
  118. gallium: Add default check for PIPE_CAP_FRAGMENT_SHADER_INTERLOCK (details / githubweb)
  119. gbm: gbm_bo_get_handle_for_plane fallback to nonplanar handle (details / githubweb)
  120. nir: fix lower_non_uniform_access pass (details / githubweb)
  121. virgl: clean up virgl_res_needs_readback (details / githubweb)
  122. virgl: honor DISCARD_WHOLE_RESOURCE in virgl_res_needs_readback (details / githubweb)
  123. virgl: add virgl_resource_transfer_prepare (details / githubweb)
  124. virgl: handle DONT_BLOCK and MAP_DIRECTLY (details / githubweb)
  125. st/dri: Minor style fixes (details / githubweb)
  126. compiler: Add lowering support for 64-bit saturate operations to (details / githubweb)
  127. ac: add comments to chip enums (details / githubweb)
  128. ac: rename SI-CIK-VI to GFX6-GFX7-GFX8 (details / githubweb)
  129. panfrost/decode: Futureproof texture dumping (details / githubweb)
  130. panfrost/decode: Stride decoding (details / githubweb)
  131. panfrost: Set custom stride for textures when necessary (details / githubweb)
  132. panfrost/midgard: Set int outmod for ops writing integers (details / githubweb)
  133. panfrost/midgard: Remove imov workaround (details / githubweb)
  134. panfrost/midgard: Enable integer constant inlining (details / githubweb)
  135. panfrost/midgard: Add load/store opcodes (details / githubweb)
  136. nir/algebraic: Remove problematic "optimization" (details / githubweb)
  137. intel/fs/ra: Add a helper for discarding the interference graph (details / githubweb)
  138. intel/fs/ra: Add spill costs to the graph on-demand (details / githubweb)
  139. intel/fs/ra: Choose a spill reg before throwing away the graph (details / githubweb)
  140. intel/fs/live_variables: Do compute_start_end in BITSET_WORD chunks (details / githubweb)
  141. iris: Dodge more GLSL IR lowering (details / githubweb)
  142. nir: lower_non_uniform_access: iterate over instructions safely (details / githubweb)
  143. util/os_file: always use the 'grow' mechanism (details / githubweb)
  144. auxiliary/draw: fix crash with zero-stride draw auto (details / githubweb)
  145. docs: advice to resolve discussion on gitlab MR doc (details / githubweb)
  146. vl/dri3: set back buffer from output to NULL with front buffer case (details / githubweb)
  147. swr: clean up supported OGL4.0/4.1 extensions list (details / githubweb)
  148. winsys/amdgpu: always set NO_CPU_ACCESS and NO_SUBALLOC on GDS resources (details / githubweb)
  149. radeonsi: return the last part's return value from @wrapper (details / githubweb)
  150. radeonsi: extract COMPUTE_RESOURCE_LIMITS code into a helper (details / githubweb)
  151. radeonsi: make si_initialize_compute reusable (details / githubweb)
  152. radeonsi: move si_*_descriptors_idx functions into si_state.h (details / githubweb)
  153. radeonsi: add threadgroups_per_cu param into (details / githubweb)
  154. radeonsi: add a cs parameter into si_cp_release_mem (details / githubweb)
  155. radeonsi: add a cs parameter into si_cp_copy_data (details / githubweb)
  156. ac: add LLVM code for triangle culling (details / githubweb)
  157. winsys/amdgpu: add a parallel compute IB coupled with a gfx IB (details / githubweb)
  158. radeonsi: make functions for creating LLVM functions non-static (details / githubweb)
  159. radeonsi: use pipe_draw_info::prim and primitive_restart indirectly (details / githubweb)
  160. radeonsi: use pipe_draw_info::instance_count indirectly (details / githubweb)
  161. radeonsi: allow si_shader_select_with_key to return an optimized shader (details / githubweb)
  162. radeonsi: make some functions non-static (details / githubweb)
  163. radeonsi: add si_vs_prolog_bits::unpack_instance_id_from_vertex_id:1 (details / githubweb)
  164. winsys/amdgpu: add REWIND emulation via INDIRECT_BUFFER into (details / githubweb)
  165. radeonsi: cull primitives with async compute for large draw calls (details / githubweb)
  166. radeonsi: add primitive culling stats to the HUD (details / githubweb)
  167. radeonsi: disable primitive restart for triangles for DiRT Rally (details / githubweb)
  168. radeonsi: invalidate caches at the beginning of the prim discard compute (details / githubweb)
  169. radeonsi: compute culling - flush CS to remove write references to (details / githubweb)
  170. radeonsi: remove old_va parameter from si_rebind_buffer by remembering (details / githubweb)
  171. radeonsi: update buffer descriptors in all contexts after buffer (details / githubweb)
  172. winsys/amdgpu: report a CS rejection as a reset only if there's no GPU (details / githubweb)
  173. winsys/radeon: implement ctx_query_reset_status by copying radeonsi (details / githubweb)
  174. r600+radeonsi: use ctx_query_reset_status on radeon (details / githubweb)
  175. ac: match radeonsi code in ac_shader_binary_read_config (details / githubweb)
  176. freedreno: Fix assertion failures in context setup in shader-db mode. (details / githubweb)
  177. freedreno: Remove the ir3_tgsi_to_nir() helper function. (details / githubweb)
  178. freedreno: Output the same shader-db format as v3d and intel. (details / githubweb)
  179. freedreno: Log the number of loops in the shader for shader-db. (details / githubweb)
  180. nir: Fix nir_opt_idiv_const when negatives are involved (details / githubweb)
  181. st/mesa: Record samplers for extra planes in info->textures_used. (details / githubweb)
  182. nir: Only convert SSA values to regs when needed (details / githubweb)
  183. anv: Fix some depth buffer sampling cases on ICL+ (details / githubweb)
  184. panfrost: assert(0) -> unreachable for some switch (details / githubweb)
  185. panfrost: Cleanup leak todos (details / githubweb)
  186. glsl: init packed in more constructors. (details / githubweb)
  187. glsl: init non-static class member in link uniforms. (v2) (details / githubweb)
  188. imgui: fix undefined behaviour bitshift. (details / githubweb)
  189. glsl/nir: init non-static class member. (details / githubweb)
  190. Revert "softpipe/buffer: load only as many components as the the buffer (details / githubweb)
  191. svga: Remove the surface_invalidate winsys function (details / githubweb)
  192. winsys/svga: Fix RELOC_INTERNAL mob GPU access (details / githubweb)
  193. svga: Set the rendered-to flag for dma transfers to surfaces (details / githubweb)
  194. pipebuffer, winsys/svga: Add functionality to update pb_validate_entry (details / githubweb)
  195. svga: Add an environment variable to force coherent surface memory (details / githubweb)
  196. radv: add a workaround for Monster Hunter World and LLVM 7&8 (details / githubweb)
  197. gitlab-ci: build-test the tools as well (details / githubweb)
  198. panfrost/midgard: Typofix (details / githubweb)
  199. anv: Emulate texture swizzle in the shader when needed (details / githubweb)
  200. draw: fix memory leak introduced 7720ce32a (details / githubweb)
  201. anv: Stop forcing bindless for images (details / githubweb)
  202. anv: Only consider minSampleShading when sampleShadingEnable is set (details / githubweb)
  203. egl: Allow EGL_CONTEXT_OPENGL_RESET_NOTIFICATION_STRATEGY in ES and GL (details / githubweb)
  204. meson: expose glapi through osmesa (details / githubweb)
  205. vulkan/wsi: Set X11 minImageCount to 3. (details / githubweb)
  206. panfrost/decode: Disassemble Bifrost shaders (details / githubweb)
  207. panfrost: Hoist blend constant into Midgard-specific struct (details / githubweb)
  208. panfrost/decode: Decode blend constant (details / githubweb)
  209. panfrost: Cleanup panfrost_job comments (details / githubweb)
  210. panfrost: Fix Bifrost-specific padding (details / githubweb)
  211. panfrost/nir: Add nir_lower_blend pass (details / githubweb)
  212. panfrost/midgard: Route new blending intrinsics (details / githubweb)
  213. panfrost: Wire up nir_lower_blend (details / githubweb)
  214. panfrost: Improve fixed-function blending (details / githubweb)
  215. panfrost/midgard: Split up midgard_compile.c (RA) (details / githubweb)
  216. util: add missing include to build_id.h (details / githubweb)
  217. lima/gpir: add helper function for emit load node (details / githubweb)
  218. lima/gpir: support vector ssa load (details / githubweb)
  219. lima/gpir: switch to use nir_lower_viewport_transform (details / githubweb)
  220. nir/validate: fix crash if entry is null. (details / githubweb)
  221. radv: decompress FMASK before performing a MSAA decompress using FMASK (details / githubweb)
  222. freedreno/a6xx: don't evaluate FS tex state in binning pass (details / githubweb)
  223. freedreno/a6xx: limit IBO state to draw pass (details / githubweb)
  224. freedreno/a6xx: make sure binning pass constlen is large enough (details / githubweb)
  225. freedreno/a6xx: WFI in program stateobj too (details / githubweb)
  226. nir: Add nir_address_format_logical (details / githubweb)
  227. nir: Add nir_address_format_32bit_offset (details / githubweb)
  228. spirv, radv, anv: Replace ptr_type with addr_format (details / githubweb)
  229. nir: Add nir_address_format_null_value() (details / githubweb)
  230. spirv: Export vtn_storage_class_to_mode() (details / githubweb)
  231. spirv: Change vtn_null_constant() to use vtn_type (details / githubweb)
  232. spirv: Add and use vtn_type_without_array() helper (details / githubweb)
  233. spirv: Add vtn_mode_uses_ssa_offset() (details / githubweb)
  234. spirv: Add vtn_mode_to_address_format() (details / githubweb)
  235. spirv: Add vtn_variable_mode_image (details / githubweb)
  236. spirv: Reuse helpers in vtn_handle_type() (details / githubweb)
  237. spirv: Generate proper NULL pointer values (details / githubweb)
  238. st/mesa: purge framebuffers with current context after unbinding winsys (details / githubweb)
  239. mesa: unreference current winsys buffers when unbinding winsys buffers (details / githubweb)
  240. nir: Fix clone of nir_variable state slots (details / githubweb)
  241. anv: Don't re-use entry_point pointer from spirv_to_nir (details / githubweb)
  242. nir/test: add split vars tests (v2) (details / githubweb)
  243. glsl: handle 8 and 16 bit ints in glsl_base_type_is_integer (details / githubweb)
  244. glsl: do not use deprecated bison-keyword (details / githubweb)
  245. vulkan/overlay: fix timestamp query emission with no pipeline stats (details / githubweb)
  246. vulkan/overlay: update remaining manual error checks (details / githubweb)
  247. imgui: delete demo file (details / githubweb)
  248. Revert "glsl: do not use deprecated bison-keyword" (details / githubweb)
  249. spirv: Handle instruction aliases in spirv_info_c.py (details / githubweb)
  250. spirv: Update JSON and Headers to 1.4 (details / githubweb)
  251. spirv: Trivially handle new 1.4 loop controls (details / githubweb)
  252. spirv: Pick the right bitsize when doing SpvUConvert (details / githubweb)
  253. spirv: Drop GOOGLE suffix from names incorporated to SPIR-V (details / githubweb)
  254. docs: Add release notes for 19.0.5 (details / githubweb)
  255. docs: Add Sha256 sums for 19.0.5 (details / githubweb)
  256. docs: update calendar, and news item and link release notes for 19.0.5 (details / githubweb)
  257. intel: Move brw_prog_key_set_id from i965 to the compiler. (details / githubweb)
  258. iris: Move iris_uncompiled_shader definition to iris_context.h (details / githubweb)
  259. iris: Start wiring up on-disk shader cache (details / githubweb)
  260. iris: Serialize the NIR to a blob we can use for shader cache purposes. (details / githubweb)
  261. iris: Cache assembly shaders in the on-disk shader cache (details / githubweb)
  262. iris: Expose the disk cache to the state tracker as well. (details / githubweb)
  263. radeonsi: fix a regression in si_rebind_buffer (details / githubweb)
  264. iris: Fix ALT mode regressions from shader cache (details / githubweb)
  265. radv: remove remaining code related to 16 samples (details / githubweb)
  266. radv: clean up the sample locations codebase (details / githubweb)
  267. radv: emit correct centroid priority based on the number of samples (details / githubweb)
  268. radv: fix the sample max distance value for 8x (details / githubweb)
  269. radv: do not reset query pool during creation (details / githubweb)
  270. etnaviv: fill missing offset in etna_resource_get_handle (details / githubweb)
  271. iris: fix android build (details / githubweb)
  272. gallium: enable dmabuf on BSD as well (details / githubweb)
  273. vulkan: fix build dependency issue with generated files (details / githubweb)
  274. virgl: handle NULL shader resource explicitly (details / githubweb)
  275. virgl: remove support for buffer surfaces (details / githubweb)
  276. virgl: track valid buffer range for transfer sync (details / githubweb)
  277. glsl: simplify resource list building code (details / githubweb)
  278. mesa/main: remove unused macro (details / githubweb)
  279. mesa/main: remove unused argument (details / githubweb)
  280. mesa/main: remove duplicate macros (details / githubweb)
  281. mesa/main: make the TEXTURE_CUBE_MAP checks consistent (details / githubweb)
  282. mesa/main: make the FRAGMENT_PROGRAM checks consistent (details / githubweb)
  283. mesa/main: make the CONSERVATIVE_RASTERIZATION_INTEL checks consistent (details / githubweb)
  284. vk/util: drop no-op compiler warning workaround (details / githubweb)
  285. iris: Record state sizes for INTEL_DEBUG=bat decoding. (details / githubweb)
  286. gallium: Change PIPE_CAP_TGSI_FS_FBFETCH bool to PIPE_CAP_FBFETCH count (details / githubweb)
  287. st/mesa: Advertise GL_EXT_shader_framebuffer_fetch_non_coherent (details / githubweb)
  288. gallium: Add PIPE_CAP_FBFETCH_COHERENT and expose extensions (details / githubweb)
  289. iris: Advertise coherent framebuffer fetches (details / githubweb)
  290. vk/util: suppress warning about out-of-enum android value (details / githubweb)
  291. panfrost: Remove the standalone compiler (details / githubweb)
  292. st/dri: enable EGL_ANDROID_blob_cache on gallium drivers (details / githubweb)
  293. anv: Do not emulate texture swizzle for INPUT_ATTACHMENT, STORAGE_IMAGE (details / githubweb)
  294. etnaviv: use the correct uniform dirty bits (details / githubweb)
  295. scons: For MinGW use -posix flag. (details / githubweb)
  296. ptn,ttn: Use nir_channel for selecting channels (details / githubweb)
  297. nir/builder: Remove the use_fmov parameter from nir_swizzle (details / githubweb)
  298. intel/nir: Call alu_to_scalar one last time before out-of-ssa (details / githubweb)
  299. intel: Implement abs, neg, and sat in the back-end (details / githubweb)
  300. nir/source_mods: Add a helpers for setting source modifiers (details / githubweb)
  301. nir/lower_to_source_mods: Stop turning add, sat, and neg into mov (details / githubweb)
  302. nir/builder: Merge nir_[if]mov_alu into one nir_mov_alu helper (details / githubweb)
  303. nir: Drop imov/fmov in favor of one mov instruction (details / githubweb)
  304. panfrost: ci: Avoid pulling Docker image on every run (details / githubweb)
  305. panfrost: Dereference sampled texture (details / githubweb)
  306. scons: fix build with llvm 9. (details / githubweb)
  307. gallivm: fix default cbuf info. (details / githubweb)
  308. virgl: add missing emit_res for SO targets (details / githubweb)
  309. virgl: reemit resources on first draw/clear/compute (details / githubweb)
  310. virgl: remove an incorrect check in virgl_res_needs_flush (details / githubweb)
  311. editorconfig: Fix meson style (details / githubweb)
  312. lima: fix render to non-zero level texture (details / githubweb)
  313. lima: fix lima_blit with non-zero level source resource (details / githubweb)
  314. panfrost/midgard: Implement fneg/fabs/fsat (details / githubweb)
  315. Revert "mesa: unreference current winsys buffers when unbinding winsys (details / githubweb)
  316. iris: Don't flag IRIS_DIRTY_URB after BLORP operations unless it changed (details / githubweb)
  317. radv: tidy up GetQueryPoolResults for occlusion queries (details / githubweb)
  318. anv/android: fix missing dependencies issue during parallel build (details / githubweb)
  319. radv: add radv_clear_htile() helper (details / githubweb)
  320. radv: always dirty the framebuffer when restoring a subpass (details / githubweb)
  321. radv: ignore the loadOp if the first use of an attachment is a resolve (details / githubweb)
  322. lima/ppir: implement discard and discard_if (details / githubweb)
  323. etnaviv: rs: choose clear format based on block size (details / githubweb)
  324. ac: treat Mullins as Kabini, remove the enum (details / githubweb)
  325. radeonsi: allow query functions for compute-only contexts (details / githubweb)
  326. radeonsi: clean up winsys creation (details / githubweb)
  327. anv: fix apply_pipeline_layout pass for arrays of YCbCr descriptors (details / githubweb)
  328. Revert "st/mesa: expose 0 shader binary formats for compat profiles for (details / githubweb)
  329. radeonsi: add drirc workaround for American Truck Simulator (details / githubweb)
  330. radv: cleanup the compute resolve path for subpass (details / githubweb)
  331. radv add radv_get_resolve_pipeline() in the compute path (details / githubweb)
  332. mesa: Prevent classic swrast crash on a surfaceless context v2. (details / githubweb)
  333. st/nir: Re-vectorize shader IO (details / githubweb)
  334. iris: Ask st to vectorize our IO. (details / githubweb)
  335. radv: allocate more space in the CS when emitting events (details / githubweb)
  336. nir/lower_non_uniform: safely iterate over blocks (details / githubweb)
  337. meson: Link Gallium drivers with ld_args_build_id (details / githubweb)
  338. intel/decoder: Use get_state_size() over guessed counts in more cases (details / githubweb)
  339. radv: sync before resetting a pool if there is active pending queries (details / githubweb)
  340. radv: always use view format when performing subpass resolves (details / githubweb)
  341. radv: use view format when selecting the resolve path for subpasses (details / githubweb)
  342. mesa/main: make the PRIMITIVE_RESTART_NV checks consistent (details / githubweb)
  343. mesa/main: make the CONSERVATIVE_RASTERIZATION_NV checks consistent (details / githubweb)
  344. mesa/main: correct extension-checks for MESA_tile_raster_order (details / githubweb)
  345. mesa/main: correct extension-checks for GL_FRAMEBUFFER_SRGB (details / githubweb)
  346. mesa/main: correct extension-checks for GL_BLEND_ADVANCED_COHERENT_KHR (details / githubweb)
  347. mesa/main: correct extension-checks for GL_PRIMITIVE_RESTART_FIXED_INDEX (details / githubweb)
  348. mesa/main: clean up extension-check for GL_SAMPLE_SHADING (details / githubweb)
  349. mesa/main: clean up extension-check for GL_SAMPLE_MASK (details / githubweb)
  350. radeonsi: Fix editorconfig (details / githubweb)
  351. nir: Allow derefs to be used as phi sources (details / githubweb)
  352. virgl: fix readback with pending transfers (details / githubweb)
  353. turnip: Don't re-use entry_point pointer from spirv_to_nir (details / githubweb)
  354. glspirv: Don't re-use entry_point pointer from spirv_to_nir (details / githubweb)
  355. radv: Don't re-use entry_point pointer from spirv_to_nir (details / githubweb)
  356. spirv: Change spirv_to_nir() to return a nir_shader (details / githubweb)
  357. iris: Only store the SHA1 of the NIR in iris_uncompiled_shader (details / githubweb)
  358. iris: Clone before calling nir_strip and serializing (details / githubweb)
  359. svga: clamp max_const_buffers to SVGA_MAX_CONST_BUFS (details / githubweb)
  360. nir: silence three compiler warnings seen with MinGW (details / githubweb)
  361. iris: Move upload_ubo_ssbo_surf_state to iris_program.c (details / githubweb)
  362. iris: Don't assume UBO indices are constant (details / githubweb)
  363. iris: Enable nir_opt_large_constants (details / githubweb)

Started by user Ivan J.

Revision: 760b815c69f7189f2907ff44c3b3786a80bea028
  • refs/remotes/origin/maemo/ascii-devel