1. a2f5292 glsl/glcpp/tests: reinstate srcdir/abs_builddir blurb by Emil Velikov · 7 years ago
  2. 87cebac glsl: fold glcpp-test-cr-lf.sh into glcpp-test.sh by Emil Velikov · 7 years ago
  3. 1c1f70d st/dri: constify dri_fill_st_visual's screen by Emil Velikov · 7 years ago
  4. ccaa9f0 mesa: remove struct gl_extensions::ATI_separate_stencil by Emil Velikov · 7 years ago
  5. 1714dfc travis: add libXrandr and its randrproto dependency by Eric Engestrom · 7 years ago
  6. d24839b swr: bump minimum supported LLVM version to 5.0 by Juan A. Suarez Romero · 7 years ago
  7. f966929 radeonsi: add a debug flag to zero vram allocations by Grazvydas Ignotas · 7 years ago
  8. 4e0d93d radeonsi: use shifts for sign extension by Grazvydas Ignotas · 7 years ago
  9. af17a29 radv: set EVENT_WRITE_EOP.INT_SEL = wait for write confirmation by Samuel Pitoiset · 7 years ago
  10. 41f6096 radv: use EOP_DATA_SEL_* instead of magic numbers by Samuel Pitoiset · 7 years ago
  11. 53959fc r600: fix copy/paste bug for sampleMaskIn workaround by Roland Scheidegger · 7 years ago
  12. edb7890 v3d: Fix min vs mag determination when not doing mip filtering. by Eric Anholt · 7 years ago
  13. 3f960c1 vulkan: EXT_acquire_xlib_display requires libXrandr headers to build by Keith Packard · 7 years ago
  14. f49d112 v3d: Implement ALPHA_TO_COVERAGE. by Eric Anholt · 7 years ago
  15. 94f7c01 v3d: Track write reference to the separate stencil buffer. by Eric Anholt · 7 years ago
  16. a52c357 v3d: Add missing reference to the separate stencil buffer. by Eric Anholt · 7 years ago
  17. 1334295 v3d: Fix return value from fence_finish. by Eric Anholt · 7 years ago
  18. 8b30993 mesa/st: only do scalar lowerings if driver benefits by Christian Gmeiner · 7 years ago
  19. f485e56 gallium: add scalar isa shader cap by Christian Gmeiner · 7 years ago
  20. 050d8a4 radv: Add VK_EXT_display_surface_counter to radv driver by Keith Packard · 7 years ago
  21. 1801d7c anv: Add VK_EXT_display_surface_counter to anv driver [v2] by Keith Packard · 7 years ago
  22. b1a013d Vulkan/wsi: Implement VK_EXT_display_surface_counter by Jason Ekstrand · 7 years ago
  23. 8f3b58e vulkan/wsi: Get rid of the get_capabilities hook by Jason Ekstrand · 7 years ago
  24. 7f3cb7d intel/aubinator: drop unused functions by Eric Engestrom · 7 years ago
  25. 65b3fed radv: always initialize the clear depth/stencil values to 0 by Samuel Pitoiset · 7 years ago
  26. 204cf57 radv: always initialize the clear color values to 0 by Samuel Pitoiset · 7 years ago
  27. 4b564bd radv: always initialize the DCC predicate to FALSE by Samuel Pitoiset · 7 years ago
  28. 70c1bee radv: do not use an user SGPR for the sample position offset by Samuel Pitoiset · 7 years ago
  29. 2017086 radv: don't store the number of samples as log2 by Samuel Pitoiset · 7 years ago
  30. 8a6e3f0 gallium/aux/util/u_cpu_detect.h: Fix -Wsign-compare warning in u_cpu_detect.c by Gert Wollny · 7 years ago
  31. 33f4e8a gallium/aux/util/u_debug.h: Fix "noreturn" warnings in debug mode by Gert Wollny · 7 years ago
  32. 70f6329 gallium/aux/util: Fix some warnings by Gert Wollny · 7 years ago
  33. 3e091d5 gallium/aux/tgsi_ureg.c: remove unused parameter from match_or_expand_immediate64 by Gert Wollny · 7 years ago
  34. f79b980 gallium/aux/tgsi_two_side.c: Fix -Wsign-compare warnings by Gert Wollny · 7 years ago
  35. dc5ba7e gallium/aux/tgsi_ureg.c: Fix various warnings by Gert Wollny · 7 years ago
  36. c5e8280 gallium/aux/tgsi_text.c: Fix -Wsign-compare warnings by Gert Wollny · 7 years ago
  37. b16b6d0 gallium/aux/tgsi_point_sprite.c: Fix -Wsign-compare warnings by Gert Wollny · 7 years ago
  38. 3792d85 gallium/aux/tgsi_lowering.c: Fix -Wsign-compare warnings by Gert Wollny · 7 years ago
  39. 7a3daaa gallium/aux/tgsi_build.c: Fix -Wsign-compare warnings by Gert Wollny · 7 years ago
  40. 94f40d3 gallium/aux/tgsi_build.c: Remove now unused variable by Gert Wollny · 7 years ago
  41. dc46b2a gallium/aux/tgsi_build.c: Remove unused parameters prev_token from various functions by Gert Wollny · 7 years ago
  42. f06194b gallium/aux/tgsi_exec.c: Fix various -Wsign-compare by Gert Wollny · 7 years ago
  43. a7cbb9b gallium/aux/tgsi_exec.c: remove superfluous parameter from etch_source_d by Gert Wollny · 7 years ago
  44. 5fe1b3b gallium/aux/tgsi_exec.c: remove superfluous parameter from store_dest_dstret by Gert Wollny · 7 years ago
  45. c9b53c6 gallium/aux/tgsi_exec.c: Remove unused parameter from fetch_src_file_channel by Gert Wollny · 7 years ago
  46. 38a9b42 gallium/aux/tgsi_exec.c: Remove paramater inst from exec_kill by Gert Wollny · 7 years ago
  47. b8fca73 gallium/aux/tgsi_aa_point.c: Fix -Wsign-compare warnings by Gert Wollny · 7 years ago
  48. 09b3b37 gallium/aux/tgsi_sanity.c: Fix -Wsign-compare warnings by Gert Wollny · 7 years ago
  49. bf6b695 gallium/aux/tgsi/tgsi_parse.c: Fix two warnings by Gert Wollny · 7 years ago
  50. fc9e259 gallium/aux/tgsi/tgsi_dump.c: Fix -Wsign-compare warnings by Gert Wollny · 7 years ago
  51. 03ac970 gallium/aux/cso_cache: Fix various warnings by Gert Wollny · 7 years ago
  52. 81e5bf3 configure.ac: Add CFLAG -Wno-missing-field-initializers (v5) by Gert Wollny · 7 years ago
  53. 916dda5 radv: remove unnecessary code around CACHE_FLUSH_AND_INV_TS_EVENT by Samuel Pitoiset · 7 years ago
  54. 4705a5d radv: Fix flush_bits being used uninitialized. by Bas Nieuwenhuizen · 7 years ago
  55. dbac8e2 radv: Add EXT_acquire_xlib_display to radv driver [v2] by Keith Packard · 7 years ago
  56. 46090a6 anv: Add EXT_acquire_xlib_display to anv driver [v3] by Keith Packard · 7 years ago
  57. 7ab1fff vulkan: Add EXT_acquire_xlib_display [v5] by Keith Packard · 7 years ago
  58. 5a2efef radv: Add EXT_direct_mode_display to radv driver by Keith Packard · 7 years ago
  59. f89d387 anv: Add EXT_direct_mode_display to anv driver [v2] by Keith Packard · 7 years ago
  60. 352d320 vulkan: Add EXT_direct_mode_display [v2] by Keith Packard · 7 years ago
  61. 451b58a radv: Add KHR_display extension to radv [v5] by Keith Packard · 7 years ago
  62. 54d0daa anv: Add KHR_display extension to anv [v7] by Keith Packard · 7 years ago
  63. da997eb vulkan: Add KHR_display extension using DRM [v10] by Keith Packard · 7 years ago
  64. ef79457 radv: Merge the flush bits of CMASK & DCC clear. by Bas Nieuwenhuizen · 7 years ago
  65. ed06b1c radv: Don't check for pipeline being set in draw. by Bas Nieuwenhuizen · 7 years ago
  66. 1ba87f4 radeonsi: rename r600_texture -> si_texture, rxxx -> xxx or sxxx by Marek Olšák · 7 years ago
  67. 6703fec amd,radeonsi: rename radeon_winsys_cs -> radeon_cmdbuf by Marek Olšák · 7 years ago
  68. 39b4fdc freedreno/a5xx: move emit_marker5() into a5xx backend by Rob Clark · 7 years ago
  69. 0c8d9e9 freedreno/a5xx: fix crash in dEQP-GLES31.stress.vertex_attribute_binding.buffer_bounds.bind_vertex_buffer_offset_near_wrap_10 by Rob Clark · 7 years ago
  70. 4a41b02 freedreno/a5xx: don't crash if compute shader compile fails by Rob Clark · 7 years ago
  71. 658f1f6 freedreno/ir3: fix missing recursion into block condition by Rob Clark · 7 years ago
  72. 1a61502 freedreno/a5xx: better FOUR_QUAD/TWO_QUAD decision for compute by Rob Clark · 7 years ago
  73. f071544 freedreno/a5xx: bordercolor fixes by Rob Clark · 7 years ago
  74. ced14f1 freedreno: remove per-stateobj dirty_mask's by Rob Clark · 7 years ago
  75. 5708440 freedreno/a5xx: remove one image stateblock by Rob Clark · 7 years ago
  76. e0c6135 freedreno/a5xx: cubemap image fixes by Rob Clark · 7 years ago
  77. 0bb0cac freedreno/ir3: handle image buffer by Rob Clark · 7 years ago
  78. d1d2b13 freedreno/ir3: handle arrays of images by Rob Clark · 7 years ago
  79. 5b2ef78 freedreno/ir3: images can be arrays too by Rob Clark · 7 years ago
  80. f489fa1 freedreno/ir3: use move_load_const pass by Rob Clark · 7 years ago
  81. 7235c14 nir: add pass to move load_const by Rob Clark · 7 years ago
  82. c9d6e57 mesa/st/nir: fix driver_location for arrays of image/sampler by Rob Clark · 7 years ago
  83. 2284572 nir: add comment for loop_unroll pass by Rob Clark · 7 years ago
  84. e3bbc1e glsl: fix random typo by Rob Clark · 7 years ago
  85. dfeb61c radeonsi: ignore PIPE_RESOURCE_FLAG_MAP_COHERENT by Marek Olšák · 7 years ago
  86. 9322974 radeonsi: always put persistent buffers into GTT on radeon by Marek Olšák · 7 years ago
  87. ffbbc00 radeonsi: fix si_get_num_queries for radeon by Marek Olšák · 7 years ago
  88. 94b2976 radeonsi: don't expose performance counters for non-existent blocks by Marek Olšák · 7 years ago
  89. a2451a4 ac/gpu_info: add radeon_info::num_tcc_blocks by Marek Olšák · 7 years ago
  90. 166c00e radeonsi: set a better NUM_PATCHES hard limit by Marek Olšák · 7 years ago
  91. 0d685ba radeonsi: make sure LS-HS vector lanes are reasonably occupied by Marek Olšák · 7 years ago
  92. e93fe40 radeonsi: properly compute an LS-HS thread group size limit by Marek Olšák · 7 years ago
  93. da0115b v3d: Fix blitting from a linear winsys BO. by Eric Anholt · 7 years ago
  94. 07b2436 v3d: Add missing always_flush debug flag. by Eric Anholt · 7 years ago
  95. 9b1cb50 virgl: Remove debugging left-overs by Tomeu Vizoso · 7 years ago
  96. 6c243ac glsl: fix desktop glsl linking regression by Timothy Arceri · 7 years ago
  97. a9114b5 util: add allow_glsl_relaxed_es to drirc for Google Earth VR by Timothy Arceri · 7 years ago
  98. 725b1a4 mesa/util: add allow_glsl_relaxed_es driconfig override by Timothy Arceri · 7 years ago
  99. 781c23e util: add allow_glsl_builtin_const_expression to drirc for Google Earth VR by Timothy Arceri · 7 years ago
  100. 90dbab0 mesa/util: add allow_glsl_builtin_const_expression driconf override by Timothy Arceri · 7 years ago