1. 5ff06dd vulkan: update headers & registry to VK 1.0.61 by Lionel Landwerlin · 7 years ago
  2. 9aba643 automake: enable libunwind in `make distcheck' by Emil Velikov · 7 years ago
  3. 39fe51c travis: Add libunwind-dev to gallium/make builds by Gert Wollny · 7 years ago
  4. d367581 travis: force llvm-3.3 for "make Gallium ST Other" by Gert Wollny · 7 years ago
  5. c75d781 mesa/st/tests: Correct build flags and force -std=c++11 by Gert Wollny · 7 years ago
  6. 3c5fb73 automake: include radv_shader.h in the sources list by Emil Velikov · 7 years ago
  7. 6a8aa11 st/omx_bellagio: Rename state tracker and option by Gurkirpal Singh · 7 years ago
  8. acbfcb7 i965: fix build warning on clang by Tapani Pälli · 7 years ago
  9. 8e8c7c6 radv: fix a potential crash if attachments allocation failed by Samuel Pitoiset · 7 years ago
  10. a0495d4 radv: dump the device name into the hang report by Samuel Pitoiset · 7 years ago
  11. 176c2ad radv: add get_chip_name() callback by Samuel Pitoiset · 7 years ago
  12. 1b16323 r600: add .gitignore for egd_tables.h by Dave Airlie · 7 years ago
  13. a70a401 radeonsi: enable STD430 packing of UBOs by default by Timothy Arceri · 7 years ago
  14. fac9f2c st/mesa: set UseSTD430AsDefaultPacking const based on CAP by Timothy Arceri · 7 years ago
  15. c96e45e gallium: introduce PIPE_CAP_LOAD_CONSTBUF by Timothy Arceri · 7 years ago
  16. b4401cc radeonsi: make use of LOAD for UBOs by Timothy Arceri · 7 years ago
  17. 51cf163 mesa/st: add LOAD support for UBOs by Timothy Arceri · 7 years ago
  18. ee0fbc8 mesa/st: create add_buffer_to_load_and_stores() helper by Timothy Arceri · 7 years ago
  19. 6fa60b5 gallium: add CONSTBUF type to tgsi_file_type by Timothy Arceri · 7 years ago
  20. b6f6ead virgl: drop const dimensions on first block. by Dave Airlie · 7 years ago
  21. a7a7bf2 st/glsl->tgsi: fix u64 to bool comparisons. by Dave Airlie · 7 years ago
  22. 62f2670 i965: Print size of validation and relocation lists in INTEL_DEBUG=flush by Kenneth Graunke · 7 years ago
  23. 7c5988e i965: Disentangle batch and state buffer flushing. by Kenneth Graunke · 7 years ago
  24. 2c46a67 i965: Delete BATCH_RESERVED handling. by Kenneth Graunke · 7 years ago
  25. 9034d15 i965: Make BLORP properly avoid batch wrapping. by Kenneth Graunke · 7 years ago
  26. 2dfc119 i965: Grow the batch/state buffers if we need space and can't flush. by Kenneth Graunke · 7 years ago
  27. 78c404f i965: Use a separate state buffer, but avoid changing flushing behavior. by Kenneth Graunke · 7 years ago
  28. 0bf3fa4 i965: Pass screen to intel_batchbuffer_reset(). by Kenneth Graunke · 7 years ago
  29. 2e68c4e i965: Prepare INTEL_DEBUG=bat decoding for a separate statebuffer. by Kenneth Graunke · 7 years ago
  30. e723255 i965: Split brw_emit_reloc into brw_batch_reloc and brw_state_reloc. by Kenneth Graunke · 7 years ago
  31. 1674a0b i965: Refactor relocs into a brw_reloc_list structure. by Kenneth Graunke · 7 years ago
  32. 1bc44e0 i965: Move brw_state_batch code to intel_batchbuffer.c by Kenneth Graunke · 7 years ago
  33. 3b812e6 i965: Drop a useless ret == 0 check. by Kenneth Graunke · 7 years ago
  34. 717e753 i965: Use a WC map and memcpy for the batch instead of pwrite. by Kenneth Graunke · 7 years ago
  35. 343aa09 i965: Use batch->bo->size in brw_emit_reloc assertion. by Kenneth Graunke · 7 years ago
  36. d124521 i965: Delete a batch size assertion that isn't very useful. by Kenneth Graunke · 7 years ago
  37. 939b53d i965/screen: Implement queryDmaBufFormatModifierAttirbs by Jason Ekstrand · 7 years ago
  38. 9c52aef i965/screen: Report the correct number of image planes by Jason Ekstrand · 7 years ago
  39. 8824141 gbm: Add a gbm_device_get_format_modifier_plane_count function by Jason Ekstrand · 7 years ago
  40. 0a25a417 dri/image: Add a format modifier attributes query by Jason Ekstrand · 7 years ago
  41. 7ffd4d2 drirc: enable glthread for more games (Civ5, CivBE, Dreamfall, Hitman, SR3) by Christoph Berliner · 7 years ago
  42. 9814136 glsl: avoid accessing invalid memory after get_variable_being_redeclared() by Iago Toral Quiroga · 7 years ago
  43. a701774 glsl: make the redeclared variable NULL if it is deleted by Iago Toral Quiroga · 7 years ago
  44. 4af1562 glsl: use 'declared_var' instead of 'var' after checking redeclarations by Iago Toral Quiroga · 7 years ago
  45. 412ab3f dri/radeon: use ARRAY_SIZE macro by Eric Engestrom · 7 years ago
  46. 49c72d8 radv: dump the list of enabled options when a hang occured by Samuel Pitoiset · 7 years ago
  47. 302e34d radv: dump last 60 lines of dmesg when a hang occured by Samuel Pitoiset · 7 years ago
  48. 26bc664 radv: dump descriptors when a hang occured by Samuel Pitoiset · 7 years ago
  49. b3c8de1 radv: save all descriptor pointers into the trace BO by Samuel Pitoiset · 7 years ago
  50. d7f2430 radv: dump annotated shaders using UMR by Samuel Pitoiset · 7 years ago
  51. f0d09d9 radeonsi: move si_get_wave_info() to AMD common code by Samuel Pitoiset · 7 years ago
  52. 8181427 radv: dump some status MMIO registers when a hang occured by Samuel Pitoiset · 7 years ago
  53. 140621f radv/winsys: add a read_registers() callback by Samuel Pitoiset · 7 years ago
  54. 6d957a8 radv: dump shader stats when a hang occured by Samuel Pitoiset · 7 years ago
  55. 80b8d9f radv: add radv_shader_dump_stats() helper by Samuel Pitoiset · 7 years ago
  56. d28cbf6 radv: dump the active shaders when a hang occured by Samuel Pitoiset · 7 years ago
  57. e2e7247 radv: add debug flags for syncing shaders after every draw call by Samuel Pitoiset · 7 years ago
  58. 061f5b7 radv: add radv_cmd_buffer_after_draw() helper function by Samuel Pitoiset · 7 years ago
  59. bcf7698 radv: save the bound pipeline pointers into the trace BO by Samuel Pitoiset · 7 years ago
  60. 3c61c99 radv: add a comment that describes the trace BO layout by Samuel Pitoiset · 7 years ago
  61. 4224b31 radv: initialize the trace BO to 0 by Samuel Pitoiset · 7 years ago
  62. 396d2db swr: use ARRAY_SIZE macro by Eric Engestrom · 7 years ago
  63. e7ef901 mesa: Deal with size differences between GLuint and GLhandleARB in GetAttachedObjectsARB by Jeremy Huddleston Sequoia · 8 years ago
  64. 74d2456 gallium/{r600, radeonsi}: Fix segfault with color format (v2) by Denis Pauk · 7 years ago
  65. edfd8d4 i965: Add an INTEL_DEBUG=submit option for printing batch statistics. by Kenneth Graunke · 7 years ago
  66. 64d9bd1 radv/nir: call opt_remove_phis after trivial continues. by Dave Airlie · 7 years ago
  67. f9412a4 util/build_id: Include <dlfcn.h> by Chad Versace · 7 years ago
  68. 5c98d38 util: Query build-id by symbol address, not library name by Chad Versace · 7 years ago
  69. c8db134 st/glsl_to_tgsi: remove unused code in temprename by Nicolai Hähnle · 7 years ago
  70. 55ca12b st/glsl_to_tgsi: be precise about merging scopes by Nicolai Hähnle · 7 years ago
  71. cffc0ae ac/surface: match Z and stencil tile config by Nicolai Hähnle · 7 years ago
  72. 481df80 ac/surface: sanity-check that we got a TC-compatible HTILE if requested by Nicolai Hähnle · 7 years ago
  73. b2b0702 ac/addrlib: enable assertions in debug builds by Nicolai Hähnle · 7 years ago
  74. 113ecc2 ac/addrlib: relax an assertion by Nicolai Hähnle · 7 years ago
  75. b0ee0e0 ac/addrlib: relax an assertion by Nicolai Hähnle · 7 years ago
  76. e4af443 radeonsi: hard-code pixel center for interpolateAtSample without multisample buffers by Nicolai Hähnle · 7 years ago
  77. 92c4277 radeonsi: apply a mask to gl_SampleMaskIn in the PS prolog by Nicolai Hähnle · 7 years ago
  78. 792724a radeonsi: remove SET_PREDICATION workaround on newer firmware by Nicolai Hähnle · 7 years ago
  79. b8c6e88 amd/common: get ME/PFP/CE firmware feature versions as well by Nicolai Hähnle · 7 years ago
  80. 8d8f1ef radeonsi: rename variable to clarify its meaning by Nicolai Hähnle · 7 years ago
  81. 48b3364 radeonsi: make si_init_shader_selector_async static by Nicolai Hähnle · 7 years ago
  82. 7e43441 radeonsi: fix segfault in descriptor dumping by Nicolai Hähnle · 7 years ago
  83. 81f398d ddebug: write out final driver log messages with GALLIUM_DDEBUG=always by Nicolai Hähnle · 7 years ago
  84. 000e295 swr/rast: Fetch compile state changes by Tim Rowley · 7 years ago
  85. ead0dfe swr/rast: adjust linux cpu topology identification code by Tim Rowley · 7 years ago
  86. 1ccf9ad swr/rast: Missed conversion to SIMD_T by Tim Rowley · 7 years ago
  87. c0ce5c4 swr/rast: whitespace changes by Tim Rowley · 7 years ago
  88. 6b9e801 swr/rast: add graph write to jit debug putput by Tim Rowley · 7 years ago
  89. 6f0fcec swr/rast: Migrate memory pointers to gfxptr_t type by Tim Rowley · 7 years ago
  90. ae2412d swr/rast: Remove hardcoded clip/cull slot from clipper by Tim Rowley · 7 years ago
  91. 5471f65 swr/rast: Start to remove hardcoded clipcull_dist vertex attrib slot by Tim Rowley · 7 years ago
  92. 9669972 swr/rast: Move clip/cull enables in API by Tim Rowley · 7 years ago
  93. f5031fb swr/rast: Add new API SwrStallBE by Tim Rowley · 7 years ago
  94. 2f6ffab glsl: compile unused function out by Eric Engestrom · 7 years ago
  95. c0b81af radv: compile out unused code by Eric Engestrom · 7 years ago
  96. 375c486 radv: clear push_constant_stages when resetting a command buffer by Samuel Pitoiset · 7 years ago
  97. ef197ea radv: add more radv_emit_XXX() helpers for the dynamic state by Samuel Pitoiset · 7 years ago
  98. ce218c3 radv: remove useless 'cmd_buffer' param from radv_buffer_view_init() by Samuel Pitoiset · 7 years ago
  99. 3633bae radv/gfx9: fix image resource handling. by Dave Airlie · 7 years ago
  100. aba441b radv/ac: bump params array for image atomic comp swap by Dave Airlie · 7 years ago