1. 24d6318 gallium: add PIPE_CAP_SIGNED_VERTEX_BUFFER_OFFSET by Marek Olšák · 7 years ago
  2. e17e893 automake: include git_sha1.h.in in release tarball by Juan A. Suarez Romero · 7 years ago
  3. adab7f1 radeonsi: don't map big VRAM buffers for the first upload directly by Marek Olšák · 7 years ago
  4. 4b0dc09 gallium/u_threaded: don't map big VRAM buffers for the first upload directly by Marek Olšák · 7 years ago
  5. a5d3999 gallium/u_threaded: clean up tc_improve_map_buffer_flags and prevent reentry by Marek Olšák · 7 years ago
  6. 60a9705 radv: move descriptor sets out of cmd_state. by Dave Airlie · 7 years ago
  7. 3a0d098 radv: add helper for setting a descriptor. by Dave Airlie · 7 years ago
  8. b48063a radv: move vertex binding out of cmd state. by Dave Airlie · 7 years ago
  9. 7365626 radv: reorder cmd_state to remove a hole. by Dave Airlie · 7 years ago
  10. f0ae06a radv: free attachments on end command buffer. by Dave Airlie · 7 years ago
  11. 608af05 radv: Optimize calling radv_save_descriptors. by Bas Nieuwenhuizen · 7 years ago
  12. cecbcf4 radv: Use an array to store descriptor sets. by Bas Nieuwenhuizen · 7 years ago
  13. b041687 nv50,nvc0: Display shared memory usage in pipe_debug_message by Pierre Moreau · 7 years ago
  14. efe532b nv50,nvc0: Copy shared memory per block to the program info structure and back by Pierre Moreau · 7 years ago
  15. 49752e9 nv50/ir: Store shared memory per block in nv50_ir_prog_info by Pierre Moreau · 7 years ago
  16. 898e555 i965/gen10: Implement Wa3DStateMode by Anuj Phogat · 7 years ago
  17. 6c681b4 i965/gen10: Enable float blend optimization by Anuj Phogat · 7 years ago
  18. d3d0fe4 i965/gen10: Implement WaForceRCPFEHangWorkaround by Anuj Phogat · 7 years ago
  19. 3cf4fe2 i965/gen10: Implement WaSampleOffsetIZ workaround by Anuj Phogat · 7 years ago
  20. 7a09be2 i965/gen10: Don't set Antialiasing Enable in 3DSTATE_RASTER if num_samples > 1 by Anuj Phogat · 7 years ago
  21. 2d10eb5 i965/gen10: Don't set Smooth Point Enable in 3DSTATE_SF if num_samples > 1 by Anuj Phogat · 7 years ago
  22. 19fc3cd winsys/amdgpu: Add R600_DEBUG flag to reserve VMID per ctx. by Andrey Grodzovsky · 7 years ago
  23. 24ec29b i965: perf: list registers to program for queries by Lionel Landwerlin · 7 years ago
  24. 285a219 i965: perf: factorize code for availability by Lionel Landwerlin · 7 years ago
  25. 05231a4 i965: perf: make revision variable available by Lionel Landwerlin · 7 years ago
  26. ca63a5e glsl: fix interpolateAtXxx(some_vec[idx], ...) with dynamic idx by Nicolai Hähnle · 7 years ago
  27. 4f42450 glsl: allow any l-value of an input variable as interpolant in interpolateAt* by Nicolai Hähnle · 7 years ago
  28. 57372c5 nir/serialize: fix build with gcc 4.4.7 by Dave Airlie · 7 years ago
  29. 0722b6d i915g: remove some unknown cap warnings. by Dave Airlie · 7 years ago
  30. cc69f23 i915g: make gears run again. by Dave Airlie · 7 years ago
  31. 6e2eb96 ac: remove the remaining duplicate llvm types by Timothy Arceri · 7 years ago
  32. e73a467 ac: remove usused v4f32 by Timothy Arceri · 7 years ago
  33. 7f49667 ac: add v2f32 to the common code and make use of it by Timothy Arceri · 7 years ago
  34. cd6cfd1 ac: use the ac f16 llvm type by Timothy Arceri · 7 years ago
  35. 8f651ae ac: use the ac f32 llvm type by Timothy Arceri · 7 years ago
  36. 368654a ac: use the ac f64 llvm type by Timothy Arceri · 7 years ago
  37. d927db0 ac: use the common v8i32 llvm type by Timothy Arceri · 7 years ago
  38. 9db51b2 ac: use the common v4i32 llvm type by Timothy Arceri · 7 years ago
  39. ee376ac ac: add v3i32 to the common code and make use of it by Timothy Arceri · 7 years ago
  40. 309a514 ac: add v2i32 to the common code and use it by Timothy Arceri · 7 years ago
  41. c64cfa0 ac: use the ac i64 llvm type by Timothy Arceri · 7 years ago
  42. 3d45acf ac: remove unused i16 llvm type by Timothy Arceri · 7 years ago
  43. 4d47996 ac: use the ac ivoidt llvm type by Timothy Arceri · 7 years ago
  44. 209ad5c ac: use the ac i8 llvm type by Timothy Arceri · 7 years ago
  45. 21d7118 ac: use the ac i1 llvm type by Timothy Arceri · 7 years ago
  46. bd59a0b ac: use the ac i32 llvm type by Timothy Arceri · 7 years ago
  47. 439a2fe ac/radeonsi: add support for tex instr without a derefence by Timothy Arceri · 7 years ago
  48. 440d08f nir: skip lowering sampler if there is no dereference by Timothy Arceri · 7 years ago
  49. de126b0 r600: add support for early depth/stencil. by Dave Airlie · 9 years ago
  50. f3c6149 r600: add support for emitting RAT instructions to the assembler. by Dave Airlie · 9 years ago
  51. 159bf38 r600: add support for mark bit to the assembler. by Dave Airlie · 9 years ago
  52. 90ca378 r600: add support for valid pixel mode on CF clauses by Dave Airlie · 9 years ago
  53. d584b46 r600: add support for some ALU sources. by Dave Airlie · 9 years ago
  54. bad31f6 radv: use the optimal packets order for dispatch calls by Samuel Pitoiset · 7 years ago
  55. cf5f8f5 nir: add tess patch support to nir_remove_unused_varyings() by Timothy Arceri · 7 years ago
  56. 4ff6187 es2api/ABI-check: Add es3.x symbols by Dylan Baker · 7 years ago
  57. a5635d9 meson: Set c visibility args for wayland-drm by Dylan Baker · 7 years ago
  58. 4837ad4 st/glsl_to_nir: pass gl_shader_program to st_finalize_nir() by Timothy Arceri · 7 years ago
  59. 8067214 radv: Don't expose heaps with 0 memory. by Bas Nieuwenhuizen · 7 years ago
  60. a29869e gbm: Don't traverse backwards for includes by Dylan Baker · 7 years ago
  61. 10d8695 automake: Remove unused include path by Dylan Baker · 7 years ago
  62. 529cdce radeonsi: remove 'Authors:' comments by Marek Olšák · 7 years ago
  63. 172e8e4 intel/fs: Don't allocate a param array for zero push constants by Jason Ekstrand · 7 years ago
  64. 7b43875 intel/fs: Alloc pull constants off mem_ctx by Jason Ekstrand · 7 years ago
  65. cb831d9 Revert "meson: bump libdrm version required by amdgpu" by Dylan Baker · 7 years ago
  66. 0023b5a gallivm: allow arch rounding with avx512 by Tim Rowley · 7 years ago
  67. 0ba4320 etnaviv: Allow clearing constant buffer using buffer==NULL user_buffer==NULL by Wladimir J. van der Laan · 7 years ago
  68. bc71c31 etnaviv: Don't flush on transfer when UNSYNCHRONIZED by Wladimir J. van der Laan · 7 years ago
  69. 8fbd82f etnaviv: don't do resolve-in-place without valid TS by Wladimir J. van der Laan · 7 years ago
  70. c39f391 radv: make radv_bind_descriptor_set() static by Samuel Pitoiset · 7 years ago
  71. 799ef80 radv: make sure we set buffers as shareable properly. by Dave Airlie · 7 years ago
  72. 6594213 svga: Use __asm__ instead of asm by Dylan Baker · 7 years ago
  73. 1f2640b Revert "winsys/amdgpu: Add R600_DEBUG flag to reserve VMID per ctx." by Marek Olšák · 7 years ago
  74. 8d8b9d1 intel: decoder: enable decoding a single field by Lionel Landwerlin · 7 years ago
  75. bb16503 intel: decoder: expose missing find_enum() by Lionel Landwerlin · 7 years ago
  76. ad876f7 intel: decoder: extract field value computation by Lionel Landwerlin · 7 years ago
  77. 81aee9f intel: decoder: rename field() to field_value() by Lionel Landwerlin · 7 years ago
  78. 69d1585 intel: decoder: rename internal function to free name by Lionel Landwerlin · 7 years ago
  79. 2015693 intel: decoder: simplify field_is_header() by Lionel Landwerlin · 7 years ago
  80. cab93a9 intel: common: make intel utils available from C++ by Lionel Landwerlin · 7 years ago
  81. ea14ba0 intel: decoder: remove unused platform field by Lionel Landwerlin · 7 years ago
  82. 938f62a intel: error-decode: implement a rolling window of programs by Lionel Landwerlin · 7 years ago
  83. eedecb4 gallium: increase pipe_sampler_view::target bitfield size for MSVC by Brian Paul · 7 years ago
  84. 5d4ffb9 mapi: fix .so path in ABI-check by Eric Engestrom · 7 years ago
  85. 38f338c intel: decoder: extract instruction/structs length by Lionel Landwerlin · 7 years ago
  86. 2795316 intel: decoder: pack iterator variable declarations by Lionel Landwerlin · 7 years ago
  87. 1cf1591 intel: decoder: simplify creation of struct when 0-allocated by Lionel Landwerlin · 7 years ago
  88. eb00b8b intel: decoder: add destructor for gen_spec by Lionel Landwerlin · 7 years ago
  89. de213b4 intel: decoder: expose helper to test header fields by Lionel Landwerlin · 7 years ago
  90. 68e1853 intel: decoder: don't read qword outside instruction/struct limit by Lionel Landwerlin · 7 years ago
  91. f5e5ca1 intel: decoder: split out getting the next field and decoding it by Lionel Landwerlin · 7 years ago
  92. ffa011d intel: decoder: move field name copy by Lionel Landwerlin · 7 years ago
  93. 0698318 intel: decoder: reorder iterator init function by Lionel Landwerlin · 7 years ago
  94. 1b369ac intel: common: print out all dword with field spanning multiple dwords by Lionel Landwerlin · 7 years ago
  95. 3ae5c57 intel: decoder: build sorted linked lists of fields by Lionel Landwerlin · 7 years ago
  96. 957a6ee intel: common: expose gen_spec fields by Lionel Landwerlin · 7 years ago
  97. f0ab3f7 travis: build meson first for quicker feedback by Eric Engestrom · 7 years ago
  98. d364684 meson: bump libdrm version required by amdgpu by Eric Engestrom · 7 years ago
  99. 1a61a8b i965: Initialize disk shader cache if MESA_GLSL_CACHE_DISABLE is false by Jordan Justen · 8 years ago
  100. ccb7005 dri drivers: Always add the sha1 build-id by Jordan Justen · 7 years ago