1. e3d43dc genxml: avoid using a GNU make pattern rule by Jonathan Gray · 8 years ago
  2. 4307978 gallivm: improve dumping of bitcode by Roland Scheidegger · 8 years ago
  3. 8d63913 swr: [rasterizer] Include cmath for std::isnan and std::isinf. by Vinson Lee · 8 years ago
  4. a5660bf i965/blorp: Don't blend integer values during MSAA resolves by Jason Ekstrand · 8 years ago
  5. 4f4f393 meta/blit: Don't blend integer values during MSAA resolves by Jason Ekstrand · 8 years ago
  6. 203c786 i965/fs: Default all constants to a location of -1 by Jason Ekstrand · 8 years ago
  7. d36d11a st/glsl_to_tgsi: attach image to correct instruction for samples by Dave Airlie · 8 years ago
  8. 07df3b8 mesa: move MESA_MAP_NOWAIT_BIT up away from GL_MAP_PERSISTENT_BIT by Dave Airlie · 8 years ago
  9. b230d51 mesa/meta: check for signed/unsigned int conversion for pbo getteximage by Dave Airlie · 8 years ago
  10. 8bb156a i965: Handle BRW_OPCODE_DO on Gen6+ in brw_instruction_name(). by Matt Turner · 8 years ago
  11. 3d21720 radeonsi: Set declared tessellation LDS size to hardware size. by Bas Nieuwenhuizen · 8 years ago
  12. 8623e59 freedreno/ir3: size input/output arrays properly by Rob Clark · 8 years ago
  13. 2483a9a ir_to_mesa: Emit smarter ir_binop_logic_or for vertex programs by Ian Romanick · 8 years ago
  14. f7328f9 prog: Delete all remains of OPCODE_SNE, OPCODE_SEQ, OPCODE_SGT, and OPCODE_SLE by Ian Romanick · 8 years ago
  15. fd63e77 ir_to_mesa: Do not emit OPCODE_SEQ or OPCODE_SNE by Ian Romanick · 8 years ago
  16. 15e6a1a ir_to_mesa: Do not emit OPCODE_SLE or OPCODE_SGT by Ian Romanick · 8 years ago
  17. e46ac18 nvc0: enable compute support by default on GK110+ by Samuel Pitoiset · 8 years ago
  18. 2b58bc4 gallium/radeon: don't flush the GFX IB if DMA doesn't depend on it by Marek Olšák · 8 years ago
  19. fb89f06 radeonsi: consolidate radeon_add_to_buffer_list calls for DMA by Marek Olšák · 8 years ago
  20. 60946c0 gallium/radeon: add a heuristic for better (S)DMA performance by Marek Olšák · 8 years ago
  21. bb74152 gallium/radeon: flush if DMA IB memory usage is too high by Marek Olšák · 8 years ago
  22. 70934de radeonsi: add new SDMA texture copy code by Marek Olšák · 8 years ago
  23. a512da3 gallium/radeon: fix (S)DMA read-after-write hazards by Marek Olšák · 8 years ago
  24. f837c37 radeonsi: raise the max size for SDMA buffer copies by Marek Olšák · 8 years ago
  25. faa4f01 radeonsi: remove SDMA texture copy code by Marek Olšák · 8 years ago
  26. 498a40c radeonsi: only expose *_init_*dma_functions from (S)DMA files by Marek Olšák · 8 years ago
  27. 3af28e5 gallium/radeon: implement randomized SDMA texture copy testing (v2) by Marek Olšák · 10 years ago
  28. f475c9f gallium/radeon: discard CMASK or DCC if overwriting a whole texture by DMA by Marek Olšák · 8 years ago
  29. 2f173b8 gallium/radeon: use a common function for DMA blit preparation by Marek Olšák · 8 years ago
  30. 2af4b63 gallium/radeon: split out code for discarding DCC by Marek Olšák · 8 years ago
  31. c85d0c1 gallium/radeon: rename r600_texture_disable_cmask -> discard_cmask by Marek Olšák · 8 years ago
  32. fb9fe35 st/mesa: use transfer_inline_write for memcpy TexSubImage path by Marek Olšák · 8 years ago
  33. 871d2af gallium/radeon: fix partial layered transfers of cube (array) textures by Marek Olšák · 8 years ago
  34. c2377b3 gallium/radeon: align alignments for better buffer reuse by Marek Olšák · 8 years ago
  35. 544967f gallium/radeon: use gart_page_size instead of hardcoded 4096 by Marek Olšák · 8 years ago
  36. bfa8a00 winsys/radeon: use gart_page_size instead of private size_align by Marek Olšák · 8 years ago
  37. 9d8c283 winsys/amdgpu: move gart_page_size to struct radeon_winsys by Marek Olšák · 8 years ago
  38. e4cf871 gallivm: print declarations of intrinsics with GALLIVM_DEBUG=ir by Roland Scheidegger · 8 years ago
  39. 5c20089 gallivm: use InternalLinkage instead of PrivateLinkage for texture functions by Roland Scheidegger · 8 years ago
  40. 8b66e26 gallivm: disable avx512 features by Roland Scheidegger · 8 years ago
  41. 94e8653 Revert "nir: Try to warn when C99 extensions are used in nir headers." by Jose Fonseca · 8 years ago
  42. 4c9006f i965/fs: fix MOV_INDIRECT exec_size for doubles by Samuel Iglesias Gonsálvez · 8 years ago
  43. 75ada43 i965/fs: take into account doubles when calculating read_size for MOV_INDIRECT by Samuel Iglesias Gonsálvez · 8 years ago
  44. 03687ab i965/fs: demote_pull_constants() did not take into account double types by Samuel Iglesias Gonsálvez · 9 years ago
  45. c3fab3d i965/fs: push first double-based uniforms in push constant buffer by Samuel Iglesias Gonsálvez · 8 years ago
  46. 193cb67 i965/fs: recognize writes with a subreg_offset > 0 as partial by Iago Toral Quiroga · 8 years ago
  47. 34ed61b i965/fs/lower_simd_width: Fix registers written for split instructions by Iago Toral Quiroga · 9 years ago
  48. 9741cff i965/fs: rename our lower_d2f pass to lower_d2x by Iago Toral Quiroga · 9 years ago
  49. efaf62a i965/fs: implement i2d and u2d by Iago Toral Quiroga · 9 years ago
  50. c63a6f2 i965/fs: implement d2i and d2u by Iago Toral Quiroga · 9 years ago
  51. e0c4518 i965/fs: implement d2b by Iago Toral Quiroga · 9 years ago
  52. 80f60a4 i965/fs: implement fsign() for doubles by Iago Toral Quiroga · 9 years ago
  53. c9ecd65 i965/fs: add null_reg_df by Iago Toral Quiroga · 9 years ago
  54. e8a8fc9 i965/fs: We only support 32-bit integer ALU operations for now by Iago Toral Quiroga · 9 years ago
  55. 9e5ce15 i965/fs: handle fp64 opcodes in brw_do_channel_expressions by Iago Toral Quiroga · 9 years ago
  56. a644b09 i965/fs: add support for f2d and d2f by Connor Abbott · 9 years ago
  57. 9e1b3ea i965/fs: add a pass for legalizing d2f by Connor Abbott · 9 years ago
  58. 2286a74 i965/fs: fix dst width calculation in CSE by Connor Abbott · 9 years ago
  59. fccd155 i965/fs: fix regs_written in LOAD_PAYLOAD for doubles by Connor Abbott · 9 years ago
  60. 6b6d68a i965/fs: fix is_copy_payload() for doubles by Connor Abbott · 9 years ago
  61. e83f51d i965/fs: fix compares for doubles by Connor Abbott · 9 years ago
  62. a5d7e14 i965/fs: extend exec_size halving in the generator by Connor Abbott · 9 years ago
  63. 4f3888c i965/fs: fix assign_constant_locations() for doubles by Connor Abbott · 9 years ago
  64. cc64c9e i965/fs: use byte_offset() in offset() for uniforms by Connor Abbott · 9 years ago
  65. fe94994 i965/fs: handle uniforms in byte_offset() by Connor Abbott · 9 years ago
  66. 1f51aad i965/fs: fix type_size() for doubles by Connor Abbott · 9 years ago
  67. 935e0e3 i965/fs: optimize unpack double by Iago Toral Quiroga · 8 years ago
  68. ba1907f i965/fs: optimize pack double by Iago Toral Quiroga · 8 years ago
  69. 7782f39 i965/fs/nir: translate double pack/unpack by Connor Abbott · 9 years ago
  70. fd76317 i965/fs: add a pass for lowering PACK opcodes by Connor Abbott · 8 years ago
  71. ba582e5 i965/fs: add PACK opcode by Connor Abbott · 8 years ago
  72. cc3bae5 i965/fs: Introduce helper to extract a field from each channel of a register. by Francisco Jerez · 8 years ago
  73. d17cdac i965/fs: always pass the bitsize to brw_type_for_nir_type() by Connor Abbott · 9 years ago
  74. a308bae i965/fs: add support for printing double immediates by Connor Abbott · 9 years ago
  75. 0f2e227 i965/fs: don't propagate 64-bit immediates by Connor Abbott · 9 years ago
  76. 0f1690f i965/fs: use the NIR bit size when creating registers by Connor Abbott · 9 years ago
  77. 76de7af i965: fixup uniform setup for doubles by Connor Abbott · 9 years ago
  78. 3210870 i965: two-argument instructions can only use 32-bit immediates by Iago Toral Quiroga · 9 years ago
  79. 3d10adf i965: fix brw_abs_immediate() for doubles by Iago Toral Quiroga · 9 years ago
  80. 830d878 i965: fix brw_saturate_immediate() for doubles by Iago Toral Quiroga · 9 years ago
  81. 7bcc4cc i965: fix is_zero(), is_one() and is_negative_one() for doubles by Connor Abbott · 9 years ago
  82. 2ae4092 i965: fix brw_negate_immediate() for doubles by Connor Abbott · 9 years ago
  83. cbf7c7f i965/eu: add support for DF immediates by Connor Abbott · 9 years ago
  84. c0a1cd2 i965: add support for disassembling DF immediates by Connor Abbott · 9 years ago
  85. bb175db i965: add support for getting/setting DF immediates by Connor Abbott · 9 years ago
  86. 5310bca i965: add brw_imm_df by Connor Abbott · 9 years ago
  87. 9add73f i965/eu: Allow 3-src float ops with doubles by Topi Pohjolainen · 10 years ago
  88. 367e762 i965/disasm: fix disasm of 3-src doubles by Connor Abbott · 9 years ago
  89. 45066a6 i965: Tell backend register about double precision type by Topi Pohjolainen · 10 years ago
  90. 520b3b2 i965: Determine size of double precision float register by Topi Pohjolainen · 10 years ago
  91. e88cf0f i965: Lower DFRACEXP/DLDEXP by Topi Pohjolainen · 10 years ago
  92. 30424fd i965: use pack/unpackDouble lowering by Connor Abbott · 9 years ago
  93. bea2f8b i965: use double lowering pass by Connor Abbott · 9 years ago
  94. d00a239 freedreno/ir3: lower lrp when operating with double operands by Samuel Iglesias Gonsálvez · 9 years ago
  95. 93e6908 i965: enable lrp lowering for doubles by Samuel Iglesias Gonsálvez · 9 years ago
  96. 008feb3 st/glsl_to_tgsi: brown paper bag for the input offsets fix. by Dave Airlie · 8 years ago
  97. 4d8a71f glsl: check geometry output vertices limits. by Dave Airlie · 8 years ago
  98. 13c68e1 mesa/vbo: fix check for zero aliases with 2/10/10/10 by Dave Airlie · 8 years ago
  99. 60a5d02 nir/print: Print memory qualifiers in a variable declaration by Eduardo Lima Mitev · 8 years ago
  100. 7f7f58f glsl: Apply memory qualifiers to vars inside named block interfaces by Eduardo Lima Mitev · 8 years ago