1. 4148881 android: correct typo in build by Tapani Pälli · 8 years ago
  2. 9fdaeb7 nir: add min/max optimisation by Elie TOURNIER · 8 years ago
  3. f22ee14 nir/algebraic: Only include nir_search_helpers once by Jason Ekstrand · 8 years ago
  4. 6de2932 i965: Remove unnecessary mt->compressed checks by Anuj Phogat · 8 years ago
  5. c7e37a0 i965: Fix indentation in brw_miptree_layout_2d() by Anuj Phogat · 8 years ago
  6. 47d9b3a i965: Fix comment to include 3d textures by Anuj Phogat · 8 years ago
  7. de0b0a3 i965: Delete pending CCS and HiZ ops in intel_miptree_make_shareable() by Chad Versace · 8 years ago
  8. e0674e7 vulkan/wsi: clarify the severity of lack of DRI3 v2 by Andres Rodriguez · 8 years ago
  9. a3ad6a3 radv: fix include order for installed headers v2 by Andres Rodriguez · 8 years ago
  10. 0f8afde docs/releasing: document post branch version bump by Emil Velikov · 8 years ago
  11. 49e4204 mesa: Bump version to 17.1.0-devel by Emil Velikov · 8 years ago
  12. 9e4d1d8 radeonsi: reject invalid vertex element formats by Marek Olšák · 8 years ago
  13. e490b78 radeonsi: don't forget to add HTILE to the buffer list for texturing by Marek Olšák · 8 years ago
  14. 31908d6 st/vdpau: only send buffers with B8G8R8A8 format to X by Nayan Deshmukh · 8 years ago
  15. 3cd092c radeonsi: fix texture gather on stencil textures by Nicolai Hähnle · 8 years ago
  16. 9059614 mesa/main: Fix FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE for NONE attachment type by Alejandro Piñeiro · 8 years ago
  17. d7d32b3 radeonsi: Always leave poly_offset in a valid state by Zachary Michaels · 8 years ago
  18. a7c635e mesa/main: fix meta caller of _mesa_ClampColor by Nicolai Hähnle · 8 years ago
  19. 4d65f68 mesa/glsl: move TransformFeedbackBufferStride to gl_shader by Timothy Arceri · 8 years ago
  20. e603cf1 glsl: exit loop early if we find xfb layout qualifers by Timothy Arceri · 8 years ago
  21. 7983ed5 glsl: set InnerCoverage directly in gl_program by Timothy Arceri · 8 years ago
  22. 1f141ea glsl: tidy up PostDepthCoverage shader field by Timothy Arceri · 8 years ago
  23. 3d41f4b mesa/glsl: move pixel_center_integer to gl_shader by Timothy Arceri · 8 years ago
  24. 0a9d102 mesa/glsl: move origin_upper_left to gl_shader by Timothy Arceri · 8 years ago
  25. ceeedb9 mesa/glsl: move uses_gl_fragcoord to gl_shader by Timothy Arceri · 8 years ago
  26. 66a6050 mesa/glsl: move redeclares_gl_fragcoord to gl_shader by Timothy Arceri · 8 years ago
  27. cc7ecce mesa/glsl: move ARB_fragment_coord_conventions_enable field by Timothy Arceri · 8 years ago
  28. ae28c5a st/mesa/glsl: set early_fragment_tests directly in shader_info by Timothy Arceri · 8 years ago
  29. 5c93d27 mesa/glsl/i965: set and use tcs vertices_out directly by Timothy Arceri · 8 years ago
  30. 4cd709e i965: get outputs_written from gl_program by Timothy Arceri · 8 years ago
  31. ef71b86 gallivm: use #ifdef not #if for PIPE_ARCH_BIG_ENDIAN by Dave Airlie · 8 years ago
  32. 3fe8d04 mesa: don't always set _NEW_PROGRAM when linking by Timothy Arceri · 8 years ago
  33. aad9340 mesa: change init subroutine defaults helper to work per gl_program by Timothy Arceri · 8 years ago
  34. 90d9500 mesa/glsl: move ProgramResourceList to gl_shader_program_data by Timothy Arceri · 8 years ago
  35. 62f718b glsl: store number of explicit uniform loactions in gl_shader_program by Timothy Arceri · 8 years ago
  36. c054bbf glsl: create a new link_and_validate_uniforms() helper by Timothy Arceri · 8 years ago
  37. ce4fb3c glsl: make a bunch of varying linking functions static by Timothy Arceri · 8 years ago
  38. 90fffd1 glsl: move more varying linking code to link_varyings.cpp by Timothy Arceri · 8 years ago
  39. 180653c i965/blorp: Make post draw flush more explicit by Topi Pohjolainen · 8 years ago
  40. 46b3468 i965/gen6: Issue direct depth stall and flush after depth clear by Topi Pohjolainen · 8 years ago
  41. e6da694 i965: Make depth clear flushing more explicit by Topi Pohjolainen · 8 years ago
  42. 4840a53 i965/blorp: Use the render cache mechanism instead of explicit flushing by Topi Pohjolainen · 8 years ago
  43. ea8b262 utils: really remove the __END_DECLS macro by Emil Velikov · 8 years ago
  44. 9f8dc3b utils: build sha1/disk cache only with Android/Autoconf by Emil Velikov · 8 years ago
  45. d1efa09 util: import sha1 implementation from OpenBSD by Emil Velikov · 8 years ago
  46. 5b4a531 i965: Make brw_cache_item structure private to brw_program_cache.c. by Kenneth Graunke · 8 years ago
  47. c67a279 radeonsi: determine in advance which VBOs should be added to the buffer list by Marek Olšák · 8 years ago
  48. 1db2bf8 radeonsi: use fewer pointer dereferences in upload_vertex_buffer_descriptors by Marek Olšák · 8 years ago
  49. b9b9540 radeonsi: reject invalid vertex buffer indices at state creation by Marek Olšák · 8 years ago
  50. cf24892 radeonsi: use a global dirty mask for shader pointers by Marek Olšák · 8 years ago
  51. 861d7af radeonsi: use a bitmask-based loop in si_decompress_textures by Marek Olšák · 8 years ago
  52. 4bde7d3 radeonsi: skip an unnecessary mutex lock for L2 prefetches by Marek Olšák · 8 years ago
  53. d93b0ea radeonsi: si_cp_dma_prepare is a no-op for L2 prefetches by Marek Olšák · 8 years ago
  54. 395c498 radeonsi: add SI_CPDMA_SKIP_BO_LIST_UPDATE by Marek Olšák · 8 years ago
  55. 35cd755 radeonsi: use the correct target machine when building shader variants by Marek Olšák · 8 years ago
  56. 3ae3be6 radeonsi: move shader pipe context state into a separate structure by Marek Olšák · 8 years ago
  57. b0cc55f i965: Fix SURFACE_STATE to handle non-zero aux offsets by Ben Widawsky · 8 years ago
  58. 65a44a7 Revert "etnaviv: Fake occlusion query capability" by Christian Gmeiner · 8 years ago
  59. 730574c android: ac/debug: move sid_tables.h generation and IB decode to amd/common by Mauro Rossi · 8 years ago
  60. 02185a1 android: gallium/auxiliary: fix building error in Android 7.0 by Mauro Rossi · 8 years ago
  61. f93f7ca android: amd/common: fix LLVMInitializeAMDGPU* functions declaration by Mauro Rossi · 8 years ago
  62. db3aaa3 android: radeonsi: fix LLVMInitializeAMDGPU* functions declaration by Mauro Rossi · 8 years ago
  63. a2a63ad android: radeon: fix LLVMInitializeAMDGPU* functions declaration by Mauro Rossi · 8 years ago
  64. 9c50039 nouveau: remove always false argument in nouveau_fence_new() by Emil Velikov · 8 years ago
  65. af4a298 egl/wayland: resolve quirky try_damage_buffer() implementation by Emil Velikov · 8 years ago
  66. 687cf37 configure: error out when building static XOR shared by Emil Velikov · 8 years ago
  67. da410e6 configure: explicitly require shared glapi for enable-dri by Emil Velikov · 8 years ago
  68. b628fdd configure: factor out commom egl/gbm checks by Emil Velikov · 8 years ago
  69. e8044dd configure: remove HAVE_EGL_DRIVER_DRI[23] by Emil Velikov · 8 years ago
  70. 3b887f1 configure: forbid static EGL/GBM by Emil Velikov · 8 years ago
  71. d406621 configure: remove unused AC_SUBST variables by Emil Velikov · 8 years ago
  72. 4380a20 gallium: correctly manage libsensors link flags by Emil Velikov · 8 years ago
  73. cb5e799 egl/wayland: unify dri2_wl_create_surface implementations by Emil Velikov · 8 years ago
  74. bfd6314 egl/wayland: use the destroy_window_callback for swrast by Emil Velikov · 8 years ago
  75. 3ecd6c6 glx: unify GLX_SGIX_pbuffer aliased declarations by Emil Velikov · 8 years ago
  76. 9898bcf glx: use GLX_ALIAS for glXGetProcAddress by Emil Velikov · 8 years ago
  77. dfc84c2 mesa: make use of HAVE_FUNC_ATTRIBUTE_ALIAS macro by Emil Velikov · 8 years ago
  78. 63c58dfc android: set HAVE_FUNC_ATTRIBUTE_ALIAS by Emil Velikov · 8 years ago
  79. 52bf10c scons: set HAVE_FUNC_ATTRIBUTE_ALIAS by Emil Velikov · 8 years ago
  80. 95d9eae configure: use standard check for attribure alias by Emil Velikov · 8 years ago
  81. f121ac6 glx: remove always false ifdef GLX_NO_STATIC_EXTENSION_FUNCTIONS by Emil Velikov · 8 years ago
  82. b7ac0f5 etnaviv: Fake occlusion query capability by Wladimir J. van der Laan · 8 years ago
  83. 103c363 etnaviv: add flags parameter to texture barrier by Christian Gmeiner · 8 years ago
  84. 3ef916c etnaviv: handle PIPE_CAP_TGSI_FS_FBFETCH by Christian Gmeiner · 8 years ago
  85. 5644170 gallivm: (trivial) fix copy/paste bug with big endian code by Roland Scheidegger · 8 years ago
  86. 3404196 configure.ac: Revert recent HAVE_LLVM changes. by Jose Fonseca · 8 years ago
  87. 5034cf4 docs: Fix GLSL compiler link by Elie TOURNIER · 8 years ago
  88. 8d1712a vulkan: automake: do not use EXTRA_DIST in a conditional by Emil Velikov · 8 years ago
  89. 2d14ae6 configure.ac: Respect LLVM_CFLAGS in LLVM version detection by Tomasz Figa · 8 years ago
  90. 1a0aa46 configure.ac: Don't check LLVM version in gallium_require_llvm by Tobias Droste · 8 years ago
  91. 4d0efb9 configure.ac: Set and use HAVE_GALLIUM_LLVM define by Tobias Droste · 8 years ago
  92. b045d23 configure.ac: Only define HAVE_LLVM if LLVM is used by Tobias Droste · 8 years ago
  93. 38e8129 configure.ac: Only set LLVM_LIBS if LLVM is used by Tobias Droste · 8 years ago
  94. add9066 configure.ac: Rename MESA_LLVM to FOUND_LLVM by Tobias Droste · 8 years ago
  95. 903eb09 gallivm: Cleanup USE_MCJIT. by Jose Fonseca · 8 years ago
  96. aa291c3 i965: Don't map/unmap in brw_print_program_cache on LLC platforms. by Kenneth Graunke · 8 years ago
  97. ce89239 i965: Move program cache printing to brw_program_cache.c. by Kenneth Graunke · 8 years ago
  98. f9edc55 i965: Make a helper for finding an existing shader variant. by Kenneth Graunke · 8 years ago
  99. e7d4008 glsl: Make copy propagation not panic when it sees an intrinsic. by Kenneth Graunke · 8 years ago
  100. 9919542 i965: Make DCE set null destinations on messages with side effects. by Kenneth Graunke · 8 years ago