1. 6aa7300 nir: Turn imov/fmov of undef into undef. by Kenneth Graunke · 8 years ago
  2. 12a9125 i965: Use a separate register for every access to an SSA undef. by Kenneth Graunke · 8 years ago
  3. 67c5e84 vl/dri3: Destroy Present event context when destroying drawable v2 by Michel Dänzer · 8 years ago
  4. 5d191ba loader/dri3: Destroy Present event context when destroying drawable v2 by Michel Dänzer · 8 years ago
  5. 1743c41 gbm: Correct bo_import documentation (trivial) by Ben Widawsky · 8 years ago
  6. bc1fc9c vc4: Avoid generating a custom shader per level in glGenerateMipmaps(). by Eric Anholt · 8 years ago
  7. e97e9e6 vc4: Tell valgrind about BO allocations from mmap time to destroy. by Eric Anholt · 8 years ago
  8. fd32868 loader: fix memory leak in loader_dri3_open by Jan Ziak · 8 years ago
  9. a0671d6 vc4: Fix a leak of the src[] array of VPM reads in optimization. by Eric Anholt · 8 years ago
  10. 9f95690 vc4: Fix leak of the bo_handles table. by Eric Anholt · 8 years ago
  11. 02f8c44 vc4: Fix handling of UBO range offsets. by Eric Anholt · 8 years ago
  12. 9128acf nir: Allow opt_peephole_select to work on empty blocks. by Eric Anholt · 8 years ago
  13. 36b9eb8 vc4: Dump NIR at shader state creation time as well. by Eric Anholt · 8 years ago
  14. 435d959 r600g: use last_gfx_fence like radeonsi by Marek Olšák · 8 years ago
  15. a6bfafa gallium/radeon: move last_gfx_fence from radeonsi to common code by Marek Olšák · 8 years ago
  16. c15a9de radeonsi: skip unnecessary si_update_shaders calls by Marek Olšák · 8 years ago
  17. c2a0e99 radeonsi: print the command line to VM fault reports (v2) by Marek Olšák · 8 years ago
  18. 6573ad6 ddebug: print the command line to all logs (v2) by Marek Olšák · 8 years ago
  19. 8403530 ddebug: don't use fmemopen on non-Linux OS by Marek Olšák · 8 years ago
  20. c88b309 radeonsi: don't set the last parameter component of llvm.AMDGPU.cube by Marek Olšák · 8 years ago
  21. 42c5f83 radeonsi: use llvm.amdgcn.cube* if available by Marek Olšák · 8 years ago
  22. 1fb6e55 radeonsi: use llvm.amdgcn.rsq.f64 if available by Marek Olšák · 8 years ago
  23. db2d31d radeonsi: use v_mad_f32 for fma by Marek Olšák · 8 years ago
  24. 4c4bfed i965: use mt->offset in intel_miptree_map_movntdqa() by Haixia Shi · 8 years ago
  25. 6fb6201 nir: fix validation message by Timothy Arceri · 8 years ago
  26. 2d788a9 .mailmap: Update my address by Chad Versace · 8 years ago
  27. 11072de swr: build swr with -fno-strict-aliasing by Tim Rowley · 8 years ago
  28. 3356ac2 ast: Updated AST_NUM_OPERATORS for coherence with ast_operators by Andres Gomez · 8 years ago
  29. c3211ae i965: Disable the unlit centroid workaround on Gen7. by Matt Turner · 8 years ago
  30. 6db93cd gallium/util: fix align64 by Marek Olšák · 8 years ago
  31. 88ad8c7 mesa: Drop -fno-strict-aliasing. by Matt Turner · 8 years ago
  32. 12a1405 i915: Avoid aliasing violation. by Matt Turner · 8 years ago
  33. be35c6b draw: Avoid aliasing violations. by Matt Turner · 8 years ago
  34. 8e68f35 r600g: Avoid aliasing violations. by Matt Turner · 8 years ago
  35. d2838f7 r300g: Avoid aliasing violation. by Matt Turner · 8 years ago
  36. 16ff8f9 gallium/auxiliary: Add u_bitcast.h header. by Matt Turner · 8 years ago
  37. bbe012f glsl_to_tgsi: Avoid aliasing violations. by Matt Turner · 8 years ago
  38. 500a3dd st/mesa: silence missing braces warning in st_program.c by Brian Paul · 8 years ago
  39. 13fa051 auxiliary/os: add new os_get_command_line() function by Brian Paul · 8 years ago
  40. c2b4942 svga: avoid redundant SetVertexBuffer/SetIndexBuffer commands at rebind by Charmaine Lee · 8 years ago
  41. 53b2b8b u_vbuf: fix potentially bogus assert by Rob Clark · 8 years ago
  42. e7c8c85 gbm: Removed unused function. by Ben Widawsky · 8 years ago
  43. cec377e i965: fix comparison warning by Timothy Arceri · 8 years ago
  44. 26ff7e3 vc4: Zero-initialize the hardware sampler view structure. by Eric Anholt · 8 years ago
  45. b730960 mesa: Remove set but not used gl_client_array::Stride. by Mathias Fröhlich · 8 years ago
  46. 56c65cd mesa: Remove set but not used gl_client_array::Enabled. by Mathias Fröhlich · 8 years ago
  47. 43a6f43 vbo: Use the VAO array enabled flags in vbo_exec_array. by Mathias Fröhlich · 8 years ago
  48. 4cda690 vbo: Walk the VAO in check_array_data. by Mathias Fröhlich · 8 years ago
  49. 99b4218 vbo: Walk the VAO in print_draw_arrays. by Mathias Fröhlich · 8 years ago
  50. eec516d mesa: Walk the VAO in _mesa_print_arrays. by Mathias Fröhlich · 8 years ago
  51. 144737a vbo: Walk the VAO to check for mapped buffers. by Mathias Fröhlich · 8 years ago
  52. 3f5e569 vbo: Walk the VAO to see if all varyings are in vbos. by Mathias Fröhlich · 8 years ago
  53. f8be969 mesa: Implement _mesa_all_varyings_in_vbos. by Mathias Fröhlich · 8 years ago
  54. f7cb46a mesa: Unbind deleted vbo using _mesa_bind_vertex_buffer. by Mathias Fröhlich · 8 years ago
  55. f696b71 glsl: be more strict on block qualifiers by Timothy Arceri · 8 years ago
  56. d3dc1b8 glsl: add name param to validate_flags() by Timothy Arceri · 8 years ago
  57. 2262fe4 glsl: add component to ast_type_qualifier::validate_flags by Timothy Arceri · 8 years ago
  58. bbe8393 docs: Add GL4.4 and ARB_enhanced_layouts to the release notes by Timothy Arceri · 8 years ago
  59. b5661c1 anv: Perform rasterizer discard in the SOL stage instead of the clipper. by Kenneth Graunke · 8 years ago
  60. 99a4739 Revert "gallium/util: fix resource leak" by Roland Scheidegger · 8 years ago
  61. d1fe26a gallium/util: fix resource leak by Eric Engestrom · 8 years ago
  62. e713a9e freedreno/a4xx: fix comparison out of range warnings by francians@gmail.com · 8 years ago
  63. 43492c7 freedreno/a3xx: fix comparison out of range warnings by francians@gmail.com · 8 years ago
  64. 089cc74 freedreno/a2xx: fix comparison out of range warnings by francians@gmail.com · 8 years ago
  65. 3fa68fd freedreno/ir3: init ir3_shader_key with memset() by francians@gmail.com · 8 years ago
  66. a63bac9 gallium/freedreno: move cast to avoid integer overflow by Eric Engestrom · 8 years ago
  67. 3563c4d freedreno/a2xx: remove duplicate assignment by Eric Engestrom · 8 years ago
  68. 2d64a00 freedreno: defer flush_queue allocation by Rob Clark · 8 years ago
  69. 4175606 freedreno: add some hw query traces by Rob Clark · 8 years ago
  70. e684c32 freedreno: some locking by Rob Clark · 8 years ago
  71. 010e4b2 os: add pipe_mutex_assert_locked() by Rob Clark · 8 years ago
  72. 9f0eb69 freedreno: drop needs_rb_fbd by Rob Clark · 8 years ago
  73. e6bfe1c freedreno: move needs_wfi into batch by Rob Clark · 8 years ago
  74. 0739bbc freedreno: a bit of micro-optimization by Rob Clark · 8 years ago
  75. e1b1052 freedreno: drop mem2gmem/gmem2mem query stages by Rob Clark · 8 years ago
  76. 00bed8a freedreno: threaded batch flush by Rob Clark · 8 years ago
  77. c441638 freedreno: track batch/blit types by Rob Clark · 8 years ago
  78. 7f8fd02 freedreno: re-order support for hw queries by Rob Clark · 8 years ago
  79. 10baf05 freedreno: use prsc for hw queries by Rob Clark · 8 years ago
  80. ba30096 freedreno: support discarding previous rendering in special cases by Rob Clark · 8 years ago
  81. 7105774 freedreno: shadow textures if possible to avoid stall/flush by Rob Clark · 8 years ago
  82. dcde4cd freedreno: spiff up some debug traces by Rob Clark · 8 years ago
  83. 9f219c7 freedreno: add batch-cache and batch reordering by Rob Clark · 8 years ago
  84. f02a64d freedreno: move more batch related tracking to fd_batch by Rob Clark · 8 years ago
  85. eeafaf2 freedreno: dynamically sized/growable cmd buffers by Rob Clark · 8 years ago
  86. 9e4561d freedreno: push resource tracking down into batch by Rob Clark · 8 years ago
  87. 9bbd239 freedreno: introduce fd_batch by Rob Clark · 8 years ago
  88. 12aec78 mesa: remove dd_function_table::UseProgram by Marek Olšák · 8 years ago
  89. b47839a st/mesa: update sampler states when shaders are changed by Marek Olšák · 8 years ago
  90. c7954b1 st/mesa: don't dirty sample shading on _NEW_PROGRAM by Marek Olšák · 8 years ago
  91. 79dcd69 st/mesa: remove excessive shader state dirtying by Marek Olšák · 8 years ago
  92. 1f73e2b st/mesa: unreference optional shaders when unbinding by Marek Olšák · 8 years ago
  93. 0a46e6f st/mesa: skip updates of states that have no effect by Marek Olšák · 8 years ago
  94. c8fe3b9 st/mesa: completely rewrite state atoms by Marek Olšák · 8 years ago
  95. 53bc289 st/mesa: remove st_tracked_state::name by Marek Olšák · 8 years ago
  96. f2adba4 st/mesa: remove atom debugging code by Marek Olšák · 8 years ago
  97. ebdc82d i965: Fix move_interpolation_to_top() pass. by Kenneth Graunke · 8 years ago
  98. 591eeb7 freedreno: limit non-user constant buffers to a4xx by Rob Clark · 8 years ago
  99. 427771d glsl: fix uninitialized instance variable by Jan Ziak · 8 years ago
  100. b107169 configure: add support for LLVM 4.0.0svn static libs by Jan Ziak · 8 years ago