1. c58f8bb vulkan: Update registry and headers to 1.0.49 by Jason Ekstrand · 7 years ago
  2. c485b47 radeonsi: extract TGSI memory/texture opcode handling into its own file by Nicolai Hähnle · 7 years ago
  3. cd95046 radeonsi: make const_array externally accessible by Nicolai Hähnle · 7 years ago
  4. f0066eb radeonsi: make get_bounded_indirect_index externally accessible by Nicolai Hähnle · 7 years ago
  5. 9252638 radeonsi: make emit_waitcnt externally accessible by Nicolai Hähnle · 7 years ago
  6. 3811730 radeonsi: silence a Coverity warning by Nicolai Hähnle · 7 years ago
  7. 4ea67c1 radeonsi: rename tcs_tes_uses_prim_id for clarity by Nicolai Hähnle · 7 years ago
  8. f4dbe2e radeonsi: fix gl_PrimitiveIDIn in geometry shader when using tessellation by Nicolai Hähnle · 7 years ago
  9. 3accda4 ac/debug: handle index field in SET_*_REG correctly by Nicolai Hähnle · 7 years ago
  10. 0ca5bdb glsl: simplify link_assign_uniform_storage() a bit by Samuel Pitoiset · 7 years ago
  11. 8080082 mesa: unify _mesa_uniform() for image uniforms by Samuel Pitoiset · 7 years ago
  12. 3c95a4f mesa: fix indentation in _mesa_uniform() by Samuel Pitoiset · 7 years ago
  13. 989def7 mesa: fix indentation in _mesa_associate_uniform_storage() by Samuel Pitoiset · 7 years ago
  14. 25bb02d mesa: replace _mesa_problem() with unreachable() in pack.c by Timothy Arceri · 7 years ago
  15. 51486d3 mesa: replace _mesa_problem() with unreachable() in mipmap.c by Timothy Arceri · 7 years ago
  16. 1bd692b mesa: replace _mesa_problem() with unreachable() in _mesa_convert_colors() by Timothy Arceri · 7 years ago
  17. 4c1664f mesa: replace _mesa_problem() with unreachable() in _mesa_light() by Timothy Arceri · 7 years ago
  18. 59b9544 mesa: replace _mesa_problem() with assert() in hash table by Timothy Arceri · 7 years ago
  19. f25b2f7 mesa: don't crash in KHR_no_error uniform variants when location == -1 by Timothy Arceri · 7 years ago
  20. b1af896 intel/aubinator_error_decode: Disassemble shader programs by Matt Turner · 8 years ago
  21. 23685f0 intel/aubinator_error_decode: Stop decoding after MI_BATCH_BUFFER_END by Matt Turner · 7 years ago
  22. 8e7221f intel/tools: Refactor gen_disasm_disassemble() to use annotations by Matt Turner · 7 years ago
  23. aaa0329 intel/decoder: Fix indentation by Matt Turner · 7 years ago
  24. 3443bd4 genxml: Remove brackets from kernel start pointer names by Matt Turner · 7 years ago
  25. aae2626 i965: Add a weak no-op nir_print_instr() symbol by Matt Turner · 7 years ago
  26. d98e82c i965: Allow brw_eu_validate to handle compact instructions by Matt Turner · 7 years ago
  27. a7217e9 i965: Pass pointer and end of assembly to brw_validate_instructions by Matt Turner · 7 years ago
  28. 8ca8ebb i965: Mark shader programs for capture in the error state. by Matt Turner · 7 years ago
  29. 0aa5787 egl: fix android logger compilation by Tapani Pälli · 7 years ago
  30. 6d2e912 i965: perf: fix pointer to integer cast by Lionel Landwerlin · 7 years ago
  31. 55be665 intel: gen-decoder: fix xml parser leak by Lionel Landwerlin · 7 years ago
  32. 1c8f7d3 radeonsi: enable threaded_context by Marek Olšák · 8 years ago
  33. e24d094 gallium/u_threaded: drop and ignore all non-async debug callbacks by Marek Olšák · 7 years ago
  34. 4c98afb gallium/radeon: add threaded context counter monitoring for HUD by Marek Olšák · 8 years ago
  35. 7166773 radeonsi: implement replace_buffer_storage for the threaded context by Marek Olšák · 8 years ago
  36. 04299f7 gallium/radeon: subclass and handle threaded_query by Marek Olšák · 8 years ago
  37. b40d802 gallium/radeon: subclass threaded_transfer by Marek Olšák · 7 years ago
  38. b4fc399 gallium/radeon: subclass threaded_resource by Marek Olšák · 8 years ago
  39. 93d549b gallium/radeon: handle other map buffer flags from the threaded context by Marek Olšák · 8 years ago
  40. e11f7e1 gallium/radeon: handle TC_TRANSFER_MAP_THREADED_UNSYNC by Marek Olšák · 8 years ago
  41. 8b54859 gallium/radeon: unwrap a context if we get a wrapped one by Marek Olšák · 8 years ago
  42. 42fe45b gallium/radeon: require both WRITE and FLUSH_EXPLICIT in buffer_flush_region by Marek Olšák · 7 years ago
  43. b8e5524 gallium/util: add threaded_context as a pipe_context wrapper by Marek Olšák · 8 years ago
  44. dca19b1 gallium/u_upload: add u_upload_clone by Marek Olšák · 8 years ago
  45. 8559fa5 gallium: add flag PIPE_CONTEXT_PREFER_THREADED by Marek Olšák · 8 years ago
  46. 7622181 radeonsi/gfx9: add support for Raven by Marek Olšák · 8 years ago
  47. efdb378 amd/addrlib: import Raven support by Marek Olšák · 8 years ago
  48. c98f03c renderonly: Initialize fields of struct winsys_handle. by Eric Anholt · 7 years ago
  49. 12f9fa5 Revert "freedreno: use bypass if only clears" by Rob Clark · 7 years ago
  50. e4ad869 freedreno: fix crash when flush() but no rendering by Rob Clark · 7 years ago
  51. 06a51fb freedreno: fix indexbuffer upload by Rob Clark · 7 years ago
  52. d4e4c36 radv: Save descriptor set even if vertex buffers are not saved. by Bas Nieuwenhuizen · 7 years ago
  53. 8efaae3 freedreno/a5xx: hw binning support by Rob Clark · 7 years ago
  54. c61417e freedreno: update generated headers by Rob Clark · 7 years ago
  55. 3ab072d freedreno: use bypass if only clears by Rob Clark · 7 years ago
  56. 840f6be nv50/ir: Report wrong prog types using proper var by Pierre Moreau · 7 years ago
  57. 812ff33 mesa: fix KHR_no_error SSO support by Timothy Arceri · 7 years ago
  58. 752a638 docs: update calendar, add news item and link release notes for 17.0.6 by Andres Gomez · 7 years ago
  59. 05e833d docs: add sha256 checksums for 17.0.6 by Andres Gomez · 7 years ago
  60. a2ca97e docs: add release notes for 17.0.6 by Andres Gomez · 7 years ago
  61. b7af0dd bin/get-fixes-pick-list.sh: bring back the warning by Andres Gomez · 7 years ago
  62. 0dead44 docs: extend until the end of August by Andres Gomez · 7 years ago
  63. 19db507 docs: update "Release manager" column by Andres Gomez · 7 years ago
  64. 5c92b1b glsl: include image qualifiers when printing IR by Nicolai Hähnle · 7 years ago
  65. a16ae77 radeonsi: get rid of secondary input/output word by Nicolai Hähnle · 7 years ago
  66. 0dd8aa4 radeonsi: reduce the number of generics for shader IO unique indices by Nicolai Hähnle · 7 years ago
  67. 90339fa radeonsi: at most 8 sets of texture coordinates are supported by Nicolai Hähnle · 7 years ago
  68. cfe6e30 radeonsi: skip generic out/in indices without a shader IO index by Nicolai Hähnle · 7 years ago
  69. 7091fe8 radeonsi: use SI_MAX_IO_GENERIC instead of magic values by Nicolai Hähnle · 7 years ago
  70. 4aa4e17 glsl: order indices for images inside a struct array by Samuel Pitoiset · 7 years ago
  71. f87416f glsl: add parcel_out_uniform_storage::set_opaque_indices() helper by Samuel Pitoiset · 7 years ago
  72. 70251e3 i965: Port 3DSTATE_VF_TOPOLOGY on gen8+ to genxml. by Rafael Antognolli · 7 years ago
  73. 5bbcbab i965: Port 3DSTATE_INDEX_BUFFER to genxml. by Rafael Antognolli · 7 years ago
  74. 71bfb44 i965: Port brw_cs_state tracked state to genxml. by Rafael Antognolli · 7 years ago
  75. d9b4a81 genxml: Add alias for MOCS. by Rafael Antognolli · 7 years ago
  76. c93b17b i965/genxml: Mostly style fixes for emit_vertices code. by Rafael Antognolli · 7 years ago
  77. fa10521 r600g: Add defines for per-shader engine settings by Glenn Kennard · 8 years ago
  78. 123ae18 r600g: Add instruction encoding defines for MEM_RD by Glenn Kennard · 8 years ago
  79. 8260c46 r600g: Add scratch ring register defines by Glenn Kennard · 8 years ago
  80. b361af6 i965: Drop brw_context::viewport_transform_enable. by Kenneth Graunke · 7 years ago
  81. f790d6e i965: Port Gen4-5 VS_STATE to genxml. by Kenneth Graunke · 7 years ago
  82. 4933c3d i965: Change GEN_GEN < 7 to GEN_GEN == 6 in 3DSTATE_VS code. by Kenneth Graunke · 7 years ago
  83. d65e19f genxml: Fix KSPs on Ironlake to be offsets, not pointers. by Kenneth Graunke · 7 years ago
  84. 4ad5fa6 glsl: simplify set_opaque_binding() by Samuel Pitoiset · 7 years ago
  85. a29810e glsl: add missing check for samplers in set_opaque_binding() by Samuel Pitoiset · 7 years ago
  86. be7a906 mesa: remove useless get_uniform_parameter() declaration by Samuel Pitoiset · 7 years ago
  87. 7a37f5a mesa: remove unused gl_program_parameter::Initialized by Samuel Pitoiset · 7 years ago
  88. 479e76b gallium/tests: fix build after index buffer changes by Marek Olšák · 7 years ago
  89. 709468a configure: remove unneeded bits around libunwind handling by Emil Velikov · 7 years ago
  90. a68d306 docs/releasing: don't forget to update the calendar by Emil Velikov · 7 years ago
  91. 8321805 docs: remove released versions from the calendar by Emil Velikov · 7 years ago
  92. 4588912 virgl: remove unused draw include by Emil Velikov · 7 years ago
  93. 88b8aae radeon: automake: remove unneeded elf Cflags/Libs by Emil Velikov · 7 years ago
  94. 4c22b99 anv: document that anv_gem_mmap returns MAP_FAILED on error by Emil Velikov · 7 years ago
  95. 1ce5853 egl: simplify the Android logger by Emil Velikov · 7 years ago
  96. bec1c13 Android: Drop linking libgcc by Rob Herring · 7 years ago
  97. d31a2b4 Android: Add LLVM support for Android O by Rob Herring · 7 years ago
  98. 26aee6f Android: rework LLVM build support by Rob Herring · 7 years ago
  99. e2ff12e Android: rework libelf dependencies by Rob Herring · 7 years ago
  100. 06260da Android: drop LLVM support on Lollipop by Rob Herring · 7 years ago