1. 951a5dc intel/nir: Use the correct indirect lowering masks in link_shaders by Jason Ekstrand · 7 years ago
  2. f98a276 mesa: Add new fast mtx_t mutex type for basic use cases by Timothy Arceri · 7 years ago
  3. 3e63cf8 intel/nir: Break the linking code into a helper in brw_nir.c by Jason Ekstrand · 7 years ago
  4. 7364f08 intel/nir: Add a helper for getting the NoIndirect mask by Jason Ekstrand · 7 years ago
  5. ba414db automake: intel: correctly append to the LIBADD variable by Emil Velikov · 7 years ago
  6. d002950 intel/fs/nir: Return Q types from brw_reg_type_for_bit_size by Jason Ekstrand · 7 years ago
  7. dee58ec intel/fs/nir: Use Q immediates for load_const on gen8+ by Jason Ekstrand · 7 years ago
  8. 9bb3489 intel/fs/nir: Setup immediates based on type in i2b and f2b by Jason Ekstrand · 7 years ago
  9. 1cb210f intel/reg: Add helpers for 64-bit integer immediates by Jason Ekstrand · 7 years ago
  10. ab9220e nir,intel/compiler: Use a fixed subgroup size by Jason Ekstrand · 7 years ago
  11. a026458 nir/lower_subgroups: Lower ballot intrinsics to the specified bit size by Jason Ekstrand · 7 years ago
  12. 28da82f nir: Add a new subgroups lowering pass by Jason Ekstrand · 7 years ago
  13. 1ca3a94 intel/fs: Don't use automatic exec size inference by Jason Ekstrand · 7 years ago
  14. dc4cf11 intel/fs: Explicitly set EXECUTE_1 where needed by Jason Ekstrand · 7 years ago
  15. ab37873 intel/eu: Explicitly set EXECUTE_1 where needed by Jason Ekstrand · 7 years ago
  16. 8280560 intel/eu: Make automatic exec sizes a configurable option by Jason Ekstrand · 7 years ago
  17. 7a82ad5 intel/fs: Rework zero-length URB write handling by Jason Ekstrand · 7 years ago
  18. 6132992 intel/compiler/fs: Set up subgroup invocation as a system value by Jason Ekstrand · 7 years ago
  19. 295605c intel/cs: Push subgroup ID instead of base thread ID by Jason Ekstrand · 7 years ago
  20. 6411def intel/cs: Re-run final NIR optimizations for each SIMD size by Jason Ekstrand · 7 years ago
  21. 4e79a77 intel/compiler: Move the destructor from vec4_visitor to backend_shader by Jason Ekstrand · 7 years ago
  22. 16ada41 i965/fs: Get rid of the early return in brw_compile_cs by Jason Ekstrand · 7 years ago
  23. 80ddfab intel/cs: Rework the way thread local ID is handled by Jason Ekstrand · 7 years ago
  24. 25f7453 intel/fs: Mark 64-bit values as being contiguous by Jason Ekstrand · 7 years ago
  25. c4c8cba intel/cs: Ignore runtime_check_aads_emit for CS by Jason Ekstrand · 7 years ago
  26. d4de813 intel/cs: Stop setting dispatch_grf_start_reg by Jason Ekstrand · 7 years ago
  27. b1a9cde intel/cs: Drop max_dispatch_width checks from compile_cs by Jason Ekstrand · 7 years ago
  28. 1077981 intel/fs: Remove min_dispatch_width from fs_visitor by Jason Ekstrand · 7 years ago
  29. b299ded intel/fs: use pull constant locations to check for first compile of a shader by Jason Ekstrand · 7 years ago
  30. 103081c intel/fs: Retype dest to match value in read[First]Invocation by Jason Ekstrand · 7 years ago
  31. ebaee9d intel/fs: Uniformize the index in readInvocation by Jason Ekstrand · 7 years ago
  32. b67230d intel/fs: Protect opt_algebraic from OOB BROADCAST indices by Jason Ekstrand · 7 years ago
  33. aa4ff4b i965/fs/nir: Don't stomp 64-bit values to D in get_nir_src by Jason Ekstrand · 7 years ago
  34. ec8c664 i965/fs/nir: Minor refactor of store_output by Jason Ekstrand · 7 years ago
  35. 030d2b5 i965/fs: Return a fs_reg from shuffle_64bit_data_for_32bit_write by Jason Ekstrand · 7 years ago
  36. 6197a6b i965/fs/nir: Simplify 64-bit store_output by Jason Ekstrand · 7 years ago
  37. 18fde36 intel/fs: Use the original destination region for int MUL lowering by Jason Ekstrand · 7 years ago
  38. d54f8ec intel/fs: Fix integer multiplication lowering for src/dst hazards by Jason Ekstrand · 7 years ago
  39. fd1bccc intel/fs: Fix MOV_INDIRECT for 64-bit values on little-core by Jason Ekstrand · 7 years ago
  40. 6041a31 intel/eu: Fix broadcast instruction for 64-bit values on little-core by Jason Ekstrand · 7 years ago
  41. 10e4fee intel/eu/reg: Add a subscript() helper by Jason Ekstrand · 7 years ago
  42. 068beb4 intel/eu: Just modify the offset in brw_broadcast by Jason Ekstrand · 7 years ago
  43. e3bcc86 intel/compiler: Add some restrictions to MOV_INDIRECT and BROADCAST by Jason Ekstrand · 7 years ago
  44. 1b8ef49 intel/fs: Use a pair of 1-wide MOVs instead of SEL for any/all by Jason Ekstrand · 7 years ago
  45. 1f41663 intel/fs: Use an explicit D type for vote any/all/eq intrinsics by Jason Ekstrand · 7 years ago
  46. 6c00240 intel/fs: Don't stomp f0.1 in SIMD16 ballot by Jason Ekstrand · 7 years ago
  47. def013a intel/fs: Use ANY/ALL32 predicates in SIMD32 by Jason Ekstrand · 7 years ago
  48. 0d90559 intel/fs: Be more explicit about our placement of [un]zip by Jason Ekstrand · 7 years ago
  49. fcd4adb intel/fs: Pass builders instead of blocks into emit_[un]zip by Jason Ekstrand · 7 years ago
  50. e8c9e65 intel/fs: Use a pure vertical stride for large register strides by Jason Ekstrand · 7 years ago
  51. 3ea37d0 anv: Suffix anv-private 'VK' tokens with 'ANV' by Chad Versace · 7 years ago
  52. 012b54c anv: Remove unused variable 'gen' by Chad Versace · 7 years ago
  53. 172e8e4 intel/fs: Don't allocate a param array for zero push constants by Jason Ekstrand · 7 years ago
  54. 7b43875 intel/fs: Alloc pull constants off mem_ctx by Jason Ekstrand · 7 years ago
  55. 8d8b9d1 intel: decoder: enable decoding a single field by Lionel Landwerlin · 7 years ago
  56. bb16503 intel: decoder: expose missing find_enum() by Lionel Landwerlin · 7 years ago
  57. ad876f7 intel: decoder: extract field value computation by Lionel Landwerlin · 7 years ago
  58. 81aee9f intel: decoder: rename field() to field_value() by Lionel Landwerlin · 7 years ago
  59. 69d1585 intel: decoder: rename internal function to free name by Lionel Landwerlin · 7 years ago
  60. 2015693 intel: decoder: simplify field_is_header() by Lionel Landwerlin · 7 years ago
  61. cab93a9 intel: common: make intel utils available from C++ by Lionel Landwerlin · 7 years ago
  62. ea14ba0 intel: decoder: remove unused platform field by Lionel Landwerlin · 7 years ago
  63. 938f62a intel: error-decode: implement a rolling window of programs by Lionel Landwerlin · 7 years ago
  64. 38f338c intel: decoder: extract instruction/structs length by Lionel Landwerlin · 7 years ago
  65. 2795316 intel: decoder: pack iterator variable declarations by Lionel Landwerlin · 7 years ago
  66. 1cf1591 intel: decoder: simplify creation of struct when 0-allocated by Lionel Landwerlin · 7 years ago
  67. eb00b8b intel: decoder: add destructor for gen_spec by Lionel Landwerlin · 7 years ago
  68. de213b4 intel: decoder: expose helper to test header fields by Lionel Landwerlin · 7 years ago
  69. 68e1853 intel: decoder: don't read qword outside instruction/struct limit by Lionel Landwerlin · 7 years ago
  70. f5e5ca1 intel: decoder: split out getting the next field and decoding it by Lionel Landwerlin · 7 years ago
  71. ffa011d intel: decoder: move field name copy by Lionel Landwerlin · 7 years ago
  72. 0698318 intel: decoder: reorder iterator init function by Lionel Landwerlin · 7 years ago
  73. 1b369ac intel: common: print out all dword with field spanning multiple dwords by Lionel Landwerlin · 7 years ago
  74. 3ae5c57 intel: decoder: build sorted linked lists of fields by Lionel Landwerlin · 7 years ago
  75. 957a6ee intel: common: expose gen_spec fields by Lionel Landwerlin · 7 years ago
  76. f082d7f intel/compiler: Add functions to get prog_data and prog_key sizes for a stage by Jordan Justen · 7 years ago
  77. 05b1193 intel/compiler: Add union types for prog_data and prog_key stages by Jordan Justen · 7 years ago
  78. 3dcbc5c intel/compiler: Remove final_program_size from brw_compile_* by Jordan Justen · 7 years ago
  79. 5406360 intel/compiler: add new field for storing program size by Carl Worth · 9 years ago
  80. c7baaaf intel/isl: Disable some gen10 CCS_E formats for now by Nanley Chery · 7 years ago
  81. 28fcf5c intel/genxml: Fix decoding of groups with fields smaller than a DWord. by Kenneth Graunke · 7 years ago
  82. a1faf48 intel: common: silence compiler warning by Lionel Landwerlin · 7 years ago
  83. ceaad79 i965: remove unused variable by Eric Engestrom · 7 years ago
  84. 6403efb glsl: Remove ir_binop_greater and ir_binop_lequal expressions by Ian Romanick · 9 years ago
  85. 446c572 i965: fix blorp stage_prog_data->param leak by Tapani Pälli · 7 years ago
  86. d1b392d i965: Delete brw_wm_prog_key::drawable_height. by Kenneth Graunke · 7 years ago
  87. 97e01ad intel/compiler/gen9: Pixel shader header only workaround by Topi Pohjolainen · 7 years ago
  88. 70cd05d anv: Fix assert about source attrs. by Kenneth Graunke · 7 years ago
  89. 49d3c00 anv: Drop URB entry output read handling in 3DSTATE_XS. by Kenneth Graunke · 7 years ago
  90. 2c87306 i965: Delete unused brw_vs_prog_data::nr_attributes field. by Kenneth Graunke · 7 years ago
  91. e640b3f intel/tools/disasm: correctly observe FILE *out parameter by Kevin Rogovin · 7 years ago
  92. 75d10e4 intel/compiler: brw_validate_instructions to take const void* instead of void* by Kevin Rogovin · 7 years ago
  93. 3720d91 anv/entrypoints: Dump useful data if mako throws an exception by Jason Ekstrand · 7 years ago
  94. d24311b intel/compiler: Call nir_lower_system_values in brw_preprocess_nir by Jason Ekstrand · 7 years ago
  95. 279f8fb anv/pipeline: Call nir_lower_system_valaues after brw_preprocess_nir by Jason Ekstrand · 7 years ago
  96. afa0ddb anv/pipeline: Drop nir_lower_clip_cull_distance_arrays by Jason Ekstrand · 7 years ago
  97. e758b65 anv/pipeline: Dump shader immedately after spirv_to_nir by Jason Ekstrand · 7 years ago
  98. 562b8d4 intel/eu: Use EXECUTE_1 for JMPI by Jason Ekstrand · 7 years ago
  99. 4723933 i965/fs: Add brw_reg_type_from_bit_size utility method by Alejandro Piñeiro · 7 years ago
  100. 99778e7 i965/fs/nir: Use the nir_src_bit_size helper by Jason Ekstrand · 7 years ago