1. 2cf5433 ac: use new LLVM 8 intrinsic when loading 16-bit values by Samuel Pitoiset · 6 years ago
  2. f022314 ac: add ac_build_llvm8_tbuffer_load() helper by Samuel Pitoiset · 6 years ago
  3. 9762a9f mesa: return NULL if we exceed MaxColorAttachments in get_fb_attachment by Tapani Pälli · 6 years ago
  4. 2c6a7fb panfrost: Fix clipping region by Alyssa Rosenzweig · 6 years ago
  5. fa1b36d panfrost: Preserve w sign in perspective division by Alyssa Rosenzweig · 6 years ago
  6. 49985ce panfrost: Cleanup mali_viewport (clipping) code by Alyssa Rosenzweig · 6 years ago
  7. a944637 panfrost: Swap order of tiled texture (de)alloc by Alyssa Rosenzweig · 6 years ago
  8. 4a4ed53 panfrost: Free imported BOs by Alyssa Rosenzweig · 6 years ago
  9. b5a0129 panfrost: Fix various leaks unmapping resources by Alyssa Rosenzweig · 6 years ago
  10. 5352514 nir: Don't reassociate add/mul chains containing only constants by Kenneth Graunke · 6 years ago
  11. e9882b8 i965: Assert the execobject handles match for this device by Chris Wilson · 6 years ago
  12. 99b90ec freedreno/a6xx: cache flush harder by Rob Clark · 6 years ago
  13. 1af0c5d freedreno/a6xx: compute support by Rob Clark · 6 years ago
  14. 5118dcf freedreno/a6xx: image/ssbo state emit by Rob Clark · 6 years ago
  15. 2183d9c freedreno/a6xx: border-color offset helper by Rob Clark · 6 years ago
  16. c1a27ba freedreno/ir3: HIGH reg w/a for a6xx by Rob Clark · 6 years ago
  17. 9478485 freedreno/ir3: add a6xx+ SSBO/image support by Rob Clark · 6 years ago
  18. b46d5b8 freedreno/ir3: add a6xx instruction encoding by Rob Clark · 6 years ago
  19. 2e0ea3f freedreno/ir3: add image/ssbo <-> ibo/tex mapping by Rob Clark · 6 years ago
  20. 75f3a52 freedreno/ir3: fix ncomp for _store_image() src by Rob Clark · 6 years ago
  21. feee305 freedreno/ir3: split out a4xx+ instructions by Rob Clark · 6 years ago
  22. 42af064 freedreno/ir3: split out image helpers by Rob Clark · 6 years ago
  23. aefdb9b freedreno/a6xx: clean up some open-coded bits by Rob Clark · 6 years ago
  24. b51de44 freedreno/a6xx: move stream-out emit to helper by Rob Clark · 6 years ago
  25. c0d6be1 freedreno/ir3: fix varying packing vs. tex sharp edge by Rob Clark · 6 years ago
  26. 52bdb04 radv: fix invalid element type when filling vertex input default values by Samuel Pitoiset · 6 years ago
  27. 7188e2b i965: Removed the field etc_format from the struct intel_mipmap_tree by Eleni Maria Stea · 6 years ago
  28. 248f2e7 i965: Enabled the OES_copy_image extension on Gen 7 GPUs by Eleni Maria Stea · 6 years ago
  29. db0c379 i965: Fixed the CopyImageSubData for ETC2 on Gen < 8 by Eleni Maria Stea · 6 years ago
  30. d8eb728 i965: Faking the ETC2 compression on Gen < 8 GPUs using two miptrees. by Eleni Maria Stea · 6 years ago
  31. c6dada7 i965: Rename intel_mipmap_tree::r8stencil_* -> ::shadow_* by Nanley Chery · 6 years ago
  32. a801196 nir: remove simple dead if detection from nir_opt_dead_cf() by Timothy Arceri · 6 years ago
  33. f695e43 swr/rast: Add translation support to streamout by Alok Hota · 6 years ago
  34. a7fa0cc swr/rast: simdlib cleanup, clipper stack space fixes by Alok Hota · 6 years ago
  35. f9c29a3 swr/rast: convert DWORD->uint32_t, QWORD->uint64_t by Alok Hota · 6 years ago
  36. c503b58 swr/rast: Refactor scratch space variable names by Alok Hota · 6 years ago
  37. 0b4db43 swr/rast: FP consistency between POSH/RENDER pipes by Alok Hota · 6 years ago
  38. dc7b3c9 swr/rast: Move knob defaults to generated cpp file by Alok Hota · 6 years ago
  39. 05e4ff3 swr/rast: Flip BitScanReverse index calculation by Alok Hota · 6 years ago
  40. ae400a9 swr/rast: Correctly align 64-byte spills/fills by Alok Hota · 6 years ago
  41. 78bab66 swr/rast: Disable use of __forceinline by default by Alok Hota · 6 years ago
  42. 20d5c88 swr/rast: Convert system memory pointers to gfxptr_t by Alok Hota · 6 years ago
  43. 4b03a19 radv: Use correct num formats to detect whether we should be use 1.0 or 1. by Bas Nieuwenhuizen · 6 years ago
  44. 979b43b nir/algebraic: Simplify comparison with sequential integers starting with 0 by Ian Romanick · 6 years ago
  45. ad05920 nir/algebraic: Convert some f2u to f2i by Ian Romanick · 6 years ago
  46. ac21dd4 intel/compiler/test: Add unit test for mismatched signedness comparison by Matt Turner · 6 years ago
  47. 2dff9a6 intel/compiler: Avoid propagating inequality cmods if types are different by Matt Turner · 6 years ago
  48. e50db60 intel/compiler/test: Set devinfo->gen = 7 by Matt Turner · 6 years ago
  49. 9364d66 gallium/auxiliary/vl: Add video compositor compute shader render by James Zhu · 6 years ago
  50. f6ac0b5 gallium/auxiliary/vl: Add compute shader to support video compositor render by James Zhu · 6 years ago
  51. 299e2bc gallium/auxiliary/vl: Rename csc_matrix and increase its size. by James Zhu · 6 years ago
  52. 7b7b5f2 gallium/auxiliary/vl: Split vl_compositor graphic shaders from vl_compositor API by James Zhu · 6 years ago
  53. b34d7c5 gallium/auxiliary/vl: Move dirty define to header file by James Zhu · 6 years ago
  54. 1fb2408 nir: remove jump from two merging jump-ending blocks by Juan A. Suarez Romero · 6 years ago
  55. 69be993 nir: move ALU instruction before the jump instruction by Juan A. Suarez Romero · 6 years ago
  56. a43596d mesa: INVALID_VALUE for wrong type or format in Clear*Buffer*Data by Andres Gomez · 6 years ago
  57. 67426cc virgl: use virgl_transfer_inline_write even less by Gurchetan Singh · 6 years ago
  58. f0e71b1 virgl: use transfer queue by Gurchetan Singh · 6 years ago
  59. 4a7857b virgl: introduce transfer queue by Gurchetan Singh · 6 years ago
  60. 9c49309 virgl: add encoder functions for new protocol by Gurchetan Singh · 6 years ago
  61. 5510cc6 virgl: make winsys modifications for encoded transfers by Gurchetan Singh · 6 years ago
  62. 90e9650 virgl: add extra checks in virgl_res_needs_flush_wait by Gurchetan Singh · 6 years ago
  63. ab6ea6e virgl: pass virgl transfer to virgl_res_needs_flush_wait by Gurchetan Singh · 6 years ago
  64. d98fbd9 virgl: keep track of number of computations by Gurchetan Singh · 6 years ago
  65. 3551598 virgl: limit command length to 16 bits by Gurchetan Singh · 6 years ago
  66. 503ffe4 virgl: use virgl_transfer in inline write by Gurchetan Singh · 6 years ago
  67. 0fcd48b virgl: add protocol for resource transfers by Gurchetan Singh · 6 years ago
  68. 168c3ff virgl: when creating / freeing transfers, pass slab pool directly by Gurchetan Singh · 6 years ago
  69. d5c2dac virgl: unmap uploader at flush time by Gurchetan Singh · 6 years ago
  70. 14f265b virgl: make alignment smaller when uploading index user buffers by Gurchetan Singh · 6 years ago
  71. 7626e6e virgl: track level cleanliness rather than resource cleanliness by Gurchetan Singh · 6 years ago
  72. c19aedc virgl: don't mark unclean after a flush by Gurchetan Singh · 6 years ago
  73. 5b6a2ae virgl: use virgl_resource_dirty helper by Gurchetan Singh · 6 years ago
  74. 1d294ad virgl: add ability to do finer grain dirty tracking by Gurchetan Singh · 6 years ago
  75. acc52ff panfrost: Improve logging and patch memory leaks by Alyssa Rosenzweig · 6 years ago
  76. c70ed4c panfrost: Don't align framebuffer dims by Alyssa Rosenzweig · 6 years ago
  77. 5155bcf panfrost: Implement PIPE_QUERY_OCCLUSION_COUNTER by Alyssa Rosenzweig · 6 years ago
  78. 2d22b53 panfrost: Identify MALI_OCCLUSION_PRECISE bit by Alyssa Rosenzweig · 6 years ago
  79. 595af46 drirc/i965: add option to disable 565 configs and visuals by Tapani Pälli · 6 years ago
  80. 97aa054 panfrost: Backport driver to Mali T600/T700 by Alyssa Rosenzweig · 6 years ago
  81. f96e871 panfrost: Fix build; depend on libdrm by Alyssa Rosenzweig · 6 years ago
  82. 08bfd71 nir/dead_cf: Stop relying on liveness analysis by Jason Ekstrand · 6 years ago
  83. b50465d nir/dead_cf: Inline cf_node_has_side_effects by Jason Ekstrand · 6 years ago
  84. 367b0ed intel/fs: Bail in optimize_extract_to_float if we have modifiers by Jason Ekstrand · 6 years ago
  85. 8c85936 swr: set PIPE_CAP_MAX_VARYINGS correctly by Ilia Mirkin · 6 years ago
  86. 5064464 intel/fs: Silence a compiler warning by Jason Ekstrand · 6 years ago
  87. 9b20223 anv: Silence some compiler warnings in release builds by Jason Ekstrand · 6 years ago
  88. cd60c99 anv/blorp: Delete a pointless assert by Jason Ekstrand · 6 years ago
  89. b14d7a6 nir: Silence a couple of warnings in release builds by Jason Ekstrand · 6 years ago
  90. 6775665 spirv: Eliminate dead input/output variables after translation. by Kenneth Graunke · 6 years ago
  91. 39aee57 anv: Put MOCS in the correct location by Kenneth Graunke · 6 years ago
  92. 9a91805 spirv: Add missing break by Ian Romanick · 6 years ago
  93. c2b4b46 util/tests: compile to something sensible in release builds by Eric Engestrom · 6 years ago
  94. f7c5647 anv/tests: compile to something sensible in release builds by Eric Engestrom · 6 years ago
  95. 4c1ca5b etnaviv: drop duplicate #define by Eric Engestrom · 6 years ago
  96. 7f68b38 st/dri: drop duplicate #define by Eric Engestrom · 6 years ago
  97. 2fa165e gbm: drop duplicate #defines by Eric Engestrom · 6 years ago
  98. f137480 drm-uapi: use local files, not system libdrm by Eric Engestrom · 6 years ago
  99. 69e4c27 drm-uapi/README: remove explicit list of driver names by Eric Engestrom · 6 years ago
  100. 227df98 radv: fix radv_fixup_vertex_input_fetches() by Samuel Pitoiset · 6 years ago