1. ed91eac .mailmap: add an alias for Michel Dänzer by Erik Faye-Lund · 5 years ago
  2. 46b7512 radv: fix writing depth/stencil clear values to image by Samuel Pitoiset · 5 years ago
  3. 88e5796 gitlab-ci: Merge scons-nollvm and scons-llvm jobs by Michel Dänzer · 5 years ago
  4. baa5024 gitlab-ci: Test scons with all LLVM versions by Michel Dänzer · 5 years ago
  5. 0374aac gitlab-ci: Move scons build/test commands to a separate shell script by Michel Dänzer · 5 years ago
  6. 8a8388c gitlab-ci: Use crossbuild-essential-* packages by Michel Dänzer · 5 years ago
  7. a01230e gitlab-ci: Use newer packages from backports by default by Michel Dänzer · 5 years ago
  8. 8a19992 gitlab-ci: Create separate docker images for Debian stretch & buster by Michel Dänzer · 5 years ago
  9. 26fcc8b gitlab-ci: Pass --no-remove to apt-get where possible by Michel Dänzer · 5 years ago
  10. 2259b45 gitlab-ci: Reference full ci-templates commit hash by Michel Dänzer · 5 years ago
  11. 8a9b81a i965: support AYUV/XYUV for external import only by Haihao Xiang · 5 years ago
  12. 1e483a8 panfrost: Allocate tiler and scratchpad BOs per-batch by Boris Brezillon · 5 years ago
  13. 0eec73a panfrost: Add FBO BOs to batch->bos earlier by Boris Brezillon · 5 years ago
  14. 5a4d095 panfrost: Add the panfrost_batch_create_bo() helper by Boris Brezillon · 5 years ago
  15. 9af4aea panfrost: Don't return imported/exported BOs to the cache by Boris Brezillon · 5 years ago
  16. 90b8934 panfrost: Add panfrost_bo_{alloc,free}() by Boris Brezillon · 5 years ago
  17. cb71ae5 panfrost: Stop using panfrost_bo_release() outside of pan_bo.c by Boris Brezillon · 5 years ago
  18. e15ab93 panfrost: Stop passing screen around for BO operations by Boris Brezillon · 5 years ago
  19. 10ce751 panfrost: Don't check if BO is mmaped before calling panfrost_bo_mmap() by Boris Brezillon · 5 years ago
  20. a06e08d panfrost: Stop exposing panfrost_bo_cache_{fetch,put}() by Boris Brezillon · 5 years ago
  21. 154cb72 panfrost: Move the BO API to its own header by Boris Brezillon · 5 years ago
  22. 34efaaf panfrost: s/PAN_ALLOCATE_/PAN_BO_/ by Boris Brezillon · 5 years ago
  23. 29d0e5c panfrost: Move panfrost_bo_{reference,unreference}() to pan_bo.c by Boris Brezillon · 5 years ago
  24. 0500c9e panfrost: Get rid of pan_drm.c by Boris Brezillon · 5 years ago
  25. 1e47c3e panfrost: Stop passing has_draws to panfrost_drm_submit_vs_fs_batch() by Boris Brezillon · 5 years ago
  26. 07085fe panfrost: Kill a useless memset(0) in panfrost_create_context() by Boris Brezillon · 5 years ago
  27. 4eac1b2 panfrost: Add polygon_list to the batch BO set at allocation time by Boris Brezillon · 5 years ago
  28. c16fb1f panfrost: Add missing panfrost_batch_add_bo() calls by Boris Brezillon · 5 years ago
  29. a94d028 panfrost: Use the correct type for the bo_handle array by Boris Brezillon · 5 years ago
  30. 2b771b8 panfrost: Stop exposing internal panfrost_*_batch() functions by Boris Brezillon · 5 years ago
  31. 8d5f905 etnaviv: disable ARB_shadow by Christian Gmeiner · 5 years ago
  32. dcc0e23 Revert "gallium: remove PIPE_CAP_TEXTURE_SHADOW_MAP" by Christian Gmeiner · 5 years ago
  33. 417d602 virgl: Remove wrong EAGAIN handling for drmIoctl by Lepton Wu · 5 years ago
  34. f8c44e4 iris: Skip allocating a null surface when there are 0 color regions. by Kenneth Graunke · 5 years ago
  35. f76a724 intel/compiler: Set "Null Render Target" ex_desc bit on Gen11 by Kenneth Graunke · 5 years ago
  36. f55f7b1 docs/relnotes: add support for VK_KHR_shader_float_controls on Intel by Samuel Iglesias Gonsálvez · 6 years ago
  37. f5dd6df anv: enable VK_KHR_shader_float_controls and SPV_KHR_float_controls by Samuel Iglesias Gonsálvez · 6 years ago
  38. 9b07020 i965/fs: add support for shader float control to remove_extra_rounding_modes() by Samuel Iglesias Gonsálvez · 6 years ago
  39. 9bd88d1 i965/fs: set rounding mode when emitting nir_op_f2f32 or nir_op_f2f16 by Samuel Iglesias Gonsálvez · 6 years ago
  40. ba1e25e i965/fs: set rounding mode when emitting fadd, fmul and ffma instructions by Samuel Iglesias Gonsálvez · 6 years ago
  41. 9da56ff i965/fs: add emit_shader_float_controls_execution_mode() and aux functions by Samuel Iglesias Gonsálvez · 6 years ago
  42. 8a6507b i965/fs/generator: add new opcode to set float controls modes in control register by Samuel Iglesias Gonsálvez · 5 years ago
  43. 28da955 i965/fs/generator: refactor rounding mode helper in preparation for float controls by Samuel Iglesias Gonsálvez · 5 years ago
  44. cdace5b i965/fs/nir: add nir_op_unpack_half_2x16_split_*_flush_to_zero by Samuel Iglesias Gonsálvez · 6 years ago
  45. 3c474f8 intel/nir: do not apply the fsin and fcos trig workarounds for consts by Samuel Iglesias Gonsálvez · 6 years ago
  46. dba4d0a nir: fix fmin/fmax support for doubles by Samuel Iglesias Gonsálvez · 6 years ago
  47. 2abc629 nir: fix denorm flush-to-zero in sqrt's lowering at nir_lower_double_ops by Samuel Iglesias Gonsálvez · 6 years ago
  48. 1e0e3ed nir: fix denorms in unpack_half_1x16() by Samuel Iglesias Gonsálvez · 6 years ago
  49. f097247 nir/algebraic: disable inexact optimizations depending on float controls execution mode by Samuel Iglesias Gonsálvez · 6 years ago
  50. 3f782cd nir/algebraic: mark float optimizations returning one parameter as inexact by Andres Gomez · 5 years ago
  51. 5e22f3e nir/constant_expressions: mind rounding mode converting from float to float16 destinations by Samuel Iglesias Gonsálvez · 6 years ago
  52. 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
  53. 7580707 nir: mind rounding mode on fadd, fsub, fmul and fma opcodes by Samuel Iglesias Gonsálvez · 6 years ago
  54. 0ac07c7 nir: add support for round to zero rounding mode to nir_op_f2f32 by Samuel Iglesias Gonsálvez · 6 years ago
  55. 5308333 util: add fp64 -> fp32 conversion support for RTNE and RTZ rounding modes by Samuel Iglesias Gonsálvez · 6 years ago
  56. 733ede8 util: add float to float16 conversions with RTZ and RTNE by Samuel Iglesias Gonsálvez · 6 years ago
  57. 153c714 util: add softfloat functions to operate with doubles and floats by Samuel Iglesias Gonsálvez · 6 years ago
  58. f7d73db nir: add support for flushing to zero denorm constants by Samuel Iglesias Gonsálvez · 6 years ago
  59. 45668a8 nir: add auxiliary functions to detect if a mode is enabled by Samuel Iglesias Gonsálvez · 6 years ago
  60. 84781e1 spirv/nir: keep track of SPV_KHR_float_controls execution modes by Samuel Iglesias Gonsálvez · 6 years ago
  61. 420ad0a spirv: check support for SPV_KHR_float_controls capabilities by Samuel Iglesias Gonsálvez · 6 years ago
  62. 320c36e gallium/xlib: Fix glXMakeCurrent(dpy, None, None, ctx) by Adam Jackson · 5 years ago
  63. a693f98 gallium/xlib: Remove MakeCurrent_PrevContext by Adam Jackson · 5 years ago
  64. db8be35 gallium/xlib: Remove drawable caching from the MakeCurrent path by Adam Jackson · 5 years ago
  65. 83f1954 radeonsi: add Navi12 PCI ID by Marek Olšák · 5 years ago
  66. 6ec1259 ci: Run tests on i386 cross builds by Adam Jackson · 5 years ago
  67. dd1dba8 Fix timespec_from_nsec test for 32-bit time_t by Jon Turney · 5 years ago
  68. 6312553 iris: close screen fd on iris_destroy_screen by Tapani Pälli · 5 years ago
  69. 34d51f9 docs: update calendar, add news item and link release notes for 19.1.7 by Juan A. Suarez Romero · 5 years ago
  70. a216395 docs: add sha256 checksums for 19.1.7 by Juan A. Suarez Romero · 5 years ago
  71. d9d4c1b docs: add release notes for 19.1.7 by Juan A. Suarez Romero · 5 years ago
  72. aed3bab ac: Remove DEBUG workaround by Michel Dänzer · 5 years ago
  73. 2c27860 swr: Limit DEBUG workaround to LLVM < 7 by Michel Dänzer · 5 years ago
  74. 8218f6e gallivm: Limit DEBUG workaround to LLVM < 7 by Michel Dänzer · 5 years ago
  75. 26351f1 st/mesa: remove always-true expression by Erik Faye-Lund · 5 years ago
  76. 1c34d19 etnaviv: a bit of micro-optimization by Christian Gmeiner · 5 years ago
  77. d61b67b lima: reset scissor state if scissor test is disabled by Icenowy Zheng · 5 years ago
  78. 533987b vulkan: Update the XML and headers to 1.1.123 by Jason Ekstrand · 5 years ago
  79. 9cf1bfc spirv: Handle ShaderLayer and ShaderViewportIndex capabilities by Caio Marcelo de Oliveira Filho · 5 years ago
  80. f6392e3 spirv: Update JSON and headers to 1.5 by Caio Marcelo de Oliveira Filho · 5 years ago
  81. eea6f21 freedreno: Fix invalid read when a block has no instructions. by Eric Anholt · 5 years ago
  82. d9d6305 st/mesa: Increase GL_POINT_SIZE_RANGE minimum to 1.0 by Kenneth Graunke · 5 years ago
  83. fbad42b st/mesa: Prefer 5551 formats for GL_UNSIGNED_SHORT_5_5_5_1. by Kenneth Graunke · 5 years ago
  84. ffabcbb radv: always emit a position export in gs copy shaders by Rhys Perry · 5 years ago
  85. 0f29c9d radv: keep GS threads with excessive emissions which could write to memory by Rhys Perry · 5 years ago
  86. dcf13fb drirc: include unreal engine version 0 to 23 by Lionel Landwerlin · 5 years ago
  87. 10206ba util/xmlconfig: fix regexp compile failure check by Lionel Landwerlin · 5 years ago
  88. 9c57b54 gallium/gdi: use GALLIUM_FOO rather than HAVE_FOO by Erik Faye-Lund · 5 years ago
  89. 9e1f49a scons: Make scons and meson agree about path to glapi generated headers by Dylan Baker · 5 years ago
  90. ca5782f lima: add standalone disassembler with primitive MBS parser by Vasily Khoruzhick · 5 years ago
  91. df8602f mesa/gl: Sync with Khronos registry by Heinrich Fink · 5 years ago
  92. 2bfcf04 nir/large_constants: pass after lowering copy_deref by Sergii Romantsov · 5 years ago
  93. e536446 gitlab-ci: Move up meson-arm64 job definition by Michel Dänzer · 5 years ago
  94. cccb68b gitlab-ci: Move dependencies/needs for meson-main job to .deqp-test by Michel Dänzer · 5 years ago
  95. 128581d gitlab-ci: Simplify some job definitions by extending more similar jobs by Michel Dänzer · 5 years ago
  96. e426f40 gitlab-ci: Use multiple inheritance instead of YAML references by Michel Dänzer · 5 years ago
  97. 0173e9b gitlab-ci: Add needs stanza to arm64_a306_gles2 job definition by Michel Dänzer · 5 years ago
  98. 741cff9 radeonsi/nir: fix number of used samplers by Timothy Arceri · 5 years ago
  99. c5010e7 radv/gfx10: disable unsupported transform feedback features for NGG by Samuel Pitoiset · 5 years ago
  100. d0fd82b radv/gfx10: implement NGG streamout by Samuel Pitoiset · 5 years ago