1. e2abb75 glsl/linker: validate explicit locations for SSO programs by Iago Toral Quiroga · 7 years ago
  2. bdaf058 glsl/linker: generalize validate_explicit_variable_location for SSO by Iago Toral Quiroga · 7 years ago
  3. e7b7fe3 glsl/linker: create a helper function to validate explicit locations by Iago Toral Quiroga · 7 years ago
  4. ab40acb glsl/linker: outputs in the same location must share auxiliary storage by Iago Toral Quiroga · 7 years ago
  5. 0b565f7 glsl/linker: outputs in the same location must share interpolation by Iago Toral Quiroga · 7 years ago
  6. c454567 glsl/linker: fix location aliasing checks for interface variables by Iago Toral Quiroga · 7 years ago
  7. 6aa6877 glsl/linker: refactor link-time validation of output locations by Iago Toral Quiroga · 7 years ago
  8. b944617 glsl/linker: report linker errors for invalid explicit locations on inputs by Iago Toral Quiroga · 7 years ago
  9. 16cfbef ac/llvm: drop pointless wrappers around umsb/imsb by Dave Airlie · 7 years ago
  10. 82d47b9 ac/llvm: consolidate find lsb function. by Dave Airlie · 7 years ago
  11. de2b241 ac/llvm: drop v4f32empty. (v2) by Dave Airlie · 7 years ago
  12. a76b6c2 ac/llvm: add i1false/i1true to common code. by Dave Airlie · 7 years ago
  13. 88b7ddb ac/llvm: use the ac i32 0/1 and f32 0/1 llvm types. by Dave Airlie · 7 years ago
  14. f925f5b ac/nir: move lds declaration/load/store into shared code. by Dave Airlie · 7 years ago
  15. 74fc9e9 st/mesa: enable nir path for all shaders. by Dave Airlie · 7 years ago
  16. 3ee2e98 st/program: add support for gs/tes/tcs nir shaders. by Dave Airlie · 7 years ago
  17. 3c34d11 st/program: rework basic variant interface by Dave Airlie · 7 years ago
  18. 3720d91 anv/entrypoints: Dump useful data if mako throws an exception by Jason Ekstrand · 7 years ago
  19. e051929 nir/opt_intrinsics: Rework progress by Jason Ekstrand · 7 years ago
  20. d24311b intel/compiler: Call nir_lower_system_values in brw_preprocess_nir by Jason Ekstrand · 7 years ago
  21. ece206b i965/program: Move nir_lower_system_values higher up by Jason Ekstrand · 7 years ago
  22. 2cfa3ef nir/lower_wpos_ytransform: Support system value intrinsics by Jason Ekstrand · 7 years ago
  23. 279f8fb anv/pipeline: Call nir_lower_system_valaues after brw_preprocess_nir by Jason Ekstrand · 7 years ago
  24. afa0ddb anv/pipeline: Drop nir_lower_clip_cull_distance_arrays by Jason Ekstrand · 7 years ago
  25. e758b65 anv/pipeline: Dump shader immedately after spirv_to_nir by Jason Ekstrand · 7 years ago
  26. 562b8d4 intel/eu: Use EXECUTE_1 for JMPI by Jason Ekstrand · 7 years ago
  27. 4723933 i965/fs: Add brw_reg_type_from_bit_size utility method by Alejandro Piñeiro · 7 years ago
  28. 99778e7 i965/fs/nir: Use the nir_src_bit_size helper by Jason Ekstrand · 7 years ago
  29. fa6e74e intel/fs: Handle flag read/write aliasing in needs_src_copy by Jason Ekstrand · 7 years ago
  30. a6d38f4 clover: Fix compilation after clang r315871 by Jan Vesely · 7 years ago
  31. b85cd69 glsl_to_tgsi: remove unused glsl_version variable by Marek Olšák · 7 years ago
  32. 61a9ef4 radv: Compute ac keys from pipeline key. by Bas Nieuwenhuizen · 7 years ago
  33. 49d0351 radv: Add single pipeline cache key. by Bas Nieuwenhuizen · 7 years ago
  34. de38491 radv: Don't compute as_ls/as_es before hashing. by Bas Nieuwenhuizen · 7 years ago
  35. 87e7172 glsl_to_nir: Zero nir_constant in constant_copy for valgrind & nir_serialize by Jordan Justen · 7 years ago
  36. 1686715 glsl_to_nir: Zero nir_variable struct for valgrind & nir_serialize by Jordan Justen · 7 years ago
  37. 7855086 nir: Zero nir_load_const_instr::value for valgrind & nir_serialize by Jordan Justen · 7 years ago
  38. b35e8c3 intel/nir: Zero local index const struct for valgrind & nir_serialize by Jordan Justen · 7 years ago
  39. d917f57 nir: Zero local_size const struct for valgrind & nir_serialize by Jordan Justen · 7 years ago
  40. abbcdc9 glsl: Add field initializers for glsl_struct_field default constructor by Jordan Justen · 7 years ago
  41. 23327af compiler/types: Support [de]serializing void types by Jason Ekstrand · 7 years ago
  42. c1b8425 nir/intrinsics: Set the correct num_indices for load_output by Jason Ekstrand · 7 years ago
  43. 7686f0b glsl: move shader_cache type handling to glsl_types by Connor Abbott · 7 years ago
  44. 9626128 vulkan: Update headers and registry to 1.0.64 by Alex Smith · 7 years ago
  45. 27a0b24 ac/nir: generate correct instruction for atomic min/max on unsigned images by Matthew Nicholls · 7 years ago
  46. 20c77ae gallium/util: remove some block alignment assertions by Roland Scheidegger · 7 years ago
  47. d37bcf3 gles2: support for GL_EXT_occlusion_query_boolean by Harish Krupo · 7 years ago
  48. f5bec85 mesa: enum checks for GL_EXT_occlusion_query_boolean by Tapani Pälli · 7 years ago
  49. 9711979 radv: print NIR before LLVM IR and disassembly by Samuel Pitoiset · 7 years ago
  50. 5bfbab2 radv: Fix truncation issue hexifying the cache uuid for the disk cache. by Bas Nieuwenhuizen · 7 years ago
  51. 767ca5b radv: enable lower to scalar nir pass by Timothy Arceri · 7 years ago
  52. 8ebaf81 ac: add support for explicit component packing by Timothy Arceri · 7 years ago
  53. e0e0666 i965: fix unused var warnings in release build by Timothy Arceri · 7 years ago
  54. d8cefaa radv: use device name in cache creation like radeonsi. by Dave Airlie · 7 years ago
  55. 3cd3035 radv: use a define for the transition point between cp and compute shader by Dave Airlie · 7 years ago
  56. 66b4a7a i965: Call gen6_upload_push_constants() even when the stage is disabled. by Kenneth Graunke · 7 years ago
  57. 16096e9 i965: Drop a bunch of downcasting and upcasting of gl_program pointers. by Kenneth Graunke · 7 years ago
  58. 90ed2a1 i965: Move _mesa_shader_write_subroutine_indices down a level. by Kenneth Graunke · 7 years ago
  59. a5499b6 radv: only emit dfsm packets if dfsm is allowed. by Dave Airlie · 7 years ago
  60. 4aa69cc meson: build freedreno by Rob Clark · 7 years ago
  61. 2207af0 meson: extract out variable for nir_algebraic.py by Rob Clark · 7 years ago
  62. 0ca8d53 freedreno/ir3: use a flag instead of setting PYTHONPATH by Rob Clark · 7 years ago
  63. 583ce96 i965: Don't disable CCS for RT dependencies when dispatching compute. by Kenneth Graunke · 7 years ago
  64. e91c354 i965: Fix memmem compiler warnings. by Eric Anholt · 7 years ago
  65. eed9685 freedreno: per-context fd_pipe by Rob Clark · 7 years ago
  66. 9c32333 freedreno: rename pipe -> vsc_pipe by Rob Clark · 7 years ago
  67. 7e70963 freedreno: pass context flags through to fd_context_init() by Rob Clark · 7 years ago
  68. 7a6c6e7 gallium/util: use util_snprintf() in u_socket_connect() by Brian Paul · 7 years ago
  69. 2a414c3 radeonsi: postponed KILL isn't postponed anymore, but maintains WQM by Marek Olšák · 7 years ago
  70. da0083f radeonsi: use postponed KILL only when derivatives are used by Marek Olšák · 7 years ago
  71. 478afbe ac: use llvm.amdgcn.kill with LLVM 6.0 by Marek Olšák · 7 years ago
  72. 1ff9e27 ac: replace ac_build_kill with ac_build_kill_if_false by Marek Olšák · 7 years ago
  73. f0a2bbd radv: move nir print after linking is done by Timothy Arceri · 7 years ago
  74. 11d688d mesa/bufferobj: don't double negate the range by Dave Airlie · 7 years ago
  75. 013313c radv: clone meta shaders before linking by Timothy Arceri · 7 years ago
  76. 069211f gallium/util: don't call close() on Windows in u_tests.c by Brian Paul · 7 years ago
  77. 5134c0d mesa: use util_strdup() macro in u_debug_symbol.c by Brian Paul · 7 years ago
  78. 8937222 mesa: use util_strdup() macro in symbol_table.c by Brian Paul · 7 years ago
  79. acd6ea0 util: add util_strdup() wrapper macro by Brian Paul · 7 years ago
  80. 6230773 gallium/util: replace gethostbyname() with getaddrinfo() by Brian Paul · 7 years ago
  81. fee9d05 radv: Update code pointer correctly if a variant is already created by Alex Smith · 7 years ago
  82. 013d331 i965: Revert absolute mode for constant buffer pointers. by Kenneth Graunke · 7 years ago
  83. d4567ef meson: build imx driver by Dylan Baker · 7 years ago
  84. 51558a1 meson: build etnaviv driver + winsys by Dylan Baker · 7 years ago
  85. ba85525 ac: Silence a compiler warning about results[0]. by Eric Anholt · 7 years ago
  86. 34c04c7 ac: Fix a compiler warning for possibly undefined "name" by Eric Anholt · 7 years ago
  87. 77f7ef0 meson: fix egl build for meson version < 0.43 by Dylan Baker · 7 years ago
  88. f9ccfda amd/common/gfx9: workaround DCC corruption more conservatively by Nicolai Hähnle · 7 years ago
  89. 4d24a7c glsl: fix derived cs variables by Ilia Mirkin · 7 years ago
  90. 2665d01 radv: automake: include radv_extensions.py in the tarball by Juan A. Suarez Romero · 7 years ago
  91. a548b72 ac/nir: Only clamp shadow reference on radeonsi. by Bas Nieuwenhuizen · 7 years ago
  92. c07d719 radv: Disallow indirect outputs for GS on GFX9 as well. by Bas Nieuwenhuizen · 7 years ago
  93. 2c5b43c ac/nir: Fix nir_texop_lod on GFX for 1D arrays. by Bas Nieuwenhuizen · 7 years ago
  94. da9c3cd radv/ac/nir: only emit tess factors to storage if tes reads them by Dave Airlie · 7 years ago
  95. 6ce5504 radv: Don't use vgpr indexing for outputs on GFX9. by Bas Nieuwenhuizen · 7 years ago
  96. ad727b9 ac/nir: Account for compact array index in GS input load from LDS. by Bas Nieuwenhuizen · 7 years ago
  97. 67648c0 radv: Don't compile shaders when they are cached already. by Bas Nieuwenhuizen · 7 years ago
  98. 3bf954b radv: Don't check for max GL GS invocations. by Bas Nieuwenhuizen · 7 years ago
  99. 050f7e2 radv: Don't explicitly reference vertex shader for draw_id. by Bas Nieuwenhuizen · 7 years ago
  100. 20fb15b radv: Don't reset cmd_buffer->state.dirty. by Bas Nieuwenhuizen · 7 years ago