1. d9c12c6 gallium: move pipe_draw_info::start/count to the beginning and pad empty space by Marek Olšák · 3 years, 10 months ago
  2. 5957b0c glthread: pin driver threads to the same L3 as the main thread regularly by Marek Olšák · 3 years, 10 months ago
  3. d8ea509 util: completely rewrite and do AMD Zen L3 cache pinning correctly by Marek Olšák · 3 years, 10 months ago
  4. 4f2c230 util: add util_get_current_cpu using sched_getcpu and Windows equivalent by Marek Olšák · 3 years, 10 months ago
  5. 3433d19 st/mesa: remove random L3 pinning heuristic for glthread by Marek Olšák · 3 years, 10 months ago
  6. cc16113 android: fix libsync dependencies (v2) by Mauro Rossi · 3 years, 9 months ago
  7. a09717c glsl: add extra pp tokens workaround and enable for CoR by Timothy Arceri · 3 years, 9 months ago
  8. 390887f mesa: Remove the key parameter from the _mesa_HashDeleteAll callback by Ian Romanick · 3 years, 9 months ago
  9. cc6dcc6 mesa: Remove the key parameter from the _mesa_HashWalk callback by Ian Romanick · 3 years, 9 months ago
  10. ca752b0 i965: Get the gl_perf_query_object Id from the object by Ian Romanick · 3 years, 9 months ago
  11. f71488d mesa: Store the atlas Id in the gl_bitmap_atlas structure by Ian Romanick · 3 years, 9 months ago
  12. 0e17bb5 mesa: Open-code hash walk in _mesa_HashPrint by Ian Romanick · 3 years, 9 months ago
  13. d2cb3f8 driconf: add a way to override indirect-GL extensions by Martin Peres · 3 years, 9 months ago
  14. 7eedc79 driconf: add a way to override GLX extensions by Martin Peres · 3 years, 9 months ago
  15. 4ba255d dri/DRI2ConfigQueryExtension: add support for string options by Martin Peres · 3 years, 9 months ago
  16. 3d51c27 st/mesa: initialize lower alpha func to ALWAYS by Juan A. Suarez Romero · 3 years, 9 months ago
  17. 549ae5f st/mesa: make sure prog->info is up to date for NIR (v2) by Marek Olšák · 3 years, 10 months ago
  18. 1126b5c Revert "st/mesa: don't pass NIR to draw module if IO is lowered" by Marek Olšák · 3 years, 10 months ago
  19. 584b107 st/mesa: Drop the TGSI paths for drawpixels and use nir-to-tgsi if needed. by Eric Anholt · 4 years ago
  20. 57effa3 st/mesa: Drop the TGSI paths for PBOs and use nir-to-tgsi if needed. by Eric Anholt · 4 years ago
  21. 25627ff mesa: Pass the correct caller string to _mesa_lookup_or_create_texture by Ian Romanick · 3 years, 9 months ago
  22. 9b847d4 mesa/st: Silence unused parameter warnings in st_context.c by Ian Romanick · 3 years, 9 months ago
  23. 4cd9305 i965: Silence unused parameter warnings by Ian Romanick · 3 years, 9 months ago
  24. cf11ebf st/mesa: Add missing sentinels in format_map[] by Nanley Chery · 3 years, 9 months ago
  25. bafb2bb glsl: Initialize add_uniform_to_shader member var in constructor. by Vinson Lee · 3 years, 9 months ago
  26. 9c19a38 i965: Don't build Gen10-specific files and libraries by Ian Romanick · 3 years, 10 months ago
  27. 3220ff7 i965: Remove Gen10-specific state setup and workarounds by Ian Romanick · 3 years, 10 months ago
  28. 112f23f i965: Rename gen10_emit_isp_disable to gen7_emit_isp_disable by Ian Romanick · 3 years, 10 months ago
  29. fe26109 i965: Make MOCS index tables static const by Ian Romanick · 3 years, 10 months ago
  30. 02a0819 i965: Silence many unused parameter warnings in genX_state_upload.c by Ian Romanick · 3 years, 10 months ago
  31. 5a5f30b i965: Silence many unused parameter warnings in genX_blorp_exec.c by Ian Romanick · 3 years, 10 months ago
  32. de77fab i965: Allow viewport array extensions with allow_higher_compat_version by Ian Romanick · 3 years, 9 months ago
  33. bdb1e5a glsl: Initialize ir_to_mesa_visitor members in constructor. by Vinson Lee · 3 years, 10 months ago
  34. 826a102 st/mesa: Add NV12 lowering to PIPE_FORMAT_R8_G8B8_420_UNORM by Kristian H. Kristensen · 3 years, 10 months ago
  35. 459f68a i965: Take an isl_format in emit_buffer_surface_state by Jason Ekstrand · 4 years, 5 months ago
  36. ae7189d st/mesa: pass inlinable uniforms to drivers if they requested it by Marek Olšák · 3 years, 10 months ago
  37. 315df8d glthread: handle glInterleavedArrays by Marek Olšák · 3 years, 10 months ago
  38. bd70b61 mesa: remove api_loopback to remove call indirections by Marek Olšák · 3 years, 10 months ago
  39. 4bd94bd mesa: don't use GET_DISPATCH because it doesn't work with glthread by Marek Olšák · 3 years, 10 months ago
  40. f5f0c01 gallium/util: remove empty file u_half.h by Marek Olšák · 3 years, 10 months ago
  41. b42c6ff util: remove util_float_to_half and util_half_to_float wrappers by Marek Olšák · 3 years, 10 months ago
  42. 4b9e38c i965: drop likely/unlikely around INTEL_DEBUG by Marcin Ślusarz · 3 years, 10 months ago
  43. 4015e18 intel: add INTEL_DEBUG expected value in declaration by Marcin Ślusarz · 3 years, 10 months ago
  44. 155b1b1 st/mesa: enable GL name reuse for queries based on the driconf option by Marek Olšák · 3 years, 10 months ago
  45. bcd6b0c mesa: factor out layout parsing for glInterleavedArrays by Marek Olšák · 3 years, 10 months ago
  46. 6f3352b driconf: Stop quoting true/false in boolean option definitions. by Eric Anholt · 3 years, 10 months ago
  47. 8a05d6f driconf: Make the driver's declarations be structs instead of XML. by Eric Anholt · 3 years, 10 months ago
  48. 9fbf206 driconf: Use DRI_CONF_OPT_I for remaining int options by Eric Anholt · 3 years, 10 months ago
  49. 23c3eb1 driconf: Delete disjoint range support. by Eric Anholt · 3 years, 10 months ago
  50. 4a57384 r200: Reuse DRI_CONF_OPT_F for texture_blend_quality. by Eric Anholt · 3 years, 10 months ago
  51. 1aac47d Revert F16C series (MR 6774) by Matt Turner · 3 years, 10 months ago
  52. 545d852 intel/gen9: Enable MSC RAW Hazard Avoidance by Anuj Phogat · 3 years, 11 months ago
  53. 4fb2edd gallium/util: remove empty file u_half.h by Marek Olšák · 3 years, 10 months ago
  54. 2b6a172 util: remove util_float_to_half and util_half_to_float wrappers by Marek Olšák · 3 years, 10 months ago
  55. 40c1f98 mesa,glsl: add support for GL_NV_shader_atomic_int64 by Indrajit Kumar Das · 3 years, 10 months ago
  56. 7685c37 st/mesa: use roundf instead of floorf for lod-bias rounding by Erik Faye-Lund · 3 years, 10 months ago
  57. 89e3c3a mesa: bptc fixes for decompress rgba_unorm and rgb_float by Denis Pauk · 3 years, 10 months ago
  58. f2b94ae glsl/linker: Add support for XFB varying lowering in geometry shader by Louis-Francis Ratté-Boulianne · 4 years ago
  59. b4a087c driconf: Use nesting macros for defining options. by Eric Anholt · 3 years, 10 months ago
  60. 9e13a16 mesa: handle GL_FRONT after translating to it by Erik Faye-Lund · 3 years, 10 months ago
  61. 87f91e2 st/nir: call nir_opt_access before gl_nir_lower_buffers by Rhys Perry · 3 years, 10 months ago
  62. 3586068 gallium: rename pipe_transfer_usage -> pipe_map_flags by Marek Olšák · 4 years, 1 month ago
  63. 22253e6 gallium: rename PIPE_TRANSFER_* -> PIPE_MAP_* by Marek Olšák · 4 years, 1 month ago
  64. ade72e6 st/mesa: Deal with empty textures/buffers in semaphore wait/signal. by Bas Nieuwenhuizen · 3 years, 10 months ago
  65. fc6df02 gallium: add PIPE_CAP_MAX_TEXTURE_MB by Pierre-Eric Pelloux-Prayer · 3 years, 10 months ago
  66. 090fc59 mesa: fix glUniform* when a struct contains a bindless sampler by Pierre-Eric Pelloux-Prayer · 3 years, 10 months ago
  67. 123bdb6 gallium+mesa/st: lower uniforms based on compiler flag instead of packed uniforms cap by Gert Wollny · 3 years, 10 months ago
  68. a3512dd st/mesa: don't enable NV_copy_depth_to_color if NIR doesn't support FP64 by Marek Olšák · 3 years, 11 months ago
  69. 265a3b9 driconf: add option to reuse GL names by Pierre-Eric Pelloux-Prayer · 4 years ago
  70. a56849d mesa: use _mesa_HashFindFreeKeys for GL functions by Pierre-Eric Pelloux-Prayer · 4 years ago
  71. 60ffadc mesa: add _mesa_HashFindFreeKeys by Pierre-Eric Pelloux-Prayer · 4 years ago
  72. fefc6d2 mesa: add GL name reuse support by Pierre-Eric Pelloux-Prayer · 4 years ago
  73. 3485212 mesa: add a isGenName parameter to _mesa_HashInsert by Pierre-Eric Pelloux-Prayer · 3 years, 11 months ago
  74. c3c99f4 st/mesa: Don't map all P01X DRM formats to P016 by Nanley Chery · 4 years ago
  75. 03eec29 st/nir: Call st_glsl_to_nir_post_opts before interface unification by Danylo Piliaiev · 3 years, 11 months ago
  76. cdc025c mesa: Generate more errors from GetSamplerParameter by Adam Jackson · 4 years, 8 months ago
  77. 06c6920 mesa: Fix GL_CLAMP handling in glSamplerParameter by Adam Jackson · 4 years, 8 months ago
  78. 171e94f mesa/st: enable EXT_color_buffer_half_float when formats supported by Tapani Pälli · 3 years, 11 months ago
  79. 8447b0f mesa: add EXT_color_buffer_half_float plumbing by Tapani Pälli · 3 years, 11 months ago
  80. 331e5f1 mesa: refactor floating point texture fbo completeness check on gles by Tapani Pälli · 4 years ago
  81. ac55b1a nir: get ffma support from NIR options for nir_lower_flrp by Marek Olšák · 4 years ago
  82. 95415a5 st/mesa: fix lowered IO - don't call st_nir_assign_vs_in_locations twice by Marek Olšák · 3 years, 11 months ago
  83. 9ed3338 gallium/ureg: Set the next shader stage from the shader info. by Eric Anholt · 4 years, 7 months ago
  84. 500b073 gallium/tgsi: Add a helper for initializing ureg from a shader_info. by Eric Anholt · 4 years, 7 months ago
  85. 0789f4b i965: verify format width in blorp_get_client_bo by Marcin Ślusarz · 4 years ago
  86. c601e73 mesa/st: Don't set alpha if ALPHA_TEST is lowered by Alyssa Rosenzweig · 3 years, 11 months ago
  87. bc4a127 intel/disasm: Label support in shader disassembly for UIP/JIP by Danylo Piliaiev · 5 years ago
  88. 6cbd476 intel/disasm: brw_label and support functions by Danylo Piliaiev · 5 years ago
  89. d94bec5 mesa/st: introduce PIPE_CAP_NO_CLIP_ON_COPY_TEX by Pierre-Eric Pelloux-Prayer · 4 years ago
  90. 70cbddc nir: use enum operator helper for nir_variable_mode and nir_metadata by Karol Herbst · 3 years, 11 months ago
  91. 003ea78 st/mesa: remove useless code for lowered IO in st_nir_assign_vs_in_locations by Marek Olšák · 4 years ago
  92. e512f2c mesa: add NV_copy_depth_to_color support for nir by Indrajit Kumar Das · 4 years ago
  93. 88b935b mesa: fix formatting of messages printed using _mesa_log by Marcin Ślusarz · 4 years ago
  94. 5e4d69e st/mesa: Fix EGLImageTargetTexture2D for GL_TEXTURE_2D by Woody Chow · 4 years ago
  95. 440aab9 gallium/tgsi: add helper tgsi_get_interp_mode by Marek Olšák · 4 years ago
  96. 2519472 st/mesa: handle lowered IO in st_nir_assign_vs_in_locations by Marek Olšák · 4 years ago
  97. 2424485 st/mesa: don't generate NIR for ARB_vp/fp if NIR is not preferred by Marek Olšák · 4 years ago
  98. 493fdcf st/mesa: don't pass NIR to draw module if IO is lowered by Marek Olšák · 4 years ago
  99. d3faac7 nir: Add options to nir_lower_compute_system_values to control compute ID base lowering by Jesse Natalie · 4 years ago
  100. 2e1df6a nir: Move compute system value lowering to a separate pass by Jesse Natalie · 4 years ago