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