1. e22d562 gitlab-ci: compile fossils with more ASICs by Samuel Pitoiset · 4 years, 7 months ago
  2. 1517e58 gitlab-ci: compile fossils with both RADV compiler backends (LLVM/ACO) by Samuel Pitoiset · 4 years, 7 months ago
  3. 8b3b07a gallium/gallivm: Remove workaround disabling AVX code for newer CPUs by Jan Zielinski · 4 years, 7 months ago
  4. de55080 radv/winsys: spoof some values for num_render_backends in the null winsys by Samuel Pitoiset · 4 years, 7 months ago
  5. b911af0 radv/winsys: fix wrong PCI ID for Vega10 in the null winsys by Samuel Pitoiset · 4 years, 7 months ago
  6. 050ec8f glsl: Restore the IsES flag on the shader when reading from cache. by Eric Anholt · 4 years, 7 months ago
  7. 9e3efa4 gallivm: add support for rgtc/latc fetches. by Dave Airlie · 4 years, 8 months ago
  8. b3894e5 gallivm/s3tc: split out dxt5 alpha code by Dave Airlie · 4 years, 8 months ago
  9. f02ae69 intel: Add TGL PCI ID by Jordan Justen · 4 years, 7 months ago
  10. 1c6ef01 intel: Update TGL PCI strings by Jordan Justen · 4 years, 7 months ago
  11. d9d549f pan/bi: Pack csel4 opcodes by Alyssa Rosenzweig · 4 years, 7 months ago
  12. 5cdc31a pan/bi: Default csel to "!= 0" mode by Alyssa Rosenzweig · 4 years, 7 months ago
  13. 46f526e pan/bi: Use bi_lookup_immediate when packing by Alyssa Rosenzweig · 4 years, 7 months ago
  14. 11bccb0 pan/bi: Respect shift when printing immediates by Alyssa Rosenzweig · 4 years, 7 months ago
  15. 3f786ed pan/bi: Implement csel fusing by Alyssa Rosenzweig · 4 years, 7 months ago
  16. 5a02c871 pan/bi: Add `soft` NIR->BIR condition translation by Alyssa Rosenzweig · 4 years, 7 months ago
  17. cd7fec7 pan/bi: Remove hacks for 1-bit booleans in IR by Alyssa Rosenzweig · 4 years, 7 months ago
  18. 12299de pan/bi: Lower bool to ints by Alyssa Rosenzweig · 4 years, 7 months ago
  19. 1097c69 pan/bi: Pack LD_ATTR by Alyssa Rosenzweig · 4 years, 7 months ago
  20. 0be1116 pan/bi: Pack st_vary by Alyssa Rosenzweig · 4 years, 7 months ago
  21. 9213b25 pan/bi: Add store_channels property by Alyssa Rosenzweig · 4 years, 7 months ago
  22. c57ac9d pan/bi: Generalize data register setting by Alyssa Rosenzweig · 4 years, 7 months ago
  23. 9458b01 pan/bi: Flesh out st_vary IR by Alyssa Rosenzweig · 4 years, 7 months ago
  24. 409e4f8 pan/bi: Pack ld_var_addr by Alyssa Rosenzweig · 4 years, 7 months ago
  25. 7321a17 pan/bi: Pack ld_ubo ops by Alyssa Rosenzweig · 4 years, 7 months ago
  26. 908341e pan/bi: Add bi_load32_components helper by Alyssa Rosenzweig · 4 years, 7 months ago
  27. 8bb1613 pan/bi: Include UBO index for sysval reads by Alyssa Rosenzweig · 4 years, 7 months ago
  28. fc0b49b pan/bi: Index out constants in instructions by Alyssa Rosenzweig · 4 years, 7 months ago
  29. d2d0de9 pan/bi: Document constant related errata(?) by Alyssa Rosenzweig · 4 years, 7 months ago
  30. eb590a9 pan/bi: Pack a constant quadword by Alyssa Rosenzweig · 4 years, 7 months ago
  31. 50d3f4d pan/bi: Add move lowering pass by Alyssa Rosenzweig · 4 years, 7 months ago
  32. 58a51c4 pan/bi: Add bi_emit_before helper by Alyssa Rosenzweig · 4 years, 7 months ago
  33. 6b7077e pan/bi: Implement FMA/MOV without modifiers by Alyssa Rosenzweig · 4 years, 7 months ago
  34. f8bbf44 etnaviv: nir: add compile_check_limits by Jonathan Marek · 4 years, 7 months ago
  35. 303842b ac: fix fast division by Marek Olšák · 4 years, 7 months ago
  36. 55b0a67 turnip: Instance can be NULL resolving 'GetInstanceProcAddr' entry point by Eduardo Lima Mitev · 4 years, 7 months ago
  37. 5cc3ab0 vbo,gallium: make glBegin/End buffer size configurable by drivers by Marek Olšák · 4 years, 7 months ago
  38. 11d3aa5 glthread: remove the marshal_fail XML attribute by Marek Olšák · 4 years, 7 months ago
  39. c02a134 glthread: ignore vertex arrays with user pointers if they're disabled by Marek Olšák · 4 years, 7 months ago
  40. 0b1dd18 glthread: track which vertex array attribs are enabled by Marek Olšák · 4 years, 8 months ago
  41. c571dda glthread: rename non_vbo helper functions by Marek Olšák · 4 years, 7 months ago
  42. bde4505 glthread: handle buffer unbinding via glDeleteBuffers by Marek Olšák · 4 years, 8 months ago
  43. 15b0719 mesa: put gl_thread_state inside gl_context to remove pointer indirection by Marek Olšák · 4 years, 7 months ago
  44. 8a4114b glthread: rename marshal.h/c to glthread_marshal.h and glthread_shaderobj.c by Marek Olšák · 4 years, 7 months ago
  45. df74163 glthread: move buffer functions into glthread_bufferobj.c by Marek Olšák · 4 years, 7 months ago
  46. 37725e6 glthread: autogenerate prototypes for custom-marshalled functions by Marek Olšák · 4 years, 7 months ago
  47. 4ded23a glthread: simplify printing safe_mul in gl_marshal.py by Marek Olšák · 4 years, 7 months ago
  48. 01a50e2 glthread: remove _mesa_post_marshal_hook, because it's not very useful by Marek Olšák · 4 years, 7 months ago
  49. aee004a util/sparse_array: Stash the node level in the node pointer by Jason Ekstrand · 4 years, 7 months ago
  50. 6be65b0 meson,ci: Disable sparse_array tests on windows by Jason Ekstrand · 4 years, 7 months ago
  51. 9fcd8bd util/sparse_array: Add a node_size_log2 temporary by Jason Ekstrand · 4 years, 7 months ago
  52. 7893872 util/sparse_array: Finish the sparse_array in the tests by Jason Ekstrand · 4 years, 7 months ago
  53. 8edaa84 ci: Move db820c and db410c's gles3 tests to manual, like radv did. by Eric Anholt · 4 years, 7 months ago
  54. 866a8da tgsi/util: Change boolean for bool by Mark Menzynski · 4 years, 9 months ago
  55. 24e82e4 util/blob: Add overwrite function for uint8 by Mark Menzynski · 4 years, 10 months ago
  56. 1b49534 lima: add support for R and RG formats by Vasily Khoruzhick · 4 years, 7 months ago
  57. e763c67 lima: split pixel and texel format tables by Vasily Khoruzhick · 4 years, 7 months ago
  58. d4b0e28 zink/spirv: do not use bitwise operations on booleans by Erik Faye-Lund · 4 years, 8 months ago
  59. 130c0ba gitlab-ci: Restrict s390x/ppc64el jobs to packet runners by Michel Dänzer · 4 years, 7 months ago
  60. 5008423 radv/winsys: set has_syncobj_wait_for_submit in the null winsys by Rhys Perry · 4 years, 7 months ago
  61. 58deebe intel: add new TGL pci ids by Lionel Landwerlin · 4 years, 7 months ago
  62. 2d3223c radv: fix optional pSizes parameter when binding streamout buffers by Samuel Pitoiset · 4 years, 7 months ago
  63. fdc6032 mesa/main: Fix overflow in validation of DispatchComputeGroupSizeARB by Caio Marcelo de Oliveira Filho · 4 years, 7 months ago
  64. 4ac1d3c driconf: enable glthread for "From The Depths" by Marek Olšák · 4 years, 7 months ago
  65. 7a59d6e winsys/radeon: change to 3-space indentation by Marek Olšák · 4 years, 7 months ago
  66. b13d526 glthread: don't declare unmarshal functions as inline by Marek Olšák · 4 years, 8 months ago
  67. efaeac9 glthread: clean up debug_print_sync code by Marek Olšák · 4 years, 8 months ago
  68. b00d219 glthread: remove debug_print_marshal function by Marek Olšák · 4 years, 8 months ago
  69. 951c6ac glthread: don't execute any custom VAO and BindBuffer code in the Core profile by Marek Olšák · 4 years, 8 months ago
  70. 87f6be4 glthread: track VAOs created by CreateVertexArrays by Marek Olšák · 4 years, 8 months ago
  71. 720f34d glthread: enable display lists by Marek Olšák · 4 years, 8 months ago
  72. 4dcdf97 glthread: align the batch buffer to 8 bytes for pointers and doubles again by Marek Olšák · 4 years, 8 months ago
  73. ff0881c mesa: remove redundant api_loopback functions by Marek Olšák · 4 years, 7 months ago
  74. 98d1197 mesa: use vbo_attrib_tmp.h to generate display list vertex attrib functions by Marek Olšák · 4 years, 7 months ago
  75. 3252041 anv: Only add END_OF_PIPE_SYNC if we actually have AUX_INVAL by Jason Ekstrand · 4 years, 7 months ago
  76. 5b57aa7 freedreno: Switch to exposing only half-integer pixel centers. by Eric Anholt · 4 years, 7 months ago
  77. 5c8ba96 r600: Fix build error in sfn_nir_lower_fs_out_to_vector.cpp by John Stultz · 4 years, 7 months ago
  78. 0df48e5 vc4_bufmgr: Remove duplicative VC definition by John Stultz · 4 years, 7 months ago
  79. e3bbe1f etnaviv: Avoid shift overflow by John Stultz · 4 years, 7 months ago
  80. 511c640 Android.mk: Tweak MESA_ENABLE_LLVM checks by John Stultz · 5 years ago
  81. 9dbff6f intel/iris: Always initialize CCS to 0 by Jason Ekstrand · 4 years, 8 months ago
  82. 507abc3 isl: drop min row pitch alignment when set by the driver by Lionel Landwerlin · 4 years, 7 months ago
  83. def3470 isl: only apply main surface ccs pitch constraint with CCS by Lionel Landwerlin · 4 years, 8 months ago
  84. dab0aad isl: properly filter supported display modifiers on Gen9+ by Lionel Landwerlin · 5 years ago
  85. 157a3cf isl: implement linear tiling row pitch requirement for display by Lionel Landwerlin · 5 years ago
  86. f778c48 ci: Only run the freedreno baremetal tests when freedreno/core changes. by Eric Anholt · 4 years, 7 months ago
  87. 7524717 docs/release-calendar: Add calendar for 20.1 Release candidates by Dylan Baker · 4 years, 8 months ago
  88. cf62c2b2 radv: call nir_shader_gather_info again by Rhys Perry · 4 years, 7 months ago
  89. 5193688 nir/gather_info: handle emit_vertex_with_counter by Rhys Perry · 4 years, 7 months ago
  90. 36ec3cb gallium/swr: spin-lock performance improvement by Tomasz Pyra · 4 years, 7 months ago
  91. db5cc6a radeonsi: enable glsl_zero_init for Curse of the Dead Gods by Pierre-Eric Pelloux-Prayer · 4 years, 7 months ago
  92. 3c03718 nir: fix clip/cull_distance_array_size in nir_lower_clip_cull_distance_arrays by Marek Olšák · 4 years, 7 months ago
  93. 7381299 pan/bi: Pack BI_BLEND by Alyssa Rosenzweig · 4 years, 7 months ago
  94. a4fb887 pan/bi: Flesh out BI_BLEND by Alyssa Rosenzweig · 4 years, 7 months ago
  95. e06426e pan/bi: Add ATEST packing by Alyssa Rosenzweig · 4 years, 7 months ago
  96. b18d0ef pan/bi: Flesh out ATEST in IR by Alyssa Rosenzweig · 4 years, 7 months ago
  97. 6126081 pan/bi: Track clause types during scheduling by Alyssa Rosenzweig · 4 years, 7 months ago
  98. e323df0 pan/bi: Don't hide SCHED_ADD inside HI_LATENCY by Alyssa Rosenzweig · 4 years, 7 months ago
  99. d797822 pan/bi: Pretty-print clause types in disassembler by Alyssa Rosenzweig · 4 years, 7 months ago
  100. 42af9f4 pan/bi: Route through clause header by Alyssa Rosenzweig · 4 years, 7 months ago