1. 9e69409 anv: handle allocation failure in anv_batch_emit_batch() by Iago Toral Quiroga · 8 years ago
  2. a8ce8e3 anv: add anv_batch_set_error() and anv_batch_has_error() helpers by Iago Toral Quiroga · 8 years ago
  3. d0195bd anv/cmd_buffer: add a status field to anv_batch by Iago Toral Quiroga · 8 years ago
  4. 6dd06f5 anv/cmd_buffer: report errors in vkBeginCommandBuffer() by Iago Toral Quiroga · 8 years ago
  5. 88b539c anv: do not try to ref/unref NULL shaders by Iago Toral Quiroga · 8 years ago
  6. bad3a2e anv/blorp: return early if we failed to create the shader binary by Iago Toral Quiroga · 8 years ago
  7. e2f707c intel/blorp: make upload_shader() return a bool indicating success or failure by Iago Toral Quiroga · 8 years ago
  8. 808503b anv: remove unnecessary function prototype. by Iago Toral Quiroga · 8 years ago
  9. 04a9ca2 mapi: don't include X11/Xlib-xcb.h on non PTHREAD platforms by Timothy Arceri · 8 years ago
  10. 4a32d47 mesa: fix glthread marshal build issues on platforms without PTHREAD by Timothy Arceri · 8 years ago
  11. 643b0fd mesa: fix glthread build issues on platforms without PTHREAD by Timothy Arceri · 8 years ago
  12. c83562c gallium: implement the backend of threaded GL dispatch by Marek Olšák · 8 years ago
  13. 93bdad3 mesa/glthread: restore the dispatch table when incompatible gl calls are detected by Gregory Hainaut · 8 years ago
  14. 70e715e mesa/glthread: don't set a dispatch table if we aren't the owner by Gregory Hainaut · 8 years ago
  15. 012bfeb mesa: Track the current vertex/element array buffers for glthread. by Eric Anholt · 12 years ago
  16. 238d027 mesa: Disable glthread when glBegin() is called. by Eric Anholt · 12 years ago
  17. cd1c003 mesa: Add an attribute for conditions to turn off threading. by Eric Anholt · 12 years ago
  18. 43d4f7a mesa: Add support for asynchronous glDraw* on GL core. by Eric Anholt · 12 years ago
  19. b18755a mesa: Add support for NULL arguments like in glBufferData() in marshalling. by Eric Anholt · 12 years ago
  20. 47f819d mesa: Statically allocate glthread command buffer in the batch struct. by Eric Anholt · 12 years ago
  21. 1d6b71c glapi: Mark vertex attrib pointer functions as async. by Eric Anholt · 12 years ago
  22. a4a5de6 mesa: Custom thread marshalling for Flush. by Paul Berry · 12 years ago
  23. 154a4f2 mesa: Custom thread marshalling for ShaderSource. by Paul Berry · 12 years ago
  24. efd63e2 mesa: Connect the generated GL command marshalling code to the build. by Eric Anholt · 12 years ago
  25. db06e91 Revert "mesa: make _mesa_alloc_dispatch_table() static" by Marek Olšák · 8 years ago
  26. ef30ce9 mesa: Create pointers for multithread marshalling dispatch table. by Paul Berry · 12 years ago
  27. d8d81fb mesa: Add infrastructure for a worker thread to process GL commands. by Eric Anholt · 12 years ago
  28. a76a3cf mesa: Validate count parameters when marshalling. by Eric Anholt · 12 years ago
  29. 05dd4a1 glapi: Generate GL API marshalling code from the XML. by Paul Berry · 12 years ago
  30. f05524f glapi: Mark compressed teximage functions as sync. by Eric Anholt · 12 years ago
  31. f5052f4 glapi: Annotate functions with "marshal" attribute. by Paul Berry · 12 years ago
  32. 3b7b6ad egl: Implement __DRI_BACKGROUND_CALLABLE by Eric Anholt · 12 years ago
  33. 6b70d9f glx: Implement __DRI_BACKGROUND_CALLABLE by Paul Berry · 12 years ago
  34. 7763084 mesa: Add SetBackgroundContext to dd_function_table by Paul Berry · 12 years ago
  35. 5bc527d dri: Update dri_util to keep track of __DRI_BACKGROUND_CALLABLE by Paul Berry · 12 years ago
  36. e043b2a dri_interface: Add new marshalling interfaces to dri_interface.h by Paul Berry · 12 years ago
  37. e1f9e9b gallivm: (trivial) remove duplicated line by Roland Scheidegger · 8 years ago
  38. 9d104df draw: (trivial) remove a unnecessary lp_build_alloca() by Roland Scheidegger · 8 years ago
  39. e893b3a swr: support layer output in geometry shaders by Ilia Mirkin · 8 years ago
  40. ad4dee5 Revert "radv: Emit cache flushes before CP DMA." by Bas Nieuwenhuizen · 8 years ago
  41. e6469ec gallium/tgsi: Treat UCMP sources as floats to match the GLSL-to-TGSI pass expectations. by Francisco Jerez · 8 years ago
  42. eb5a61f util/disk_cache: do eviction before creating .tmp by Grazvydas Ignotas · 8 years ago
  43. a7ce049 swr: validate backend state numAttributes by Tim Rowley · 8 years ago
  44. 8378c57 gbm: Export a get modifiers by Ben Widawsky · 8 years ago
  45. 5c6e0d1 i965: introduce modifier selection. by Ben Widawsky · 8 years ago
  46. 191ff91 egl/drm: Use modifiers for backbuffer creation by Ben Widawsky · 8 years ago
  47. 63bd2ae gbm: Introduce modifiers into surface/bo creation by Ben Widawsky · 8 years ago
  48. 5e7d8d3 i965: Implement basic modifier image creation by Ben Widawsky · 8 years ago
  49. d075cce dri: Add an image creation with modifiers by Ben Widawsky · 8 years ago
  50. 0550f3d radeonsi: implement TGSI opcodes TEX_LZ and TXF_LZ by Marek Olšák · 8 years ago
  51. a7cc9b0 glsl_to_tgsi: use TEX_LZ and TXF_LZ when available by Marek Olšák · 8 years ago
  52. 46cbb00 glsl_to_tgsi: remove a redundant statement by Marek Olšák · 8 years ago
  53. cca0389 gallium: add TGSI opcodes TEX_LZ and TXF_LZ by Marek Olšák · 8 years ago
  54. bf3cdf0 gallium: add PIPE_CAP_TGSI_TEX_TXF_LZ by Marek Olšák · 8 years ago
  55. 7751ed3 radeonsi: disable sinking common instructions down to the end block by Samuel Pitoiset · 8 years ago
  56. 74265fd tgsi: add missing compute shader entry in tgsi_get_processor_name() by Samuel Pitoiset · 8 years ago
  57. 38ee324 radeonsi: clean up tex_fetch_ptrs() by Samuel Pitoiset · 8 years ago
  58. 8a5680f configure.ac: bump pthread-stubs requirement by Emil Velikov · 8 years ago
  59. eec0cd7 glx: don't expose systemTimeExtension for DRI2/DRI3/DRISW by Emil Velikov · 8 years ago
  60. b1fb6e8 anv: do not open random render node(s) by Emil Velikov · 8 years ago
  61. 743315f radv: do not open random render node(s) by Emil Velikov · 8 years ago
  62. 8ff2937 radv/winsys: use drmGetDevice2 API by Emil Velikov · 8 years ago
  63. 858170e winsys/amdgpu: use drmGetDevice2 API by Emil Velikov · 8 years ago
  64. a50c4eb loader: use drmGetDevice[s]2 API by Emil Velikov · 8 years ago
  65. 2c72e78 autoconf/scons: bump libdrm to 2.4.75 by Emil Velikov · 8 years ago
  66. 0fd61fb util/sha1: drop _mesa_sha1_{update, format} return type by Emil Velikov · 8 years ago
  67. a9a4028 util/sha1: rework _mesa_sha1_{init,final} by Emil Velikov · 8 years ago
  68. c96127e util/sha1: add non-typedef name for the SHA1_CTX struct by Emil Velikov · 8 years ago
  69. ef43eeb radv: Remove unused descriptor set field. by Bas Nieuwenhuizen · 8 years ago
  70. 686d060 r600: refactor binding code for attach buffer to CB. by Dave Airlie · 9 years ago
  71. 222e42e r600: refactor out CB setup. by Dave Airlie · 9 years ago
  72. 0cf7178 r600: refactor texture resource words setup code. by Dave Airlie · 9 years ago
  73. 95a976b r600: factor out the code to initialise a buffer resource. by Dave Airlie · 9 years ago
  74. cf2af02 r600g: make framebuffer atom rely on dual src blend state. by Dave Airlie · 9 years ago
  75. d142c74 intel/debug: Add a common INTEL_DEBUG=nohiz option by Jason Ekstrand · 8 years ago
  76. c09bb95 anv/image: Move handling of INTEL_VK_HIZ by Jason Ekstrand · 8 years ago
  77. 304b35b radv: trivial tidy ups by Timothy Arceri · 8 years ago
  78. b7e03d8 util/disk_cache: scale cache according to filesystem size by Alan Swanson · 8 years ago
  79. f1e9671 util/disk_cache: actually enforce cache size by Alan Swanson · 8 years ago
  80. af09b86 util/disk_cache: use LRU eviction rather than random eviction by Alan Swanson · 8 years ago
  81. c2793e2 util/disk_cache: don't fallback to an empty cache dir on evict by Timothy Arceri · 8 years ago
  82. 50989f8 util/disk_cache: use a thread queue to write to shader cache by Timothy Arceri · 8 years ago
  83. fc5ec64 util/disk_cache: add helpers for creating/destroying disk cache put jobs by Timothy Arceri · 8 years ago
  84. e2c4435 util/disk_cache: add thread queue to disk cache by Timothy Arceri · 8 years ago
  85. 7372e3c radv/ac: workaround regression in llvm 4.0 release by Dave Airlie · 8 years ago
  86. 3ece76f radv/ac: gather4 cube workaround integer by Dave Airlie · 8 years ago
  87. 407fa77 radv: Set driver version to mesa version; by Bas Nieuwenhuizen · 8 years ago
  88. ed28ae7 radv: Increase api version to 1.0.42. by Bas Nieuwenhuizen · 8 years ago
  89. 2e98db6 util/vk: Add helpers for finding an extension struct by Jason Ekstrand · 8 years ago
  90. e0cc32b radv: Flush before copying with PKT3_WRITE_DATA in CmdUpdateBuffer by Alex Smith · 8 years ago
  91. cce43f6 radv: Emit cache flushes before CP DMA. by Bas Nieuwenhuizen · 8 years ago
  92. fe56c74 Convert sed(1) syntax to be compatible with FreeBSD and OpenBSD by Jan Beich · 8 years ago
  93. aed2714 anv: Properly enumerate physical devices when none are present by Jason Ekstrand · 8 years ago
  94. 9d559ba nir/constant_expressions: Refactor helper functions by Jason Ekstrand · 8 years ago
  95. 762a633 nir: Rework conversion opcodes by Jason Ekstrand · 8 years ago
  96. 7107b32 i965/fs: Re-arrange conversion operations by Jason Ekstrand · 8 years ago
  97. bab4610 i965/vec4: Get rid of the type parameter from to/from_double by Jason Ekstrand · 8 years ago
  98. 702d1af glsl/nir: Use nir_type_conversion_op by Jason Ekstrand · 8 years ago
  99. 6eb051e nir: Rewrite nir_type_conversion_op by Jason Ekstrand · 8 years ago
  100. 9084b1d nir: Add a get_nir_type_for_glsl_base_type helper by Jason Ekstrand · 8 years ago