1. d921af6 radeonsi: add new polaris10 pci id by Alex Deucher · 7 years ago
  2. 9e1b2e4 radeonsi: enable ARB_shader_ballot by Nicolai Hähnle · 8 years ago
  3. 8b13b11 radeonsi: optimization barriers to work around LLVM deficiencies by Nicolai Hähnle · 8 years ago
  4. 24d4fbe radeonsi: strengthen emit_optimization_barrier by Nicolai Hähnle · 8 years ago
  5. 5c4602f radeonsi: emit TGSI_OPCODE_READ_* by Nicolai Hähnle · 8 years ago
  6. b46e3a3 radeonsi: emit TGSI_OPCODE_BALLOT by Nicolai Hähnle · 8 years ago
  7. a3075f4 radeonsi: implement TGSI_SEMANTIC_SUBGROUP_* by Nicolai Hähnle · 8 years ago
  8. 4cf2942 radeonsi: support 64-bit system values by Nicolai Hähnle · 8 years ago
  9. 1ee57b1 radeonsi: bump RADEON_LLVM_MAX_SYSTEM_VALUES by Nicolai Hähnle · 8 years ago
  10. ee2d93e st/mesa: enable ARB_shader_ballot by Nicolai Hähnle · 8 years ago
  11. 84039cc st/glsl_to_tgsi: implement ARB_shader_ballot system variables by Nicolai Hähnle · 8 years ago
  12. 76e3dba st/glsl_to_tgsi: implement ARB_shader_ballot builtin functions by Nicolai Hähnle · 8 years ago
  13. 08bd0aa tgsi: add SUBGROUP_* semantics by Ilia Mirkin · 8 years ago
  14. 3650d74 tgsi: add BALLOT/READ_* opcodes by Ilia Mirkin · 8 years ago
  15. d3e6f6d gallium: add PIPE_CAP_TGSI_BALLOT by Nicolai Hähnle · 8 years ago
  16. b5711d5 glsl: add gl_SubGroup*ARB builtins by Nicolai Hähnle · 8 years ago
  17. 961b8e9 glsl: add ARB_shader_ballot builtin functions by Nicolai Hähnle · 8 years ago
  18. d37b7b5 glsl: add ARB_shader_ballot operations by Nicolai Hähnle · 8 years ago
  19. b8440ec glsl: add ARB_shader_ballot enable by Nicolai Hähnle · 8 years ago
  20. 4fdb691 mesa: add GL_ARB_shader_ballot boilerplate by Nicolai Hähnle · 8 years ago
  21. 2c4c47d swr: automake: add gen_common.py to the tarball by Emil Velikov · 8 years ago
  22. e664cfc intel: genxml: automake: include gen_bits_header.py in the tarball by Emil Velikov · 8 years ago
  23. e180680 intel: genxml: automake: polish automake rules by Emil Velikov · 8 years ago
  24. e2adec3 amd/addrlib: automake: add all headers to the tarball by Emil Velikov · 8 years ago
  25. 570e50a radeonsi: enable ARB_sparse_buffer by Nicolai Hähnle · 8 years ago
  26. aee473e radeonsi: disable SDMA clears and copies for sparse buffers by Nicolai Hähnle · 8 years ago
  27. 0a685ce gallium/radeon: implement pipe->resource_commit by Nicolai Hähnle · 8 years ago
  28. e077c5f gallium/radeon: transfers and invalidation for sparse buffers by Nicolai Hähnle · 8 years ago
  29. 5969a37 gallium/radeon: implement sparse buffer creation by Nicolai Hähnle · 8 years ago
  30. 47e59a7 winsys/amdgpu: sparse buffer debugging helpers by Nicolai Hähnle · 8 years ago
  31. 0baee15 winsys/amdgpu: take fences when freeing a backing buffer by Nicolai Hähnle · 8 years ago
  32. 79dae12 winsys/amdgpu: add sparse buffers to CS by Nicolai Hähnle · 8 years ago
  33. 667da4e winsys/amdgpu: sparse buffer creation / destruction / commitment by Nicolai Hähnle · 8 years ago
  34. e348248 winsys/amdgpu: add sparse buffer data structures by Nicolai Hähnle · 8 years ago
  35. f3e5143 winsys/amdgpu: extend amdgpu_add_fence to allow adding multiple fences by Nicolai Hähnle · 8 years ago
  36. ae4f442 winsys/amdgpu: build handles and flags list late on submit thread by Nicolai Hähnle · 8 years ago
  37. 0e476f6 winsys/amdgpu: share common code in amdgpu_add_fence_dependencies by Nicolai Hähnle · 8 years ago
  38. 1c125fd winsys/amdgpu: extract amdgpu_do_add_real_buffer by Nicolai Hähnle · 8 years ago
  39. a338f42 winsys/radeon: sparse buffers will not be supported by Nicolai Hähnle · 8 years ago
  40. c2637a1 radeon/winsys: add sparse buffer interface by Nicolai Hähnle · 8 years ago
  41. d9bc4d8 st/mesa: plumbing for sparse buffers by Nicolai Hähnle · 8 years ago
  42. 2599b23 st/mesa: enable ARB_sparse_buffer when supported by Nicolai Hähnle · 8 years ago
  43. 634266c trace: add resource_commit pass-through by Nicolai Hähnle · 8 years ago
  44. 0e1c75a ddebug: add resource_commit pass-through by Nicolai Hähnle · 8 years ago
  45. d6e6fa0 gallium: add sparse buffer interface and capability by Nicolai Hähnle · 8 years ago
  46. 4e6feac mesa: implement sparse buffer commitment by Nicolai Hähnle · 8 years ago
  47. d6fcbe1 mesa: implement sparse storage buffer allocation by Nicolai Hähnle · 8 years ago
  48. 9422768 mesa: implement SPARSE_BUFFER_PAGE_SIZE_ARB by Nicolai Hähnle · 8 years ago
  49. d085c7c mesa: Add GL_ARB_sparse_buffer boilerplate by Nicolai Hähnle · 8 years ago
  50. a0970de configure.ac: require libdrm_amdgpu 2.4.77 by Nicolai Hähnle · 8 years ago
  51. d5ee55f mesa: Replace program locks with atomic inc/dec. by Matt Turner · 7 years ago
  52. 060a643 anv: Advertise larger heap sizes by Jason Ekstrand · 8 years ago
  53. 651ec92 anv: Add support for 48-bit addresses by Jason Ekstrand · 8 years ago
  54. 439da38 anv: Replace anv_bo::is_winsys_bo with a uint32_t flags by Jason Ekstrand · 8 years ago
  55. f938354 i965/blorp: Align vertex buffers to 64B by Jason Ekstrand · 8 years ago
  56. 5d1ba2c anv/blorp: Align vertex buffers to 64B by Jason Ekstrand · 8 years ago
  57. c964f0e anv: Query the kernel for reset status by Jason Ekstrand · 8 years ago
  58. 82573d0 anv: Check for device loss at the end of WaitForFences by Jason Ekstrand · 8 years ago
  59. c6f69ee anv/pipeline: Properly handle unset gl_Layer and gl_ViewportIndex by Jason Ekstrand · 8 years ago
  60. 3503b27 i965/fs: Always provide a default LOD of 0 for TXS and TXL by Jason Ekstrand · 8 years ago
  61. c5bf7cb mesa: Require mipmap completeness for glCopyImageSubData(), sometimes. by Kenneth Graunke · 8 years ago
  62. c161a10 libgl-xlib: Link with libunwind. by Vinson Lee · 8 years ago
  63. 1fde054 intel/isl: Refactor and clerify gen8 alignment calculations by Jason Ekstrand · 8 years ago
  64. 0de17f5 drirc: Set glsl_zero_init for Kerbal Space Program. by Francisco Jerez · 8 years ago
  65. e8d9b76 intel: tools: add aubinator_error_decode tool by Lionel Landwerlin · 8 years ago
  66. 567d778 intel: genxml: add RING_BUFFER_CTL registers by Lionel Landwerlin · 8 years ago
  67. 6f260ff intel: genxml: add FAULT_REG register by Lionel Landwerlin · 8 years ago
  68. ca2771f intel: genxml: add gen7 ERR_INT register by Lionel Landwerlin · 8 years ago
  69. 84613bf intel: genxml: add ACTHD registers by Lionel Landwerlin · 8 years ago
  70. 0f195f2 intel: genxml: add GFX_ARB_ERROR_RPT register by Lionel Landwerlin · 8 years ago
  71. d1a7a54 intel: genxml: add INSTDONE registers by Lionel Landwerlin · 8 years ago
  72. 18b12bf targets: export radeon winsys_create functions to silence LLVM warning by Marek Olšák · 8 years ago
  73. 6ee4868 r600g: check rasterizer primitive states like in radeonsi by Constantine Kharlamov · 8 years ago
  74. 7ade08e r600g: extract a code into a r600_emit_rasterizer_prim_state() by Constantine Kharlamov · 8 years ago
  75. fa8bc90 r600g/radeonsi: use the correct types (taken from pipe_draw_info) by Constantine Kharlamov · 8 years ago
  76. ef62a76 r600g: remove duplicate memset by using a pointer, and constify args by Constantine Kharlamov · 8 years ago
  77. ba5b1ab glsl: remove unused file by Elie TOURNIER · 8 years ago
  78. 6ca46c3 radeonsi: access gallivm through ctx in most places by Marek Olšák · 8 years ago
  79. 04e4fe5 radeonsi: use ctx->types instead of bld->types etc. by Marek Olšák · 8 years ago
  80. 7a5e6dc radeonsi: use i32_0/1 instead of *int_bld.zero/one in most places by Marek Olšák · 8 years ago
  81. 7216e1d gallium: decrease the size of pipe_draw_info - 88 -> 80 bytes by Marek Olšák · 8 years ago
  82. 295f4f5 gallium: decrease the size of pipe_vertex_element - 16 -> 8 bytes by Marek Olšák · 8 years ago
  83. e642809 gallium: decrease the size of pipe_resource - 64 -> 48 bytes by Marek Olšák · 8 years ago
  84. 3dfe61e gallium: decrease the size of pipe_box - 24 -> 16 bytes by Marek Olšák · 8 years ago
  85. 9869a3b gallium: decrease the size of pipe_sampler_view - 48 -> 32 bytes by Marek Olšák · 8 years ago
  86. 4648bc2 gallium: decrease the size of pipe_surface - 48 -> 40 bytes by Marek Olšák · 8 years ago
  87. eb0fd0e gallium: decrease the size of pipe_framebuffer_state - 96 -> 80 bytes by Marek Olšák · 8 years ago
  88. 19bc74f gallium: decrease the size of pipe_stream_output_info - 532 -> 268 bytes by Marek Olšák · 8 years ago
  89. 15ff2f7 gallium: decrease the size of pipe_rasterizer_state - 36 -> 32 bytes by Marek Olšák · 8 years ago
  90. 18e7603 amd/addrlib: second update for Vega10 + bug fixes by Marek Olšák · 8 years ago
  91. 3e7d62a radeonsi: use i32_0 and i32_1 more by Marek Olšák · 8 years ago
  92. 29adaa1 radeonsi: remove most uses of lp_build_const* by Marek Olšák · 8 years ago
  93. 7cec96a radeonsi: clean up 'radeon_bld' references by Marek Olšák · 8 years ago
  94. 0fb5a50 radeonsi: fix broken texture filtering on SI-CIK since GFX9 changes by Marek Olšák · 8 years ago
  95. 1bcdf74 bin/get-fixes-pick-list.sh: fix typo by Juan A. Suarez Romero · 8 years ago
  96. 72175bd android: intel: genxml: fix genX_xml.h generation rules by Mauro Rossi · 8 years ago
  97. 405ef7b intel/vec4: Add some fall through comments by Jason Ekstrand · 8 years ago
  98. 64b3aa7 mesa/glthread: Avoid unnecessary batch reallocation by Bartosz Tomczyk · 8 years ago
  99. 6e5e8a2 radv: Increase descriptor limits. by Bas Nieuwenhuizen · 8 years ago
  100. 9572085 mesa/glthread: fix misaligned address access by Bartosz Tomczyk · 8 years ago