1. e96a1d2 radv: run nir_opt_move_load_ubo by Samuel Pitoiset · 7 years ago
  2. af355aa nir: add nir_opt_move_load_ubo() optimization pass by Samuel Pitoiset · 7 years ago
  3. 9d0d806 radv: drop geometry stride user sgpr. by Dave Airlie · 7 years ago
  4. 6f05154 radv: get rid of geometry user sgpr for num entries. by Dave Airlie · 7 years ago
  5. 9188bd7 radv: migrate lds size calculations to shader gen. by Dave Airlie · 7 years ago
  6. 384aced radv: drop scanning the tess shader in the nir code. by Dave Airlie · 7 years ago
  7. f50d520 radv: use num_patches output from tcs shader. by Dave Airlie · 7 years ago
  8. bf9a0ea radv/tess: remove last chunk of tess sgprs by Dave Airlie · 7 years ago
  9. 6db44d6 radv: pass num_patches to tes from tcs by Dave Airlie · 7 years ago
  10. 010d055 radv: drop tess offchip layout for tcs. by Dave Airlie · 7 years ago
  11. ee31cff radv: drop tcs_out_offsets by Dave Airlie · 7 years ago
  12. b0460bb radv: drop tcs_out_layout by Dave Airlie · 7 years ago
  13. 6adf991 radv/tess: drop tcs_in_layout setting completely. by Dave Airlie · 7 years ago
  14. f343d11 radv: drop ls_out_layout const. by Dave Airlie · 7 years ago
  15. d89b16b radv/shader_info: start gathering tess output info (v2) by Dave Airlie · 7 years ago
  16. 2012dae radv: migrate unique index info shader info (v2) by Dave Airlie · 7 years ago
  17. f02f1ad Revert "mesa: do not trigger _NEW_TEXTURE_STATE in glActiveTexture()" by Samuel Pitoiset · 7 years ago
  18. 51783f3 anv: silence unused variable warning by Lionel Landwerlin · 7 years ago
  19. b5b56f9 i965: silence unused function warning by Lionel Landwerlin · 7 years ago
  20. 0f544a3 anv: silence unused function warning on gen11 by Lionel Landwerlin · 7 years ago
  21. 2a7027f meson: fix pipe-loaders after omx changes by Dylan Baker · 7 years ago
  22. 9bd7a6f meson: require amdgpu >= 2.4.91 by Dylan Baker · 7 years ago
  23. f8773ed configure.ac: require libdrm_amdgpu 2.4.91 by Marek Olšák · 7 years ago
  24. 5d0acff configure.ac: blacklist libdrm 2.4.90 by Marek Olšák · 7 years ago
  25. 16ecf03 radv: dump LLVM IR when a hang is detected by Samuel Pitoiset · 7 years ago
  26. 8181866 radv: record LLVM IR when debugging shaders by Samuel Pitoiset · 7 years ago
  27. d07edf5 radv: add dump_shader to the NIR compiler options by Samuel Pitoiset · 7 years ago
  28. 50fcca3 radv: pass the NIR compiler options to ac_compile_llvm_module() by Samuel Pitoiset · 7 years ago
  29. 14c27c2 radv: print some information when RADV_TRACE_FILE is set by Samuel Pitoiset · 7 years ago
  30. 5be2757 radv: only display options that are enabled by Samuel Pitoiset · 7 years ago
  31. 6332893 mailmap: Use Eric Engestrom's personal email address by Eric Engestrom · 8 years ago
  32. 5076721 spirv/radv: add AMD_gcn_shader capability, remove current extensions by Alejandro Piñeiro · 7 years ago
  33. adf58e5 spirv: update arguments for vtn_nir_alu_op_for_spirv_opcode() by Samuel Iglesias Gonsálvez · 7 years ago
  34. ce2fd87 spirv: fix the translation of SPIR-V conversion opcodes to NIR by Samuel Iglesias Gonsálvez · 7 years ago
  35. 98f35ad vbo: Correctly handle source arrays in vbo_split_copy. by Mathias Fröhlich · 7 years ago
  36. 361f79c sched.h needs to be imported on Darwin/OSX targets. by Apple SWE · 7 years ago
  37. 67f27b1 Add processor topology calculation implementation for Darwin/OSX targets. by Apple SWE · 7 years ago
  38. 4b15b5e virgl: resize resource bo allocation if we need to. by Dave Airlie · 7 years ago
  39. c1e47a3 nv50,nvc0: Support BGRX1010102 and RGBX1010102 for sampling. by Mario Kleiner · 7 years ago
  40. 03e37ec util: Use set_foreach instead of rolling our own by Thomas Helland · 10 years ago
  41. 5f129c0 glsl: Use hash table cloning in copy propagation by Thomas Helland · 8 years ago
  42. 6baaf42 util: Implement a hash table cloning function by Thomas Helland · 8 years ago
  43. 388ed47 st/mesa: Factorize duplicate code in st_BlitFramebuffer() by Guillaume Charifi · 7 years ago
  44. 7dd261a autotools: add -I/src/egl to tizonia by Dylan Baker · 7 years ago
  45. 848f2b6 Revert "Add processor topology calculation implementation for Darwin/OSX targets." by Dylan Baker · 7 years ago
  46. 0f30c80 Revert "sched.h needs to be imported on Darwin/OSX targets." by Dylan Baker · 7 years ago
  47. b617bfc compiler: int8/uint8 support by Karol Herbst · 7 years ago
  48. fcf267b radv: Fix CmdCopyImage between uncompressed and compressed images by Alex Smith · 7 years ago
  49. 38f3411 radv: fix vkGetDeviceQueue2() when create flags don't match by Samuel Pitoiset · 7 years ago
  50. 25a966a spirv: Handle doubles when multiplying a mat by a scalar by Neil Roberts · 7 years ago
  51. 1a0aba7 anv/entrypoints: VkGetDeviceProcAddr returns NULL for core instance commands by Iago Toral Quiroga · 7 years ago
  52. a631575 anv/entrypoints: dispatches to VkQueue are device-level by Iago Toral Quiroga · 7 years ago
  53. 3b0f208 radv: drop assert on bindingDescriptorCount > 0 by Dave Airlie · 7 years ago
  54. 9dc5063 sched.h needs to be imported on Darwin/OSX targets. by Apple SWE · 7 years ago
  55. de0d10d Add processor topology calculation implementation for Darwin/OSX targets. by Apple SWE · 7 years ago
  56. 274f8bf r600: fix abs for op3 sources by Roland Scheidegger · 7 years ago
  57. 27a5e53 radv: mark all tess output for an indirect access. by Dave Airlie · 7 years ago
  58. 4f0c89d ac/nir: pass the nir variable through tcs loading. by Dave Airlie · 7 years ago
  59. f9de2d4 radv: get correct offset into LDS for indexed vars. by Dave Airlie · 7 years ago
  60. 4e44284 nir: lower_load_const_to_scalar fix for 8/16b types by Rob Clark · 7 years ago
  61. 2aad12b Update the documentation for meson by Dylan Baker · 7 years ago
  62. 85000b8 ac/nir: Use lower_vote_eq_to_ballot instead of ac_nir_lower_subgroups by Jason Ekstrand · 7 years ago
  63. 3d1d7e8 nir/subgroups: Add lowering for vote_ieq/vote_feq to a ballot by Jason Ekstrand · 7 years ago
  64. 8247a30 meson: don't use compiler.has_header by Dylan Baker · 7 years ago
  65. 8379bff i965: Emit texture cache invalidates around blorp_copy by Jason Ekstrand · 7 years ago
  66. a326eed brodacom/vc4: Fix simulator since the perfmon change. by Eric Anholt · 7 years ago
  67. 191bc7c spirv: Silence compiler warning about undefined srcs[0] by Eric Anholt · 7 years ago
  68. 7c83430 ac/nir: rename radeon_llvm_reg_index_soa() to ac_llvm_reg_index_soa() by Samuel Pitoiset · 7 years ago
  69. b128fd7 ac/nir: remove some unnecessary includes and declarations by Samuel Pitoiset · 7 years ago
  70. cd4e823 ac/nir: drop radv prefix from radv_lower_gather4_integer() by Samuel Pitoiset · 7 years ago
  71. fbe6945 ac/nir: move ac_nir_compiler_options and friends to radv folder by Samuel Pitoiset · 7 years ago
  72. 2372294 ac: move ac_shader_info to radv folder by Samuel Pitoiset · 7 years ago
  73. 2cfba40 ac/nir: move ac_shader_variant_info and friends to radv folder by Samuel Pitoiset · 7 years ago
  74. b265300 ac/nir: move all RADV related code to radv_nir_to_llvm.c by Samuel Pitoiset · 7 years ago
  75. 8e15824 ac/nir: make emit_barrier() non-static by Samuel Pitoiset · 7 years ago
  76. 4e3117b ac/nir: move radeon_llvm_reg_index_soa() to ac_nir_to_llvm.h by Samuel Pitoiset · 7 years ago
  77. 3a30b89 ac/nir: make handle_shader_output_decl() non-static by Samuel Pitoiset · 7 years ago
  78. 3fe47b1 ac/nir: change prototype of handle_shader_output_decl() by Samuel Pitoiset · 7 years ago
  79. 61a91ca ac/nir: move unpack_param() to ac_llvm_build.c by Samuel Pitoiset · 7 years ago
  80. 28bb687 ac/nir: move trim_vector to ac_llvm_build.c by Samuel Pitoiset · 7 years ago
  81. 895632b ac/nir: move cast_ptr() to ac_llvm_build.c by Samuel Pitoiset · 7 years ago
  82. bf63682 ac/nir: move ac_build_alloca() to ac_llvm_build.c by Samuel Pitoiset · 7 years ago
  83. 370e356 gallium: silence __builtin_frame_address nonzero argument is unsafe warning by Timothy Arceri · 7 years ago
  84. b7c6870 meson: Add moduledir to d3d.pc by Dylan Baker · 7 years ago
  85. a2f08dd gallium: Use struct gl_array_attributes* as st_pipe_vertex_format argument. by Mathias Fröhlich · 7 years ago
  86. def0030 mesa: Don't write to user buffer in glGetTexParameterIuiv on error by Ian Romanick · 7 years ago
  87. f94597f gallium: work around libtool relink issue for libdrm by Roman Gilg · 7 years ago
  88. 678ba53 vulkan: autotools: do not redirect stdin/stdout for wayland-scanner by Emil Velikov · 7 years ago
  89. 8151f5c wayland-drm: autotools: do not redirect stdin/stdout for wayland-scanner by Emil Velikov · 7 years ago
  90. 1178e0c egl: autotools: do not redirect stdin/stdout for wayland-scanner by Emil Velikov · 7 years ago
  91. 0818973 docs: document removal of GLX_SGIX_swap_{barrier,group} stubs by Emil Velikov · 7 years ago
  92. 5ef608f glx: remove empty GLX_SGIX_swap_group stubs by Emil Velikov · 7 years ago
  93. 2c765b0 gallium/x11: remove empty GLX_SGIX_swap_group stubs by Emil Velikov · 7 years ago
  94. afab516 x11: remove empty GLX_SGIX_swap_group stubs by Emil Velikov · 7 years ago
  95. 742b8e3 glx: remove empty GLX_SGIX_swap_barrier stubs by Emil Velikov · 7 years ago
  96. 4477313 gallium/x11: remove empty GLX_SGIX_swap_barrier stubs by Emil Velikov · 7 years ago
  97. 1d2d519 x11: remove empty GLX_SGIX_swap_barrier stubs by Emil Velikov · 7 years ago
  98. f197f02 configure: remove unused AM_CONDITIONAL by Emil Velikov · 7 years ago
  99. 997306c radv: Increase the number of dynamic uniform buffers. by Bas Nieuwenhuizen · 7 years ago
  100. e76cf1f u_vbuf/translate: pass max_index into the set_buffer. by Dave Airlie · 7 years ago