1. 6c8edcb v3d: Drop the GLSL version level. by Eric Anholt · 6 years ago
  2. 1a63227 v3d: Add support for matrix inputs to the FS. by Eric Anholt · 6 years ago
  3. 49b7e26 v3d: Add an isr to the simulator to catch GMP violations. by Eric Anholt · 6 years ago
  4. 3790ee0 v3d: Fix txf_ms 2D_ARRAY array index. by Eric Anholt · 6 years ago
  5. 619a28b v3d: Add support for GL_ARB_framebuffer_no_attachments. by Eric Anholt · 6 years ago
  6. 051a41d v3d: Add support for the early_fragment_tests flag. by Eric Anholt · 6 years ago
  7. b417a9f v3d: Add support for flushing dirty TMU data at job end. by Eric Anholt · 6 years ago
  8. ad6ceb2 ac: add missing 16-bit types to glsl_base_to_llvm_type() by Samuel Pitoiset · 6 years ago
  9. 76b12fa radv: Only use 32 KiB per threadgroup on Stoney. by Bas Nieuwenhuizen · 6 years ago
  10. 76df5e8 st/dri: fix dri2_format_table for argb1555 and rgb565 by Marek Olšák · 6 years ago
  11. 2d2737d nir: Add a bool to float32 lowering pass by Jason Ekstrand · 6 years ago
  12. 09c3ff0 src/intel: use new hash table and set creation helpers by Caio Marcelo de Oliveira Filho · 6 years ago
  13. 9fdded0 src/compiler: use new hash table and set creation helpers by Caio Marcelo de Oliveira Filho · 6 years ago
  14. ee23e8b util: Helper to create sets and hashes with pointer keys by Caio Marcelo de Oliveira Filho · 6 years ago
  15. 929df7a ac/nir: set cache policy when loading/storing buffer images by Samuel Pitoiset · 6 years ago
  16. af2a85d ac/nir: add get_cache_policy() helper and use it by Samuel Pitoiset · 6 years ago
  17. 5e4f9ea anv: Implement VK_KHR_depth_stencil_resolve by Jason Ekstrand · 7 years ago
  18. 9f44088 anv: Move resolve_subpass to genX_cmd_buffer.c by Jason Ekstrand · 6 years ago
  19. 930b171 anv/blorp: Refactor MSAA resolves into an exportable helper function by Jason Ekstrand · 7 years ago
  20. c92c449 anv: Rename has_resolve to has_color_resolve by Jason Ekstrand · 7 years ago
  21. 4bd976e intel/blorp: Add two more filter modes by Jason Ekstrand · 7 years ago
  22. 3ec9ab8 bin/get-pick-list.sh: fix redirection in sh by Andres Gomez · 6 years ago
  23. 716ed41 bin/get-pick-list.sh: fix the oneline printing by Andres Gomez · 6 years ago
  24. 1a20b56 amd/common: Restore v4i32 suffix for llvm.SI.load.const intrinsic by Michel Dänzer · 6 years ago
  25. 7fbd48f amd/common/vi+: enable SMEM loads with GLC=1 by Nicolai Hähnle · 6 years ago
  26. e4803ab amd/common: use llvm.amdgcn.s.buffer.load for LLVM 8.0 by Nicolai Hähnle · 6 years ago
  27. 1c1ae63 anv/pipeline_cache: free NIR shader cache by Iago Toral Quiroga · 6 years ago
  28. 0862929 glsl: Fix copying function's out to temp if dereferenced by array by Danylo Piliaiev · 6 years ago
  29. 04c2f12 i965: Drop mark_surface_used mechanism. by Kenneth Graunke · 6 years ago
  30. bdf6a5c egl: fix python lib deprecation warning by Eric Engestrom · 6 years ago
  31. b938d5f spirv: Emit switch conditions on-the-fly by Jason Ekstrand · 6 years ago
  32. 821b686 nir/gcm: Support deref instructions by Jason Ekstrand · 6 years ago
  33. 24c8108 intel/nir: Call nir_opt_deref in brw_nir_optimize by Jason Ekstrand · 6 years ago
  34. e57e261 spirv: Contain the GLSLang issue #179 workaround to old GLSLang by Jason Ekstrand · 6 years ago
  35. b57c1ec spirv: Whack sampler/image pointers to uniform by Jason Ekstrand · 6 years ago
  36. 2b876bc st/nir: Lower TES gl_PatchVerticesIn to a constant if linked with a TCS. by Kenneth Graunke · 7 years ago
  37. 3d182601 glsl/nir: keep bool types when native_integers=false by Jonathan Marek · 6 years ago
  38. b27ad17 glsl/nir: ftrunc for native_integers=false float to int cast by Jonathan Marek · 6 years ago
  39. d3b47e0 glsl/nir: int constants as float for native_integers=false by Jonathan Marek · 6 years ago
  40. 1ede463 intel/peephole_ffma: Fix swizzle propagation by Jason Ekstrand · 6 years ago
  41. ae683ed nir: Allow a non-existent sampler deref in nir_lower_samplers_as_deref by Kenneth Graunke · 6 years ago
  42. e12b0b5 travis: avoid using unset llvm-config by Eric Engestrom · 6 years ago
  43. c8ae891 egl: remove unused include by Eric Engestrom · 7 years ago
  44. d75fbff egl: add missing includes by Eric Engestrom · 7 years ago
  45. 4b1e436 anv/pipeline_cache: fix incorrect guards for NIR cache by Iago Toral Quiroga · 6 years ago
  46. ad9832d blorp: Pass the batch to lookup/upload_shader instead of context by Kenneth Graunke · 6 years ago
  47. 084a1cd blorp: Add blorp_get_surface_address to the driver interface. by Kenneth Graunke · 6 years ago
  48. 2165636 docs: fix gallium screen cap docs by Ilia Mirkin · 6 years ago
  49. a2db6b4 glsl: Make invariant outputs in ES fragment shader not to cause error by Danylo Piliaiev · 6 years ago
  50. eb4b147 anv/pipeline: Cache the pre-lowered NIR by Jason Ekstrand · 6 years ago
  51. f6aa9f7 anv/pipeline_cache: Add support for caching NIR by Jason Ekstrand · 6 years ago
  52. 8dfda5e anv/pipeline: Hash shader modules and spec constants separately by Jason Ekstrand · 6 years ago
  53. b90e55a compiler/types: Serialize/deserialize subpass input types correctly by Jason Ekstrand · 6 years ago
  54. 73ddfbe anv/pipeline: Move wpos and input attachment lowering to lower_nir by Jason Ekstrand · 6 years ago
  55. 32e266a i965: Compile fp64 funcs only if we do not have 64-bit hardware support by Matt Turner · 6 years ago
  56. 8ea8727 anv/pipeline: Constant fold after apply_pipeline_layout by Jason Ekstrand · 6 years ago
  57. 031e94d freedreno/a6xx: fix 3d+tiled layout by Rob Clark · 6 years ago
  58. c92c18c freedreno/a6xx: move tile_mode to sampler-view CSO by Rob Clark · 6 years ago
  59. eb625d3 freedreno/a6xx: separate stencil restore/resolve fixes by Rob Clark · 6 years ago
  60. 04aff7e freedreno: make cmdstream bo's read-only to GPU by Rob Clark · 6 years ago
  61. 286de96 etnaviv: fix typo in cflush_all description by Guido Günther · 6 years ago
  62. 53fbde4 radv: remove a few more unnecessary KHR suffixes by Eric Engestrom · 6 years ago
  63. 0210243 nir: fix copy-paste error in nir_lower_constant_initializers by Rhys Perry · 6 years ago
  64. 6c3164c docs: complete the calendar and release schedule documentation by Andres Gomez · 6 years ago
  65. 428164d glsl/linker: specify proper direction in location aliasing error by Andres Gomez · 6 years ago
  66. e2e03f8 editorconfig: Add max_line_length property by Andres Gomez · 6 years ago
  67. 864cc41 intel/isl: move tiled_memcpy static libs from i965 to isl by Tapani Pälli · 6 years ago
  68. 406f603b i965: Enable 64-bit GLSL extensions by Matt Turner · 6 years ago
  69. 613ac3a i965: Compile fp64 software routines and lower double-ops by Matt Turner · 6 years ago
  70. 18b4e87 intel/compiler: Heap-allocate temporary storage by Matt Turner · 6 years ago
  71. 622d429 intel/compiler: Expand size of the 'nr' field by Matt Turner · 6 years ago
  72. 7e4e9da intel/compiler: Prevent warnings in the following patch by Matt Turner · 6 years ago
  73. 2b801b6 intel/compiler: Rearrange code to avoid future problems by Matt Turner · 6 years ago
  74. 3b967e1 intel/compiler: Avoid false positive assertions by Matt Turner · 6 years ago
  75. 8534742 intel/compiler: Split 64-bit MOV-indirects if needed by Matt Turner · 6 years ago
  76. e76772a intel/compiler: Lower 64-bit MOV/SEL operations by Matt Turner · 6 years ago
  77. 2623653 nir: Unset metadata debug bit if no progress made by Matt Turner · 6 years ago
  78. e633fae nir: Add lowering support for 64-bit operations to software by Matt Turner · 6 years ago
  79. fe2cbcf nir: Create nir_builder in nir_lower_doubles_impl() by Matt Turner · 6 years ago
  80. ecb115e nir: Add and set info::uses_64bit by Matt Turner · 6 years ago
  81. 41f3e9e nir: Implement lowering of 64-bit shift operations by Matt Turner · 7 years ago
  82. 62d55f1 nir: Wire up int64 lowering functions by Matt Turner · 6 years ago
  83. adab27e nir: Add some more int64 lowering helpers by Jason Ekstrand · 8 years ago
  84. dde73e6 nir: Tag entrypoint for easy recognition by nir_shader_get_entrypoint() by Matt Turner · 6 years ago
  85. 393b59e nir: Rework nir_lower_constant_initializers() to handle functions by Matt Turner · 6 years ago
  86. f998ce4 glsl: Add "built-in" functions to do fp32_to_int64(fp32) by Sagar Ghuge · 6 years ago
  87. 2632c12 glsl: Add "built-in" functions to do fp32_to_uint64(fp32) by Sagar Ghuge · 6 years ago
  88. 876a4b8 glsl: Add "built-in" functions to do fp64_to_int64(fp64) by Sagar Ghuge · 6 years ago
  89. 21e9bb2 glsl: Add utility function to round and pack int64_t value by Sagar Ghuge · 6 years ago
  90. 5a674fd glsl: Add "built-in" functions to do fp64_to_uint64(fp64) by Sagar Ghuge · 6 years ago
  91. 5a87441 glsl: Add utility function to round and pack uint64_t value by Sagar Ghuge · 6 years ago
  92. c9d333a glsl: Add "built-in" functions to do int64_to_fp32(int64_t) by Sagar Ghuge · 6 years ago
  93. d5cf6e9 glsl: Add "built-in" functions to do uint64_to_fp32(uint64_t) by Sagar Ghuge · 6 years ago
  94. b830efb glsl: Add "built-in" functions to do int64_to_fp64(int64_t) by Sagar Ghuge · 6 years ago
  95. 7c5b982 glsl: Add "built-in" functions to do uint64_to_fp64(uint64_t) by Sagar Ghuge · 6 years ago
  96. 15757bc glsl: Add "built-in" functions to convert bool to double by Matt Turner · 6 years ago
  97. e213f38 glsl: Add "built-in" functions to do ffract(fp64) by Matt Turner · 6 years ago
  98. 5c9a659 glsl: Add "built-in" function to do ffloor(fp64) by Matt Turner · 6 years ago
  99. 83762af glsl: Add "built-in" functions to do fmin/fmax(fp64) by Matt Turner · 6 years ago
  100. 92ac216 glsl: Add "built-in" functions to do ffma(fp64) by Matt Turner · 6 years ago