1. d3e6f6d gallium: add PIPE_CAP_TGSI_BALLOT by Nicolai Hähnle · 7 years ago
  2. d6e6fa0 gallium: add sparse buffer interface and capability by Nicolai Hähnle · 7 years ago
  3. ffe2bd6 gallium: Add a cap to check if the driver supports fill_rectangle by Lyude · 7 years ago
  4. d0c7f92 gallium: add PIPE_CAP_TGSI CLOCK by Nicolai Hähnle · 7 years ago
  5. 65732a8 softpipe: fix a maybe-uninitialized warning by Marek Olšák · 7 years ago
  6. bf3cdf0 gallium: add PIPE_CAP_TGSI_TEX_TXF_LZ by Marek Olšák · 7 years ago
  7. 2b9ab60 gallium: s/uint/enum pipe_shader_type/ for set_constant_buffer() by Brian Paul · 7 years ago
  8. f676c70 softpipe: s/unsigned/enum pipe_shader_type/ by Brian Paul · 7 years ago
  9. 637e571 gallium: s/unsigned/enum pipe_shader_type/ for pipe_screen::get_shader_param() by Brian Paul · 7 years ago
  10. 4a88396 gallium: remove PIPE_CAP_USER_INDEX_BUFFERS by Marek Olšák · 7 years ago
  11. a876b50 softpipe: enable clear_texture with util_clear_texture by Lars Hamre · 7 years ago
  12. 55ad59d gallium: set pipe_context uploaders in drivers (v3) by Marek Olšák · 8 years ago
  13. b090033 gallium: add separate PIPE_CAP_INT64_DIVMOD by Ilia Mirkin · 7 years ago
  14. a020cb3 gallium: turn PIPE_SHADER_CAP_DOUBLES into a screen capability by Nicolai Hähnle · 8 years ago
  15. c5e76a2 gallium: enable int64 on radeonsi, llvmpipe, softpipe by Nicolai Hähnle · 8 years ago
  16. f804506 gallium: Add integer 64 capability by Dave Airlie · 8 years ago
  17. 6e40938 gallium: add PIPE_CAP_TGSI_MUL_ZERO_WINS by Ilia Mirkin · 8 years ago
  18. a1c8484 gallium: add flags parameter to texture barrier by Ilia Mirkin · 8 years ago
  19. ee3ebe6 gallium: add PIPE_CAP_TGSI_FS_FBFETCH by Ilia Mirkin · 8 years ago
  20. e51baeb gallium: add PIPE_CAP_GLSL_OPTIMIZE_CONSERVATIVELY by Marek Olšák · 8 years ago
  21. 15e12ab softpipe: fix release build unused variable warning by Grazvydas Ignotas · 8 years ago
  22. 026a722 gallium: support for native fence fd's by Rob Clark · 8 years ago
  23. 611166b gallium: add PIPE_CAP_TGSI_CAN_READ_OUTPUTS by Nicolai Hähnle · 8 years ago
  24. 3fdeb7c gallium: add PIPE_CAP_STREAM_OUTPUT_INTERLEAVE_BUFFERS by Ilia Mirkin · 8 years ago
  25. 789119d st/mesa: enable ARB_enhanced_layouts and turn the cap on by Nicolai Hähnle · 8 years ago
  26. 700a571 gallium: add PIPE_CAP_TGSI_ARRAY_COMPONENTS by Nicolai Hähnle · 8 years ago
  27. 5e7f0eb softpipe: Cap to 2 GB on 32 bits by Axel Davy · 8 years ago
  28. 07bb451 gallium: add PIPE_COMPUTE_CAP_MAX_VARIABLE_THREADS_PER_BLOCK by Samuel Pitoiset · 8 years ago
  29. c7af849 gallium: add cap to export device pointer size by Jan Vesely · 8 years ago
  30. f48ccb8 softpipe: (trivial) honor render_condition_enabled for clear_rt/clear_ds by Roland Scheidegger · 8 years ago
  31. 4c53267 gallium: Use enum pipe_shader_type in set_shader_images() by Kai Wasserbäch · 8 years ago
  32. 15fe288 gallium: Use enum pipe_shader_type in set_shader_buffers() by Kai Wasserbäch · 8 years ago
  33. 532db3b gallium: Use enum pipe_shader_type in set_sampler_views() by Kai Wasserbäch · 8 years ago
  34. 7413625 gallium: Use enum pipe_shader_type in bind_sampler_states() (v2) by Kai Wasserbäch · 8 years ago
  35. 9daaa6f gallium: add a pipe_context parameter to resource_get_handle by Marek Olšák · 8 years ago
  36. 9515d65 gallium: add a cap to expose whether driver supports mixed color/zs bits by Ilia Mirkin · 8 years ago
  37. 3253790 gallium: change pipe_image_view::first_element/last_element -> offset/size by Marek Olšák · 8 years ago
  38. 7cd256c gallium: change pipe_sampler_view::first_element/last_element -> offset/size by Marek Olšák · 8 years ago
  39. 54272e1 gallium: add a pipe_context parameter to fence_finish by Marek Olšák · 8 years ago
  40. a909210 gallium: add render_condition_enable param to clear_render_target/depth_stencil by Marek Olšák · 8 years ago
  41. 1ffe77e gallium: split transfer_inline_write into buffer and texture callbacks by Marek Olšák · 8 years ago
  42. 3cd28fe gallium: add a cap for VIEWPORT_SUBPIXEL_BITS (v2) by Józef Kucia · 8 years ago
  43. 59a6929 gallium: Add a cap for offset_units_unscaled by Axel Davy · 8 years ago
  44. 60a27ad Remove wrongly repeated words in comments by Giuseppe Bilotta · 8 years ago
  45. 64180de gallium: make image_view const by Rob Clark · 8 years ago
  46. ef534b9 gallium: make constant_buffer const by Rob Clark · 8 years ago
  47. e1c1c40 gallium: make shader_buffers const by Rob Clark · 8 years ago
  48. 07fcb06 gallium: add PIPE_CAP_MAX_WINDOW_RECTANGLES to all drivers by Ilia Mirkin · 8 years ago
  49. 672e92a softpipe: turn on pipe cap for GL_ARB_copy_image support by Brian Paul · 8 years ago
  50. d8fe633 softpipe: don't use 3-component formats by Brian Paul · 9 years ago
  51. edfa7a4 gallium: add PIPE_CAP_TGSI_VOTE for when the VOTE ops are allowed by Ilia Mirkin · 8 years ago
  52. f80b10d softpipe: add sp_buffer.h to the sources list (release tarball) by Emil Velikov · 8 years ago
  53. 70048eb gallium: Add a pipe cap for whether primitive restart works for patches. by Kenneth Graunke · 8 years ago
  54. 96f390f llvm/softpipe: Enable cull_distance as draw supports it. by Tobias Klausmann · 8 years ago
  55. 2be258e gallium: Add a pipe cap for arb_cull_distance by Tobias Klausmann · 8 years ago
  56. 62b7958 gallium: fix various undefined left shifts into sign bit by Nicolai Hähnle · 8 years ago
  57. cf6dadb softpipe: bump 3D texture limit to 2048 by Dave Airlie · 8 years ago
  58. 277170e softpipe: allow r32 xchg on shader images. by Dave Airlie · 8 years ago
  59. 3950aa4 softpipe: avoid leaking local_mem on machines alloc failure by Ilia Mirkin · 8 years ago
  60. f93802c softpipe: s/Elements/ARRAY_SIZE/ by Brian Paul · 8 years ago
  61. e749c30 softpipe: add support for compute shaders. (v2) by Dave Airlie · 8 years ago
  62. 6cf36a7 tgsi: accept a starting PC value for exec machine. by Dave Airlie · 8 years ago
  63. e3e6859 tgsi: pass a shader type to the machine create and clean up. by Dave Airlie · 8 years ago
  64. cbb0d4a gallium: fix warnings in release build by Grazvydas Ignotas · 8 years ago
  65. 32214e0 gallium: add bool return to pipe_context::end_query by Nicolai Hähnle · 8 years ago
  66. c3b88cc softpipe: fix a warning due to an incorrect enum comparison by Marek Olšák · 8 years ago
  67. fb523cb gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_* by Marek Olšák · 8 years ago
  68. 46bfcd6 softpipe: Free tgsi.image elements on context destruction. by Jose Fonseca · 8 years ago
  69. 5a3d928 softpipe: Enable ARB_framebuffer_no_attachments by Edward O'Callaghan · 8 years ago
  70. 6d6525a softpipe: avoid buffer overflow by Thomas Hindoe Paaboel Andersen · 8 years ago
  71. 70dcd84 gallium: Add capability for ARB_robust_buffer_access_behavior. by Bas Nieuwenhuizen · 8 years ago
  72. b025c23 softpipe: Use STATIC_ASSERT whenever possible. by Jose Fonseca · 8 years ago
  73. 26171bd gallium: add pipe_context::set_active_query_state for pausing queries by Marek Olšák · 8 years ago
  74. afa8707 softpipe: add SSBO/shader atomics support. by Dave Airlie · 8 years ago
  75. 081a958 tgsi: add support for buffer/atomic operations to tgsi_exec. by Dave Airlie · 8 years ago
  76. 5e010a7 drivers/softpipe: add missing header to the tarball by Emil Velikov · 8 years ago
  77. 63f2b2f softpipe: Set samples and layers in set_framebuffer_state() cb by Edward O'Callaghan · 8 years ago
  78. 4bc9130 gallium: Add PIPE_CAP_FRAMEBUFFER_NO_ATTACHMENT by Edward O'Callaghan · 8 years ago
  79. eb9ad9f softpipe: add image support to softpipe (v3) by Dave Airlie · 8 years ago
  80. 22d1296 tgsi: add support for image operations to tgsi_exec. (v2.1) by Dave Airlie · 8 years ago
  81. 493eab7 softpipe: add support for explicit early depth testing by Dave Airlie · 8 years ago
  82. 4b249ed softpipe: fix misleading TGSI_QUAD_SIZE usage by Roland Scheidegger · 8 years ago
  83. 9e9d699 softpipe: fix anisotropic filtering crash by Roland Scheidegger · 8 years ago
  84. dcb2b77 gallium: add CAPs returning PCI device location by Marek Olšák · 8 years ago
  85. 82db518 gallium: add external usage flags to resource_from(get)_handle (v2) by Marek Olšák · 8 years ago
  86. a97a955 scons: Eliminate MSVC2008 compatibility. by Jose Fonseca · 8 years ago
  87. 1cadfe0 configure: Eliminate MSVC2008 compatibility. by Jose Fonseca · 8 years ago
  88. c84a891 gallium/util: switch over to new u_debug_image.[ch] code by Brian Paul · 8 years ago
  89. d2e4c9e gallium: add interface for querying memory usage and sizes (v2) by Marek Olšák · 8 years ago
  90. f9e6f46 gallium: add PIPE_CAP_QUERY_BUFFER_OBJECT by Ilia Mirkin · 9 years ago
  91. 6af6d7b gallium: Add PIPE_CAP_SURFACE_REINTERPRET_BLOCKS by Nicolai Hähnle · 9 years ago
  92. 3abb548 gallium: Add PIPE_CAP_BUFFER_SAMPLER_VIEW_RGBA_ONLY by Nicolai Hähnle · 9 years ago
  93. d640837 gallium: add GREMEDY_string_marker by Rob Clark · 9 years ago
  94. 3038e89 gallium/st: add pipe_context::generate_mipmap() by Charmaine Lee · 9 years ago
  95. 654670b gallium: add PIPE_CAP_INVALIDATE_BUFFER by Nicolai Hähnle · 9 years ago
  96. ebfb544 gallium: add PIPE_CAP_SHADER_BUFFER_OFFSET_ALIGNMENT by Ilia Mirkin · 9 years ago
  97. 69f43c2 util/pstipple: allow fragment shader POSITION to be a system value by Marek Olšák · 9 years ago
  98. 34738a9 gallium: add caps for POSITION and FACE system values by Marek Olšák · 9 years ago
  99. d67b9ba gallium: add caps to expose support for multi indirect draws by Ilia Mirkin · 9 years ago
  100. 8d4039e softpipe: tell draw about the vertex layout we want by Roland Scheidegger · 9 years ago