1. a308bae i965/fs: add support for printing double immediates by Connor Abbott · 9 years ago
  2. 0f2e227 i965/fs: don't propagate 64-bit immediates by Connor Abbott · 9 years ago
  3. 0f1690f i965/fs: use the NIR bit size when creating registers by Connor Abbott · 9 years ago
  4. 76de7af i965: fixup uniform setup for doubles by Connor Abbott · 9 years ago
  5. 3210870 i965: two-argument instructions can only use 32-bit immediates by Iago Toral Quiroga · 9 years ago
  6. 3d10adf i965: fix brw_abs_immediate() for doubles by Iago Toral Quiroga · 9 years ago
  7. 830d878 i965: fix brw_saturate_immediate() for doubles by Iago Toral Quiroga · 9 years ago
  8. 7bcc4cc i965: fix is_zero(), is_one() and is_negative_one() for doubles by Connor Abbott · 9 years ago
  9. 2ae4092 i965: fix brw_negate_immediate() for doubles by Connor Abbott · 9 years ago
  10. cbf7c7f i965/eu: add support for DF immediates by Connor Abbott · 9 years ago
  11. c0a1cd2 i965: add support for disassembling DF immediates by Connor Abbott · 9 years ago
  12. bb175db i965: add support for getting/setting DF immediates by Connor Abbott · 9 years ago
  13. 5310bca i965: add brw_imm_df by Connor Abbott · 9 years ago
  14. 9add73f i965/eu: Allow 3-src float ops with doubles by Topi Pohjolainen · 10 years ago
  15. 367e762 i965/disasm: fix disasm of 3-src doubles by Connor Abbott · 9 years ago
  16. 45066a6 i965: Tell backend register about double precision type by Topi Pohjolainen · 10 years ago
  17. 520b3b2 i965: Determine size of double precision float register by Topi Pohjolainen · 10 years ago
  18. e88cf0f i965: Lower DFRACEXP/DLDEXP by Topi Pohjolainen · 10 years ago
  19. 30424fd i965: use pack/unpackDouble lowering by Connor Abbott · 9 years ago
  20. bea2f8b i965: use double lowering pass by Connor Abbott · 9 years ago
  21. d00a239 freedreno/ir3: lower lrp when operating with double operands by Samuel Iglesias Gonsálvez · 9 years ago
  22. 93e6908 i965: enable lrp lowering for doubles by Samuel Iglesias Gonsálvez · 9 years ago
  23. 008feb3 st/glsl_to_tgsi: brown paper bag for the input offsets fix. by Dave Airlie · 8 years ago
  24. 4d8a71f glsl: check geometry output vertices limits. by Dave Airlie · 8 years ago
  25. 13c68e1 mesa/vbo: fix check for zero aliases with 2/10/10/10 by Dave Airlie · 8 years ago
  26. 60a5d02 nir/print: Print memory qualifiers in a variable declaration by Eduardo Lima Mitev · 8 years ago
  27. 7f7f58f glsl: Apply memory qualifiers to vars inside named block interfaces by Eduardo Lima Mitev · 8 years ago
  28. f75a26d st/glsl_to_tgsi: handle offsets from inputs by Dave Airlie · 8 years ago
  29. aa730ac scripts: bump git_reviewer.pl --git-min-percent default by Rob Clark · 8 years ago
  30. e034d80 Revert "Revert "i965: Switch to scalar TCS by default."" by Kenneth Graunke · 8 years ago
  31. 5ce405b i965: Actually assign binding table offsets for the TCS. by Kenneth Graunke · 8 years ago
  32. e0e7280 i965: Clamp "Maximum VP Index" to 1 when gl_ViewportIndex isn't written. by Kenneth Graunke · 8 years ago
  33. e74812d i965/hsw: Fix brw_store_data_imm* by Jordan Justen · 8 years ago
  34. 96d43f2 i965: Reimplement ARB_transform_feedback2 on Haswell and later. by Kenneth Graunke · 8 years ago
  35. fdb6c18 i965: Add a brw_load_register_reg64 helper. by Kenneth Graunke · 8 years ago
  36. 4c71c8a i965: Only enable ARB_query_buffer_object for newer kernels on Haswell. by Kenneth Graunke · 8 years ago
  37. 2d41eb3 mesa/objectlabel: don't return info on genned but never bound textures. by Dave Airlie · 8 years ago
  38. bbc6a27 mesa: don't use genned but unnamed xfb objects. by Dave Airlie · 8 years ago
  39. eafe390 nv50/ir: silence unsupported TGSI_PROPERTY_CS_FIXED_BLOCK_* by Samuel Pitoiset · 8 years ago
  40. 2e2aa99 mesa/compute: Fix indirect dispatch buffer size check on 32-bit systems by Jordan Justen · 8 years ago
  41. 57763ee freedreno/ir3: fix fallout from new block iterators by Rob Clark · 8 years ago
  42. fe102f7 radeonsi: workaround for tesselation on SI by Nicolai Hähnle · 8 years ago
  43. d8f3e8e radeonsi: always allocate export memory for pixel shaders by Nicolai Hähnle · 8 years ago
  44. ad1782c radeonsi: expose performance counters as 64 bit by Nicolai Hähnle · 8 years ago
  45. f096096 nir/search: fix typo by Rob Clark · 8 years ago
  46. b65f7ec gallium: enable intel jitevents profiling by Tim Rowley · 9 years ago
  47. 0062c5f swr: Add missing break in query switch statement. by Bruce Cherniak · 8 years ago
  48. f33083a freedreno/ir3: allow for additional VS sysval inputs by Rob Clark · 8 years ago
  49. a0d9279 docs: add news item and link release notes for 11.1.4/11.2.2 by Emil Velikov · 8 years ago
  50. 0c5752b docs: add sha256 checksums for 11.2.2 by Emil Velikov · 8 years ago
  51. f746aa3 docs: add release notes for 11.2.2 by Emil Velikov · 8 years ago
  52. 596c881 docs: add sha256 checksums for 11.1.4 by Emil Velikov · 8 years ago
  53. f93d8a8 docs: add release notes for 11.1.4 by Emil Velikov · 8 years ago
  54. c521f2d scons: Improve Python module dependency discovery. by Jose Fonseca · 8 years ago
  55. 172bfda r300g: add support for PIPE_FORMAT_x8R8G8B8_* by Marek Olšák · 8 years ago
  56. e54b2e9 Revert "i965: Always use Y-tiled buffers on SKL+" by Daniel Stone · 8 years ago
  57. 920d78a mesa/shader_query: add missing subroutines cases by Dave Airlie · 8 years ago
  58. 742bc53 spirv: Fix structure splitting with per-vertex interface arrays. by Kenneth Graunke · 9 years ago
  59. 1896682 compiler: Add a C wrapper for glsl_type::without_array(). by Kenneth Graunke · 9 years ago
  60. b9e6e8e radeonsi: fix undefined behavior (memcpy arguments must be non-NULL) by Nicolai Hähnle · 8 years ago
  61. 146927c radeonsi: fix some reported undefined left-shifts by Nicolai Hähnle · 8 years ago
  62. 60d2fc2 gallium/radeon: clean left-shift undefined behavior by Nicolai Hähnle · 8 years ago
  63. 62b7958 gallium: fix various undefined left shifts into sign bit by Nicolai Hähnle · 8 years ago
  64. 945c688 compiler/glsl: do not downcast list sentinel by Nicolai Hähnle · 8 years ago
  65. bdad139 mesa/main: fix another undefined left shift by Nicolai Hähnle · 8 years ago
  66. 3e1cf8b mesa/main: define _NEW_xxx flags as unsigned shifts by Nicolai Hähnle · 8 years ago
  67. 6291f19 radeonsi: Compute correct LDS size for fragment shaders. by Bas Nieuwenhuizen · 8 years ago
  68. a1f6988 vc4: Add support for loading immediate values in QIR. by Eric Anholt · 8 years ago
  69. 890dc19 vc4: Make vc4_qpu_validate() produce more verbose failures. by Eric Anholt · 8 years ago
  70. 8e2d084 vc4: Add a small QIR validate pass. by Eric Anholt · 8 years ago
  71. daaa9d5 vc4: Fix the src count on exp2/log2. by Eric Anholt · 8 years ago
  72. d36b284 vc4: Reuse QPU disasm's cond flags in QIR. by Eric Anholt · 9 years ago
  73. 419fee9 vc4: When emitting an instruction to an existing temp, mark it non-SSA. by Eric Anholt · 8 years ago
  74. 1387e72 vc4: Make sure that we don't overwrite the signal for PROG_END. by Eric Anholt · 8 years ago
  75. 44de03b nvc0: unreference images when the context is destroyed by Samuel Pitoiset · 8 years ago
  76. 8ae78f7 nir: Remove spurious return from void function. by Jose Fonseca · 8 years ago
  77. 901f57d radeonsi: set DECOMPRESS_Z_ON_FLUSH if nr_samples >= 4 by Marek Olšák · 8 years ago
  78. 4489d75 r600g: use the hw MSAA resolving if formats are compatible by Marek Olšák · 8 years ago
  79. bd326c2 Revert "i965: Switch to scalar TCS by default." by Kenneth Graunke · 8 years ago
  80. fef0e99 st/omx/enc: fix incorrect reference picture order for B frames by Leo Liu · 8 years ago
  81. 7bc987a i965/fs: Move handling of samples_identical into the switch statement by Jason Ekstrand · 8 years ago
  82. 3ba228f i965/fs: Simplify texture destination fixups by Jason Ekstrand · 8 years ago
  83. 7de0ae6 i965/fs: stop inclinding glsl/ir.h in brw_fs.h by Jason Ekstrand · 8 years ago
  84. a815499 i965/fs: Merge nir_emit_texture and emit_texture by Jason Ekstrand · 8 years ago
  85. 4fab8dd nir: remove now-unused nir_foreach_block*_call() by Connor Abbott · 9 years ago
  86. 7c36f9e vc4: fixup for new nir_foreach_block() by Connor Abbott · 9 years ago
  87. 582815d ir3: fixup for new nir_foreach_block() by Connor Abbott · 9 years ago
  88. 31fc4a2 nir/lower_double_ops: fixup for new nir_foreach_block() by Jason Ekstrand · 8 years ago
  89. 450c061 nir/lower_double_pack: fixup for new nir_foreach_block() by Jason Ekstrand · 9 years ago
  90. 8c807cc nir/gather_info: fixup for new foreach_block() by Jason Ekstrand · 9 years ago
  91. 331b9f7 nir/lower_two_sided_color: fixup for new foreach_block() by Connor Abbott · 9 years ago
  92. d40fbbc nir/lower_tex: fixup for new foreach_block() by Connor Abbott · 9 years ago
  93. 8a7fe63 nir/lower_outputs_to_temporaries: fixup for new foreach_block() by Connor Abbott · 9 years ago
  94. b593737 i965: Switch to scalar TCS by default. by Kenneth Graunke · 9 years ago
  95. bc0062c nir: Optimize out stores of undefs. by Kenneth Graunke · 9 years ago
  96. c7a8b32 nir: Replace vecN(undef, undef, ...) with a single undef. by Kenneth Graunke · 9 years ago
  97. 49ea745 nir: Rename opt_undef_alu to opt_undef_csel; update comments. by Kenneth Graunke · 9 years ago
  98. a808ba5 i965: Rework passthrough TCS checks. by Kenneth Graunke · 8 years ago
  99. ff8c0c9 swr: [rasterizer core] Faster modulo operator in ProcessVerts by Tim Rowley · 8 years ago
  100. 2be7c3e swr: [rasterizer] Small warning cleanup by Tim Rowley · 8 years ago