1. 966d66f radv: do not re-emit the index buffer for every draw call by Samuel Pitoiset · 7 years ago
  2. e5480be radv: remove useless mask operation in radv_cs_emit_draw_indexed_packet() by Samuel Pitoiset · 7 years ago
  3. fa226e9 radv: Do not read from the disk cache with RADV_DEBUG=nocache. by Bas Nieuwenhuizen · 7 years ago
  4. 2cccc74 radv: Set active_stages after getting cached shaders by Alex Smith · 7 years ago
  5. f557673 radv: Don't free NIR shaders if tracing by Alex Smith · 7 years ago
  6. 84f3afc Revert "egl: move alloc & init out of _eglBuiltInDriver{DRI2,Haiku}" by Marek Olšák · 7 years ago
  7. 2cb9ab5 Revert "egl: drop EGL driver `name`" by Marek Olšák · 7 years ago
  8. f37af5e st/mesa: set dimension for constants in ATI_fragment_shader by Miklós Máté · 7 years ago
  9. 8c9e7c9 st/osmesa: include u_inlines.h for pipe_resource_reference by Michel Dänzer · 7 years ago
  10. 7561da3 st/mesa: Initialize textures array in st_framebuffer_validate by Michel Dänzer · 7 years ago
  11. 47273d7 egl: set UseFallback if LIBGL_ALWAYS_SOFTWARE is set by Eric Engestrom · 7 years ago
  12. 6414d6b egl: drop EGL driver `name` by Eric Engestrom · 7 years ago
  13. d7e769a egl: drop always-false TestOnly option by Eric Engestrom · 7 years ago
  14. 3012885 Fix the xf86vm meson dependency by Nicholas Miell · 7 years ago
  15. 8cb84c8 egl: move alloc & init out of _eglBuiltInDriver{DRI2,Haiku} by Eric Engestrom · 7 years ago
  16. 4893673 egl_dri2: drop dri2_egl_driver struct by Eric Engestrom · 7 years ago
  17. 7823cfe egl_dri2: move glFlush out of struct dri2_egl_driver by Eric Engestrom · 7 years ago
  18. 3d0deed llvmpipe: handle shader sample mask output by Roland Scheidegger · 7 years ago
  19. c5124fb anv: Fix instance typos. by Vinson Lee · 7 years ago
  20. e17aa6c mesa: fix trivial typo in _mesa_PixelMapusv() error string by Brian Paul · 7 years ago
  21. 2515eb6 meson: move expat dependency where it's needed by Eric Engestrom · 7 years ago
  22. 05fc62d automake: intel: move expat handling where it's used by Hongxu Jia · 7 years ago
  23. e5e9e21 radv: don't create dummy fs when compiling compute stage by Timothy Arceri · 7 years ago
  24. e6b9abf radv: use the dispatch initiator for indirect dispatches by Samuel Pitoiset · 7 years ago
  25. 095e709 radv: remove XtoY_temps structs by Samuel Pitoiset · 7 years ago
  26. 6ef9bea anv: Install as Vulkan HAL module in Android.mk build by Tapani Pälli · 7 years ago
  27. 053d4c3 anv: Implement VK_ANDROID_native_buffer (v9) by Chad Versace · 8 years ago
  28. 9775894 anv: Move size check from anv_bo_cache_import() to caller (v2) by Chad Versace · 7 years ago
  29. fbf39fd meson: turn on pl111 not vc4 when pl111 driver specificed by Dylan Baker · 7 years ago
  30. 06f0504 radv: Link shaders. by Bas Nieuwenhuizen · 8 years ago
  31. dbbf105 radv: reuse the multiple shader store & load functions for gs copy variant by Timothy Arceri · 7 years ago
  32. 351f9dd radv: remove some now unused shader compile code by Timothy Arceri · 7 years ago
  33. 7d45d22 radv: switch to using radv_create_shaders() by Timothy Arceri · 7 years ago
  34. d1c9f30 radv: add radv_create_shaders() helper by Bas Nieuwenhuizen · 7 years ago
  35. ed9218f radv: add radv_hash_shaders() helper by Bas Nieuwenhuizen · 7 years ago
  36. 7f29055 radv: Add multiple shader cache store & load functions. by Bas Nieuwenhuizen · 8 years ago
  37. 670c02b radv: Change cache datastructures for combined pipelines. by Bas Nieuwenhuizen · 8 years ago
  38. 5699855 radv: reorder init function calls by Timothy Arceri · 7 years ago
  39. 4f3e380 meson: Add support for the vc5 driver. by Eric Anholt · 7 years ago
  40. 1918c9b meson: Add support for the pl111 driver. by Eric Anholt · 7 years ago
  41. 1ae8018 meson: Add support for the vc4 driver. by Eric Anholt · 7 years ago
  42. 2f4705a radeonsi: if there's just const buffer 0, set it in place of CONST/SSBO pointer by Marek Olšák · 7 years ago
  43. 854593b ac: clean up ac_build_indexed_load function interfaces by Marek Olšák · 7 years ago
  44. cdb21df radeonsi: handle 64-bit loads earlier in fetch_constant by Marek Olšák · 7 years ago
  45. ee0e1a4 radeonsi: add si_descriptors::gpu_address and remove buffer_offset by Marek Olšák · 7 years ago
  46. 6d26648 radeonsi: unify code for extracting a buffer address from a descriptor by Marek Olšák · 7 years ago
  47. 8d2685d radeonsi: remove atom parameter from si_upload_descriptors by Marek Olšák · 7 years ago
  48. 4ddce1b radeonsi: pack si_descriptors better again by Marek Olšák · 7 years ago
  49. 859eeff radeonsi: emit dirty consecutive pointers in one SET_SH_REG packet by Marek Olšák · 7 years ago
  50. 36626ff radeonsi: split si_emit_shader_pointer by Marek Olšák · 7 years ago
  51. 69325fa radeonsi: generalize the SI_VS_SHADER_POINTER_MASK macro by Marek Olšák · 7 years ago
  52. 79c2e73 radeonsi/gfx9: use SPI_SHADER_USER_DATA_COMMON by Marek Olšák · 7 years ago
  53. b762a08 radeonsi/gfx9: move RW_BUFFERS from s[0:1] to s[8:9] for HS and GS by Marek Olšák · 7 years ago
  54. 0aafedb radeonsi: add GFX-IB-size query to the HUD by Marek Olšák · 7 years ago
  55. 4d944c7 winsys/amdgpu: disable CPU caching for GFX & SDMA IBs by Marek Olšák · 7 years ago
  56. 49f5ce3 winsys/amdgpu: don't do read-modify-write on command buffers by Marek Olšák · 7 years ago
  57. cde2099 broadcom/vc4: Fix false-positive for the tiling ioctls on simulator mode. by Eric Anholt · 7 years ago
  58. b202f90 broadcom/vc4: Skip BO labeling when in simulator mode. by Eric Anholt · 7 years ago
  59. d623a34 broadcom/vc5: Don't forget to set the RT format for 1555 textures. by Eric Anholt · 7 years ago
  60. b5dc551 anv: Add func anv_gem_get_tiling() by Chad Versace · 7 years ago
  61. eb69a61 anv: Move close(fd) from anv_bo_cache_import to its callers (v2) by Chad Versace · 7 years ago
  62. 076a279 anv: Add field anv_image::planes[]::bo_is_owned (v2) by Chad Versace · 7 years ago
  63. a9ca8f3 anv: Better support for Android logging (v2) by Chad Versace · 7 years ago
  64. aa716db intel: Add simple logging façade for Android (v2) by Chad Versace · 7 years ago
  65. 3555d36 anv/android: Link to libsync, liblog in Android.mk by Tapani Pälli · 7 years ago
  66. 3791fe2 anv/android: Link to Android libraries in the autotools build by Chad Versace · 7 years ago
  67. 320018b meson: s/radv_extensions/radv_extensions_c/ to respect var convention by Eric Engestrom · 7 years ago
  68. 1f0e80f meson: track python script dependency by Eric Engestrom · 7 years ago
  69. 3de87f7 vulkan/wsi: Free the event in x11_manage_fifo_queues(). by Henri Verbeet · 7 years ago
  70. cde7859 meson: add missing radv_extensions.c generation for libvulkan_radeon by Eric Engestrom · 7 years ago
  71. 759ab66 anv/apply_pipeline_layout: Use nir_tex_instr_remove_src by Jason Ekstrand · 7 years ago
  72. 41c75b5 nir: Add a helper for adding texture instruction sources by Jason Ekstrand · 7 years ago
  73. 31fb7bb st/va: Return correct width and height for encode/decode support by Mark Thompson · 7 years ago
  74. ba28c1c st/va: Fix config entrypoint handling by Mark Thompson · 7 years ago
  75. b6f41e3 st/va: Disable vaExportSurfaceHandle() by Mark Thompson · 7 years ago
  76. 35c66f3 radv/image: bump all the offset to uint64_t. by Dave Airlie · 7 years ago
  77. 17201a2 radv: port to using updated anv entrypoint/extension generator. by Dave Airlie · 7 years ago
  78. c00256a radv: enable VK_KHX_multiview always. by Dave Airlie · 7 years ago
  79. 5d071bf Revert "mesa: fix texture updates for ATI_fragment_shader" by Marek Olšák · 7 years ago
  80. 1b86dbc mesa: remove redundant NULL check in update_single_program_texture_state by Miklós Máté · 7 years ago
  81. 43a6e84 meson: build mesa test. by Dylan Baker · 7 years ago
  82. c7081a3 .travis: Don't build gallium drivers in non-gallium test targets by Dylan Baker · 7 years ago
  83. 61631be meson: refactor meson_options by Dylan Baker · 7 years ago
  84. 6a9ad20 meson: build llvmpipe by Dylan Baker · 7 years ago
  85. de24d61 meson: build softpipe by Dylan Baker · 7 years ago
  86. 813b4b0 meson: build nouveau (gallium) driver by Dylan Baker · 7 years ago
  87. b154b44 meson: build radeonsi gallium driver by Dylan Baker · 7 years ago
  88. 66c94b9 meson: build gallium winsys for dri, null, and wrapper by Dylan Baker · 7 years ago
  89. 66f97f6 meson: build radeonsi by Dylan Baker · 7 years ago
  90. f3d03a2 meson: Build gallium dri state tracker by Dylan Baker · 7 years ago
  91. 4d701ee meson: build gallium helper drivers by Dylan Baker · 7 years ago
  92. d451a11 meson: Build gallium pipe-loader by Dylan Baker · 7 years ago
  93. 50c28df meson: split and simplify dependencies by Dylan Baker · 7 years ago
  94. b1b6539 meson: Build gallium auxiliary by Dylan Baker · 7 years ago
  95. af9d276 meson: build libmesa_gallium by Dylan Baker · 7 years ago
  96. 02cf3a8 meson: Add option to toggle LLVM by Dylan Baker · 7 years ago
  97. 8e61187 meson: always set GLX_USE_TLS by Dylan Baker · 7 years ago
  98. 90b5ec6 meson: Don't try to install dri drivers unless one is built by Dylan Baker · 7 years ago
  99. 601bd72 meson: Set _GNU_SOURCE by Dylan Baker · 7 years ago
  100. e21e0a6 meson: add checks for version script and dynamic list by Dylan Baker · 7 years ago