1. 7fc9071 i965: Move resources lowering after NIR linking by Caio Marcelo de Oliveira Filho · 5 years ago
  2. 13f0c27 i965,iris: Move guardband calculations to a common location by Jason Ekstrand · 5 years ago
  3. 9b0720c glspirv: Call pass to lower frexp instructions by Caio Marcelo de Oliveira Filho · 5 years ago
  4. f0920e2 glsl/types: Rename is_integer to is_integer_32 by Jason Ekstrand · 5 years ago
  5. 10e8d46 meson: Search for execinfo.h by Jory Pratt · 5 years ago
  6. 6fc83c2 st/nir: Use gl_nir_opt_access by Connor Abbott · 5 years ago
  7. 1d75f52 st/mesa: Respect GL_TEXTURE_SRGB_DECODE_EXT in GenerateMipmaps() by Kenneth Graunke · 5 years ago
  8. 8ead5be i965: support UYVY for external import only by Haihao Xiang · 5 years ago
  9. 81835f8 gallium: Add PIPE_CAP_ATOMIC_FLOAT_MINMAX by Caio Marcelo de Oliveira Filho · 5 years ago
  10. 608257c i965: Fix INTEL_DEBUG=bat by Caio Marcelo de Oliveira Filho · 5 years ago
  11. de8a919 u_dynarray: turn util_dynarray_{grow, resize} into element-oriented macros by Nicolai Hähnle · 5 years ago
  12. 845ec85 st/mesa: Add rgbx handling for fp formats by Kevin Strasser · 5 years ago
  13. 46de3be gallium: Add PIPE_CAP_CS_DERIVED_SYSTEM_VALUES_SUPPORTED by Caio Marcelo de Oliveira Filho · 5 years ago
  14. f03b21a st/glsl: Perform some var optimizations by Caio Marcelo de Oliveira Filho · 5 years ago
  15. 10895c3 mesa/main: Expose EXT_clip_control and related enums and the function by Gert Wollny · 5 years ago
  16. 6a7d387 i965: Allow signed/unsigned integer conversions in miptree up/download by Kenneth Graunke · 5 years ago
  17. 4f3c82c st/nir: Don't use GLSL IR's MOD_TO_FLOOR lowering when using NIR. by Kenneth Graunke · 5 years ago
  18. 811c05d intel/nir: Take nir_shader*s in brw_nir_link_shaders by Jason Ekstrand · 5 years ago
  19. bb67a99 intel/nir: Stop returning the shader from helpers by Jason Ekstrand · 5 years ago
  20. fea36a8 st/glsl: make sure to propagate initialisers to driver storage by Timothy Arceri · 5 years ago
  21. 774a088 mesa: Use string literals for format strings by Mark Janes · 5 years ago
  22. 8834037 mesa: ARB program parser should clean parameters by Sergii Romantsov · 5 years ago
  23. d290629 mesa: EXT_dsa add selectorless matrix stack functions by Pierre-Eric Pelloux-Prayer · 5 years ago
  24. 28ce704 mesa: factor out enum -> matrix stack lookup by Pierre-Eric Pelloux-Prayer · 5 years ago
  25. 9c5d86a mesa: add a list of EXT_direct_state_access to dispatch sanity by Timothy Arceri · 6 years ago
  26. 6016df2 nir: improvements to native_integers removal by Jonathan Marek · 5 years ago
  27. b5697c3 Change a few frequented uses of DEBUG to !NDEBUG by Marek Olšák · 5 years ago
  28. e45bf01 spirv: Change spirv_to_nir() to return a nir_shader by Caio Marcelo de Oliveira Filho · 5 years ago
  29. ee59bac glspirv: Don't re-use entry_point pointer from spirv_to_nir by Caio Marcelo de Oliveira Filho · 5 years ago
  30. 551b615 mesa/main: clean up extension-check for GL_SAMPLE_MASK by Erik Faye-Lund · 6 years ago
  31. 426e896 mesa/main: clean up extension-check for GL_SAMPLE_SHADING by Erik Faye-Lund · 6 years ago
  32. b9e9d70 mesa/main: correct extension-checks for GL_PRIMITIVE_RESTART_FIXED_INDEX by Erik Faye-Lund · 6 years ago
  33. 34ade0d mesa/main: correct extension-checks for GL_BLEND_ADVANCED_COHERENT_KHR by Erik Faye-Lund · 6 years ago
  34. c0dabc6 mesa/main: correct extension-checks for GL_FRAMEBUFFER_SRGB by Erik Faye-Lund · 6 years ago
  35. a33ff78 mesa/main: correct extension-checks for MESA_tile_raster_order by Erik Faye-Lund · 6 years ago
  36. bf91d6a mesa/main: make the CONSERVATIVE_RASTERIZATION_NV checks consistent by Erik Faye-Lund · 6 years ago
  37. 00c683b mesa/main: make the PRIMITIVE_RESTART_NV checks consistent by Erik Faye-Lund · 6 years ago
  38. c31b442 st/nir: Re-vectorize shader IO by Kenneth Graunke · 5 years ago
  39. 1d0a8cf mesa: Prevent classic swrast crash on a surfaceless context v2. by Mathias Fröhlich · 5 years ago
  40. 11e16ca Revert "st/mesa: expose 0 shader binary formats for compat profiles for Qt" by Timothy Arceri · 5 years ago
  41. 7fe5a8e Revert "mesa: unreference current winsys buffers when unbinding winsys buffers" by Dave Airlie · 5 years ago
  42. f2dc0f2 nir: Drop imov/fmov in favor of one mov instruction by Jason Ekstrand · 5 years ago
  43. 22421ca nir/builder: Merge nir_[if]mov_alu into one nir_mov_alu helper by Jason Ekstrand · 5 years ago
  44. ddd08e1 nir/builder: Remove the use_fmov parameter from nir_swizzle by Jason Ekstrand · 5 years ago
  45. 6c2ca2a ptn,ttn: Use nir_channel for selecting channels by Jason Ekstrand · 5 years ago
  46. cca8af0 gallium: Add PIPE_CAP_FBFETCH_COHERENT and expose extensions by Kenneth Graunke · 5 years ago
  47. 87f4286 st/mesa: Advertise GL_EXT_shader_framebuffer_fetch_non_coherent by Kenneth Graunke · 5 years ago
  48. a2d7834 gallium: Change PIPE_CAP_TGSI_FS_FBFETCH bool to PIPE_CAP_FBFETCH count by Kenneth Graunke · 5 years ago
  49. 90e7ce5 mesa/main: make the CONSERVATIVE_RASTERIZATION_INTEL checks consistent by Erik Faye-Lund · 6 years ago
  50. 0dff3ee mesa/main: make the FRAGMENT_PROGRAM checks consistent by Erik Faye-Lund · 6 years ago
  51. 147751a mesa/main: make the TEXTURE_CUBE_MAP checks consistent by Erik Faye-Lund · 6 years ago
  52. 182d75d mesa/main: remove duplicate macros by Erik Faye-Lund · 6 years ago
  53. e002763 mesa/main: remove unused argument by Erik Faye-Lund · 6 years ago
  54. 619b2c9 mesa/main: remove unused macro by Erik Faye-Lund · 6 years ago
  55. 419d9b2 intel: Move brw_prog_key_set_id from i965 to the compiler. by Kenneth Graunke · 5 years ago
  56. 810b95e Revert "glsl: do not use deprecated bison-keyword" by Erik Faye-Lund · 5 years ago
  57. eb85124 glsl: do not use deprecated bison-keyword by Erik Faye-Lund · 5 years ago
  58. 12bf7cf mesa: unreference current winsys buffers when unbinding winsys buffers by Charmaine Lee · 5 years ago
  59. b480adf st/mesa: purge framebuffers with current context after unbinding winsys buffers by Charmaine Lee · 5 years ago
  60. ccb8ea7 meson: expose glapi through osmesa by Eric Engestrom · 5 years ago
  61. 4b5e8eb st/mesa: Record samplers for extra planes in info->textures_used. by Kenneth Graunke · 5 years ago
  62. ccfcb9d ac: rename SI-CIK-VI to GFX6-GFX7-GFX8 by Marek Olšák · 5 years ago
  63. 49958c4 i965/blorp: Set MOCS for gen11 in blorp_alloc_vertex_buffer by Jordan Justen · 5 years ago
  64. c704c02 gallium: Add a PIPE_CAP_FRAGMENT_SHADER_INTERLOCK. by Kenneth Graunke · 5 years ago
  65. 646924c intel/compiler: Implement TCS 8_PATCH mode and INTEL_DEBUG=tcs8 by Kenneth Graunke · 5 years ago
  66. 381c2ad i965: Pass compiler to default key populators by Kenneth Graunke · 5 years ago
  67. 67b4785 mesa: fix _mesa_max_texture_levels for GL_TEXTURE_EXTERNAL_OES by Marek Olšák · 5 years ago
  68. 1423b78 i965/miptree: Refactor intel_miptree_supports_ccs_e() by Nanley Chery · 5 years ago
  69. 779bd8d i965/miptree: Drop intel_*_supports_hiz() by Nanley Chery · 5 years ago
  70. 942755b i965/miptree: Drop intel_*_supports_ccs() by Nanley Chery · 5 years ago
  71. 91a4253 i965/miptree: Drop intel_miptree_supports_mcs() by Nanley Chery · 5 years ago
  72. cf758c4 i965/miptree: Fall back to no aux if creation fails by Nanley Chery · 5 years ago
  73. fc45579 mesa: Set _NEW_VARYING_VP_INPUTS iff varying_vp_inputs are set. by Mathias Fröhlich · 5 years ago
  74. b4b1df5 mesa: Avoid setting _NEW_VARYING_VP_INPUTS in non fixed function mode. by Mathias Fröhlich · 5 years ago
  75. 663f93c mesa: Fix test for setting the _NEW_VARYING_VP_INPUTS flag. by Mathias Fröhlich · 5 years ago
  76. df50af1 mesa: Make _mesa_set_varying_vp_inputs static in state.c. by Mathias Fröhlich · 5 years ago
  77. 9995257 mesa: Fix old outdated variable name in a comment. by Mathias Fröhlich · 5 years ago
  78. e634ba5 mesa/vbo: Update Comment to what is actually happening. by Mathias Fröhlich · 5 years ago
  79. 0c31fe9 gallium: Redefine the max texture 2d cap from _LEVELS to _SIZE. by Eric Anholt · 5 years ago
  80. f33cb27 mesa: Replace MaxTextureLevels with MaxTextureSize. by Eric Anholt · 5 years ago
  81. ce6dbc0 mesa: Remove proxy image checks for maximum level. by Eric Anholt · 5 years ago
  82. d88f339 mesa: Reuse _mesa_max_texture_levels() instead of open-coding it. by Eric Anholt · 5 years ago
  83. 84816d1 st/mesa: enable the ST_DEBUG env var in release and debugoptimized builds by Marek Olšák · 5 years ago
  84. 83435e7 st/mesa: fix 2 crashes in st_tgsi_lower_yuv by Marek Olšák · 5 years ago
  85. 3f60810 i965: Fix memory leaks in brw_upload_cs_work_groups_surface(). by Kenneth Graunke · 5 years ago
  86. 292187a swrast: Rename blend_func->swrast_blend_func by Alyssa Rosenzweig · 5 years ago
  87. d0bff89 nir: allow specifying a set of opcodes in lower_alu_to_scalar by Jonathan Marek · 5 years ago
  88. 62ed82e mesa: fix GL_PROGRAM_BINARY_RETRIEVABLE_HINT handling by Pierre-Eric Pelloux-Prayer · 5 years ago
  89. 1f1007a nir: Initialize lower_flrp_progress everywhere by Ian Romanick · 5 years ago
  90. d568fcd i965: leave the top 4Gb of the high heap VMA unused by Kenneth Graunke · 5 years ago
  91. 17210c6 i965: Force VMA alignment to be a multiple of the page size. by Kenneth Graunke · 5 years ago
  92. 15f134c i965: Fix BRW_MEMZONE_LOW_4G heap size. by Kenneth Graunke · 5 years ago
  93. d41cdef nir: Use the flrp lowering pass instead of nir_opt_algebraic by Ian Romanick · 6 years ago
  94. 4e110ec nir: nir_shader_compiler_options: drop native_integers by Christian Gmeiner · 5 years ago
  95. c989661 mesa: Leave aliasing of vertex and generic0 attribute to the dlist code. by Mathias Fröhlich · 5 years ago
  96. c869387 mesa: Correct the is_vertex_position decision for dlists. by Mathias Fröhlich · 5 years ago
  97. 5ad5421 mesa: Set CurrentSavePrimitive in vbo_save_NotifyBegin. by Mathias Fröhlich · 5 years ago
  98. 0ed7603 mesa: Remove the _glapi_table argument from _mesa_array_element. by Mathias Fröhlich · 5 years ago
  99. 3b6f329 mesa: Constify static const array in api_arrayelt.c by Mathias Fröhlich · 5 years ago
  100. 68aaf0a mesa: Remove the now unused _NEW_ARRAY state change flag. by Mathias Fröhlich · 5 years ago