1. a8bdf0e radeonsi: copy some nir gs info by Timothy Arceri · 7 years ago
  2. b73ce64 ac: add gs_{prim,invocation}_id to the abi by Timothy Arceri · 7 years ago
  3. 8ae92a9 radeonsi: gather stream info in nir path by Timothy Arceri · 7 years ago
  4. cd58b98 mapi: Use correct shared libraries suffix on macOS. by Vinson Lee · 7 years ago
  5. ae7b4fd tgsi: whitespace clean-ups in tgsi_util.[ch] by Brian Paul · 7 years ago
  6. cbfc92c svga: s/unsigned/enum tgsi_texture_type/ by Brian Paul · 7 years ago
  7. dc37cb0 tgsi: s/unsigned/enum tgsi_texture_type/ by Brian Paul · 7 years ago
  8. bf41b2b gallium/wgl: fix default pixel format issue by Frank Richter · 7 years ago
  9. 824e808 svga: issue debug warning for unsupported two-sided stencil state by Brian Paul · 7 years ago
  10. cacb884 st/mesa: whitespace fixes in st_manager.c by Brian Paul · 7 years ago
  11. 8150690 st/mesa: whitespace clean-ups in st_context.c by Brian Paul · 7 years ago
  12. 0605a6c st/mesa: move st_manager_destroy() earlier in file by Brian Paul · 7 years ago
  13. 3a74eb3 st/mesa: move st_init_driver_flags() earlier in file by Brian Paul · 7 years ago
  14. 955cbdf docs: update llvmpipe.html build instructions by Brian Paul · 7 years ago
  15. d61a914 etnaviv: Add sampler TS support by Wladimir J. van der Laan · 7 years ago
  16. 59d76e7 etnaviv: Flush TS cache before changing TS configuration by Wladimir J. van der Laan · 7 years ago
  17. 0d6d9b5 etnaviv: Add TS_SAMPLER formats to etnaviv_format by Wladimir J. van der Laan · 7 years ago
  18. ade528e etnaviv: Check that resource has a valid TS in etna_resource_needs_flush by Wladimir J. van der Laan · 7 years ago
  19. b24cb40 etnaviv: rnndb update by Wladimir J. van der Laan · 7 years ago
  20. 00bf875 radv: it isn't an error to not support a format or driver by Dave Airlie · 7 years ago
  21. 5da2b26 i965: Drop some reserved space remnants. by Kenneth Graunke · 7 years ago
  22. e48cc01 intel: Drop mtypes.h include from brw_compiler.h. by Kenneth Graunke · 7 years ago
  23. 0704702 i965: Fold ABO state upload code into the SSBO/UBO state upload code. by Kenneth Graunke · 7 years ago
  24. ff96491 i965: Use nir_lower_atomics_to_ssbos and delete ABO compiler code. by Kenneth Graunke · 7 years ago
  25. f48f52b i965: Make a better helper function for UBO/SSBO/ABO surface handling. by Kenneth Graunke · 7 years ago
  26. 059d25a radv: add the vertex buffers BO to the list at bind time by Samuel Pitoiset · 7 years ago
  27. c665879 radv: replace vb_dirty with RADV_CMD_DIRTY_VERTEX_BUFFER by Samuel Pitoiset · 7 years ago
  28. 8fd2132 radv: drop radv_cmd_dirty_mask_t typedef by Samuel Pitoiset · 7 years ago
  29. f697365 radv: use an unsigned 32-bit integer for radv_queue::family_index by Samuel Pitoiset · 7 years ago
  30. f9e1ff2 radv: do not add the image BO in radv_set_dcc_need_cmask_elim_pred() by Samuel Pitoiset · 7 years ago
  31. 40290c8 radv: do not add the image BO in radv_set_color_clear_regs() by Samuel Pitoiset · 7 years ago
  32. 65123ee r600: set the number type correctly for float rts in cb setup by Roland Scheidegger · 7 years ago
  33. 570d5b7 r600: use ieee version of rsq by Roland Scheidegger · 7 years ago
  34. 1c8d57a r600: use ieee version of rcp by Roland Scheidegger · 7 years ago
  35. 3835009 r600: use DX10_CLAMP bit in shader setup by Roland Scheidegger · 7 years ago
  36. aab0bfc r600: use min_dx10/max_dx10 instead of min/max by Roland Scheidegger · 7 years ago
  37. 3ceee04 r600: fix cubemap arrays by Dave Airlie · 7 years ago
  38. 7676e71 freedreno/a5xx: small comment fix by Rob Clark · 7 years ago
  39. d27318b freedreno/a5xx: indirect draw support by Rob Clark · 7 years ago
  40. f383cf9 freedreno/a5xx: split out helper for pipeline stalls by Rob Clark · 7 years ago
  41. d74029b freedreno: update generated headers by Rob Clark · 7 years ago
  42. 5041ea9 gallium/radeon: disable the cache when nir backend enabled by Timothy Arceri · 7 years ago
  43. 7273e98 st/glsl_to_tgsi: use tgsi_get_gl_varying_semantic() for gs/tes outputs by Timothy Arceri · 7 years ago
  44. bc30812 gallium/tgsi: add tess output supoort to tgsi_get_gl_varying_semantic() by Timothy Arceri · 7 years ago
  45. 4ae9f0b st/glsl_to_tgsi: make use of tgsi_get_gl_varying_semantic() by Timothy Arceri · 7 years ago
  46. 3d21eb3 gallium/tgsi: add prim id to tgsi_get_gl_varying_semantic() by Timothy Arceri · 7 years ago
  47. fc59546 i965: Make use of brw_load_register_imm32() helper function by Anuj Phogat · 7 years ago
  48. 1dc45d7 i965/gen8+: Fix the number of dwords programmed in MI_FLUSH_DW by Anuj Phogat · 7 years ago
  49. 6165fda i965: Program DWord Length in MI_FLUSH_DW by Anuj Phogat · 7 years ago
  50. 5d8164c anv/gen10: Enable float blend optimization by Anuj Phogat · 7 years ago
  51. 72a2392 intel/genxml: Add Cache Mode SubSlice Register to gen10.xml by Anuj Phogat · 7 years ago
  52. aacf194 anv/gen10: Implement WaSampleOffsetIZ workaround by Anuj Phogat · 7 years ago
  53. 20e8dfc mesa/st: add missing copyright headers to memoryobjects files by Andres Rodriguez · 7 years ago
  54. 60baf1a mesa: minor tidy up for memory object error strings by Andres Rodriguez · 7 years ago
  55. f7580e7 broadcom/vc4: fix indentation in vc4_screen.c by Andres Rodriguez · 7 years ago
  56. a31d038 Revert "intel/fs: Use a pure vertical stride for large register strides" by Matt Turner · 7 years ago
  57. 6ac2d16 i965/fs: Fix extract_i8/u8 to a 64-bit destination by Matt Turner · 7 years ago
  58. cfcfa0b i965/fs: Split all 32->64-bit MOVs on CHV, BXT, GLK by Matt Turner · 7 years ago
  59. d848951 swr/rast: Faster emulated simd16 permute by Tim Rowley · 7 years ago
  60. 4399048 swr/rast: Use gather instruction for i32gather_ps on simd16/avx512 by Tim Rowley · 7 years ago
  61. 0db36ca egl/wayland: Add a fallback when fourcc query isn't supported by Derek Foreman · 7 years ago
  62. 89e669d radeonsi: remove has_cp_dma, has_streamout flags (v2) by Marek Olšák · 7 years ago
  63. b904ad7 i965: implement (un)mapImage by Julien Isorce · 7 years ago
  64. 8a7d409 radv: force enable LLVM sisched for The Talos Principle by Samuel Pitoiset · 7 years ago
  65. ecabe22 radv: add nosisched debug option by Samuel Pitoiset · 7 years ago
  66. b498172 spirv: fix typo on DO NOT EDIT header by Alejandro Piñeiro · 7 years ago
  67. 7df9a36 meson: if dep_dl is an empty list, it's not a dependency object by Jon Turney · 7 years ago
  68. 7c25578 radv: Free temporary syncobj after waiting on it. by Bas Nieuwenhuizen · 7 years ago
  69. 917d3b4 radv: Free syncobj with multiple imports. by Bas Nieuwenhuizen · 7 years ago
  70. fb0e9b5 i965: Track the depth and render caches separately by Jason Ekstrand · 7 years ago
  71. d6d0ac9 i965/blorp: Add more destination flushing by Jason Ekstrand · 7 years ago
  72. 4a09070 i965: Add more precise cache tracking helpers by Jason Ekstrand · 7 years ago
  73. 6830ba0 i965: Add stencil buffers to cache set regardless of stencil texturing by Jason Ekstrand · 7 years ago
  74. 4b1e70c i965: Switch over to fully external-or-not MOCS scheme by Jason Ekstrand · 7 years ago
  75. d7a19d6 i965: Use PTE MOCS for all external buffers by Jason Ekstrand · 7 years ago
  76. bc933d0 intel/blorp: Make the MOCS setting part of blorp_address by Jason Ekstrand · 7 years ago
  77. deec84f anv/blorp: Add a device parameter to blorp_surf_for_anv_image by Jason Ekstrand · 7 years ago
  78. 4639cc7 intel/blorp: Use mocs.tex for depth stencil by Jason Ekstrand · 7 years ago
  79. 866158b intel/tools/error: Decode compute shaders. by Kenneth Graunke · 7 years ago
  80. 7049c38 intel/tools/error: Use do-while for field iterator loops. by Kenneth Graunke · 7 years ago
  81. 8b749ee intel/tools/error: Decode shaders while decoding batch commands. by Kenneth Graunke · 7 years ago
  82. 4979bf2 intel/tools/error: Save error state sections and decode them later. by Kenneth Graunke · 7 years ago
  83. eb8ad56 intel/tools/error: Fix null termination of ring name string. by Kenneth Graunke · 7 years ago
  84. ac17b38 intel/tools/error: Drop unused MAX_RINGS #define. by Kenneth Graunke · 7 years ago
  85. 596e860 intel/tools/error: Refactor buffer matching, add more buffers. by Kenneth Graunke · 7 years ago
  86. 4bb119f intel/tools/error: Only decode a few sections of error states. by Kenneth Graunke · 7 years ago
  87. 00981e7 intel/tools/error: Drop unused parameters from decode() helper. by Kenneth Graunke · 7 years ago
  88. 1898bf1 intel/tools/error: Drop support for non-ascii85 encoded error states. by Kenneth Graunke · 7 years ago
  89. 53586f8 intel/tools/error: Do ascii85 decode first. by Kenneth Graunke · 7 years ago
  90. 8f9d9dd c11/haiku: Define missing timespec_get on Haiku by Alexander von Gluck IV · 7 years ago
  91. f09e001 egl/haiku: Correct invalid void* conversion in calloc by Alexander von Gluck IV · 7 years ago
  92. 46a7fdd meson: Remove build_by_default from amd code by Dylan Baker · 7 years ago
  93. 49fa074 meson: Don't build intel shared components by default by Dylan Baker · 7 years ago
  94. 2bfd34c meson: don't use build_by_default for specific gallium drivers by Dylan Baker · 7 years ago
  95. 63b6eb9 r600/shader: handle bitfield extract semantics properly. by Dave Airlie · 7 years ago
  96. 0442809 r600: handle bitfieldInsert corner case. by Dave Airlie · 7 years ago
  97. 53d5dda r600: add gs tri strip adjacency fix. by Dave Airlie · 7 years ago
  98. f3f8615 r600: fix isoline tess factor component swapping. by Dave Airlie · 7 years ago
  99. 50330d7 r600/shader: reserve first register of vertex shader. by Dave Airlie · 7 years ago
  100. 00fb21b meson: Move -Dvulkan-drivers handling higher in the file by Jason Ekstrand · 7 years ago