1. 95ed2d9 amd: flatten amd/common makefile structure by Mauro Rossi · 8 years ago
  2. 74e39de radeonsi: set IF_THRESHOLD to 3 by Marek Olšák · 8 years ago
  3. 537b897 glsl_to_tgsi: lower small branches based on the CAP by Marek Olšák · 8 years ago
  4. 72217d4 gallium: add PIPE_SHADER_CAP_LOWER_IF_THRESHOLD by Marek Olšák · 8 years ago
  5. e334400 glsl/lower_if: conditionally lower if-branches based on their size by Marek Olšák · 8 years ago
  6. 83d9b8a glsl/lower_if: don't lower branches touching tess control outputs by Marek Olšák · 8 years ago
  7. 654e946 glsl/lower_if: check more node types in check_control_flow -> check_ir_node by Marek Olšák · 8 years ago
  8. 68f3500 glsl/lower_if: move and rename found_control_flow by Marek Olšák · 8 years ago
  9. a6ff2a3 util/disk_cache: use unambiguous naming by Marek Olšák · 8 years ago
  10. 3172730 util: import cache.c/h from glsl by Marek Olšák · 8 years ago
  11. 5b88766 gallivm: limit use of setFastMathFlags to LLVM 3.8 and later by Marek Olšák · 8 years ago
  12. 341fc00 intel: Set min_ds_entries on Broxton. by Kenneth Graunke · 8 years ago
  13. 0c73a3b dri: make use of loader_get_extensions_name(..) helper by Christian Gmeiner · 8 years ago
  14. fb10c89 Revert "dri: make use of dri_get_extensions_name(..) helper" by Emil Velikov · 8 years ago
  15. 358079d radeonsi: set unsafe fpmath on FP instructions when allowed by R600_DEBUG by Marek Olšák · 8 years ago
  16. 41d20d4 gallivm: add lp_create_builder with an unsafe_fpmath option by Marek Olšák · 8 years ago
  17. 171e349 radeonsi: fold some shader context initialization to si_llvm_context_init by Marek Olšák · 8 years ago
  18. e4b01c9 loader: fixup driver names if needed by Christian Gmeiner · 8 years ago
  19. 1a21d21 dri: make use of dri_get_extensions_name(..) helper by Christian Gmeiner · 8 years ago
  20. 0890aa6 loader: add loader_get_extensions_name(..) helper by Christian Gmeiner · 8 years ago
  21. 0639e25 egl: Use pkg-config for Android NDK build by Gurchetan Singh · 8 years ago
  22. e23608d configure.ac: Don't look for pthreads in Android platform by Gurchetan Singh · 8 years ago
  23. e73513f meta/GetTexSubImage: Account for GL_PACK_SKIP_IMAGES on compressed textures by Eduardo Lima Mitev · 8 years ago
  24. 277f868 anv/format: handle unsupported formats earlier by Iago Toral Quiroga · 8 years ago
  25. 308b06d main: return error if asking for GL_TEXTURE_BORDER_COLOR in TEXTURE_2D_MULTISAMPLE{_ARRAY} through TexParameter{i,Ii,Iui}v() by Samuel Iglesias Gonsálvez · 8 years ago
  26. a46bc3f anv: fix multi level clears with VK_REMAINING_MIP_LEVELS by Lionel Landwerlin · 8 years ago
  27. 5923088 dir-locals.el: Adds White Space support by Andres Gomez · 8 years ago
  28. 9730f27 anv/format: support VK_FORMAT_R8G8B8_SRGB by Iago Toral Quiroga · 8 years ago
  29. 35deeda anv/format: handle unsupported formats properly by Iago Toral Quiroga · 8 years ago
  30. 8e430ff clover: adapt to new error API since LLVM r286752 by Vedran Miletić · 8 years ago
  31. c8a51fa swr: [rasterizer core] remove driverType by Tim Rowley · 8 years ago
  32. ddc898a swr: [rasterizer archrast] move to pass by value by Tim Rowley · 8 years ago
  33. 23e459b swr: [rasterizer core] add mode for aux buffer in the SWR_SURFACE_STATE by Tim Rowley · 8 years ago
  34. e9a3ad1 swr: [rasterizer common] don't bleed NOMINMAX definition after <windows.h> by Tim Rowley · 8 years ago
  35. cd8d840 swr: [rasterizer archrast] add events by Tim Rowley · 8 years ago
  36. 7c3ca2e swr: [rasterizer core] fix culling issues by Tim Rowley · 8 years ago
  37. cee66dd swr: [rasterizer core/jitter] fix alpha test bug by Tim Rowley · 8 years ago
  38. 5912552 swr: [rasterizer core] various code style changes by Tim Rowley · 8 years ago
  39. 584b65a swr: [rasterizer archrast] don't generate empty files by Tim Rowley · 8 years ago
  40. e6f7d8a swr: [rasterizer archrast] fix open file handle limit issue by Tim Rowley · 8 years ago
  41. 2c69775 swr: [rasterizer archrast] fix double free issue by Tim Rowley · 8 years ago
  42. dc84089 swr: [rasterizer core] separate frontend/backend stats enables by Tim Rowley · 8 years ago
  43. 937b7d8 swr: [rasterizer core] 16-wide tile store nearly completed by Tim Rowley · 8 years ago
  44. f233bcd docs: add news item and link release notes for 13.0.1 by Emil Velikov · 8 years ago
  45. 0a2b7c1 docs: add sha256 checksums for 13.0.1 by Emil Velikov · 8 years ago
  46. eeedb52 docs: add release notes for 13.0.1 by Emil Velikov · 8 years ago
  47. 7b9a9a0 i965/vec4: skip registers already marked as no_spill by Juan A. Suarez Romero · 8 years ago
  48. 151aeca glsl: Don't crash on function names with invalid identifiers. by Kenneth Graunke · 8 years ago
  49. 9c676a6 glsl: Fix assert fails when assignment expressions are in array sizes. by Kenneth Graunke · 8 years ago
  50. 5debfeb vc4: Add simulator kernel validation for multithreaded fragment shaders. by Jonas Pfeil · 8 years ago
  51. 96ffee2 vc4: Mark threaded FSes as non-singlethread in the CL. by Eric Anholt · 8 years ago
  52. ace0d81 vc4: Flag the last thread switch in the program as the last. by Eric Anholt · 8 years ago
  53. 67f72c5 vc4: Add THRSW nodes after each tex sample setup in multithreaded mode. by Eric Anholt · 8 years ago
  54. e3c620e vc4: Add some spec citations about texture fifo management. by Eric Anholt · 8 years ago
  55. fd2aff8 vc4: Use ra14/rb14 as the spilling registers. by Eric Anholt · 8 years ago
  56. 7550371 vc4: Add support for register allocation for threaded shaders. by Eric Anholt · 8 years ago
  57. fdad4d2 vc4: Split register class setup for physical files from accumulators. by Eric Anholt · 8 years ago
  58. 8e704dc vc4: Use register allocator CLASS_BIT_R0_R3 to clean up CLASS_B. by Eric Anholt · 8 years ago
  59. 1ee503c vc4: Add support for QPU scheduling of thread switch instructions. by Eric Anholt · 8 years ago
  60. 4f527f1 vc4: Add a thread switch QIR instruction. by Eric Anholt · 8 years ago
  61. 93cdae4 vc4: Add a bit of QPU validation for threaded shaders. by Eric Anholt · 8 years ago
  62. 977d8b5 vc4: Fix register class handling of DDX/DDY arguments. by Eric Anholt · 8 years ago
  63. 9b12151 radv/pipeline: Don't dereference NULL dynamic state pointers by Darren Salt · 8 years ago
  64. dfc001d freedreno/ir3: fixup ralloc fallout by Rob Clark · 8 years ago
  65. 2e2562c Fix races during _mesa_HashWalk(). by Steinar H. Gunderson · 8 years ago
  66. 07566ad i965: Drop tabs in brw_state.h. by Kenneth Graunke · 8 years ago
  67. 0b98e88 ac/nir/llvm: Fix setting function attributes for intrinsics by Daniel Scharrer · 8 years ago
  68. 74d5d39 i965: Update a comment: s/brw_state_cache/brw_program_cache/g by Kenneth Graunke · 8 years ago
  69. 3ff9f8c clover: fix building since llvm r286566 by Laurent Carlier · 8 years ago
  70. 6ff948e egl/wayland: fix return value in dri2_wl_swrast_commit_backbuffer by Emil Velikov · 8 years ago
  71. 92ec47a glsl: define __STDC_FORMAT_MACROS to get PRIx64 macro by Brian Paul · 8 years ago
  72. f905253 mesa: fix comment indentation in bind_buffers_check_offset_and_size() by Brian Paul · 8 years ago
  73. db45f1e glsl: automake: add opt_add_neg_to_sub.h to the sources list by Emil Velikov · 8 years ago
  74. e36f087 i965: update gl_PrimitiveIDIn to be a system variable by Timothy Arceri · 8 years ago
  75. 0062078 i965: use nir_shader_gather_info() over do_set_program_inouts() by Timothy Arceri · 8 years ago
  76. e86fc2c i965: remove remaining tabs in brw_program_cache.c by Timothy Arceri · 8 years ago
  77. 663fc64 i965: rename brw_state_cache_check_size() to brw_program_cache_check_size() by Timothy Arceri · 8 years ago
  78. 0d897be i965: rename brw_state_cache.c -> brw_program_cache.c by Timothy Arceri · 8 years ago
  79. a5e88e6 i965/gs: Allow primitive id to be a system value by Jason Ekstrand · 8 years ago
  80. e73d136 vulkan/wsi/x11: Implement FIFO mode. by Jason Ekstrand · 8 years ago
  81. 4fa0ca8 vulkan/wsi: Report the correct min/maxImageCount by Jason Ekstrand · 8 years ago
  82. 932bb3f vulkan/wsi: Add a thread-safe queue implementation by Kevin Strasser · 8 years ago
  83. 3ca600f android/i965: add libmesa_i965_compiler static library by Tapani Pälli · 8 years ago
  84. 1c2de89 android: add SPIRV_FILES to libmesa_nir by Tapani Pälli · 8 years ago
  85. 23d1799 anv: use STATIC_ASSERT instead of static_assert by Tapani Pälli · 8 years ago
  86. ec725dc util: use STATIC_ASSERT instead of static_assert by Tapani Pälli · 8 years ago
  87. 9896980 vulkan: import latest public vulkan headers + and fix drivers. by Dave Airlie · 8 years ago
  88. e4c465e docs: add news item and link release notes for 12.0.4 by Emil Velikov · 8 years ago
  89. 33c2958 docs: add sha256 checksums for 12.0.4 by Emil Velikov · 8 years ago
  90. d82bbf3 docs: add release notes for 12.0.4 by Emil Velikov · 8 years ago
  91. d881e1c glsl: include inttypes.h for PRIx64 macro by Brian Paul · 8 years ago
  92. 2de85eb radv: fix texturesamples to handle single sample case by Dave Airlie · 8 years ago
  93. a6c3d0f anv/cmd_buffer: Enable a CS stall workaround for Sky Lake gt4 by Jason Ekstrand · 8 years ago
  94. 1e3e347 anv/cmd_buffer: Take a command buffer instead of a batch in two helpers by Jason Ekstrand · 8 years ago
  95. e9acae84 glsl/standalone: Add the ability to generate ir_builder code by Ian Romanick · 8 years ago
  96. 191d9a5 glsl: Add a C++ code generator that uses ir_builder to rebuild a program by Ian Romanick · 8 years ago
  97. 984f16b glsl: Generate strings that are the enum names without the ir_*op_ prefix by Ian Romanick · 8 years ago
  98. d0028b2 glsl/standalone: Enable par-linking by Ian Romanick · 8 years ago
  99. 4dc759c glsl/standalone: Optimize dead variable declarations by Ian Romanick · 8 years ago
  100. f45a2a9 glsl/standalone: Optimize add-of-neg to subtract by Ian Romanick · 8 years ago