1. 2f7c55c tgsi: macro-ify the opcodes table by Nicolai Hähnle · 7 years ago
  2. 48ef0a1 tgsi: remove post_indent from some 64-bit opcodes by Nicolai Hähnle · 7 years ago
  3. 3f433e9 tgsi: reduce tgsi_opcode_info::pre_dedent and post_indent to 1 bit by Nicolai Hähnle · 7 years ago
  4. 83c5d12 gallium/radeon: fix saving multi-part command streams by Nicolai Hähnle · 7 years ago
  5. 8937ac9 ac/debug: invoke valgrind checks while parsing IBs by Nicolai Hähnle · 7 years ago
  6. c2c3912 ac/debug: annotate IB dumps with the raw values by Nicolai Hähnle · 7 years ago
  7. cfb3824 ac/debug: use an explicit getter for fetching words from the IB by Nicolai Hähnle · 7 years ago
  8. 6fdd7ba radeonsi: update comment describing indices into sctx->descriptors by Nicolai Hähnle · 7 years ago
  9. 556946f util: fix valgrind errors when dumping pipe_draw_info by Nicolai Hähnle · 7 years ago
  10. 94cc011 radeonsi: do not assert when reserving bindless slot 0 by Samuel Pitoiset · 7 years ago
  11. f4ec41e radeonsi: rename some bindless-related helper functions by Samuel Pitoiset · 7 years ago
  12. 9141d13 radeonsi: minor cleanups in si_make_{texture,image}_handle_resident() by Samuel Pitoiset · 7 years ago
  13. f8e4223 Android: gallium_dri: pass dri.sym to linker by Rob Herring · 7 years ago
  14. 2b025a1 st/va: enable P016 format i.e. reallocate buffer if format changed by Leo Liu · 7 years ago
  15. 398a299 radeon/vcn: enable P016 mode support by Leo Liu · 7 years ago
  16. df6c087 radeon/vcn: correct target buffer pitch calculation by Leo Liu · 7 years ago
  17. e29ccaa anv: Check that in_fence fd is valid before closing it. by Francisco Jerez · 7 years ago
  18. 7ca124a anv: Add error handling to setup_empty_execbuf(). by Francisco Jerez · 7 years ago
  19. 4d807d7 tgsi/scan: fix uses_double by Marek Olšák · 7 years ago
  20. 497506a gallium: remove TGSI opcode SCS by Marek Olšák · 7 years ago
  21. 33efa64 gallium/u_blitter: don't use boolean, TRUE, FALSE by Marek Olšák · 7 years ago
  22. c7ad077 gallium/u_simple_shaders: do util_make_layered_clear_vertex_shader differently by Marek Olšák · 7 years ago
  23. 8f75a6f gallium/u_blitter: remove get_next_surface_layer callback by Marek Olšák · 7 years ago
  24. e2f3cfe st/glsl_to_tgsi: fix getting the image type for array of structs (again) by Samuel Pitoiset · 7 years ago
  25. cdaaf66 gallium: remove TGSI opcode BREAKC by Marek Olšák · 7 years ago
  26. 985e6b5 gallium: remove TGSI opcode XPD by Marek Olšák · 7 years ago
  27. 3e2ff8f gallium: remove TGSI opcode DPH by Marek Olšák · 7 years ago
  28. 86e6f7a gallium: remove TGSI opcode DP2A by Marek Olšák · 7 years ago
  29. 0bb3678 gallium: remove TGSI_OPCODE_CALLNZ by Marek Olšák · 7 years ago
  30. 068c3ad gallium: remove TGSI FENCE opcodes by Marek Olšák · 7 years ago
  31. 4471665 gallium: remove TGSI opcodes PUSHA, POPA, SAD, TXQ_LZ by Marek Olšák · 7 years ago
  32. 8dadb07 radeonsi: emit VGT_REUSE_OFF in the right place by Marek Olšák · 7 years ago
  33. a6fed63 radeonsi: add support for TGSI opcodes DCEIL, DFLR, DROUND, DSSG, DTRUNC by Marek Olšák · 7 years ago
  34. addd481 radeonsi: use a faster version of PK2H by Marek Olšák · 7 years ago
  35. dc2ac03 radeonsi: don't decompress Z/S if there is no HTILE by Marek Olšák · 7 years ago
  36. e96259f gallium/radeon: add helpers for whether HTILE is enabled by Marek Olšák · 7 years ago
  37. 7dec48b radeonsi/gfx9: don't flush L2 metadata for DB if not needed by Marek Olšák · 7 years ago
  38. aa64e24 radeonsi/gfx9: don't flush L2 metadata for CB if not needed by Marek Olšák · 7 years ago
  39. 5b62eb2 radeonsi/gfx9: don't flush TC L2 between rendering and texturing if not needed by Marek Olšák · 7 years ago
  40. 287b0a2 radeonsi/gfx9: use correct TC flush flags when invalidating CB & DB by Marek Olšák · 7 years ago
  41. 7595268 ac/surface/gfx9: don't allow DCC for the smallest mipmap levels by Marek Olšák · 7 years ago
  42. 54c2c77 radeonsi/gfx9: don't use GS scenario A for VS writing ViewportIndex by Marek Olšák · 7 years ago
  43. 776fccc gallium/radeon: clean up EOP_DATA_SEL magic numbers by Marek Olšák · 7 years ago
  44. a57f588 radeonsi/gfx9: set 'not a query' for r600_gfx_write_event_eop correctly by Marek Olšák · 7 years ago
  45. a65afda radeonsi/gfx9: prevent shader-db crashes by Marek Olšák · 7 years ago
  46. fdef2f0 radeonsi/gfx9: properly handle imported textures with unexpected swizzle mode by Marek Olšák · 7 years ago
  47. 113278e radeonsi: remove Constant Engine support by Marek Olšák · 7 years ago
  48. 166823b radeonsi/gfx9: add a temporary workaround for a tessellation driver bug by Marek Olšák · 7 years ago
  49. 248555e glsl_to_tgsi: clean up opcode translation by Marek Olšák · 7 years ago
  50. da28280 mesa: pass ctx to add_uniform_to_shader constructor by Timothy Arceri · 7 years ago
  51. 640b6e6 egl: deduplicate allocations of local buffer over each platform backend (v2) by Gwan-gyeong Mun · 7 years ago
  52. 46a8c4e mesa: only expose EXT_memory_object functions if the ext is supported by Samuel Pitoiset · 7 years ago
  53. 44cd9ae mesa: only expose glImportMemoryFdEXT if the ext is supported by Samuel Pitoiset · 7 years ago
  54. 39a35eb radeonsi: try to re-use previously deleted bindless descriptor slots by Samuel Pitoiset · 7 years ago
  55. c2dfa9b radeonsi: use slot indexes for bindless handles by Samuel Pitoiset · 7 years ago
  56. 50349f4 radeonsi: add si_emit_global_shader_pointers() helper by Samuel Pitoiset · 7 years ago
  57. a5ff4a8 radeonsi: only initialize dirty_mask when CE is used by Samuel Pitoiset · 7 years ago
  58. a29ef75 radeonsi: make some si_descriptors fields 32-bit by Samuel Pitoiset · 7 years ago
  59. 781a13c radeonsi: declare new user SGPR indices for bindless samplers/images by Samuel Pitoiset · 7 years ago
  60. e2793de gallium/util: add new module that allocate "numbers" by Samuel Pitoiset · 7 years ago
  61. 472c906 radeonsi/gfx9: add performance counters by Nicolai Hähnle · 7 years ago
  62. e271607 radeonsi: extract common code of si_upload_{graphics,compute}_shader_descriptors by Nicolai Hähnle · 7 years ago
  63. a6e7693 gallium: remove unused PIPE_DUMP_* defines by Nicolai Hähnle · 7 years ago
  64. 635a930 ddebug: remove dd_draw_record::driver_state_log by Nicolai Hähnle · 7 years ago
  65. f4c1d5a radeonsi: emit string markers to log context by Nicolai Hähnle · 7 years ago
  66. 0c3f8ac radeonsi: log decompress blits by Nicolai Hähnle · 7 years ago
  67. 420c438 radeonsi: log draw and compute state into log context by Nicolai Hähnle · 7 years ago
  68. 4c3f36e radeonsi: print saved CS to the log context by Nicolai Hähnle · 7 years ago
  69. bc93339 radeonsi: start using u_log_context for debugging by Nicolai Hähnle · 7 years ago
  70. ad33f2d radeonsi: re-order debug state dumping by Nicolai Hähnle · 7 years ago
  71. 40697e8 radeonsi: make si_shader_selector_reference globally visible by Nicolai Hähnle · 7 years ago
  72. 4bbf6de radeonsi: add reference count to si_compute by Nicolai Hähnle · 7 years ago
  73. bbaad18 radeonsi: implement pipe_context::set_log_context by Nicolai Hähnle · 7 years ago
  74. fbbb5f7 amd/common: split out ac_parse_ib_chunk from ac_parse_ib by Nicolai Hähnle · 7 years ago
  75. 81d7577 ddebug: add driver log to record dumps by Nicolai Hähnle · 7 years ago
  76. 1966d9f gallium: add pipe_context::set_log_context by Nicolai Hähnle · 7 years ago
  77. 177144c util/log: add auto logger facility by Nicolai Hähnle · 7 years ago
  78. 1cc2fd5 util: add chunk logging module by Nicolai Hähnle · 7 years ago
  79. b3a4817 glsl/linker: Make several functions not static by Ian Romanick · 7 years ago
  80. 0ae9ce0 i965/clear: Quantize the depth clear value based on the format by Jason Ekstrand · 7 years ago
  81. 3c9ed70 mesa/st: simplify some UBO index logic by Timothy Arceri · 7 years ago
  82. 36431cf i965: enable STD430 packing by default on IVB+ by Timothy Arceri · 7 years ago
  83. 4c24220 glsl: pass UseSTD430AsDefaultPacking to where it will be used by Timothy Arceri · 7 years ago
  84. 12e1f0c glsl: add get_internal_ifc_packing() type helper by Timothy Arceri · 7 years ago
  85. 334a27a mesa: add UseSTD430AsDefaultPacking constant by Timothy Arceri · 7 years ago
  86. 5e253fe clover/device: Calculate CL_DEVICE_MEM_BASE_ADDR_ALIGN in device by Aaron Watry · 7 years ago
  87. 19e9bd4 mesa: optimize _mesa_attr_zero_aliases_vertex() by Brian Paul · 7 years ago
  88. 0ef5aa4 vbo: use new _is_vertex_position() helper in vbo_attrib_tmp.h by Brian Paul · 7 years ago
  89. 1850256 vbo: make vbo_bind_arrays() static by Brian Paul · 7 years ago
  90. 4d2b21a svga: replace gotos with conditionals in array drawing code by Brian Paul · 7 years ago
  91. d50b8b9 llvmpipe: add some whitespace between functions in lp_texture.c by Brian Paul · 7 years ago
  92. 8450977 mesa: formatting clean-up in syncobj.c by Brian Paul · 7 years ago
  93. 196a0b2 svga: whitespace clean-up in svga_draw_private.h by Brian Paul · 7 years ago
  94. f37824f docs: remove link to MissingFunctionality wiki page by Timothy Arceri · 7 years ago
  95. 3025f89 docs: remove MSVC testing/building from help wanted by Timothy Arceri · 7 years ago
  96. 33d1deb docs: remove automatic testing from help wanted by Timothy Arceri · 7 years ago
  97. 3fdd676 docs: rename TODOs to Legacy Driver TODOs by Timothy Arceri · 7 years ago
  98. 177087d docs: remove link to i915g TODOs by Timothy Arceri · 7 years ago
  99. 4b82ec8 docs: remove link to radeonsi TODO wiki page by Timothy Arceri · 7 years ago
  100. 6fceace gallium/docs: remove old llvmpipe TODO by Timothy Arceri · 7 years ago