1. 53fbde4 radv: remove a few more unnecessary KHR suffixes by Eric Engestrom · 6 years ago
  2. 0210243 nir: fix copy-paste error in nir_lower_constant_initializers by Rhys Perry · 6 years ago
  3. 6c3164c docs: complete the calendar and release schedule documentation by Andres Gomez · 6 years ago
  4. 428164d glsl/linker: specify proper direction in location aliasing error by Andres Gomez · 6 years ago
  5. e2e03f8 editorconfig: Add max_line_length property by Andres Gomez · 6 years ago
  6. 864cc41 intel/isl: move tiled_memcpy static libs from i965 to isl by Tapani Pälli · 6 years ago
  7. 406f603b i965: Enable 64-bit GLSL extensions by Matt Turner · 6 years ago
  8. 613ac3a i965: Compile fp64 software routines and lower double-ops by Matt Turner · 6 years ago
  9. 18b4e87 intel/compiler: Heap-allocate temporary storage by Matt Turner · 6 years ago
  10. 622d429 intel/compiler: Expand size of the 'nr' field by Matt Turner · 6 years ago
  11. 7e4e9da intel/compiler: Prevent warnings in the following patch by Matt Turner · 6 years ago
  12. 2b801b6 intel/compiler: Rearrange code to avoid future problems by Matt Turner · 6 years ago
  13. 3b967e1 intel/compiler: Avoid false positive assertions by Matt Turner · 6 years ago
  14. 8534742 intel/compiler: Split 64-bit MOV-indirects if needed by Matt Turner · 6 years ago
  15. e76772a intel/compiler: Lower 64-bit MOV/SEL operations by Matt Turner · 6 years ago
  16. 2623653 nir: Unset metadata debug bit if no progress made by Matt Turner · 6 years ago
  17. e633fae nir: Add lowering support for 64-bit operations to software by Matt Turner · 6 years ago
  18. fe2cbcf nir: Create nir_builder in nir_lower_doubles_impl() by Matt Turner · 6 years ago
  19. ecb115e nir: Add and set info::uses_64bit by Matt Turner · 6 years ago
  20. 41f3e9e nir: Implement lowering of 64-bit shift operations by Matt Turner · 7 years ago
  21. 62d55f1 nir: Wire up int64 lowering functions by Matt Turner · 6 years ago
  22. adab27e nir: Add some more int64 lowering helpers by Jason Ekstrand · 8 years ago
  23. dde73e6 nir: Tag entrypoint for easy recognition by nir_shader_get_entrypoint() by Matt Turner · 6 years ago
  24. 393b59e nir: Rework nir_lower_constant_initializers() to handle functions by Matt Turner · 6 years ago
  25. f998ce4 glsl: Add "built-in" functions to do fp32_to_int64(fp32) by Sagar Ghuge · 6 years ago
  26. 2632c12 glsl: Add "built-in" functions to do fp32_to_uint64(fp32) by Sagar Ghuge · 6 years ago
  27. 876a4b8 glsl: Add "built-in" functions to do fp64_to_int64(fp64) by Sagar Ghuge · 6 years ago
  28. 21e9bb2 glsl: Add utility function to round and pack int64_t value by Sagar Ghuge · 6 years ago
  29. 5a674fd glsl: Add "built-in" functions to do fp64_to_uint64(fp64) by Sagar Ghuge · 6 years ago
  30. 5a87441 glsl: Add utility function to round and pack uint64_t value by Sagar Ghuge · 6 years ago
  31. c9d333a glsl: Add "built-in" functions to do int64_to_fp32(int64_t) by Sagar Ghuge · 6 years ago
  32. d5cf6e9 glsl: Add "built-in" functions to do uint64_to_fp32(uint64_t) by Sagar Ghuge · 6 years ago
  33. b830efb glsl: Add "built-in" functions to do int64_to_fp64(int64_t) by Sagar Ghuge · 6 years ago
  34. 7c5b982 glsl: Add "built-in" functions to do uint64_to_fp64(uint64_t) by Sagar Ghuge · 6 years ago
  35. 15757bc glsl: Add "built-in" functions to convert bool to double by Matt Turner · 6 years ago
  36. e213f38 glsl: Add "built-in" functions to do ffract(fp64) by Matt Turner · 6 years ago
  37. 5c9a659 glsl: Add "built-in" function to do ffloor(fp64) by Matt Turner · 6 years ago
  38. 83762af glsl: Add "built-in" functions to do fmin/fmax(fp64) by Matt Turner · 6 years ago
  39. 92ac216 glsl: Add "built-in" functions to do ffma(fp64) by Matt Turner · 6 years ago
  40. 3db81b5 glsl: Add "built-in" functions to do round(fp64) by Elie Tournier · 8 years ago
  41. 48891ab glsl: Add "built-in" functions to do trunc(fp64) by Elie Tournier · 8 years ago
  42. 2119094 glsl: Add "built-in" functions to do sqrt(fp64) by Elie Tournier · 8 years ago
  43. cad58fc glsl: Add "built-in" functions to do fp32_to_fp64(fp32) by Elie Tournier · 8 years ago
  44. 407bd1b glsl: Add "built-in" functions to do fp64_to_fp32(fp64) by Elie Tournier · 8 years ago
  45. f499942 glsl: Add "built-in" functions to do int_to_fp64(int) by Elie Tournier · 8 years ago
  46. 773190f glsl: Add "built-in" functions to do fp64_to_int(fp64) by Elie Tournier · 8 years ago
  47. cbf090b glsl: Add "built-in" functions to do uint_to_fp64(uint) by Elie Tournier · 8 years ago
  48. a3551ee glsl: Add "built-in" functions to do fp64_to_uint(fp64) by Elie Tournier · 8 years ago
  49. 4a93401 glsl: Add "built-in" functions to do mul(fp64, fp64) by Elie Tournier · 8 years ago
  50. f111d72 glsl: Add "built-in" functions to do add(fp64, fp64) by Elie Tournier · 8 years ago
  51. c036fc9 glsl: Add "built-in" functions to do lt(fp64, fp64) by Elie Tournier · 8 years ago
  52. 3e4d5ea glsl: Add utility function to extract 64-bit sign by Elie Tournier · 8 years ago
  53. ec6e823 glsl: Add "built-in" functions to do eq/ne(fp64, fp64) by Elie Tournier · 8 years ago
  54. c802cdd glsl: Add "built-in" function to do sign(fp64) by Elie Tournier · 8 years ago
  55. eac66f0 glsl: Add "built-in" functions to do neg(fp64) by Elie Tournier · 8 years ago
  56. 0428951 glsl: Add "built-in" function to do abs(fp64) by Elie Tournier · 8 years ago
  57. b63a1f8 glsl: Create file to contain software fp64 functions by Matt Turner · 6 years ago
  58. 412472d glsl: Add utility to convert text files to C strings by Ian Romanick · 6 years ago
  59. 76c27e4 glsl: Copy function out to temp if we don't directly ref a variable by Timothy Arceri · 7 years ago
  60. 63f6d7a glsl: Add function support to glsl_to_nir by Matt Turner · 6 years ago
  61. 230a8a5 intel/fs: Remove FS_OPCODE_UNPACK_HALF_2x16_SPLIT opcodes. by Francisco Jerez · 6 years ago
  62. cbea91e intel/fs: Remove nasty open-coded CHV/BXT 64-bit workarounds. by Francisco Jerez · 6 years ago
  63. 2c99c7a intel/fs: Remove existing lower_conversions pass. by Francisco Jerez · 6 years ago
  64. efa4e4b intel/fs: Introduce regioning lowering pass. by Francisco Jerez · 6 years ago
  65. b945199 intel/fs: Constify fs_inst::can_do_source_mods(). by Francisco Jerez · 6 years ago
  66. c301f44 intel/fs: Respect CHV/BXT regioning restrictions in copy propagation pass. by Francisco Jerez · 6 years ago
  67. 464e791 intel/eu/gen7: Fix brw_MOV() with DF destination and strided source. by Francisco Jerez · 6 years ago
  68. bc781a0 intel/fs: Fix bug in lower_simd_width while splitting an instruction which was already split. by Francisco Jerez · 6 years ago
  69. 812ede0 intel/fs: Implement quad swizzles on ICL+. by Francisco Jerez · 6 years ago
  70. c5f9c00 intel/fs: Handle source modifiers in lower_integer_multiplication(). by Francisco Jerez · 6 years ago
  71. 0206ffc anv/pipeline: remove unnecessary null-pointer check by Andrii Simiklit · 6 years ago
  72. d2c170e st/va: Return correct status from vlVaQuerySurfaceStatus by Indrajit Das · 6 years ago
  73. 0c226d4 Revert "llvmpipe: Always return some fence in flush (v2)" by Roland Scheidegger · 6 years ago
  74. e986c1c st/mesa: don't leak pipe_surface if pipe_context is not current by Marek Olšák · 6 years ago
  75. fd82a1d st/mesa: don't reference pipe_surface locally in PBO code by Marek Olšák · 6 years ago
  76. 5da4423 st/mesa: unify window-system renderbuffer initialization by Marek Olšák · 6 years ago
  77. 5e30e54 radeonsi: Fix use of 1- or 2- component GL_DOUBLE vbo's. by Mario Kleiner · 6 years ago
  78. ee8488e ac/nir,radv,radeonsi/nir: use correct indices for interpolation intrinsics by Rhys Perry · 6 years ago
  79. b8c4f52 radv: skip draws with instance_count == 0 by Samuel Pitoiset · 6 years ago
  80. a2b5cc3 radv: enable variable pointers by Samuel Pitoiset · 6 years ago
  81. d58b11e radv: get rid of bunch of KHR suffixes by Samuel Pitoiset · 6 years ago
  82. a2ddb71 radeon: fix printf format specifier. by Maya Rashish · 6 years ago
  83. f6a6da8 llvmpipe: Always return some fence in flush (v2) by Tomasz Figa · 6 years ago
  84. 700aeaf glsl: Fix buffer overflow with an atomic buffer binding out of range. by Eric Anholt · 6 years ago
  85. 211b826 nir: Make nir_deref_instr_build/get_const_offset actually use size_align. by Eric Anholt · 6 years ago
  86. 9f29d90 glsl/linker: Fix unmatched TCS outputs being reduced to local variable by Danylo Piliaiev · 6 years ago
  87. db3b6b6 v3d: Enable GL_ARB_texture_gather on V3D 4.x. by Eric Anholt · 6 years ago
  88. 6051c11 nir: Add nir_lower_tex support for Broadcom's swizzled TG4 results. by Eric Anholt · 6 years ago
  89. 3fcec4a freedreno: Move register constant files to src/freedreno. by Bas Nieuwenhuizen · 6 years ago
  90. baabfb1 nir: fix warning in nir_lower_io.c by Caio Marcelo de Oliveira Filho · 6 years ago
  91. 3cb65cf freedreno/drm: sync uapi again by Chia-I Wu · 6 years ago
  92. 6eeb1fe meson: fix EGL/X11 build without GLX by Chia-I Wu · 6 years ago
  93. b38a48a wsi: drop unneeded KHR suffix by Eric Engestrom · 6 years ago
  94. 4f5a526 anv: drop unneeded KHR suffix by Eric Engestrom · 6 years ago
  95. d0c6ef2 nir: rename global/local to private/function memory by Karol Herbst · 6 years ago
  96. 401dca1 autotools: Remove tegra vdpau driver by Dylan Baker · 6 years ago
  97. ba55cb2 clover/meson: Ignore 'svn' suffix when computing CLANG_RESOURCE_DIR by Pierre Moreau · 6 years ago
  98. add5a2e anv: flush fast clear colors into compressed surfaces by Lionel Landwerlin · 6 years ago
  99. 366eb65 anv: explictly specify format for blorp ccs/mcs op by Lionel Landwerlin · 6 years ago
  100. c292414 dri3: initialize adaptive_sync as false before configQueryb by Tapani Pälli · 6 years ago