1. 3752566 panfrost: Implement workgroups_x_shift_2 quirk by Alyssa Rosenzweig · 5 years ago
  2. 25ed930 pan/decode: Don't print canonical workgroup encoding by Alyssa Rosenzweig · 5 years ago
  3. fb56a16 panfrost: Set workgroups z to 32 for non-instanced graphics by Alyssa Rosenzweig · 5 years ago
  4. 39b226c panfrost: Move pan_invocation to shared panfrost/ by Alyssa Rosenzweig · 5 years ago
  5. d9f3395 pan/decode: Don't print MALI_DRAW_NONE by Alyssa Rosenzweig · 5 years ago
  6. 740f86c pan/decode: Eliminate DYN_MEMORY_PROP by Alyssa Rosenzweig · 5 years ago
  7. 41549a1 i965: Enable OpenGL 4.6 for Gen8+ by Alejandro Piñeiro · 6 years ago
  8. 7dab760 mesa/version: uncomment SPIR-V extensions by Alejandro Piñeiro · 5 years ago
  9. 2e8565b i965: enable ARB_gl_spirv extension and ARB_spirv_extensions for gen7+ by Alejandro Piñeiro · 7 years ago
  10. 4109a2f panfrost/ci: Print load stats by Tomeu Vizoso · 5 years ago
  11. 3794652 panfrost/ci: Install qemu-arm-static into chroot by Tomeu Vizoso · 5 years ago
  12. 8496045 panfrost/ci: Build kernel with CONFIG_DETECT_HUNG_TASK by Tomeu Vizoso · 5 years ago
  13. a074513 panfrost/ci: Print bootstrap log by Tomeu Vizoso · 5 years ago
  14. 76af465 panfrost/ci: Use Volt-based runner for dEQP tests by Tomeu Vizoso · 5 years ago
  15. 29834fe radv: implement VK_AMD_shader_core_properties2 by Samuel Pitoiset · 5 years ago
  16. a6ad9e8 radv: force enable VK_AMD_shader_ballot for Wolfenstein Youngblood by Samuel Pitoiset · 5 years ago
  17. f202ac2 radv: add a new debug option called RADV_DEBUG=noshaderballot by Samuel Pitoiset · 5 years ago
  18. e73d863 radv: allow to enable VK_AMD_shader_ballot only on GFX8+ by Samuel Pitoiset · 5 years ago
  19. e71fc7f nir/loop_analyze: Treat do{}while(false) loops as 0 iterations by Danylo Piliaiev · 5 years ago
  20. 84b3ef6 nir/loop_unroll: Prepare loop for unrolling in wrapper_unroll by Danylo Piliaiev · 5 years ago
  21. 8869f44 nir/loop_unroll: Update the comments for loop_prepare_for_unroll by Danylo Piliaiev · 5 years ago
  22. e04761d radv: Emit VGT_GS_ONCHIP_CNTL for tess on GFX10. by Bas Nieuwenhuizen · 5 years ago
  23. 2e763f7 radv: Use correct vgpr_comp_cnt for VS if both prim_id and instance_id are needed. by Bas Nieuwenhuizen · 5 years ago
  24. 7fa1740 nir/algebraic: some subtraction optimizations by Daniel Schürmann · 5 years ago
  25. 8a2465e radeonsi: take reference glsl types for compile threads by Lionel Landwerlin · 5 years ago
  26. e4da8b9 mesa/compiler: rework tear down of builtin/types by Lionel Landwerlin · 5 years ago
  27. 9f37bc4 compiler: ensure glsl types are not created without a reference by Lionel Landwerlin · 5 years ago
  28. 8b913bd1 nir/tests: take reference on glsl types by Lionel Landwerlin · 5 years ago
  29. 3ade8f0 glsl/tests: take refs on glsl types by Lionel Landwerlin · 5 years ago
  30. 41d9873 radv/gfx10: hardcode some depth+stencil formats in the format table by Samuel Pitoiset · 5 years ago
  31. 1650e74 radv/gfx10: tidy up gfx10_format_table.py by Samuel Pitoiset · 5 years ago
  32. 958390a gallium/vl: use compute preference for all multimedia, not just blit by Ilia Mirkin · 5 years ago
  33. cca442f docs: update calendar for 19.2.x by Emil Velikov · 5 years ago
  34. a3d42ad docs: add 19.3.0-devel release notes template by Emil Velikov · 5 years ago
  35. e6c0b49 mesa: bump version to 19.3.0-devel by Emil Velikov · 5 years ago
  36. 71fb721 lima/ppir: use ra_get_best_spill_node to select spill node by Erico Nunes · 5 years ago
  37. c1dc84e tgsi: Remove unused tgsi_check_soa_dependencies(). by Eric Anholt · 5 years ago
  38. 4ebe6b2 tgsi: Drop the SSE2 constants setup that's been dead code since 2011. by Eric Anholt · 5 years ago
  39. 98c5835 tgsi: drop a stale comment by Eric Anholt · 5 years ago
  40. 553cd82 gitlab-ci: Enable the GLES2/3 CTS on softpipe. by Eric Anholt · 5 years ago
  41. 6c90477 mesa: reverse no_error on compressed_tex_sub_image for TEX_MODE_CURRENT by Jose Maria Casanova Crespo · 5 years ago
  42. b283919 glx: Eliminate glx_config::{rgb,float,colorIndex}Mode by Adam Jackson · 5 years ago
  43. 74ca87e glx: Remove unused glx_config::pixmapMode by Adam Jackson · 5 years ago
  44. 35fc7bd glx: convert glx_config_create_list to one big calloc by Adam Jackson · 5 years ago
  45. 97d58ea glx: convert a malloc+memset to calloc by Adam Jackson · 5 years ago
  46. cabd09c glx: Fix parameter documentation of glx_config_create_list by Adam Jackson · 5 years ago
  47. 3835535 anv: inline uniforms blocks don't count toward descriptor set limits by Arcady Goldmints-Orlov · 5 years ago
  48. df86c5f nir: add divergence analysis pass. by Daniel Schürmann · 5 years ago
  49. 7b07034 nir/subgroups: Lower clustered reductions with cluster_size >= subgroup_size into reductions by Rhys Perry · 5 years ago
  50. 911a1df nir/lcssa: allow to create LCSSA phis for loop-invariant booleans by Rhys Perry · 5 years ago
  51. 9c40ad4 nir/lcssa: Skip loop invariant variables when converting to LCSSA. by Daniel Schürmann · 5 years ago
  52. 8a6cfaa nir: make nir_to_lcssa() a general NIR pass. by Rhys Perry · 5 years ago
  53. 204846a nir/lcssa: handle deref instructions properly by Daniel Schürmann · 5 years ago
  54. 7c56a68 tgsi_to_nir: only update TGSI properties of the current shader stage by Jose Maria Casanova Crespo · 5 years ago
  55. 83a63a5 radv/gfx10: do not emit PA_SC_TILE_STEERING_OVERRIDE twice by Samuel Pitoiset · 5 years ago
  56. 2ca8629 radv: do not emit PKT3_CONTEXT_CONTROL with AMDGPU 3.6.0+ by Samuel Pitoiset · 5 years ago
  57. 6a09405 mesa/program: Take ARB_framebuffers_no_attachments into account in wpos correction by Gert Wollny · 5 years ago
  58. fe0e9db iris: Enable non coherent framebuffer fetch on broadwell by Sagar Ghuge · 5 years ago
  59. 57ce422 iris: Free resource if failed to allocate surface state by Sagar Ghuge · 5 years ago
  60. 02244bc iris: Pass isl_surf to fill_surface_state by Sagar Ghuge · 5 years ago
  61. 638a157 iris: Add infrastructure to support non coherent framebuffer fetch by Sagar Ghuge · 5 years ago
  62. 61c0637 iris: Add helper functions to get tile offset by Sagar Ghuge · 5 years ago
  63. 7e81699 iris: Add helper function to get isl dim layout by Sagar Ghuge · 5 years ago
  64. 58471e2 iris: Add render target read entry in binding table by Sagar Ghuge · 5 years ago
  65. 1abe873 build: Bump C++ standard requirement to C++14 to fix FTBFS with LLVM 10 by Kai Wasserbäch · 5 years ago
  66. d0ec5d3 panfrost: Add madvise support to BO cache by Rob Herring · 5 years ago
  67. c45c2d7 panfrost: Sync UAPI header from kernel by Rob Herring · 5 years ago
  68. 0f07d18 mesa: add ext_dsa GetMultiTexLevelParameterEXT by Pierre-Eric Pelloux-Prayer · 5 years ago
  69. e8c5dc9 mesa: add EXT_dsa glCompressedMultiTex* functions display list support by Pierre-Eric Pelloux-Prayer · 5 years ago
  70. 1cb8e12 mesa: add EXT_dsa glCompressedMultiTex* functions by Pierre-Eric Pelloux-Prayer · 5 years ago
  71. a886025 mesa: add EXT_dsa glCompressedTex* functions display list support by Pierre-Eric Pelloux-Prayer · 5 years ago
  72. 8c76221 mesa: add EXT_dsa glCompressedTexture(Sub)Image1D/2D/3D functions by Pierre-Eric Pelloux-Prayer · 5 years ago
  73. 7df233d mesa: refactor compressed_tex_sub_image function by Pierre-Eric Pelloux-Prayer · 5 years ago
  74. 6c5d983 radv: Add Renoir support. by Bas Nieuwenhuizen · 5 years ago
  75. 223b317 radeonsi/nir: always lower ballot masks as 64-bit, codegen handles it by Marek Olšák · 5 years ago
  76. 5d37194 radeonsi: remove the unsafemath debug option by Marek Olšák · 5 years ago
  77. 5586411 radeonsi/nir: fix counting shader inputs & outputs by Marek Olšák · 5 years ago
  78. 452cb70 radeonsi/nir: fix assertion in si_nir_load_sampler_desc by Marek Olšák · 5 years ago
  79. 1f8a661 radeonsi: clean up si_llvm_context_set_tgsi by Marek Olšák · 5 years ago
  80. 43f8b56 radeonsi: allocate and resize global_buffers as needed by Marek Olšák · 5 years ago
  81. c315cb5 radeonsi/gfx10: don't set PA_SC_TILE_STEERING_OVERRIDE if CLEAR_STATE sets it by Marek Olšák · 5 years ago
  82. 5a2e65b radeonsi: don't emit PKT3_CONTEXT_CONTROL on amdgpu by Marek Olšák · 5 years ago
  83. 8d0d753 radeonsi: fix an assertion failure: assert(!res->b.is_shared) by Marek Olšák · 5 years ago
  84. bdcbac9 radeonsi: handle the use_ngg_streamout flag in si_update_ngg by Marek Olšák · 5 years ago
  85. a6b3ca1 radeonsi: move the tess factor ring size assertion to a place where it matters by Marek Olšák · 5 years ago
  86. 21217ef ac/nir: set image=true when loading FMASK for images by Marek Olšák · 5 years ago
  87. f52b921 etnaviv: rs: add support for 64bpp clears by Christian Gmeiner · 5 years ago
  88. 7492685 etnaviv: update headers from rnndb by Christian GMEINER · 5 years ago
  89. 1395503 swrast: Make the fetch funcs table sparse. by Eric Anholt · 5 years ago
  90. c45c33a gallium: Remove manual defining of PIPE_FORMAT enum values. by Eric Anholt · 5 years ago
  91. 84db6ba svga: Drop unsupported formats from the format table. by Eric Anholt · 5 years ago
  92. ef37da5 svga: Remove duplication in the format table. by Eric Anholt · 5 years ago
  93. 42efa78 svga: Factor out the format conversion table entry lookup. by Eric Anholt · 5 years ago
  94. 5167e94 nir: Add more source types to nir_tex_instr_src_type by Jason Ekstrand · 5 years ago
  95. 2bb4dc4 pan/midgard: Compute liveness per-block by Alyssa Rosenzweig · 5 years ago
  96. 24c91bb pan/midgard: Analyze load/store for swizzle propagation by Alyssa Rosenzweig · 5 years ago
  97. 9ae4d36 pan/midgard: Treat cubemaps "stores" as loads by Alyssa Rosenzweig · 5 years ago
  98. 20dd482 pan/midgard: Clamp cubemap swizzle to XYXX by Alyssa Rosenzweig · 5 years ago
  99. 2788721 pan/midgard: Clamp st_vary swizzle by number of components by Alyssa Rosenzweig · 5 years ago
  100. edc8e41 pan/midgard: Use type-appropriate swizzle for texture coordinate by Alyssa Rosenzweig · 5 years ago