1. 7751ed3 radeonsi: disable sinking common instructions down to the end block by Samuel Pitoiset · 8 years ago
  2. 74265fd tgsi: add missing compute shader entry in tgsi_get_processor_name() by Samuel Pitoiset · 8 years ago
  3. 38ee324 radeonsi: clean up tex_fetch_ptrs() by Samuel Pitoiset · 8 years ago
  4. 8a5680f configure.ac: bump pthread-stubs requirement by Emil Velikov · 8 years ago
  5. eec0cd7 glx: don't expose systemTimeExtension for DRI2/DRI3/DRISW by Emil Velikov · 8 years ago
  6. b1fb6e8 anv: do not open random render node(s) by Emil Velikov · 8 years ago
  7. 743315f radv: do not open random render node(s) by Emil Velikov · 8 years ago
  8. 8ff2937 radv/winsys: use drmGetDevice2 API by Emil Velikov · 8 years ago
  9. 858170e winsys/amdgpu: use drmGetDevice2 API by Emil Velikov · 8 years ago
  10. a50c4eb loader: use drmGetDevice[s]2 API by Emil Velikov · 8 years ago
  11. 2c72e78 autoconf/scons: bump libdrm to 2.4.75 by Emil Velikov · 8 years ago
  12. 0fd61fb util/sha1: drop _mesa_sha1_{update, format} return type by Emil Velikov · 8 years ago
  13. a9a4028 util/sha1: rework _mesa_sha1_{init,final} by Emil Velikov · 8 years ago
  14. c96127e util/sha1: add non-typedef name for the SHA1_CTX struct by Emil Velikov · 8 years ago
  15. ef43eeb radv: Remove unused descriptor set field. by Bas Nieuwenhuizen · 8 years ago
  16. 686d060 r600: refactor binding code for attach buffer to CB. by Dave Airlie · 9 years ago
  17. 222e42e r600: refactor out CB setup. by Dave Airlie · 9 years ago
  18. 0cf7178 r600: refactor texture resource words setup code. by Dave Airlie · 9 years ago
  19. 95a976b r600: factor out the code to initialise a buffer resource. by Dave Airlie · 9 years ago
  20. cf2af02 r600g: make framebuffer atom rely on dual src blend state. by Dave Airlie · 9 years ago
  21. d142c74 intel/debug: Add a common INTEL_DEBUG=nohiz option by Jason Ekstrand · 8 years ago
  22. c09bb95 anv/image: Move handling of INTEL_VK_HIZ by Jason Ekstrand · 8 years ago
  23. 304b35b radv: trivial tidy ups by Timothy Arceri · 8 years ago
  24. b7e03d8 util/disk_cache: scale cache according to filesystem size by Alan Swanson · 8 years ago
  25. f1e9671 util/disk_cache: actually enforce cache size by Alan Swanson · 8 years ago
  26. af09b86 util/disk_cache: use LRU eviction rather than random eviction by Alan Swanson · 8 years ago
  27. c2793e2 util/disk_cache: don't fallback to an empty cache dir on evict by Timothy Arceri · 8 years ago
  28. 50989f8 util/disk_cache: use a thread queue to write to shader cache by Timothy Arceri · 8 years ago
  29. fc5ec64 util/disk_cache: add helpers for creating/destroying disk cache put jobs by Timothy Arceri · 8 years ago
  30. e2c4435 util/disk_cache: add thread queue to disk cache by Timothy Arceri · 8 years ago
  31. 7372e3c radv/ac: workaround regression in llvm 4.0 release by Dave Airlie · 8 years ago
  32. 3ece76f radv/ac: gather4 cube workaround integer by Dave Airlie · 8 years ago
  33. 407fa77 radv: Set driver version to mesa version; by Bas Nieuwenhuizen · 8 years ago
  34. ed28ae7 radv: Increase api version to 1.0.42. by Bas Nieuwenhuizen · 8 years ago
  35. 2e98db6 util/vk: Add helpers for finding an extension struct by Jason Ekstrand · 8 years ago
  36. e0cc32b radv: Flush before copying with PKT3_WRITE_DATA in CmdUpdateBuffer by Alex Smith · 8 years ago
  37. cce43f6 radv: Emit cache flushes before CP DMA. by Bas Nieuwenhuizen · 8 years ago
  38. fe56c74 Convert sed(1) syntax to be compatible with FreeBSD and OpenBSD by Jan Beich · 8 years ago
  39. aed2714 anv: Properly enumerate physical devices when none are present by Jason Ekstrand · 8 years ago
  40. 9d559ba nir/constant_expressions: Refactor helper functions by Jason Ekstrand · 8 years ago
  41. 762a633 nir: Rework conversion opcodes by Jason Ekstrand · 8 years ago
  42. 7107b32 i965/fs: Re-arrange conversion operations by Jason Ekstrand · 8 years ago
  43. bab4610 i965/vec4: Get rid of the type parameter from to/from_double by Jason Ekstrand · 8 years ago
  44. 702d1af glsl/nir: Use nir_type_conversion_op by Jason Ekstrand · 8 years ago
  45. 6eb051e nir: Rewrite nir_type_conversion_op by Jason Ekstrand · 8 years ago
  46. 9084b1d nir: Add a get_nir_type_for_glsl_base_type helper by Jason Ekstrand · 8 years ago
  47. a136884 nir/validate: Rework ALU bit-size rule validation by Jason Ekstrand · 8 years ago
  48. 370d68b nir/validate: Validate that bit sizes and components always match by Jason Ekstrand · 8 years ago
  49. e9a45a3 nir: Make image_size a variable-width intrinsic by Jason Ekstrand · 8 years ago
  50. b377be9 i965/fs: Use num_components from the SSA def in image intrinsics by Jason Ekstrand · 8 years ago
  51. 0bf0365 nir/lower_tex: Use tex_instr_dest_size for txs destinations by Jason Ekstrand · 8 years ago
  52. fffa411 nir/spirv: Restrict the number of channels in texture coordinates by Jason Ekstrand · 8 years ago
  53. 3c312be nir/copy_prop: Respect the source's number of components by Jason Ekstrand · 8 years ago
  54. 60d1aac nir/intrinsics: Make load_barycentric_input take a 2-component coor by Jason Ekstrand · 8 years ago
  55. 678fd00 anv/blorp: Only set a clear color for resolves if fast-cleared by Jason Ekstrand · 8 years ago
  56. 273b720 anv/blorp: Turn off AUX after doing a CCS_D resolve by Jason Ekstrand · 8 years ago
  57. 773d510 android: add '/vulkan' to libmesa_anv_entrypoints path by Tapani Pälli · 8 years ago
  58. 4734322 android: add src/intel/compiler to libmesa_intel_compiler includes by Tapani Pälli · 8 years ago
  59. 8f22552 anv: Add missing error-checking to anv_CreateDevice (v3) by Gwan-gyeong Mun · 8 years ago
  60. b8ee703 radv: setup llvm target data layout by Dave Airlie · 8 years ago
  61. c19607d radv: Reinitialise loaderMagic when allocating a cached command buffer by Alex Smith · 8 years ago
  62. cdbe499 gallium/radeon: disable the shader cache if dumping shaders by Marek Olšák · 8 years ago
  63. 71a2e4e radeonsi: mark all bound shader buffer ranges as initialized by Marek Olšák · 8 years ago
  64. 686cd76 st/mesa: disable the shader cache if dumping shaders by Marek Olšák · 8 years ago
  65. c5a0829 anv: Use vk_outarray in vkGetPhysicalDeviceQueueFamilyProperties by Chad Versace · 8 years ago
  66. 876f0ec anv: Use vk_outarray in vkEnumeratePhysicalDevices (v2) by Chad Versace · 8 years ago
  67. 6216053 util/vulkan: Add vk_outarray (v2) by Chad Versace · 8 years ago
  68. bf47e5b intel: genxml: prevent missing ; with address fields dwords by Lionel Landwerlin · 8 years ago
  69. 9df3f28 gallium/hud: check NULL return from u_upload_alloc by Julien Isorce · 8 years ago
  70. d08c093 winsys/radeon: check null return from radeon_cs_create_fence in cs_flush by Julien Isorce · 8 years ago
  71. d09edb0 winsys/radeon: check null in radeon_cs_create_fence by Julien Isorce · 8 years ago
  72. 192de3f vulkan/wsi: include builddir for generated headers by Juan A. Suarez Romero · 8 years ago
  73. dd4db84 anv: Use on-the-fly surface states for dynamic buffer descriptors by Jason Ekstrand · 8 years ago
  74. 6b644e5 anv: Stall before fast-clear operations by Jason Ekstrand · 8 years ago
  75. 5e44ef4 anv: Accurately advertise dynamic descriptor limits by Jason Ekstrand · 8 years ago
  76. d36b463 anv: Add a helper for working with VK_WHOLE_SIZE for buffers by Jason Ekstrand · 8 years ago
  77. f805593 freedreno/ir3: fragz cannot be half precision by Rob Clark · 8 years ago
  78. b1df639 freedreno/ir3: optimize less in glsl by Rob Clark · 8 years ago
  79. 3278cd7 aubinator/genxml: use gzipped files to store embedded genxml by Lionel Landwerlin · 8 years ago
  80. 351c951 intel: genxml: add script to generate gzipped genxml by Lionel Landwerlin · 8 years ago
  81. b822d9c util/u_thread.h: Include stdint.h for int64_t definition. by Jose Fonseca · 8 years ago
  82. e8eeb75 intel: fix compiler build by Iago Toral Quiroga · 8 years ago
  83. 8dee325 svga: handle P016 format as well by Christian König · 8 years ago
  84. b82bd31 configure.ac: require pthread-stubs only where available by Emil Velikov · 8 years ago
  85. 9aebdb5 configure.ac: do not require the i965 driver for ANV by Emil Velikov · 8 years ago
  86. ee8044f intel/vulkan: Get rid of recursive make by Jason Ekstrand · 8 years ago
  87. 7f9bbcf intel/tools: Use a makefile included from intel/Makefile.am by Jason Ekstrand · 8 years ago
  88. aa09c95 intel/compiler: whitespace cleanups by Emil Velikov · 8 years ago
  89. bdc5036 intel/compiler: link all tests again gtest, even test_eu_compact" by Emil Velikov · 8 years ago
  90. f282ace i965: remove i965_symbols_test reference from .gitignore by Emil Velikov · 8 years ago
  91. 700bebb i965: Move the back-end compiler to src/intel/compiler by Jason Ekstrand · 8 years ago
  92. d0d4a5f i965: split EU defines to brw_eu_defines.h by Emil Velikov · 8 years ago
  93. a72ac98 util/bitscan: use correct signature for ffs/ffsll by Emil Velikov · 8 years ago
  94. fb0832b i965: add missing brw_defines.h include in brw_program.c by Emil Velikov · 8 years ago
  95. 2eefb90 i965: add missing brw_defines.h include in brw_program.c by Emil Velikov · 8 years ago
  96. 1d80407 i965: add missing #include <assert.h> in brw_inst.h by Emil Velikov · 8 years ago
  97. 077078c i965: move brw_define.h ifndef guard to the top by Emil Velikov · 8 years ago
  98. 8c43264 i965: remove unused macros from brw_defines.h by Emil Velikov · 8 years ago
  99. 7784b3c i965: remove unused brw_program.h include by Emil Velikov · 8 years ago
  100. c54c379 i965: remove duplicate declaration of brw_mark_surface_used by Emil Velikov · 8 years ago