1. 4f1d27a gbm/drm: Pick the oldest available buffer in get_back_bo by Derek Foreman · 8 years ago
  2. 36b9976 egl/wayland: Avoid race conditions when on non-main thread by Jonas Ådahl · 8 years ago
  3. 3617966 egl/wayland: Cleanup private display connection when init fails by Jonas Ådahl · 8 years ago
  4. cba8086 travis: Add the new drivers etnaviv and imx by Rhys Kidd · 8 years ago
  5. 9b14a82 st/va: flush pipeline after post processing by sguttula · 8 years ago
  6. 84e3e12 main/fbobject: throw invalid operation when get_attachment fails if needed by Alejandro Piñeiro · 8 years ago
  7. c6eb3ae main/fboject: return if it is color_attachment on get_attachment by Alejandro Piñeiro · 8 years ago
  8. 963311b mesa/main: fix version/extension checks in _mesa_ClampColor by Nicolai Hähnle · 8 years ago
  9. e1ea70d radeonsi: replace si_shader_context::soa by bld_base by Samuel Pitoiset · 8 years ago
  10. ecf04b8 radeonsi: replace ctx->soa.outputs by ctx->outputs by Samuel Pitoiset · 8 years ago
  11. f04088a radeonsi: move si_shader_context::soa::addr to si_shader_context by Samuel Pitoiset · 8 years ago
  12. 6f0d955 radeonsi: allocate the array of immediates dynamically by Samuel Pitoiset · 8 years ago
  13. cb89d19 radv: remove some unused macros and functions by Grazvydas Ignotas · 8 years ago
  14. 64272d4 anv: Avoid some resolves for samplable HiZ buffers by Nanley Chery · 8 years ago
  15. 71334f4 anv: Enable sampling from HiZ by Nanley Chery · 8 years ago
  16. 5e0902c anv/blorp: Don't fast depth clear samplable HiZ buffers on BDW by Nanley Chery · 8 years ago
  17. 3ac01ad anv: Add a helper to determine sampling with HiZ by Nanley Chery · 8 years ago
  18. bcf880a isl/surface_state: Handle ISL_AUX_USAGE_HIZ by Nanley Chery · 8 years ago
  19. 58af615 anv: Perform HiZ resolves only on layout transitions by Nanley Chery · 8 years ago
  20. 2852efc anv: Disable HiZ for input attachments by Nanley Chery · 8 years ago
  21. b62d8ad anv: Avoid resolves incurred by fast depth clears by Nanley Chery · 8 years ago
  22. 968ffd6 anv: Prepare for transitioning to the requested final layout by Nanley Chery · 8 years ago
  23. 104ce1d anv: Store depth stencil layouts by Nanley Chery · 8 years ago
  24. 2e2cf78 anv: Add helpers to handle depth buffer layout transitions by Nanley Chery · 8 years ago
  25. 0ce8b37 anv: Delete anv's HiZ op emit function by Nanley Chery · 8 years ago
  26. 462a4c9 anv: Use the gen8 BLORP HiZ resolving function by Nanley Chery · 8 years ago
  27. d16871d anv/blorp: Add a gen8 HiZ op resolve function by Nanley Chery · 8 years ago
  28. 3b7106c anv: Use gen8 BLORP HiZ clearing functions by Nanley Chery · 8 years ago
  29. f357af0 intel/blorp_clear: Add gen8 HiZ clearing functions by Nanley Chery · 8 years ago
  30. 64fb5b0 anv: Enable HiZ support for multiple subpasses by Nanley Chery · 8 years ago
  31. 168985f anv: Use ::anv_attachment_state for toggling HiZ per subpass by Nanley Chery · 8 years ago
  32. 055ff2e anv: Replace anv_image_has_hiz() with ISL_AUX_USAGE_HIZ by Nanley Chery · 8 years ago
  33. 160a548 anv/blorp: Handle ISL_AUX_USAGE_HIZ by Nanley Chery · 8 years ago
  34. 0994815 intel/blorp: Add the BDW+ optimized HZ_OP sequence to BLORP by Nanley Chery · 8 years ago
  35. f0bdd13 get-typod-pick-list.sh: add new script by Emil Velikov · 8 years ago
  36. 5abd0a7 ac: automake: ensure that ./common is generated by Emil Velikov · 8 years ago
  37. f897036 nvc0/ir: only try to check for zero LOD if we aren't already forcing it by Ilia Mirkin · 8 years ago
  38. eb60a89 nouveau: take extra push space into account for pushbuf_space calls by Ilia Mirkin · 8 years ago
  39. 8945836 mapi: update the asm code to support x32 by Grazvydas Ignotas · 8 years ago
  40. 1007047 ac/nir: use ac_emit_fdiv throughout by Nicolai Hähnle · 8 years ago
  41. 38c67f7 ac/nir: use ac_build_gather_values[_extended] throughout by Nicolai Hähnle · 8 years ago
  42. 2c9d26a ac/nir: use ac_emit_llvm_intrinsic throughout by Nicolai Hähnle · 8 years ago
  43. fccf293 radeonsi: remove unused si_prepare_cube_coords by Nicolai Hähnle · 8 years ago
  44. a0ce09b amd/common: unify cube map coordinate handling between radeonsi and radv by Nicolai Hähnle · 8 years ago
  45. 0ee1ee5 radeonsi: only touch first three coordinates in si_prepare_cube_coords by Nicolai Hähnle · 8 years ago
  46. 9f590ee radeonsi: remove unused si_llvm_cube_to_2d_coords by Nicolai Hähnle · 8 years ago
  47. 205ad52 radeonsi: restrict cube map derivative computations to the correct plane by Nicolai Hähnle · 8 years ago
  48. e01deee radeonsi: communicate cube map coordinates more explicitly by Nicolai Hähnle · 8 years ago
  49. c728051 ac/debug: move .gitignore for sid_tables.h too by Grazvydas Ignotas · 8 years ago
  50. 08eced3 nir/gcm: Fix a typo in a comment by Jason Ekstrand · 8 years ago
  51. 087e172 nir/gcm: Rework the schedule late loop by Jason Ekstrand · 8 years ago
  52. e9a4ec4 glx: Add missing glproto dependency for gallium-xlib glx by Chuck Atkins · 8 years ago
  53. c90f921 ac, radeonsi: automake: add missing builddir include by Emil Velikov · 8 years ago
  54. 8aaca38 radv: Call NIR passes using NIR_PASS_V. by Bas Nieuwenhuizen · 8 years ago
  55. 65cbb99 radv: Call nir_lower_constant_initializers. by Bas Nieuwenhuizen · 8 years ago
  56. 18e70ed radv: Only call remove_dead_variables once. by Bas Nieuwenhuizen · 8 years ago
  57. 9705562 st/nine: Protect dtors with mutex by Axel Davy · 8 years ago
  58. 5f4359e st/nine: Flush the queue at device dtor by Axel Davy · 8 years ago
  59. 4e922c8 st/nine: Process pending commands on Reset by Axel Davy · 8 years ago
  60. 6b87a2a st/nine: Flush pending commands if needed for surface9 changes by Axel Davy · 8 years ago
  61. f895ab8 st/nine: Rework CreatePipeSurface by Axel Davy · 8 years ago
  62. d43bc05 st/nine: Remove duplicated checks by Axel Davy · 8 years ago
  63. 9b5f5de st/nine: Don't call u_box_union_* when dirty region is empty by Masanori Kakura · 8 years ago
  64. a5f0cdb winsys/etnaviv: automake: introduce Makefile.sources by Emil Velikov · 8 years ago
  65. 0467700 etnaviv: automake: include all files in the sources lists by Emil Velikov · 8 years ago
  66. d1dc22e ac: automake: rework sid_tables.h generation by Emil Velikov · 8 years ago
  67. 23dcce0 automake: use shared llvm libs for make distcheck by Emil Velikov · 8 years ago
  68. 024b4c3 automake: add the new drivers etnaviv and imx to make distcheck by Emil Velikov · 8 years ago
  69. e8626e3 imx: gallium driver for imx-drm scanout driver by Christian Gmeiner · 8 years ago
  70. c9e8b49 etnaviv: gallium driver for Vivante GPUs by The etnaviv authors · 8 years ago
  71. 848b49b gallium: add renderonly library by Christian Gmeiner · 8 years ago
  72. 27a1c7f spirv: Handle patch decorations up-front by Jason Ekstrand · 8 years ago
  73. 1e41d7f anv: Support loader interface version 3 (patch v2) by Chad Versace · 8 years ago
  74. 98cf089 vulkan: Update vk_icd.h to interface version 3 by Chad Versace · 8 years ago
  75. c085bfc vulkan: Add new cast macros for VkIcd types by Chad Versace · 8 years ago
  76. a61528f Always defer memory free in swr_resource_destroy by George Kyriazis · 8 years ago
  77. ce44501 nir/i965: assert first is always less than 64 by Juan A. Suarez Romero · 8 years ago
  78. f0997e2 nvc0: enable GL 4.3 on gm107+ by Samuel Pitoiset · 8 years ago
  79. 38ff998 nvc0: use sched control codes for gm107 MP counters code by Samuel Pitoiset · 8 years ago
  80. 75e6992 nvc0: use sched control codes for gm107 blitter shader by Samuel Pitoiset · 8 years ago
  81. 90537d6 nv50/ir: use sched control codes for gm107 builtins by Samuel Pitoiset · 8 years ago
  82. f519c47 nv50/ir: improve instruction pipelining on gm107 by Samuel Pitoiset · 8 years ago
  83. 1b3b419 nv50/ir: do not insert texture barriers on gm107 by Samuel Pitoiset · 8 years ago
  84. 75968a6 i965/gen7: expose OpenGL 4.2 on Haswell when supported by Juan A. Suarez Romero · 8 years ago
  85. 7707798 i965: enable ARB_shader_precision to HSW+ by Samuel Iglesias Gonsálvez · 8 years ago
  86. 1d1ddba i965: unify the code to enable of ARB_gpu_shader_fp64 and ARB_vertex_attrib_64bit for HSW+ by Samuel Iglesias Gonsálvez · 8 years ago
  87. 485955b i965: Enable ARB_vertex_attrib_64bit for Haswell by Alejandro Piñeiro · 8 years ago
  88. 6bb4255 i965: check for dual slot attributes on any gen by Juan A. Suarez Romero · 8 years ago
  89. f51a5b5 i965/vec4: emit correctly load_inputs for 64bit data by Juan A. Suarez Romero · 8 years ago
  90. 58fdb85 i965/vec4: take into account doubles when creating attribute mapping by Alejandro Piñeiro · 8 years ago
  91. 57bab67 i965/vec4/nir: vec4 also needs to remap vs attributes by Alejandro Piñeiro · 8 years ago
  92. f831018 i965/vec4: use attribute slots for first non payload GRF by Alejandro Piñeiro · 8 years ago
  93. 329cbe3 i965: downsize *64*PASSTHRU formats to equivalent *32*FLOAT formats on gen < 8 by Alejandro Piñeiro · 8 years ago
  94. 717f99b i965: return PASSTHRU surface types also on gen7 by Alejandro Piñeiro · 8 years ago
  95. f354cd5 main/buffers: take into account FRONT_AND_BACK on ReadBuffer by Alejandro Piñeiro · 8 years ago
  96. d54bc7e main/buffers: update error handling on DrawBuffers for 4.5 by Alejandro Piñeiro · 8 years ago
  97. e33910b radeonsi: num_records is in units of stride for swizzled buffers even on VI by Nicolai Hähnle · 8 years ago
  98. 883ca59 docs: document INTEL_PRECISE_TRIG envvar by Juan A. Suarez Romero · 8 years ago
  99. 5bcafc9 spirv: fix typo in warning message by Iago Toral Quiroga · 8 years ago
  100. ea7e4b1 i965: Enable predicate support on gen >= 8. by Rafael Antognolli · 8 years ago