1. 090fc59 mesa: fix glUniform* when a struct contains a bindless sampler by Pierre-Eric Pelloux-Prayer · 4 years, 1 month ago
  2. 123bdb6 gallium+mesa/st: lower uniforms based on compiler flag instead of packed uniforms cap by Gert Wollny · 4 years, 1 month ago
  3. a3512dd st/mesa: don't enable NV_copy_depth_to_color if NIR doesn't support FP64 by Marek Olšák · 4 years, 2 months ago
  4. 265a3b9 driconf: add option to reuse GL names by Pierre-Eric Pelloux-Prayer · 4 years, 2 months ago
  5. a56849d mesa: use _mesa_HashFindFreeKeys for GL functions by Pierre-Eric Pelloux-Prayer · 4 years, 2 months ago
  6. 60ffadc mesa: add _mesa_HashFindFreeKeys by Pierre-Eric Pelloux-Prayer · 4 years, 2 months ago
  7. fefc6d2 mesa: add GL name reuse support by Pierre-Eric Pelloux-Prayer · 4 years, 2 months ago
  8. 3485212 mesa: add a isGenName parameter to _mesa_HashInsert by Pierre-Eric Pelloux-Prayer · 4 years, 1 month ago
  9. c3c99f4 st/mesa: Don't map all P01X DRM formats to P016 by Nanley Chery · 4 years, 3 months ago
  10. 03eec29 st/nir: Call st_glsl_to_nir_post_opts before interface unification by Danylo Piliaiev · 4 years, 1 month ago
  11. cdc025c mesa: Generate more errors from GetSamplerParameter by Adam Jackson · 5 years ago
  12. 06c6920 mesa: Fix GL_CLAMP handling in glSamplerParameter by Adam Jackson · 5 years ago
  13. 171e94f mesa/st: enable EXT_color_buffer_half_float when formats supported by Tapani Pälli · 4 years, 2 months ago
  14. 8447b0f mesa: add EXT_color_buffer_half_float plumbing by Tapani Pälli · 4 years, 2 months ago
  15. 331e5f1 mesa: refactor floating point texture fbo completeness check on gles by Tapani Pälli · 4 years, 2 months ago
  16. ac55b1a nir: get ffma support from NIR options for nir_lower_flrp by Marek Olšák · 4 years, 3 months ago
  17. 95415a5 st/mesa: fix lowered IO - don't call st_nir_assign_vs_in_locations twice by Marek Olšák · 4 years, 2 months ago
  18. 9ed3338 gallium/ureg: Set the next shader stage from the shader info. by Eric Anholt · 4 years, 9 months ago
  19. 500b073 gallium/tgsi: Add a helper for initializing ureg from a shader_info. by Eric Anholt · 4 years, 9 months ago
  20. 0789f4b i965: verify format width in blorp_get_client_bo by Marcin Ślusarz · 4 years, 3 months ago
  21. c601e73 mesa/st: Don't set alpha if ALPHA_TEST is lowered by Alyssa Rosenzweig · 4 years, 2 months ago
  22. bc4a127 intel/disasm: Label support in shader disassembly for UIP/JIP by Danylo Piliaiev · 5 years ago
  23. 6cbd476 intel/disasm: brw_label and support functions by Danylo Piliaiev · 5 years ago
  24. d94bec5 mesa/st: introduce PIPE_CAP_NO_CLIP_ON_COPY_TEX by Pierre-Eric Pelloux-Prayer · 4 years, 3 months ago
  25. 70cbddc nir: use enum operator helper for nir_variable_mode and nir_metadata by Karol Herbst · 4 years, 2 months ago
  26. 003ea78 st/mesa: remove useless code for lowered IO in st_nir_assign_vs_in_locations by Marek Olšák · 4 years, 2 months ago
  27. e512f2c mesa: add NV_copy_depth_to_color support for nir by Indrajit Kumar Das · 4 years, 2 months ago
  28. 88b935b mesa: fix formatting of messages printed using _mesa_log by Marcin Ślusarz · 4 years, 2 months ago
  29. 5e4d69e st/mesa: Fix EGLImageTargetTexture2D for GL_TEXTURE_2D by Woody Chow · 4 years, 2 months ago
  30. 440aab9 gallium/tgsi: add helper tgsi_get_interp_mode by Marek Olšák · 4 years, 2 months ago
  31. 2519472 st/mesa: handle lowered IO in st_nir_assign_vs_in_locations by Marek Olšák · 4 years, 2 months ago
  32. 2424485 st/mesa: don't generate NIR for ARB_vp/fp if NIR is not preferred by Marek Olšák · 4 years, 2 months ago
  33. 493fdcf st/mesa: don't pass NIR to draw module if IO is lowered by Marek Olšák · 4 years, 2 months ago
  34. d3faac7 nir: Add options to nir_lower_compute_system_values to control compute ID base lowering by Jesse Natalie · 4 years, 2 months ago
  35. 2e1df6a nir: Move compute system value lowering to a separate pass by Jesse Natalie · 4 years, 2 months ago
  36. 090239e st/mesa: increase size of gl_register_file bitfields by Charmaine Lee · 4 years, 2 months ago
  37. e48f27e st: Pass TextureTiling option from texture to memory obj by Eduardo Lima Mitev · 4 years, 5 months ago
  38. a1d4721 driconf: Support selection by Vulkan applicationName. by Bas Nieuwenhuizen · 4 years, 3 months ago
  39. 7dcb1d2 st/mesa: Replace UsesStreams by ActiveStreamMask for GS by Louis-Francis Ratté-Boulianne · 4 years, 7 months ago
  40. 9e9d280 mesa: Move ATTRIBUTE_NOINLINE for glsl_to_tgsi_visitor::visit_expression for MSVC by Jesse Natalie · 4 years, 2 months ago
  41. 916110e st/mesa: Enable clip planes lowering for geometry shaders by Louis-Francis Ratté-Boulianne · 4 years, 4 months ago
  42. 584f273 st/mesa: factor ucp-lowering logic into helper by Louis-Francis Ratté-Boulianne · 4 years, 4 months ago
  43. ef66e02 src/mesa: add GL_NV_half_float extension support (v2) by Yogesh Mohan Marimuthu · 4 years, 3 months ago
  44. 8abf59f dri_util: Update internal_format to GL_RGB8 for MESA_FORMAT_B8G8R8X8_UNORM by Nanley Chery · 4 years, 4 months ago
  45. 2fbab5a intel/perf: fix performance counters availability after glFinish by Marcin Ślusarz · 4 years, 3 months ago
  46. a03e24a gallium + mesa/st: Add PIPE_CAP_NIR_ATOMICS_AS_DEREF and use it by Gert Wollny · 4 years, 4 months ago
  47. 08f3dcf i965: add support for force_gl_vendor by Timothy Arceri · 4 years, 2 months ago
  48. 782ba8d st/mesa: Treat vertex outputs absent in outputMapping as zero in mesa_to_tgsi by Danylo Piliaiev · 4 years, 2 months ago
  49. a4c4e01 glsl: remove LowerPrecisionTemporaries by Rob Clark · 4 years, 2 months ago
  50. c4e0cae gallium: replace 16BIT_TEMPS cap with 16BIT_CONSTS by Rob Clark · 4 years, 2 months ago
  51. 0a763c0 glsl/lower_precision: split out const lowering by Rob Clark · 4 years, 2 months ago
  52. caa9824 st/mesa: optimize DEPTH_STENCIL copies using fragment shader by Indrajit Kumar Das · 4 years, 3 months ago
  53. 99cf910 mesa/st: Actually free the driver part of memory objects on destruction. by Bas Nieuwenhuizen · 4 years, 3 months ago
  54. 6c11a79 i965/i915: Add colorspace support to YUV sampling by David Stevens · 4 years, 3 months ago
  55. bfee35b nir: Stop passing an options arg to nir_lower_int64() by Boris Brezillon · 4 years, 3 months ago
  56. c3a251f mesa: quiet down static analyzers by Marcin Ślusarz · 4 years, 3 months ago
  57. 0906d5d mesa: fix out of bounds access in glGetFramebufferParameterivEXT by Marcin Ślusarz · 4 years, 3 months ago
  58. d70fff99 nir: Use a single list for all shader variables by Jason Ekstrand · 4 years, 3 months ago
  59. a41a84d mesa/ptn: Use nir_variable_create by Jason Ekstrand · 4 years, 3 months ago
  60. 2f6c263 st/nir: Rework fixup_varying_slots by Jason Ekstrand · 4 years, 3 months ago
  61. caab46c nir: Take a shader and variable mode in nir_assign_io_var_locations by Jason Ekstrand · 4 years, 3 months ago
  62. 964c1c4 nir: Take a nir_shader and variable mode in assign_var_locations by Jason Ekstrand · 4 years, 3 months ago
  63. feb32f8 nir: Add a nir_foreach_uniform_variable helper by Jason Ekstrand · 4 years, 3 months ago
  64. 2956d53 nir: Add nir_foreach_shader_in/out_variable helpers by Jason Ekstrand · 4 years, 3 months ago
  65. 8847183 i965: propagate error from gen_perf_begin_query to glBeginPerfQueryINTEL by Marcin Ślusarz · 4 years, 3 months ago
  66. 627c019 iris: propagate error from gen_perf_begin_query to glBeginPerfQueryINTEL by Marcin Ślusarz · 4 years, 3 months ago
  67. 196db51 anv,turnip,radv,clover,glspirv: Run nir_copy_prop before nir_opt_deref by Jason Ekstrand · 4 years, 4 months ago
  68. c33e8d7 mesa/program: fix shadow property for samplers by Erik Faye-Lund · 4 years, 3 months ago
  69. 101400d mesa: change error code of *TextureSubImage* for incorreect target by Yevhenii Kolesnikov · 4 years, 3 months ago
  70. 314ba5e nir: Add a face_sysval argument to nir_lower_two_sided_color by Icecream95 · 4 years, 3 months ago
  71. a026364 virgl: Use alpha_src_factor to store blend_equation_advenced value by Elie Tournier · 4 years, 4 months ago
  72. 0ee1a67 glsl_to_ir: do lower_blend_equation if PIPE_CAP_FBFETCH by Elie Tournier · 4 years, 5 months ago
  73. d0df56c st: expose KHR_blend_equation_advanced if PIPE_CAP_BLEND_EQUATION_ADVANCED by Elie Tournier · 4 years, 5 months ago
  74. 4f8fc0f glsl_to_tgsi: Set TGSI_PROPERTY_FS_BLEND_EQUATION_ADVANCED by Elie Tournier · 4 years, 4 months ago
  75. 30f4ccf mesa: treat Color._AdvancedBlendMode as enum by Erik Faye-Lund · 4 years, 4 months ago
  76. 6ffa0e9 mesa: do not use bitfields for advanced-blend state by Erik Faye-Lund · 4 years, 4 months ago
  77. c36aac5 st/mesa: fix st_CopyPixels without support for stencil exports by Karol Herbst · 4 years, 3 months ago
  78. f611af3 st/mesa: use fragment shader to copy stencil buffer by Indrajit Kumar Das · 4 years, 3 months ago
  79. 3af0711 mesa/main: use p_atomic_inc_return instead of locking by Erik Faye-Lund · 4 years, 3 months ago
  80. a0f8439 st/mesa: fix corrupted texture levels, when adding more levels than expected by Yevhenii Kharchenko · 4 years, 4 months ago
  81. 854dbea mesa: change dsa texture error codes for GL 4.6 by Dave Airlie · 4 years, 3 months ago
  82. 29849ac Android: Fixes for Q and R by Roman Stratiienko · 4 years, 3 months ago
  83. 25bacea mesa/st: release debug_output after destroying the context by Pierre-Eric Pelloux-Prayer · 4 years, 3 months ago
  84. 7f0b6a5 mesa: add bool param to _mesa_free_context_data by Pierre-Eric Pelloux-Prayer · 4 years, 3 months ago
  85. e6f7b43 mesa: rename _mesa_free_errors_data by Pierre-Eric Pelloux-Prayer · 4 years, 3 months ago
  86. 34fe561 mesa/main: use call_once instead of open-coding by Erik Faye-Lund · 4 years, 3 months ago
  87. 0a4aa61 mesa/main: factor out one-time-init into a helper by Erik Faye-Lund · 4 years, 3 months ago
  88. 51bdaf0 st/mesa: set compressed_data to NULL when freed by Pierre-Eric Pelloux-Prayer · 4 years, 3 months ago
  89. 75b59bb gallium: add PIPE_SHADER_CAP_GLSL_16BIT_TEMPS for LowerPrecisionTemporaries by Marek Olšák · 4 years, 3 months ago
  90. 6aea396 glsl: lower mediump temporaries to 16 bits except structures (v2) by Marek Olšák · 4 years, 4 months ago
  91. 2f4a112 st/mesa: fix reporting of float perf counters max value by Marcin Ślusarz · 4 years, 4 months ago
  92. 0ca2660 mesa/version: only enable GL4.1 with correct limits. by Dave Airlie · 4 years, 4 months ago
  93. ef11d5f st/mesa: allow R8 to not be exposed as renderable by driver by Ilia Mirkin · 4 years, 5 months ago
  94. 9e2afe4 mesa/glformats: make _mesa_gles_error_check_format_and_type() more consistent by Eric Engestrom · 4 years, 4 months ago
  95. ec8fdf8 nouveau: fix pointer-sign warning by Timothy Arceri · 4 years, 4 months ago
  96. a79ca67 st/program: use nir_lower_clip_disable instead of nir_lower_clip_vs conditionally by Mike Blumenkrantz · 4 years, 4 months ago
  97. 651441c mesa: update fallthrough comment so gcc can see it by Timothy Arceri · 4 years, 4 months ago
  98. dfb9be6 mesa: fix unintended fallthrough in glIsEnabled() by Timothy Arceri · 4 years, 4 months ago
  99. 8b90310 mesa: add missing fallthrough comment to teximage.c by Timothy Arceri · 4 years, 4 months ago
  100. d88447d mesa/vbo: add some missing fallthrough comments by Timothy Arceri · 4 years, 4 months ago