1. 854554c gm107/ir: Emit third src 'bound' and optional predicate output of SHFL by Boyan Ding · 8 years ago
  2. a981e68 clover: Fix build against clang SVN >= r299965 by Michel Dänzer · 8 years ago
  3. 46f49d6 st/mesa: add some _mesa_is_winsys_fbo() assertions by Brian Paul · 8 years ago
  4. c36d224 st/mesa: minor optimization in st_DrawBuffers() by Brian Paul · 8 years ago
  5. fbcd709 mesa/st: only update samplers for stages that have changed by Timothy Arceri · 8 years ago
  6. f30f575 st/mesa: Fix missing-braces warning. by Vinson Lee · 8 years ago
  7. 4603bea radv: Disable primitive restart for non-indexed draws by Alex Smith · 8 years ago
  8. ab18578 anv: Only define wsi_cbs when VK_USE_PLATFORM_WAYLAND_KHR defined by Matt Turner · 8 years ago
  9. f7b1371 Revert "r600g: get rid of dummy pixel shader" by Marek Olšák · 8 years ago
  10. bb847e7 mesa: fix memory leak in arb_fragment_program by Bartosz Tomczyk · 8 years ago
  11. c4d4338 radv: Hash the immutable samplers. by Bas Nieuwenhuizen · 8 years ago
  12. bd91caf radv: Use an offset instead of pointers for immutable samplers. by Bas Nieuwenhuizen · 8 years ago
  13. b35b595 radv: Stop shadowing the result in radv_GetQueryPoolResults. by Bas Nieuwenhuizen · 8 years ago
  14. 0763453 radv: Return VK_NOT_READY if the query results are not available. by Bas Nieuwenhuizen · 8 years ago
  15. 2dacb72 radv: Set query availability bit even if we don't wait. by Bas Nieuwenhuizen · 8 years ago
  16. 03d1de3 mesa: avoid NULL ptr in prog parameter name by Gregory Hainaut · 8 years ago
  17. 754b961 i965/drm: Use bools for a few flags. by Kenneth Graunke · 8 years ago
  18. 44ecbbe i965/drm: Make brw_bo_alloc_tiled flags parameter 32-bit. by Kenneth Graunke · 8 years ago
  19. f374b94 i965/drm: Make BO size a uint64_t rather than unsigned long. by Kenneth Graunke · 8 years ago
  20. c85d683 i965/drm: Make alignment parameter a uint64_t. by Kenneth Graunke · 8 years ago
  21. 444ab81 i965/drm: Make stride/pitch a uint32_t. by Kenneth Graunke · 8 years ago
  22. 14fc188 i965/drm: Fix types for pwrite/pread fields. by Kenneth Graunke · 8 years ago
  23. 1936013 i965/drm: Make brw_bo_alloc_tiled take tiling by value, not pointer. by Kenneth Graunke · 8 years ago
  24. 9bd7184 mesa/st: remove _mesa_get_fallback_texture() calls by Timothy Arceri · 8 years ago
  25. c72170f mesa: use pre_hashed version of search for the mesa hash table by Timothy Arceri · 8 years ago
  26. d0f381f swr: [rasterizer core] Disable 8x2 tile backend by Tim Rowley · 8 years ago
  27. 31a23a9 swr: [rasterizer common] Add _simd_testz_si alias by Tim Rowley · 8 years ago
  28. 7abd1f9 swr: [rasterizer archrast] Fix archrast for MSVC 2017 compiler by Tim Rowley · 8 years ago
  29. 54d11b3 swr: [rasterizer jitter] Remove unused function by Tim Rowley · 8 years ago
  30. af909c0 swr: [rasterizer jitter] Remove HAVE_LLVM tests supporting llvm < 3.8 by Tim Rowley · 8 years ago
  31. 973d388 swr: [rasterizer common/core] Fix 32-bit windows build by Tim Rowley · 8 years ago
  32. 217b791 swr: [rasterizer core] Fix unused variable warnings by Tim Rowley · 8 years ago
  33. da7aa39 swr: [rasterizer core] Code formating change by Tim Rowley · 8 years ago
  34. c8cc07c swr: [rasterizer core] SIMD16 Frontend WIP - PA by Tim Rowley · 8 years ago
  35. 08a7136 swr: [rasterizer core] SIMD16 Frontend WIP - Clipper by Tim Rowley · 8 years ago
  36. 0033e86 swr: [rasterizer core] Multisample sample position setup change by Tim Rowley · 8 years ago
  37. 4c09386 swr: [rasterizer core] Reduce templates to speed compile by Tim Rowley · 8 years ago
  38. 147e712 i965/fs: Take into account lower frequency of conditional blocks in spilling cost heuristic. by Francisco Jerez · 8 years ago
  39. 9a7b257 swr: return true for PIPE_CAP_DOUBLES by Tim Rowley · 8 years ago
  40. 02ccd8f i965: Set kernel features before computing max GL version. by Kenneth Graunke · 8 years ago
  41. 8d7a82a anv: remove needless VALGRIND_MAKE_MEM_DEFINED by Juan A. Suarez Romero · 8 years ago
  42. 4ee7c2c etnaviv: enable TS, but disable autodisable by Lucas Stach · 8 years ago
  43. 797890b etnaviv: enable TS also on sampler resources by Lucas Stach · 8 years ago
  44. 52f6c8c etnaviv: align TS surface size to number of pixel pipes by Lucas Stach · 8 years ago
  45. 37622ec etnaviv: avoid using invalid TS by Lucas Stach · 8 years ago
  46. 768f81b glsl: use the BA1 macro for textureQueryLevels() by Samuel Pitoiset · 8 years ago
  47. 981ba1c glsl: use the BA1 macro for textureSamples() by Samuel Pitoiset · 8 years ago
  48. 29082b0 glsl: use the BA1 macro for textureCubeArrayShadow() by Samuel Pitoiset · 8 years ago
  49. 8475a14 radv: Implement pipeline statistics queries. by Bas Nieuwenhuizen · 8 years ago
  50. d2906bc radv: Let count be dynamic in radv_break_on_count. by Bas Nieuwenhuizen · 8 years ago
  51. 8473193 radv: Rename query pipeline/set layout. by Bas Nieuwenhuizen · 8 years ago
  52. 95743d5 radv: Use VK_WHOLE_SIZE for the query buffer bindings. by Bas Nieuwenhuizen · 8 years ago
  53. 8911dd6 radv: Use a shader for occlusion CmdCopyQueryPoolResults. by Bas Nieuwenhuizen · 8 years ago
  54. ce0c8cf radv: Add occlusion query shader. by Bas Nieuwenhuizen · 8 years ago
  55. 50b987c i965: Fix wonky indentation left by brw_bo_alloc_tiled rename. by Kenneth Graunke · 8 years ago
  56. d9cc58d nouveau: when mapping a persistent buffer, synchronize on former xfers by Ilia Mirkin · 8 years ago
  57. 8036809 nvc0: increase texture buffer object alignment to 256 for pre-GM107 by Ilia Mirkin · 8 years ago
  58. 8ffd54f mesa: fix typo and add assert() to _mesa_attach_renderbuffer_without_ref() by Timothy Arceri · 8 years ago
  59. bd84252 i965/drm: Add stall warnings when mapping or waiting on BOs. by Kenneth Graunke · 8 years ago
  60. f053ee7 i965/drm: Make a set_domain() helper function. by Kenneth Graunke · 8 years ago
  61. a99a497 i965/batch: Ensure we use a consistent offset in relocs by Daniel Vetter · 8 years ago
  62. 7f3c85c i965/bufmgr: Garbage-collect vma cache/pruning by Daniel Vetter · 8 years ago
  63. 1f965d3 i965/bufmgr: Remove some reuse functions by Daniel Vetter · 8 years ago
  64. edd85c1 i965/bufmgr: remove start_gtt_access by Daniel Vetter · 8 years ago
  65. 439edaa i965/bufmgr: Delete set_tiling by Daniel Vetter · 8 years ago
  66. 6308121 i965/bufmgr: Delete alloc_for_render by Daniel Vetter · 8 years ago
  67. 538fa87 i965/drm: Use list_for_each_entry_safe in a couple of cases. by Kenneth Graunke · 8 years ago
  68. 10929da i965/drm: Rename intel_bufmgr_gem.c to brw_bufmgr.c. by Kenneth Graunke · 8 years ago
  69. 7aa66e6 i965/drm: Reindent intel_bufmgr_gem.c and brw_bufmgr.h. by Kenneth Graunke · 8 years ago
  70. d30a927 i965/drm: Rename drm_bacon_bo to brw_bo. by Kenneth Graunke · 8 years ago
  71. e0d15e9 i965: Drop brw_bo_map[_gtt] wrappers which issue perf warnings. by Kenneth Graunke · 8 years ago
  72. dfd8137 i965/drm: Rename drm_bacon_reg_read() to brw_reg_read(). by Kenneth Graunke · 8 years ago
  73. 662a733 i965/drm: Rename drm_bacon_bufmgr to struct brw_bufmgr. by Kenneth Graunke · 8 years ago
  74. f5216b2 i965: Just use a uint32_t context handle rather than a malloc'd wrapper. by Kenneth Graunke · 8 years ago
  75. 4cb3e44 i965/drm: Fold drm_bacon_gem_reset_stats into the callers. by Kenneth Graunke · 8 years ago
  76. 414c934 i965/drm: Rename drm_bacon_gem_bo_bucket to bo_cache_bucket. by Kenneth Graunke · 8 years ago
  77. e46b74d i965/drm: Drop drm_bacon_* from static functions. by Kenneth Graunke · 8 years ago
  78. 13596ec i965/drm: Drop drm_bacon_gem_bo_madvise_internal(). by Kenneth Graunke · 8 years ago
  79. 9ee2528 i965/drm: Merge drm_bacon_bo_gem into drm_bacon_bo. by Kenneth Graunke · 8 years ago
  80. 59fdd94 i965/drm: Merge bo->handle and bo_gem->gem_handle. by Kenneth Graunke · 8 years ago
  81. eb41aa8 i965/drm: Rewrite relocation handling. by Kenneth Graunke · 8 years ago
  82. e7ab0ea i965/drm: Make register write check handle execbuffer directly. by Kenneth Graunke · 8 years ago
  83. 6368284 i965: Make a screen::aperture_threshold field. by Kenneth Graunke · 8 years ago
  84. 6079f4f i965: Make/use a brw_batch_references() wrapper. by Kenneth Graunke · 8 years ago
  85. 6537a3c i965: Use brw_emit_reloc() instead of drm_bacon_bo_emit_reloc(). by Kenneth Graunke · 8 years ago
  86. eadd5d1 i965: Change intel_batchbuffer_reloc() into brw_emit_reloc(). by Kenneth Graunke · 8 years ago
  87. fbb3297 i965/drm: Drop GEM_SW_FINISH stuff. by Kenneth Graunke · 8 years ago
  88. 80761a4 i965/drm: Drop code to search for an existing bufmgr. by Kenneth Graunke · 8 years ago
  89. b666654 i965/drm: Unwrap the unnecessary drm_bacon_reloc_target_info struct. by Kenneth Graunke · 8 years ago
  90. 2662894 i965/drm: Switch from uthash to Mesa's hash table. by Kenneth Graunke · 8 years ago
  91. ad1b1cc i965/drm: Drop bo_gem::kflags. by Kenneth Graunke · 8 years ago
  92. a972c90 i965/drm: Drop has_exec_async related API. by Kenneth Graunke · 8 years ago
  93. d606f64 i965/drm: Drop softpin support for now. by Kenneth Graunke · 8 years ago
  94. 0314eed i965/drm: Drop userptr support for now. by Kenneth Graunke · 8 years ago
  95. a460e1e i965/drm: Delete engine checks. by Kenneth Graunke · 8 years ago
  96. 1dc02da i965/drm: Drop intel_chipset.h in favor of using gen_device_info. by Kenneth Graunke · 8 years ago
  97. 55ee8f3 i965/drm: Drop deprecated drm_bacon_bo::offset. by Kenneth Graunke · 8 years ago
  98. a29fb9b i965/drm: Drop has_wait_timeout. by Kenneth Graunke · 8 years ago
  99. b97bcf3 i965/drm: Assume aperture size query will work. by Kenneth Graunke · 8 years ago
  100. c28691a i965/drm: Combine drm_bacon_bufmgr_gem and drm_bacon_bufmgr classes. by Kenneth Graunke · 8 years ago