1. 3c474f8 intel/nir: do not apply the fsin and fcos trig workarounds for consts by Samuel Iglesias Gonsálvez · 6 years ago
  2. dba4d0a nir: fix fmin/fmax support for doubles by Samuel Iglesias Gonsálvez · 6 years ago
  3. 2abc629 nir: fix denorm flush-to-zero in sqrt's lowering at nir_lower_double_ops by Samuel Iglesias Gonsálvez · 6 years ago
  4. 1e0e3ed nir: fix denorms in unpack_half_1x16() by Samuel Iglesias Gonsálvez · 6 years ago
  5. f097247 nir/algebraic: disable inexact optimizations depending on float controls execution mode by Samuel Iglesias Gonsálvez · 6 years ago
  6. 3f782cd nir/algebraic: mark float optimizations returning one parameter as inexact by Andres Gomez · 5 years ago
  7. 5e22f3e nir/constant_expressions: mind rounding mode converting from float to float16 destinations by Samuel Iglesias Gonsálvez · 6 years ago
  8. ef681cf nir/opcodes: make sure f2f16_rtz and f2f16_rtne behavior is not overriden by the float controls execution mode by Samuel Iglesias Gonsálvez · 5 years ago
  9. 7580707 nir: mind rounding mode on fadd, fsub, fmul and fma opcodes by Samuel Iglesias Gonsálvez · 6 years ago
  10. 0ac07c7 nir: add support for round to zero rounding mode to nir_op_f2f32 by Samuel Iglesias Gonsálvez · 6 years ago
  11. 5308333 util: add fp64 -> fp32 conversion support for RTNE and RTZ rounding modes by Samuel Iglesias Gonsálvez · 6 years ago
  12. 733ede8 util: add float to float16 conversions with RTZ and RTNE by Samuel Iglesias Gonsálvez · 6 years ago
  13. 153c714 util: add softfloat functions to operate with doubles and floats by Samuel Iglesias Gonsálvez · 6 years ago
  14. f7d73db nir: add support for flushing to zero denorm constants by Samuel Iglesias Gonsálvez · 6 years ago
  15. 45668a8 nir: add auxiliary functions to detect if a mode is enabled by Samuel Iglesias Gonsálvez · 6 years ago
  16. 84781e1 spirv/nir: keep track of SPV_KHR_float_controls execution modes by Samuel Iglesias Gonsálvez · 6 years ago
  17. 420ad0a spirv: check support for SPV_KHR_float_controls capabilities by Samuel Iglesias Gonsálvez · 6 years ago
  18. 320c36e gallium/xlib: Fix glXMakeCurrent(dpy, None, None, ctx) by Adam Jackson · 5 years ago
  19. a693f98 gallium/xlib: Remove MakeCurrent_PrevContext by Adam Jackson · 5 years ago
  20. db8be35 gallium/xlib: Remove drawable caching from the MakeCurrent path by Adam Jackson · 5 years ago
  21. 83f1954 radeonsi: add Navi12 PCI ID by Marek Olšák · 5 years ago
  22. 6ec1259 ci: Run tests on i386 cross builds by Adam Jackson · 5 years ago
  23. dd1dba8 Fix timespec_from_nsec test for 32-bit time_t by Jon Turney · 5 years ago
  24. 6312553 iris: close screen fd on iris_destroy_screen by Tapani Pälli · 5 years ago
  25. 34d51f9 docs: update calendar, add news item and link release notes for 19.1.7 by Juan A. Suarez Romero · 5 years ago
  26. a216395 docs: add sha256 checksums for 19.1.7 by Juan A. Suarez Romero · 5 years ago
  27. d9d4c1b docs: add release notes for 19.1.7 by Juan A. Suarez Romero · 5 years ago
  28. aed3bab ac: Remove DEBUG workaround by Michel Dänzer · 5 years ago
  29. 2c27860 swr: Limit DEBUG workaround to LLVM < 7 by Michel Dänzer · 5 years ago
  30. 8218f6e gallivm: Limit DEBUG workaround to LLVM < 7 by Michel Dänzer · 5 years ago
  31. 26351f1 st/mesa: remove always-true expression by Erik Faye-Lund · 5 years ago
  32. 1c34d19 etnaviv: a bit of micro-optimization by Christian Gmeiner · 5 years ago
  33. d61b67b lima: reset scissor state if scissor test is disabled by Icenowy Zheng · 5 years ago
  34. 533987b vulkan: Update the XML and headers to 1.1.123 by Jason Ekstrand · 5 years ago
  35. 9cf1bfc spirv: Handle ShaderLayer and ShaderViewportIndex capabilities by Caio Marcelo de Oliveira Filho · 5 years ago
  36. f6392e3 spirv: Update JSON and headers to 1.5 by Caio Marcelo de Oliveira Filho · 5 years ago
  37. eea6f21 freedreno: Fix invalid read when a block has no instructions. by Eric Anholt · 5 years ago
  38. d9d6305 st/mesa: Increase GL_POINT_SIZE_RANGE minimum to 1.0 by Kenneth Graunke · 5 years ago
  39. fbad42b st/mesa: Prefer 5551 formats for GL_UNSIGNED_SHORT_5_5_5_1. by Kenneth Graunke · 5 years ago
  40. ffabcbb radv: always emit a position export in gs copy shaders by Rhys Perry · 5 years ago
  41. 0f29c9d radv: keep GS threads with excessive emissions which could write to memory by Rhys Perry · 5 years ago
  42. dcf13fb drirc: include unreal engine version 0 to 23 by Lionel Landwerlin · 5 years ago
  43. 10206ba util/xmlconfig: fix regexp compile failure check by Lionel Landwerlin · 5 years ago
  44. 9c57b54 gallium/gdi: use GALLIUM_FOO rather than HAVE_FOO by Erik Faye-Lund · 5 years ago
  45. 9e1f49a scons: Make scons and meson agree about path to glapi generated headers by Dylan Baker · 5 years ago
  46. ca5782f lima: add standalone disassembler with primitive MBS parser by Vasily Khoruzhick · 5 years ago
  47. df8602f mesa/gl: Sync with Khronos registry by Heinrich Fink · 5 years ago
  48. 2bfcf04 nir/large_constants: pass after lowering copy_deref by Sergii Romantsov · 5 years ago
  49. e536446 gitlab-ci: Move up meson-arm64 job definition by Michel Dänzer · 5 years ago
  50. cccb68b gitlab-ci: Move dependencies/needs for meson-main job to .deqp-test by Michel Dänzer · 5 years ago
  51. 128581d gitlab-ci: Simplify some job definitions by extending more similar jobs by Michel Dänzer · 5 years ago
  52. e426f40 gitlab-ci: Use multiple inheritance instead of YAML references by Michel Dänzer · 5 years ago
  53. 0173e9b gitlab-ci: Add needs stanza to arm64_a306_gles2 job definition by Michel Dänzer · 5 years ago
  54. 741cff9 radeonsi/nir: fix number of used samplers by Timothy Arceri · 5 years ago
  55. c5010e7 radv/gfx10: disable unsupported transform feedback features for NGG by Samuel Pitoiset · 5 years ago
  56. d0fd82b radv/gfx10: implement NGG streamout by Samuel Pitoiset · 5 years ago
  57. 63b20fb radv/gfx10: make sure to wait for idle before clearing GDS by Samuel Pitoiset · 5 years ago
  58. 7314f6e radv/gfx10: make GDS idle when leaving the IB by Samuel Pitoiset · 5 years ago
  59. 2d89d8f radv/gfx10: enable NGG_WAVE_ID_EN for NGG streamout by Samuel Pitoiset · 5 years ago
  60. a72344e radv/gfx10: gather GS output for VS as NGG by Samuel Pitoiset · 5 years ago
  61. b617156 radv/gfx10: compute the correct buffer size for NGG streamout by Samuel Pitoiset · 5 years ago
  62. d81100d radv/gfx10: fix unnecessary LDS overallocation for NGG GS by Samuel Pitoiset · 5 years ago
  63. c415c58 radv/gfx10: adjust the LDS size for VS/TES NGG streamout by Samuel Pitoiset · 5 years ago
  64. 67093ed radv/gfx10: unconditionally declare scratch space for NGG streamout without GS by Samuel Pitoiset · 5 years ago
  65. 5ebc764 radv/gfx10: adjust the GS NGG scratch size for streamout by Samuel Pitoiset · 5 years ago
  66. e1dc3ab radv/gfx10: allocate GDS/OA buffer objects for NGG streamout by Samuel Pitoiset · 5 years ago
  67. 957c343 radv/gfx10: implement NGG streamout begin/end functions by Samuel Pitoiset · 5 years ago
  68. a15b3bc radv/gfx10: add an option to switch from legacy to NGG streamout by Samuel Pitoiset · 5 years ago
  69. c5a00c3 radv/winsys: add support for GS and OA domains by Samuel Pitoiset · 5 years ago
  70. 6f5a861 iris: Fix fence leak in iris_fence_flush by Danylo Piliaiev · 5 years ago
  71. c7b2a2f nir/large_constants: more careful data copying by Sergii Romantsov · 5 years ago
  72. 237e6f4 docs: extend 19.1.x releases by Juan A. Suarez Romero · 5 years ago
  73. 0616b7a vulkan: add vk_x11_strict_image_count option by Lionel Landwerlin · 5 years ago
  74. 04dc607 driconfig: add a new engine name/version parameter by Lionel Landwerlin · 5 years ago
  75. 6d5f11a radv: store engine name by Lionel Landwerlin · 5 years ago
  76. 9466e4c gallium: util_set_vertex_buffers_mask(..): make use of u_bit_consecutive(..) by Christian Gmeiner · 5 years ago
  77. 53a38e3 gitlab-ci/a630: skip dEQP-GLES3.functional.fbo.msaa.2_samples.stencil_index8 by Rob Clark · 5 years ago
  78. ac175fb virgl: replace fprintf with _debug_printf by Lepton Wu · 5 years ago
  79. c9fb704 iris: Initialize ice->state.prim_mode to an invalid value by Kenneth Graunke · 5 years ago
  80. 7859eb1 gitlab-ci: Make the test job fail when bugs are unexpectedly fixed. by Eric Anholt · 5 years ago
  81. 1190c81 gitlab-ci/a630: Drop the MSAA expected failure. by Eric Anholt · 5 years ago
  82. 7a0fd10 gitlab-ci/a630: Drop remaining dEQP-GLES3.functional.draw.random.* xfails. by Eric Anholt · 5 years ago
  83. 4b1a14f lima/ppir: Add undef handling by Andreas Baierl · 5 years ago
  84. 4ddadd6 lima/ppir: Rename ppir_op_dummy to ppir_op_undef by Andreas Baierl · 5 years ago
  85. 3976c86 Android.mk: Fix missing \ from recent llvm change by John Stultz · 5 years ago
  86. 6ddfd37 panfrost: Move the batch submission logic to panfrost_batch_submit() by Boris Brezillon · 5 years ago
  87. 2fc91a1 panfrost: Move the fence creation in panfrost_flush() by Boris Brezillon · 5 years ago
  88. 835439b panfrost: Delay payloads[].offset_start initialization by Boris Brezillon · 5 years ago
  89. 4166ca9 panfrost: Prepare things to avoid flushes on FB switch by Boris Brezillon · 5 years ago
  90. e5c7701 panfrost: Pass a batch to panfrost_set_value_job() by Boris Brezillon · 5 years ago
  91. bc0f6c0 panfrost: Use ctx->wallpaper_batch in panfrost_blit_wallpaper() by Boris Brezillon · 5 years ago
  92. aa851a6 panfrost: Pass a batch to functions emitting FB descs by Boris Brezillon · 5 years ago
  93. 07a6883 panfrost: Pass a batch to panfrost_{allocate,upload}_transient() by Boris Brezillon · 5 years ago
  94. e46d95d panfrost: Allow testing if a specific batch is targeting a scanout FB by Boris Brezillon · 5 years ago
  95. 40e2032 panfrost: Get rid of the unused 'flush jobs accessing res' infra by Boris Brezillon · 5 years ago
  96. 1b5873b panfrost: Use a pipe_framebuffer_state as the batch key by Boris Brezillon · 5 years ago
  97. 92765f8 radeon/vcn: exclude raven2 from vcn 2.0 encode initialization by Indrajit Das · 5 years ago
  98. a0f8a07 gitlab-ci: rename stages to something simpler by Eric Engestrom · 5 years ago
  99. c9bebae panfrost: Rework midgard_pair_load_store() to kill the nested foreach loop by Boris Brezillon · 5 years ago
  100. 0e513cc panfrost: Fix a list_assert() in schedule_block() by Boris Brezillon · 5 years ago