1. 2dce0e9 iris: Initial commit of a new 'iris' driver for Intel Gen8+ GPUs. by Kenneth Graunke · 7 years ago
  2. eac822e gallium/auxiliary/vl: Fix transparent issue on compute shader with rgba by James Zhu · 6 years ago
  3. 20c370c vulkan: add an overlay layer by Lionel Landwerlin · 6 years ago
  4. 89f03d1 imgui: make sure our copy of imgui doesn't clash with others in the same process by Lionel Landwerlin · 6 years ago
  5. 3950e7c imgui: bump copy by Lionel Landwerlin · 6 years ago
  6. 51047cd build: move imgui out of src/intel/tools to be reused by Lionel Landwerlin · 6 years ago
  7. f98fd9d nir/lower_clip_cull: Fix an incorrect assert by Jason Ekstrand · 6 years ago
  8. f9b2f10 nir: Fix a compile warning by Jason Ekstrand · 6 years ago
  9. 908d5ee freedreno/a6xx: enable tiled images by Rob Clark · 6 years ago
  10. 0629b2a nir, glsl: move pixel_center_integer/origin_upper_left to shader_info.fs by Alejandro Piñeiro · 6 years ago
  11. 675eabb blorp: introduce helper method blorp_nir_init_shader by Alejandro Piñeiro · 6 years ago
  12. 705723e panfrost: Verify and print brx condition in disasm by Alyssa Rosenzweig · 6 years ago
  13. 779e140 panfrost: Dynamically set discard branch targets by Alyssa Rosenzweig · 6 years ago
  14. 5abb7b5 panfrost/midgard: Emit extended branches by Alyssa Rosenzweig · 6 years ago
  15. 813bb34 panfrost: Rectify doubleplusungood extended branch by Alyssa Rosenzweig · 6 years ago
  16. 2c74709 panfrost/midgard: Fix nested/chained if-else by Alyssa Rosenzweig · 6 years ago
  17. 5e55c11 panfrost/midgard: Refactor tag lookahead code by Alyssa Rosenzweig · 6 years ago
  18. 396eb14 panfrost: Implement pantrace (command stream dump) by Alyssa Rosenzweig · 6 years ago
  19. f611782 panfrost: Add pandecode (command stream debugger) by Alyssa Rosenzweig · 6 years ago
  20. fb3bbd0 panfrost: Stub out separate stencil functions by Alyssa Rosenzweig · 6 years ago
  21. edbd2c1 radeonsi: use SDMA for uploading data through const_uploader by Marek Olšák · 6 years ago
  22. 54f7545 gallium/u_upload_mgr: allow use of FLUSH_EXPLICIT with persistent mappings by Marek Olšák · 6 years ago
  23. dc8a2c1 gallium/u_threaded: always unmap const_uploader by Marek Olšák · 6 years ago
  24. 8ef6f68 st/mesa: always unmap the uploader in st_atom_array.c by Marek Olšák · 6 years ago
  25. 1a93fc3 nir/xfb: Handle compact arrays in gather_xfb_info by Jason Ekstrand · 6 years ago
  26. 558c314 nir/xfb: Work in terms of components rather than slots by Jason Ekstrand · 6 years ago
  27. 4e69fba nir: Rewrite lower_clip_cull_distance_arrays to do a lot less lowering by Jason Ekstrand · 6 years ago
  28. 8f0fe71 nir/xfb: Properly align 64-bit values by Jason Ekstrand · 6 years ago
  29. 30b548f compiler/types: Add a contains_64bit helper by Jason Ekstrand · 6 years ago
  30. 3239589 freedreno/a6xx: samplerBuffer fixes by Rob Clark · 6 years ago
  31. 50dd773 freedreno/ir3/a6xx: use ldib for ssbo reads by Rob Clark · 6 years ago
  32. c543a2c freedreno/ir3: sync instr/disasm and add ldib encoding by Rob Clark · 6 years ago
  33. cadf6de freedreno/ir3/a6xx: fix load_ssbo barrier type. by Rob Clark · 6 years ago
  34. 0df0fc2 freedreno/ir3: rename put_dst() by Rob Clark · 6 years ago
  35. 7fe9e79 freedreno: fix crash w/ masked non-SSA dst by Rob Clark · 6 years ago
  36. 8c48608 freedreno/a6xx: 3d and cube image fixes by Rob Clark · 6 years ago
  37. 97479df freedreno/ir3: fix crash in compile fail case by Rob Clark · 6 years ago
  38. f5ee8c5 freedreno/ir3: fix legalize for vecN inputs by Rob Clark · 6 years ago
  39. 688f5e4 radv: Disable depth clamping even without EXT_depth_range_unrestricted. by Bas Nieuwenhuizen · 6 years ago
  40. 9f7e052 radv: Implement VK_EXT_depth_clip_enable. by Bas Nieuwenhuizen · 6 years ago
  41. 0378325 nir: remove non-ssa support from nir_copy_prop() by Timothy Arceri · 6 years ago
  42. 1ef2855 radv: Handle clip+cull distances more generally as compact arrays. by Bas Nieuwenhuizen · 6 years ago
  43. 8cfc17b kmsro: Add the rest of the current set of tinydrm drivers. by Eric Anholt · 6 years ago
  44. f4f4ec9 i965: re-emit index buffer state on a reset option change. by Andrii Simiklit · 6 years ago
  45. d6337b5 nir: Don't forget if-uses in new nir_opt_dead_cf liveness check by Kenneth Graunke · 6 years ago
  46. b9eed05 freedreno/a6xx: Support MSAA resolve blits on blitter by Kristian H. Kristensen · 6 years ago
  47. 686211f freedreno/a6xx: Copy stencil as R8_UINT by Kristian H. Kristensen · 6 years ago
  48. e827ea8 freedreno: Update headers by Kristian H. Kristensen · 6 years ago
  49. a16c398 anv: use anv_shader_bin_write_to_blob()'s return value by Eric Engestrom · 6 years ago
  50. d3115f3 anv: drop unused imports by Eric Engestrom · 6 years ago
  51. 8cbfcab anv: make sure the extensions stay sorted by Eric Engestrom · 6 years ago
  52. bc76ce1 anv: sort vendors extensions after KHR and EXT by Eric Engestrom · 6 years ago
  53. 427aa9d anv: sort extensions alphabetically by Eric Engestrom · 6 years ago
  54. 886cee1 anv: anv: refactor error handling in anv_shader_bin_write_to_blob() by Tapani Pälli · 6 years ago
  55. 30a01cd wayland/egl: Ensure EGL surface is resized on DRI update_buffers() by Carlos Garnacho · 6 years ago
  56. f509213 anv: implement VK_EXT_depth_clip_enable by Lionel Landwerlin · 6 years ago
  57. fa4e103 vulkan: Update the XML and headers to 1.1.101 by Lionel Landwerlin · 6 years ago
  58. 63a919a isl: remove the cache line size alignment requirement by Samuel Iglesias Gonsálvez · 6 years ago
  59. 572854e radv: Clean up a bunch of compiler warnings. by Bas Nieuwenhuizen · 6 years ago
  60. 7631fea radv: Sync ETC2 whitelisted devices. by Bas Nieuwenhuizen · 6 years ago
  61. 3d7611e st/nir: use NIR for asm programs by Timothy Arceri · 6 years ago
  62. 3b4929e st/mesa: Copy VP TGSI tokens if they exist, even for NIR shaders. by Kenneth Graunke · 6 years ago
  63. ba7519c radeonsi: Go back to using llvm.pow intrinsic for nir_op_fpow by Kenneth Graunke · 6 years ago
  64. 9c4d592 radeonsi/nir: set shader_buffers_declared properly by Timothy Arceri · 6 years ago
  65. 94a3df6 radeonsi/nir: set colors_read properly by Timothy Arceri · 6 years ago
  66. 05cc1dd radeonsi/nir: set input_usage_mask properly by Timothy Arceri · 6 years ago
  67. 9429bcc radeonsi/nir: Use uniform location when calculating const_file_max. by Timur Kristóf · 6 years ago
  68. afb15d1 drirc: Add sddm-greeter to adaptive_sync blacklist. by Mario Kleiner · 6 years ago
  69. bff8da6 driconf: add Civ6Sub executable for Civilization 6 by Marek Olšák · 6 years ago
  70. ae21bdf radeonsi: always enable NIR for Civilization 6 to fix corruption by Marek Olšák · 6 years ago
  71. ccbfe44 radeonsi: add driconf option radeonsi_enable_nir by Marek Olšák · 6 years ago
  72. f9c835e mesa: Align doubles to a 64-bit starting boundary, even if packing. by Kenneth Graunke · 6 years ago
  73. 3c2c6bd compiler: Make is_64bit(GL_*) helper more broadly available by Kenneth Graunke · 6 years ago
  74. daf8ada gitlab-ci: automatically run the CI on pushes to `ci/*` branches by Eric Engestrom · 6 years ago
  75. 861ade7 gitlab-ci: limit the automatic CI to master and MRs by Eric Engestrom · 6 years ago
  76. f84f833 tegra/autotools: add missing libdrm cflags by Eric Engestrom · 6 years ago
  77. b787403 tegra/meson: add missing dep_libdrm by Eric Engestrom · 6 years ago
  78. 238730d ac/nir: implement half-float nir_op_ldexp by Rhys Perry · 6 years ago
  79. 6971e8d ac/nir: implement half-float nir_op_frsq by Rhys Perry · 6 years ago
  80. 2038aec ac/nir: implement half-float nir_op_frcp by Rhys Perry · 6 years ago
  81. 4261edc ac/nir: make ac_build_fdiv support 16-bit floats by Rhys Perry · 6 years ago
  82. 6790b3a ac/nir: make ac_build_isign work on all bit sizes by Rhys Perry · 6 years ago
  83. bbbfdef ac/nir: make ac_build_clamp work on all bit sizes by Rhys Perry · 6 years ago
  84. 7e5004e ac/nir: fix 64-bit nir_op_f2f16_rtz by Rhys Perry · 6 years ago
  85. c4ea20c ac/nir: implement 8-bit nir_load_const_instr by Rhys Perry · 6 years ago
  86. 0ca550e radv: ensure export arguments are always float by Rhys Perry · 6 years ago
  87. 64065aa radv: bitcast 16-bit outputs to integers by Rhys Perry · 6 years ago
  88. 23b485c gitlab-ci: use ccache to speed up builds by Eric Engestrom · 6 years ago
  89. dbe3af6 v3d: Move i2b and f2b support into emit_comparison. by Eric Anholt · 6 years ago
  90. 0bba9c8 v3d: Emit a simpler negate for the iabs implementation. by Eric Anholt · 6 years ago
  91. 1a775d4 v3d: Delay emitting ldvpm on V3D 4.x until it's actually used. by Eric Anholt · 6 years ago
  92. 5a84d46 v3d: Stop tracking num_inputs for VPM loads. by Eric Anholt · 6 years ago
  93. 581eba0 v3d: Add a function to describe what the c->execute.file check means. by Eric Anholt · 6 years ago
  94. 4412949 v3d: Fix the check for "is the last thrsw inside control flow" by Eric Anholt · 6 years ago
  95. 07d5b5a v3d: Fix f2b32 behavior. by Eric Anholt · 6 years ago
  96. 3022b4b v3d: Kill off vir_PF(), which is hard to use right. by Eric Anholt · 6 years ago
  97. 6186a8d v3d: Do bool-to-cond for discard_if as well. by Eric Anholt · 6 years ago
  98. 718eef6 v3d: Refactor bcsel and if condition handling. by Eric Anholt · 6 years ago
  99. 4586f9f v3d: Add a helper function for getting a nop register. by Eric Anholt · 6 years ago
  100. 3391551 v3d: Drop our hand-lowered nir_op_ffract. by Eric Anholt · 6 years ago