1. a63919f mesa: rename _mesa_add_renderbuffer* functions by Timothy Arceri · 8 years ago
  2. d9d7936 anv/cmd_buffer: Disable CCS on BDW input attachments by Nanley Chery · 8 years ago
  3. d71efbe anv: blorp: flush memory after copy by Lionel Landwerlin · 8 years ago
  4. ba6c451 radv: enable timestampComputeAndGraphics by Grazvydas Ignotas · 8 years ago
  5. d4601b0 freedreno: fix crash if ctx torn down with no rendering by Rob Clark · 8 years ago
  6. 15fe9b2 freedreno/ir3: add 'high' register class by Rob Clark · 8 years ago
  7. 3c5d309 freedreno: extract helper for stage->sb for a4xx+ by Rob Clark · 8 years ago
  8. 9567bea freedreno/{a4xx,a5xx}: switch to CP_LOAD_STATE4 by Rob Clark · 8 years ago
  9. dfdb1fe freedreno: update generated headers by Rob Clark · 8 years ago
  10. ce562f9 EGL: Implement the libglvnd interface for EGL (v3) by Kyle Brenneman · 8 years ago
  11. 370df20 android: add marshal_generated c and h files to generated sources by Tapani Pälli · 8 years ago
  12. 84ed2e1 winsys/amdgpu: init buffer_indices_hashlist with memset() by Samuel Pitoiset · 8 years ago
  13. af61281 winsys/amdgpu: simplify amdgpu_cs_add_buffer() a bit by Samuel Pitoiset · 8 years ago
  14. 7c3b8ed i965/drm: Delete NULL check in brw_bo_unmap(). by Kenneth Graunke · 8 years ago
  15. 9b71709 intel/decoder: Fix is_header_field starting condition. by Kenneth Graunke · 8 years ago
  16. 6142c3e i965/drm: Remove dead return in brw_bo_busy() by Kenneth Graunke · 8 years ago
  17. 8c79dbe android: amd/addrlib: trivial fix for gfx9 support by Mauro Rossi · 8 years ago
  18. 4cf079f nir: Add GLSL_TYPE_[U]INT64 to some switch statements by Jason Ekstrand · 8 years ago
  19. 2769dad gallium/radeon: always flush asynchronously and wait after begin_new_cs by Marek Olšák · 8 years ago
  20. f05f0bb radeonsi: remove local variable 'mod' from si_compile_tgsi_shader by Marek Olšák · 8 years ago
  21. bd2cde0 radeonsi: add si_shader_selector::vs_needs_prolog by Marek Olšák · 8 years ago
  22. 777f305 radeonsi: don't set VGT_GS_MODE as part of the GS state by Marek Olšák · 8 years ago
  23. 5438e39 radeonsi: don't allow user indices with indirect draws by Marek Olšák · 8 years ago
  24. 1c94d29 radeonsi: merge two if (indirect) statements by Marek Olšák · 8 years ago
  25. bdd6449 radeonsi: don't mark non-dirty textures with CMASK as compressed by Marek Olšák · 8 years ago
  26. 9f0dd85 glsl: don't run the GLSL pre-processor when we are skipping compilation by Timothy Arceri · 8 years ago
  27. c2bc0aa glsl: delay optimisations on individual shaders when cache is available by Timothy Arceri · 8 years ago
  28. d2d6cf6 anv: Add the pci_id into the shader cache UUID by Jason Ekstrand · 8 years ago
  29. 36f2101 etnaviv: native fence fd support by Philipp Zabel · 8 years ago
  30. 1877982 i965: enable OpenGL 4.2 in Ivybridge by Juan A. Suarez Romero · 8 years ago
  31. 92d4dc7 i965: enable ARB_shader_precision in gen7+ by Samuel Iglesias Gonsálvez · 8 years ago
  32. 0aed121 i965: enable ARB_vertex_attrib_64bit for gen7+ by Juan A. Suarez Romero · 8 years ago
  33. b9d4256 swr: Fix swr osmesa build by George Kyriazis · 8 years ago
  34. 6a8d5ab etnaviv: SINGLE_BUFFER support on GC3000 by Wladimir J. van der Laan · 8 years ago
  35. 1dcb1d4 etnaviv: Update includes from rnndb by Wladimir J. van der Laan · 8 years ago
  36. 9e4d049 etnaviv: Add chipMinorFeatures4 and 5 by Wladimir J. van der Laan · 8 years ago
  37. dda9563 etnaviv: resolve tile status when flushing resource by Philipp Zabel · 8 years ago
  38. f30aab7 etnaviv: stop repeatedly resolving an unchanged resource into its scanout prime buffer by Philipp Zabel · 8 years ago
  39. d7a1f01 swr: Add polygon stipple support by George Kyriazis · 8 years ago
  40. a494afd i965: enable OpenGL 4.0 to Ivybridge/Baytrail by Samuel Iglesias Gonsálvez · 8 years ago
  41. cd0a6b2 i965: enable ARB_gpu_shader_fp64 for Ivybridge/Baytrail by Samuel Iglesias Gonsálvez · 8 years ago
  42. 2eeb1b0 i965: Use correct VertStride on align16 instructions. by Matt Turner · 8 years ago
  43. d8441e2 i965/vec4/dce: improve track of partial flag register writes by Samuel Iglesias Gonsálvez · 8 years ago
  44. c1fc8fa i965/vec4: don't do horizontal stride on some register file types by Samuel Iglesias Gonsálvez · 8 years ago
  45. 21e8e3a i965/vec4: Fix exec size for MOVs {SET,PICK}_{HIGH,LOW}_32BIT. by Matt Turner · 8 years ago
  46. f030aaf i965/vec4: use vec4_builder to emit instructions in setup_imm_df() by Samuel Iglesias Gonsálvez · 8 years ago
  47. a907c91 i965/vec4: consider subregister offset in live variables by Juan A. Suarez Romero · 8 years ago
  48. 92649a3 i965/vec4: fix assert to detect SIMD lowered DF instructions in IVB by Francisco Jerez · 8 years ago
  49. 6e3265e i965/vec4: split VEC4_OPCODE_FROM_DOUBLE into one opcode per destination's type by Samuel Iglesias Gonsálvez · 8 years ago
  50. 50a5217 i965/vec4: split d2x conversion and data gathering from one opcode to two explicit ones by Samuel Iglesias Gonsálvez · 8 years ago
  51. cfaf14a i965/vec4: fix VEC4_OPCODE_FROM_DOUBLE for IVB/BYT by Juan A. Suarez Romero · 8 years ago
  52. be445d3 i965/vec4: keep original type when dealing with null registers by Juan A. Suarez Romero · 8 years ago
  53. a21dc2b i965/vec4: split DF instructions and later double its execsize in IVB/BYT by Samuel Iglesias Gonsálvez · 8 years ago
  54. a5399e8 i965/fs: lower all non-force_writemask_all DF instructions to SIMD4 on IVB/BYT by Samuel Iglesias Gonsálvez · 8 years ago
  55. ebfb703 i965/fs: Get 64-bit indirect moves working on IVB. by Francisco Jerez · 8 years ago
  56. 630b84c i965: Use source region <1,2,0> when converting to DF. by Matt Turner · 8 years ago
  57. 3198ce3 i965/fs: fix lower SIMD width for IVB/BYT's MOV_INDIRECT by Juan A. Suarez Romero · 8 years ago
  58. 571cbd0 i965/fs: fix dst stride in IVB/BYT type conversions by Juan A. Suarez Romero · 8 years ago
  59. af6fc3a i965/fs: rename lower_d2x to lower_conversions by Samuel Iglesias Gonsálvez · 8 years ago
  60. dee3131 Revert "i965/fs: Don't emit SEL instructions for type-converting MOVs." by Samuel Iglesias Gonsálvez · 8 years ago
  61. aeecc82 i965/fs: generalize the legalization d2x pass by Samuel Iglesias Gonsálvez · 8 years ago
  62. 94ffeb7 i965: Use <0,2,1> region for scalar DF sources on IVB/BYT. by Matt Turner · 8 years ago
  63. 82d1761 i965/fs: clamp exec_size when an instruction has a scalar DF source by Samuel Iglesias Gonsálvez · 8 years ago
  64. 0f1316d i965/fs: double regioning parameters and execsize for DF in IVB/BYT by Juan A. Suarez Romero · 8 years ago
  65. 79af256 i965/fs: add helper to retrieve instruction execution type by Juan A. Suarez Romero · 8 years ago
  66. fd349d2 i965: Handle IVB DF differences in the validator. by Matt Turner · 8 years ago
  67. fbac8b1 i965/disasm: also print nibctrl in IVB for execsize=8 by Iago Toral Quiroga · 8 years ago
  68. ff29f48 nir: Destination component count of shader_clock intrinsic is 2 by Boyan Ding · 8 years ago
  69. 39f51b5 radeonsi: add missing initialization for userptr buffers by Nicolai Hähnle · 8 years ago
  70. c1dd5d0 radv: remove the temp descriptor set infrastructure by Fredrik Höglund · 8 years ago
  71. 5ab5d1b radv: use push descriptors in meta by Fredrik Höglund · 8 years ago
  72. f95caae radv: add private push descriptors for meta by Fredrik Höglund · 8 years ago
  73. 220974b anv/blorp: Properly handle VK_ATTACHMENT_UNUSED by Jason Ekstrand · 8 years ago
  74. 21d2ca7 anv/cmd_buffer: Use the null surface state for ATTACHMENT_UNUSED by Jason Ekstrand · 8 years ago
  75. 02eca8b anv/cmd_buffer: Always set up a null surface state by Jason Ekstrand · 8 years ago
  76. d6588d9 radeonsi: cope with missing disassembly by Nicolai Hähnle · 8 years ago
  77. d15b1f6 gallium/ddebug: dump missing members of pipe_draw_info by Nicolai Hähnle · 8 years ago
  78. 2ac03e9 radeonsi: enable ARB_shader_viewport_layer_array by Nicolai Hähnle · 8 years ago
  79. d5e53f3 radeonsi: handle ignored LAYER and VIEWPORT_INDEX writes by Nicolai Hähnle · 8 years ago
  80. 4127f38 st/mesa: enable ARB_shader_viewport_layer_array by Nicolai Hähnle · 8 years ago
  81. f3d2cf6 tgsi: clarify TGSI_SEMANTIC_{LAYER,VIEWPORT_INDEX} by Nicolai Hähnle · 8 years ago
  82. 17f24a9 gallium: add PIPE_CAP_TGSI_TES_LAYER_VIEWPORT by Nicolai Hähnle · 8 years ago
  83. e1f6fb8 anv/cmd_buffer: Flush the VF cache at the top of all primaries by Jason Ekstrand · 8 years ago
  84. 939337e anv/blorp: Flush the texture cache in UpdateBuffer by Jason Ekstrand · 8 years ago
  85. 475bab0 anv: Limit VkDeviceMemory objects to 2GB by Jason Ekstrand · 8 years ago
  86. 4495b91 intel/blorp: Add a blorp_emit_dynamic macro by Jason Ekstrand · 8 years ago
  87. 1832ef6 swr: Enable MSAA in OpenSWR software renderer by Bruce Cherniak · 8 years ago
  88. 91a7f0b swr: Removed unnecessary PIPE_BIND flags from swr_is_format_supported by Bruce Cherniak · 8 years ago
  89. 97bbb7b swr: Align swr_context allocation to SIMD alignment. by Bruce Cherniak · 8 years ago
  90. 4dcfa83 swr: update gallium driver docs by Tim Rowley · 8 years ago
  91. bffdb43 radv: remove irrelevant comment by Grazvydas Ignotas · 8 years ago
  92. 1b2fe7c radv: report timestampPeriod correctly by Grazvydas Ignotas · 8 years ago
  93. 9fc3e71 nir/print: add compute shader info by Rob Clark · 8 years ago
  94. 16d493f gallium/docs: small correction about register files for atomics by Rob Clark · 8 years ago
  95. 0b613c2 freedreno: enable draw/batch reordering by default by Rob Clark · 8 years ago
  96. b5cc88a freedreno/ir3: small re-order by Rob Clark · 8 years ago
  97. 75afd25 freedreno/ir3: move 'keeps' to block level by Rob Clark · 8 years ago
  98. 331bd3b freedreno/ir3: convert dynamic arrays to ralloc by Rob Clark · 8 years ago
  99. 870760e swr: add linux to scons build by George Kyriazis · 8 years ago
  100. e20eb91 radv: make sizes & offsets 32 bit in radv_descriptor_update_template_entry. by Bas Nieuwenhuizen · 8 years ago