1. 173bc9d egl: Add EGL_CONFIG_SELECT_GROUP_MESA ext. by Hal Gentz · 5 years ago
  2. 4475427 intel/fs/gen12: Use TCS 8_PATCH mode. by Kenneth Graunke · 5 years ago
  3. c92fb60 intel/fs/gen12: Implement gl_FrontFacing on gen12+. by Jason Ekstrand · 6 years ago
  4. ceb123b intel/fs/gen11+: Fix CS_OPCODE_CS_TERMINATE codegen. by Francisco Jerez · 5 years ago
  5. a5efb0e intel/fs/gen12: Fix barrier codegen. by Francisco Jerez · 5 years ago
  6. 6b52f81 intel/eu: Don't set notify descriptor field of gateway barrier message. by Francisco Jerez · 5 years ago
  7. b0e69d1 intel/ir/gen12: Update assert in brw_stage_has_packed_dispatch(). by Francisco Jerez · 5 years ago
  8. ca7b6fd intel/eu/validate/gen12: Don't blow up on indirect src0. by Jason Ekstrand · 6 years ago
  9. ab5aa01 intel/eu/validate/gen12: Validation fixes for SEND instruction. by Francisco Jerez · 6 years ago
  10. a81f9b5 intel/eu/validate/gen12: Fix validation of SYNC instruction. by Francisco Jerez · 6 years ago
  11. 45768e6 intel/eu/validate/gen12: Implement integer multiply restrictions in EU validator. by Francisco Jerez · 6 years ago
  12. f9ec4ac intel/ir: Lower fpow on Gen12. by Jordan Justen · 7 years ago
  13. cb6db5b intel/fs/gen12: Don't support source mods for 32x16 integer multiply. by Francisco Jerez · 6 years ago
  14. de5d106 intel/disasm: Disassemble register file of split SEND sources. by Francisco Jerez · 5 years ago
  15. c038693 intel/disasm: Don't disassemble saturate control on SEND instructions. by Francisco Jerez · 5 years ago
  16. f15e0b3 intel/disasm/gen12: Disassemble Gen12 SEND instructions. by Francisco Jerez · 5 years ago
  17. fd7e21d intel/disasm/gen12: Disassemble Gen12 SYNC instruction. by Francisco Jerez · 5 years ago
  18. 606d823 intel/disasm/gen12: Disassemble three-source instruction source and destination regions. by Francisco Jerez · 6 years ago
  19. 8263d30 intel/disasm/gen12: Fix disassembly of some common instruction controls. by Francisco Jerez · 6 years ago
  20. 83612c0 intel/disasm/gen12: Disassemble software scoreboard information. by Francisco Jerez · 6 years ago
  21. 396f6b2 intel/fs/gen12: Demodernize software scoreboard lowering pass. by Francisco Jerez · 5 years ago
  22. 265c7c8 intel/fs/gen12: Introduce software scoreboard lowering pass. by Francisco Jerez · 6 years ago
  23. e0b8d79 intel/fs/gen12: Add scheduling information to the IR. by Francisco Jerez · 6 years ago
  24. 15e3a0d intel/eu/gen12: Set SWSB annotations in hand-crafted assembly. by Francisco Jerez · 5 years ago
  25. d3f3bdc intel/eu/gen12: Add tracking of default SWSB state to the current brw_codegen instruction. by Francisco Jerez · 6 years ago
  26. 6154cdf intel/eu/gen12: Add auxiliary type to represent SWSB information during codegen. by Francisco Jerez · 6 years ago
  27. c22db5e intel/fs/gen12: Add codegen support for the SYNC instruction. by Francisco Jerez · 5 years ago
  28. 0e57dbc intel/ir/gen12: Add SYNC hardware instruction. by Francisco Jerez · 6 years ago
  29. 7499e10 intel/eu/gen12: Don't set thread control, it's gone. by Francisco Jerez · 5 years ago
  30. a66ea33 intel/eu/gen12: Don't set DD control, it's gone. by Francisco Jerez · 6 years ago
  31. 8a5fad0 intel/eu/gen12: Use SEND instruction for split sends. by Francisco Jerez · 5 years ago
  32. 6634ede intel/eu/gen12: Codegen SEND descriptor regions correctly. by Francisco Jerez · 5 years ago
  33. 2c4c9ab intel/eu/gen12: Codegen pathological SEND source and destination regions. by Francisco Jerez · 5 years ago
  34. bafc951 intel/eu/gen12: Codegen control flow instructions correctly. by Francisco Jerez · 6 years ago
  35. 6e1daba intel/eu/gen12: Codegen three-source instruction source and destination regions. by Francisco Jerez · 6 years ago
  36. 9fdb67a intel/eu/gen12: Fix codegen of immediate source regions. by Francisco Jerez · 5 years ago
  37. 6cb764a intel/eu/gen12: Add Gen12 opcode descriptions to the table. by Francisco Jerez · 6 years ago
  38. 31182e7 intel/eu/gen11+: Mark dot product opcodes as unsupported on opcode_descs table. by Francisco Jerez · 5 years ago
  39. c742be1 intel/eu/gen12: Implement datatype binary encoding. by Francisco Jerez · 6 years ago
  40. a12533f intel/eu/gen12: Implement immediate 64 bit constant encoding. by Sagar Ghuge · 6 years ago
  41. 5291283 intel/eu/gen12: Implement compact instruction binary encoding. by Francisco Jerez · 6 years ago
  42. 77d09d0 intel/eu/gen12: Implement indirect region binary encoding. by Francisco Jerez · 6 years ago
  43. 8140047 intel/eu/gen12: Implement SEND instruction binary encoding. by Francisco Jerez · 5 years ago
  44. d24b8af intel/eu/gen12: Implement control flow instruction binary encoding. by Francisco Jerez · 5 years ago
  45. 956c156 intel/eu/gen12: Implement three-source instruction binary encoding. by Francisco Jerez · 5 years ago
  46. fa48281 intel/eu/gen12: Implement basic instruction binary encoding. by Francisco Jerez · 5 years ago
  47. 1431761 intel/eu/gen12: Add sanity-check asserts to brw_inst_bits() and brw_inst_set_bits(). by Francisco Jerez · 6 years ago
  48. 7e5a863 intel/eu/gen12: Extend brw_inst.h macros for Gen12 support. by Francisco Jerez · 5 years ago
  49. 6965a02 intel/ir: Represent physical edge of unconditional CONTINUE instruction. by Francisco Jerez · 5 years ago
  50. eeaad29 intel/ir: Represent physical edge of ELSE instruction. by Francisco Jerez · 5 years ago
  51. 1527546 intel/ir: Represent logical edge of BREAK instruction. by Francisco Jerez · 5 years ago
  52. c344c92 intel/ir: Add helper function to push block onto CFG analysis stack. by Francisco Jerez · 5 years ago
  53. d6a9731 intel/ir: Represent physical and logical subsets of the CFG. by Francisco Jerez · 5 years ago
  54. 1b57045 intel/ir: Drop hard-coded correspondence between IR and HW opcodes. by Francisco Jerez · 7 years ago
  55. 057902d intel/eu: Encode and decode native instruction opcodes from/to IR opcodes. by Francisco Jerez · 7 years ago
  56. 25dd670 intel/eu: Rework opcode description tables to allow efficient look-up by either HW or IR opcode. by Francisco Jerez · 6 years ago
  57. 51dc40c intel/eu: Fix up various type conversions in brw_eu.c that are illegal C++. by Francisco Jerez · 6 years ago
  58. 35bcd08 intel/eu: Split brw_inst ex_desc accessors for SEND(C) vs. SENDS(C). by Francisco Jerez · 6 years ago
  59. b2ae65c intel/fs: Fix constness of implied_mrf_writes() argument. by Francisco Jerez · 6 years ago
  60. 6f275a8 intel/fs: Define is_send() convenience IR helper. by Francisco Jerez · 5 years ago
  61. f326d9d intel/fs: Define is_payload() method of the IR instruction class. by Francisco Jerez · 6 years ago
  62. a42581f intel/fs: Teach fs_inst::is_send_from_grf() about some missing send-like instructions. by Francisco Jerez · 5 years ago
  63. 6da3bf2 nir/dead_cf: Remove dead control flow after infinite loops. by Bas Nieuwenhuizen · 5 years ago
  64. f13ad83 aco: don't use p_as_uniform for vgpr sampler/image indices by Rhys Perry · 5 years ago
  65. 0c3fe32 aco: implement divergent vulkan_resource_index by Rhys Perry · 5 years ago
  66. 5526a55 aco: readfirstlane vgpr pointers in convert_pointer_to_64_bit() by Rhys Perry · 5 years ago
  67. 45d6c69 aco: use can_accept_constant in valu_can_accept_literal by Rhys Perry · 5 years ago
  68. b37857b aco: don't apply sgprs/constants to read/write lane instructions by Rhys Perry · 5 years ago
  69. 599d634 nir/lower_input_attachments: pass on non-uniform access flag by Rhys Perry · 5 years ago
  70. 5ef04d7 nir/lower_non_uniform: lower image/texture instructions taking derefs by Rhys Perry · 5 years ago
  71. 7e3b900 etnaviv: rework etna_resource_create tiling choice by Jonathan Marek · 5 years ago
  72. b962776 etnaviv: rework compatible render base by Jonathan Marek · 5 years ago
  73. e7e0243 etnaviv: get addressing mode from tiling layout by Jonathan Marek · 5 years ago
  74. 5403b36 etnaviv: clear texture cache and flush ts when texture is modified by Jonathan Marek · 5 years ago
  75. 6dc650f etnaviv: output the same shader-db format as freedreno, v3d and intel by Christian Gmeiner · 5 years ago
  76. 140bc0f etnaviv: nir: start to make use of compile_error(..) by Christian Gmeiner · 5 years ago
  77. d60b867 gitlab-ci: Disable meson-mingw32-x86_64 job again for now by Michel Dänzer · 5 years ago
  78. eb86cba gitlab-ci: Add .use-debian-10 template by Michel Dänzer · 5 years ago
  79. 9691329 gitlab-ci: Remove redundant .meson-cross template script by Michel Dänzer · 5 years ago
  80. f59ff01 gallivm: fix coroutines on aarch64 with llvm 8 by Dave Airlie · 5 years ago
  81. 05b008c llvmpipe: add support for tg4 component selection. by Dave Airlie · 5 years ago
  82. a70f0a8 st/glsl: add support for alternate TG4 encoding. by Dave Airlie · 5 years ago
  83. 0c09df5 gallium: add a a new cap for changing the TGSI TG4 instruction encoding by Dave Airlie · 5 years ago
  84. 1e65757 gallivm/sample: add gather component selection to the key. by Dave Airlie · 5 years ago
  85. 5084e97 llvmpipe: increase max texture size to 2GB by Roland Scheidegger · 5 years ago
  86. d905d9b gitlab-ci: Add a mingw x86_64 job by Dylan Baker · 5 years ago
  87. f066c96 appveyor: Add support for meson as well as scons on windows by Dylan Baker · 6 years ago
  88. 44c5e63 docs: update meson docs for windows by Dylan Baker · 5 years ago
  89. 638868b glsl/tests: Handle no-exec errors by Dylan Baker · 5 years ago
  90. 1bf5e5a meson/util: Don't run string_buffer tests on mingw by Dylan Baker · 5 years ago
  91. 09d21b5 meson: glcpp tests are expected to fail on windows by Dylan Baker · 5 years ago
  92. 8f363ce meson: only build timspec test if timespec is available by Dylan Baker · 5 years ago
  93. fe8f898 meson: don't error on formaters with mingw by Dylan Baker · 5 years ago
  94. 1e2c05b meson: add msvc compat args to swr by Dylan Baker · 6 years ago
  95. 63f5aee meson: maintain names of shared API libraries by Dylan Baker · 6 years ago
  96. e1dbf10 meson: don't build or run mesa-sha1 test on windows by Dylan Baker · 6 years ago
  97. b6b5981 meson: disable graw tests on mingw by Dylan Baker · 6 years ago
  98. 56db696 meson: don't build gallium trivial tests on windows by Dylan Baker · 6 years ago
  99. 880ca3c meson: Set visibility and compat args for graw by Dylan Baker · 6 years ago
  100. 095bdbd meson: Add msvc compat args to util/tests by Dylan Baker · 6 years ago