1. 5e9ed26 dri_interface: add interface for GL interop with other APIs (v2) by Marek Olšák · 9 years ago
  2. 6eeb729 include/GL: add mesa_glinterop.h for OpenGL-OpenCL interop (v4.2) by Marek Olšák · 9 years ago
  3. 8093990 st/dri: Fix RGB565 EGLImage creation by Nicolas Dufresne · 9 years ago
  4. 4463f38 st/dri: Factor out DRI2 to PIPE_FORMAT conversion by Nicolas Dufresne · 9 years ago
  5. 899bd63 freedreno/a4xx: lower srgb in shader for astc textures by Rob Clark · 9 years ago
  6. eddfc97 nir/lower-tex: add srgb->linear lowering by Rob Clark · 9 years ago
  7. eb00a0f nir/builder: const'ify swiz param by Rob Clark · 9 years ago
  8. 52ccc63 nir/lower-tex: make options a local var by Rob Clark · 9 years ago
  9. d4ff42b freedreno: cleanup fd_set_sampler_views by Rob Clark · 9 years ago
  10. fadfaa8 tgsi/lowering: improved lowering for LRP by Russell King · 9 years ago
  11. 67da7dd tgsi/lowering: improved lowering for XPD by Russell King · 9 years ago
  12. 65460cf tgsi/lowering: add support for lowering TRUNC by Russell King · 9 years ago
  13. 23e870a tgsi/lowering: add support for lowering FLR and CEIL by Russell King · 9 years ago
  14. 464cef5 radeonsi: enable TGSI support cap for compute shaders by Bas Nieuwenhuizen · 9 years ago
  15. 1f32d5d radeonsi: Consider input SGPR count for compute shader SGPR count. by Bas Nieuwenhuizen · 9 years ago
  16. 6c833ba radeonsi: Add CE synchronization for compute dispatches. by Bas Nieuwenhuizen · 9 years ago
  17. e0b729c mesa/st: enable compute shaders if images are also supported by Bas Nieuwenhuizen · 9 years ago
  18. 41d79bc radeonsi: clean up compute flush by Bas Nieuwenhuizen · 9 years ago
  19. 7a92c08 radeonsi: do not do two full flushes on every compute dispatch by Bas Nieuwenhuizen · 9 years ago
  20. e764ee1 radeonsi: split setting graphics and compute descriptors by Bas Nieuwenhuizen · 9 years ago
  21. 061ce93 radeonsi: split texture decompression for compute shaders by Bas Nieuwenhuizen · 9 years ago
  22. e56514f radeonsi: update predicate condition for compute dispatches by Bas Nieuwenhuizen · 9 years ago
  23. c3083d8 radeonsi: implement TGSI compute dispatch by Bas Nieuwenhuizen · 9 years ago
  24. 1349dd1 radeonsi: only emit compute shader state when switching shaders by Bas Nieuwenhuizen · 9 years ago
  25. ba1f66a radeonsi: rework compute scratch buffer by Bas Nieuwenhuizen · 9 years ago
  26. 107f4d3 radeonsi: do per cs setup for compute shaders once per cs by Bas Nieuwenhuizen · 9 years ago
  27. 52d3584 radeonsi: don't pass scratch buffer to user SGPRs by Bas Nieuwenhuizen · 9 years ago
  28. 422a19f radeonsi: split input upload off from si_launch_grid by Bas Nieuwenhuizen · 9 years ago
  29. 898298e radeonsi: implement TGSI compute shader creation by Bas Nieuwenhuizen · 9 years ago
  30. 85fd781 radeonsi: update shader count for compute shaders by Bas Nieuwenhuizen · 9 years ago
  31. da88c2a radeonsi: set maximum work group size based on block size by Bas Nieuwenhuizen · 9 years ago
  32. b082147 radeonsi: implement shared atomics by Bas Nieuwenhuizen · 9 years ago
  33. 8acf3e5 radeonsi: implement shared memory load/store by Bas Nieuwenhuizen · 9 years ago
  34. 84a6761 radeonsi: add shared memory by Bas Nieuwenhuizen · 9 years ago
  35. 753a3e4 radeonsi: lower compute shader arguments by Bas Nieuwenhuizen · 9 years ago
  36. 008d977 radeonsi: Use CE for all descriptors. by Bas Nieuwenhuizen · 9 years ago
  37. 0b6c463 gallium/util: Add u_bit_scan_consecutive_range64. by Bas Nieuwenhuizen · 9 years ago
  38. 058b54c radeonsi: Replace list_dirty with a mask. by Bas Nieuwenhuizen · 9 years ago
  39. aabc7d6 radeonsi: Add CE uploader. by Bas Nieuwenhuizen · 9 years ago
  40. 0d7ddd6 radeonsi: Allocate chunks of CE ram. by Bas Nieuwenhuizen · 9 years ago
  41. 86c71ff radeonsi: Add CE synchronization. by Bas Nieuwenhuizen · 9 years ago
  42. fe1ef23 radeonsi: Add CE packet definitions. by Bas Nieuwenhuizen · 9 years ago
  43. 8fee75d radeonsi: Create CE IB. by Bas Nieuwenhuizen · 9 years ago
  44. 7201230 winsys/amdgpu: Enlarge const IB size. by Bas Nieuwenhuizen · 9 years ago
  45. 7997b5f winsys/amdgpu: Add support for const IB. by Marek Olšák · 9 years ago
  46. e78170f winsys/amdgpu: split IB data into a new structure in preparation for CE by Marek Olšák · 9 years ago
  47. f4b77c7 gallium/radeon: move ring_type into winsyses by Marek Olšák · 9 years ago
  48. 1d2ac7a llvmpipe: Call LLVMShutdown before exiting. by Jose Fonseca · 9 years ago
  49. 524042f llvmpipe: Avoid LLVMGetGlobalContext in tests. by Jose Fonseca · 9 years ago
  50. bb9e8c5 llvmpipe: Skip false exp2 failure in lp_test_arit due to buggy MSVCRT. by Jose Fonseca · 9 years ago
  51. ee9876b llvmpipe: Test more vector lengths. by Jose Fonseca · 9 years ago
  52. 932b71f gallivm: Avoid llvm::sys::getProcessTriple(). by Jose Fonseca · 9 years ago
  53. b5ca689 gallivm: Remove lp_get_module_id. by Jose Fonseca · 9 years ago
  54. 969ba8b gallivm: Fix MCJIT with LLVM 3.3. by Jose Fonseca · 9 years ago
  55. cf41057 gallivm: Make MCJIT a runtime option. by Jose Fonseca · 9 years ago
  56. 7d2151b scons: Show the unit test full path. by Jose Fonseca · 9 years ago
  57. 2211f8d gallivm: Use LLVMSetTarget. by Jose Fonseca · 9 years ago
  58. 9aa23b1 gallivm: Use LLVMPrintValueToString where available. by Jose Fonseca · 9 years ago
  59. f6621cd gallium/tests: Update UTIL_FORMAT_MAX_* defines. by Jose Fonseca · 9 years ago
  60. 121a0ce Revert "nv50/ra: `isinf()` is in namespace `std` since C++11." by Jose Fonseca · 9 years ago
  61. 802b929 vc4: Fix fbo-generatemipmap-formats for NPOT. by Eric Anholt · 9 years ago
  62. 2402bb6 vc4: Remove unused "immediates" field by Eric Anholt · 9 years ago
  63. 2408899 i965: Define miptree map functions static (trivial) by Ben Widawsky · 9 years ago
  64. b1d9353 glsl: Properly handle ldexp(0.0f, non-zero-exp). by Matt Turner · 9 years ago
  65. 3a26ef2 gallivm: convert size query to using a set of parameters. by Dave Airlie · 9 years ago
  66. 3227c10 swr: dereference cbuf/zbuf/views on context destroy by Tim Rowley · 9 years ago
  67. 77a9107 freedreno/ir3: fix grouping issue w/ reverse swizzles by Rob Clark · 9 years ago
  68. ed66c75 radeonsi: use enums in si_shader.h by Marek Olšák · 9 years ago
  69. 0c52caf gallium/radeon: use enums in r600_query.h by Marek Olšák · 9 years ago
  70. dd9ca77 radeonsi: always use PFP_SYNC_ME when doing flushes and waits by Marek Olšák · 9 years ago
  71. 1db5678 radeonsi: don't do VS/PS partial flushes if SURFACE_SYNC waits too by Marek Olšák · 9 years ago
  72. 58494b42 radeonsi: add safety assertions for meta cache flushes by Marek Olšák · 9 years ago
  73. 78f58a4 radeonsi: don't use ACQUIRE_MEM on the graphics ring by Marek Olšák · 9 years ago
  74. 3faecdd radeonsi: remove TODO and correct a comment in si_emit_cache_flush by Marek Olšák · 9 years ago
  75. 28c2573 radeonsi: don't flush CB/DB caches for performance counters by Marek Olšák · 9 years ago
  76. 97c328b gallium/radeon: don't flush CB/DB caches for timestamp queries by Marek Olšák · 9 years ago
  77. 6dc21b1 gallium/util: fix undefined shift to the last bit in u_bit_scan by Marek Olšák · 9 years ago
  78. 9434aa8 gallium/util: fix u_bit_scan_consecutive_range for mask == 0xffffffff by Marek Olšák · 9 years ago
  79. e50e1f8 gallium/radeon: fix Nine with its slightly shifted viewports by Marek Olšák · 9 years ago
  80. ee5b351 docs: correct name for GL_OES_primitive_bounding_box by Erik Faye-Lund · 9 years ago
  81. c092f9b meta: Don't botch color masks when changing drawbuffers. by Kenneth Graunke · 9 years ago
  82. a33f94b meta: Don't smash ColorMask when using MESA_META_COLOR_MASK save bit. by Kenneth Graunke · 9 years ago
  83. 48fe53b vc4: Add support for rendering to cube map surfaces. by Eric Anholt · 9 years ago
  84. 21a9ed6 vc4: Don't flush on read-only access of buffers read by the CL. by Eric Anholt · 9 years ago
  85. 9e8a8b0 vc4: Sanity check that flushes don't happen between state emit and draw. by Eric Anholt · 9 years ago
  86. 56b14ad vc4: Sanity check strides for imported BOs. by Eric Anholt · 9 years ago
  87. 649704f math: Import isinf and others to global namespace by Pierre Moreau · 9 years ago
  88. d3c98c7 r600g: Move R600_BIG_ENDIAN to r600_pipe_common.h by Oded Gabbay · 9 years ago
  89. 72d0d2b r600g: fix code indentation by Oded Gabbay · 9 years ago
  90. a998e49 docs: add news item and link release notes for 11.1.3 by Emil Velikov · 9 years ago
  91. 50eeb5f docs: add sha256 checksums for 11.1.3 by Emil Velikov · 9 years ago
  92. c1bf47a docs: add release notes for 11.1.3 by Emil Velikov · 9 years ago
  93. d11111a gallivm: don't use vector selects with llvm 3.7 by Roland Scheidegger · 9 years ago
  94. b3616f1 nir: only dereference undef after NULL check. (v2) by Dave Airlie · 9 years ago
  95. 96b4cfe docs: update the sha256 checksums for 11.2.1 by Emil Velikov · 9 years ago
  96. 2197581 docs: add news item and link release notes for 11.2.1 by Emil Velikov · 9 years ago
  97. 03a234c docs: add sha256 checksums for 11.2.1 by Emil Velikov · 9 years ago
  98. c15f457 docs: add release notes for 11.2.1 by Emil Velikov · 9 years ago
  99. f30f6e2 i965/fs: Don't allow OOB array access of images by Jason Ekstrand · 9 years ago
  100. 93db828 anv/device: Images are only enabled in scalar stages by Jason Ekstrand · 9 years ago