1. 54c2c77 radeonsi/gfx9: don't use GS scenario A for VS writing ViewportIndex by Marek Olšák · 7 years ago
  2. 776fccc gallium/radeon: clean up EOP_DATA_SEL magic numbers by Marek Olšák · 7 years ago
  3. a57f588 radeonsi/gfx9: set 'not a query' for r600_gfx_write_event_eop correctly by Marek Olšák · 7 years ago
  4. a65afda radeonsi/gfx9: prevent shader-db crashes by Marek Olšák · 7 years ago
  5. fdef2f0 radeonsi/gfx9: properly handle imported textures with unexpected swizzle mode by Marek Olšák · 7 years ago
  6. 113278e radeonsi: remove Constant Engine support by Marek Olšák · 7 years ago
  7. 166823b radeonsi/gfx9: add a temporary workaround for a tessellation driver bug by Marek Olšák · 7 years ago
  8. 248555e glsl_to_tgsi: clean up opcode translation by Marek Olšák · 7 years ago
  9. da28280 mesa: pass ctx to add_uniform_to_shader constructor by Timothy Arceri · 7 years ago
  10. 640b6e6 egl: deduplicate allocations of local buffer over each platform backend (v2) by Gwan-gyeong Mun · 7 years ago
  11. 46a8c4e mesa: only expose EXT_memory_object functions if the ext is supported by Samuel Pitoiset · 7 years ago
  12. 44cd9ae mesa: only expose glImportMemoryFdEXT if the ext is supported by Samuel Pitoiset · 7 years ago
  13. 39a35eb radeonsi: try to re-use previously deleted bindless descriptor slots by Samuel Pitoiset · 7 years ago
  14. c2dfa9b radeonsi: use slot indexes for bindless handles by Samuel Pitoiset · 7 years ago
  15. 50349f4 radeonsi: add si_emit_global_shader_pointers() helper by Samuel Pitoiset · 7 years ago
  16. a5ff4a8 radeonsi: only initialize dirty_mask when CE is used by Samuel Pitoiset · 7 years ago
  17. a29ef75 radeonsi: make some si_descriptors fields 32-bit by Samuel Pitoiset · 7 years ago
  18. 781a13c radeonsi: declare new user SGPR indices for bindless samplers/images by Samuel Pitoiset · 7 years ago
  19. e2793de gallium/util: add new module that allocate "numbers" by Samuel Pitoiset · 7 years ago
  20. 472c906 radeonsi/gfx9: add performance counters by Nicolai Hähnle · 7 years ago
  21. e271607 radeonsi: extract common code of si_upload_{graphics,compute}_shader_descriptors by Nicolai Hähnle · 7 years ago
  22. a6e7693 gallium: remove unused PIPE_DUMP_* defines by Nicolai Hähnle · 7 years ago
  23. 635a930 ddebug: remove dd_draw_record::driver_state_log by Nicolai Hähnle · 7 years ago
  24. f4c1d5a radeonsi: emit string markers to log context by Nicolai Hähnle · 7 years ago
  25. 0c3f8ac radeonsi: log decompress blits by Nicolai Hähnle · 7 years ago
  26. 420c438 radeonsi: log draw and compute state into log context by Nicolai Hähnle · 7 years ago
  27. 4c3f36e radeonsi: print saved CS to the log context by Nicolai Hähnle · 7 years ago
  28. bc93339 radeonsi: start using u_log_context for debugging by Nicolai Hähnle · 7 years ago
  29. ad33f2d radeonsi: re-order debug state dumping by Nicolai Hähnle · 7 years ago
  30. 40697e8 radeonsi: make si_shader_selector_reference globally visible by Nicolai Hähnle · 7 years ago
  31. 4bbf6de radeonsi: add reference count to si_compute by Nicolai Hähnle · 7 years ago
  32. bbaad18 radeonsi: implement pipe_context::set_log_context by Nicolai Hähnle · 7 years ago
  33. fbbb5f7 amd/common: split out ac_parse_ib_chunk from ac_parse_ib by Nicolai Hähnle · 7 years ago
  34. 81d7577 ddebug: add driver log to record dumps by Nicolai Hähnle · 7 years ago
  35. 1966d9f gallium: add pipe_context::set_log_context by Nicolai Hähnle · 7 years ago
  36. 177144c util/log: add auto logger facility by Nicolai Hähnle · 7 years ago
  37. 1cc2fd5 util: add chunk logging module by Nicolai Hähnle · 7 years ago
  38. b3a4817 glsl/linker: Make several functions not static by Ian Romanick · 7 years ago
  39. 0ae9ce0 i965/clear: Quantize the depth clear value based on the format by Jason Ekstrand · 7 years ago
  40. 3c9ed70 mesa/st: simplify some UBO index logic by Timothy Arceri · 7 years ago
  41. 36431cf i965: enable STD430 packing by default on IVB+ by Timothy Arceri · 7 years ago
  42. 4c24220 glsl: pass UseSTD430AsDefaultPacking to where it will be used by Timothy Arceri · 7 years ago
  43. 12e1f0c glsl: add get_internal_ifc_packing() type helper by Timothy Arceri · 7 years ago
  44. 334a27a mesa: add UseSTD430AsDefaultPacking constant by Timothy Arceri · 7 years ago
  45. 5e253fe clover/device: Calculate CL_DEVICE_MEM_BASE_ADDR_ALIGN in device by Aaron Watry · 7 years ago
  46. 19e9bd4 mesa: optimize _mesa_attr_zero_aliases_vertex() by Brian Paul · 7 years ago
  47. 0ef5aa4 vbo: use new _is_vertex_position() helper in vbo_attrib_tmp.h by Brian Paul · 7 years ago
  48. 1850256 vbo: make vbo_bind_arrays() static by Brian Paul · 7 years ago
  49. 4d2b21a svga: replace gotos with conditionals in array drawing code by Brian Paul · 7 years ago
  50. d50b8b9 llvmpipe: add some whitespace between functions in lp_texture.c by Brian Paul · 7 years ago
  51. 8450977 mesa: formatting clean-up in syncobj.c by Brian Paul · 7 years ago
  52. 196a0b2 svga: whitespace clean-up in svga_draw_private.h by Brian Paul · 7 years ago
  53. f37824f docs: remove link to MissingFunctionality wiki page by Timothy Arceri · 7 years ago
  54. 3025f89 docs: remove MSVC testing/building from help wanted by Timothy Arceri · 7 years ago
  55. 33d1deb docs: remove automatic testing from help wanted by Timothy Arceri · 7 years ago
  56. 3fdd676 docs: rename TODOs to Legacy Driver TODOs by Timothy Arceri · 7 years ago
  57. 177087d docs: remove link to i915g TODOs by Timothy Arceri · 7 years ago
  58. 4b82ec8 docs: remove link to radeonsi TODO wiki page by Timothy Arceri · 7 years ago
  59. 6fceace gallium/docs: remove old llvmpipe TODO by Timothy Arceri · 7 years ago
  60. a4635c8 mesa: fix ES only draw if we have vertex positions by Timothy Arceri · 7 years ago
  61. 91b8d87 glsl: Add prototype for udivmod64() by Matt Turner · 7 years ago
  62. ca73c33 glsl: Mark functions static by Matt Turner · 7 years ago
  63. d37d9f8 i965: Mark functions static by Matt Turner · 7 years ago
  64. f309026 i965/vec4: Use 'class' src_reg, rather than 'struct' src_reg by Matt Turner · 7 years ago
  65. a77d5b2 i965/vec4: Return float from spill_cost_for_type() by Matt Turner · 7 years ago
  66. 76f3660 anv: Move clamp_int64() inside the IVB check by Matt Turner · 7 years ago
  67. ee2f7aa glsl: Remove unused private fields by Matt Turner · 7 years ago
  68. 384e271 mesa: Don't compare unsigned for < 0 by Matt Turner · 7 years ago
  69. 4e97084 egl: Fix inclusion of egl.h+mesa_glinterop.h by Matt Turner · 7 years ago
  70. db039d6 radeonsi: don't prefetch VBO descriptors if vertex elements == NULL by Marek Olšák · 7 years ago
  71. ea1b977 r600g: don't set up and don't call the fetch shader if there are no VS inputs by Marek Olšák · 7 years ago
  72. a98b1a8 i965: Optimize reading the destination type by Matt Turner · 7 years ago
  73. 91ef949 i965: Mark brw_hw_type_to_reg_type() as a pure function by Matt Turner · 7 years ago
  74. e07fe89 i965: Hide the register type hardware encodings by Matt Turner · 7 years ago
  75. 4fab67a i965: Stop using hardware register types directly by Matt Turner · 7 years ago
  76. c746f1c i965: Add brw_hw_reg_type_to_letters() and use it in brw_disasm.c by Matt Turner · 7 years ago
  77. 6a2471b i965: Move brw_reg_type_letters() as well by Matt Turner · 7 years ago
  78. 1cb0a79 i965: Switch to using the logical register types by Matt Turner · 7 years ago
  79. cb2cd46 i965: Add functions to abstract access to register types by Matt Turner · 7 years ago
  80. 9fb8323 i965: Rename brw_inst's functions that access the register type by Matt Turner · 7 years ago
  81. 3e379af i965: Index brw_hw_reg_type_to_size()'s table by logical type by Matt Turner · 7 years ago
  82. c1ac1a3 i965: Add a brw_hw_type_to_reg_type() function by Matt Turner · 7 years ago
  83. dbe7dd1 i965: Use a common table to translate logical to hardware types by Matt Turner · 7 years ago
  84. bfcc9aa i965: Extract functions dealing with register types to separate file by Matt Turner · 7 years ago
  85. 890f863 i965: Reverse file/type arguments to register type functions by Matt Turner · 7 years ago
  86. 92f787f i965: Add support for disassembling 64-bit integer immediates by Matt Turner · 7 years ago
  87. deae25c i965: Use separate enums for register vs immediate types by Matt Turner · 7 years ago
  88. 8815b96 i965: Reorder brw_reg_type enum values by Matt Turner · 7 years ago
  89. ce6b862 i965: Validate destination restrictions with vector immediates by Matt Turner · 7 years ago
  90. 1d79c82 i965: Don't let raw-move check be tricked by immediate vector types by Matt Turner · 7 years ago
  91. 48aa6ec i965: Only change type of 0.0f to VF if destination stride == 1 by Matt Turner · 7 years ago
  92. 56a676e i965: Remove CONT/BREAK from instruction compaction test by Matt Turner · 7 years ago
  93. 3d661e6 i965: Test instruction compaction on all supported Gens by Matt Turner · 7 years ago
  94. 9ff7d9b i965: Silence signed/unsigned comparison warning by Matt Turner · 7 years ago
  95. eac8991 i965: Move compaction "prepass" into brw_eu_compact.c by Matt Turner · 7 years ago
  96. 17641f6 i965: Mark src inst pointer const in compaction code by Matt Turner · 7 years ago
  97. b3f87b8 vulkan: import 1.0.59 headers and xml. by Dave Airlie · 7 years ago
  98. 4734bfc Android: Fix LLVM duplicated symbols linking for N and M by Rob Herring · 7 years ago
  99. ca7e31f docs: update calendar, add news item and link release notes for 17.1.7 by Andres Gomez · 7 years ago
  100. 79bcc1e docs: add sha256 checksums for 17.1.7 by Andres Gomez · 7 years ago