1. 018ead4 radeonsi: add Polaris12 support (v3) by Junwei Zhang · 8 years ago
  2. 15c8f32 glsl: Eliminate the open-coded version of process_block_array_leaf by Ian Romanick · 8 years ago
  3. 415f5f0 ttn: handle GLSL_SAMPLER_DIM_SUBPASS_MS case by Juan A. Suarez Romero · 8 years ago
  4. c32a9ec i965: allow unsourced enabled VAO by Juan A. Suarez Romero · 8 years ago
  5. 8801734 svga: Fix a strict-aliasing violation in shader dumper by Edward O'Callaghan · 8 years ago
  6. e827d91 draw: use SoA fetch, not AoS one by Roland Scheidegger · 8 years ago
  7. cb81460 gallivm: generalize the compressed format soa fetch a bit by Roland Scheidegger · 8 years ago
  8. 3c98e3c gallivm: provide soa fetch path handling formats with more than 32bit by Roland Scheidegger · 8 years ago
  9. 8bd67a3 gallivm: optimize gather a bit, by using supplied destination type by Roland Scheidegger · 8 years ago
  10. 5b95031 gallivm: optimize SoA AoS fallback fetch path a little by Roland Scheidegger · 8 years ago
  11. d7d23ae gallivm: (trivial) handle non-aligned fetch for lp_build_fetch_rgba_soa by Roland Scheidegger · 8 years ago
  12. 123e947 st/nine: Upload on secondary context for Draw*Up by Axel Davy · 8 years ago
  13. 0ec4e5f st/nine: Dirty MANAGED buffers at Lock time by Axel Davy · 8 years ago
  14. bad7f7c st/nine: Implement new buffer upload path by Axel Davy · 8 years ago
  15. 8960be0 st/nine: Allow non-zero resource offset for vertex buffers by Axel Davy · 8 years ago
  16. 1e64be6 st/nine: Do not wait for DEFAULT lock for volumes when we can by Axel Davy · 8 years ago
  17. b4f1661 st/nine: Do not wait for DEFAULT lock for surfaces when we can by Axel Davy · 8 years ago
  18. 525a1b2 st/nine: Add arguments to context's blit and copy_region by Axel Davy · 8 years ago
  19. 325324c st/nine: Idem for nine_context_gen_mipmap by Axel Davy · 8 years ago
  20. 7089d88 st/nine: Bind destination for surface/volume uploads by Axel Davy · 8 years ago
  21. d4a9b21 st/nine: Use nine_context_box_upload for volumes by Axel Davy · 8 years ago
  22. f042639 st/nine: Fix leak with volume dtor by Axel Davy · 8 years ago
  23. 76e392d st/nine: Fix leak with cubetexture dtor by Axel Davy · 8 years ago
  24. fec0b7f st/nine: Use nine_context_box_upload for surfaces by Axel Davy · 8 years ago
  25. c873a2b st/nine: Implement nine_context_box_upload by Axel Davy · 8 years ago
  26. cadc7a5 st/nine: Use nine_context_gen_mipmap in BaseTexture9 by Axel Davy · 8 years ago
  27. 8d3e0f2 st/nine: Implement nine_context_gen_mipmap by Axel Davy · 8 years ago
  28. 16b6fb6 st/nine: Optimize managed buffer upload by Axel Davy · 8 years ago
  29. a78b5f4 st/nine: Implement nine_context_range_upload by Axel Davy · 8 years ago
  30. 1843e36 st/nine: Do not bind the container if forward is false by Axel Davy · 8 years ago
  31. 2fc8ef1 st/nine: Comment and simplify iunknown by Axel Davy · 8 years ago
  32. 098ba64 st/nine: Detach buffers in swapchain dtor. by Axel Davy · 8 years ago
  33. 14875eb st/nine: Fix NineUnknown_Detach by Axel Davy · 8 years ago
  34. 930f479 st/nine: Simplify ARG_BIND_REF by Axel Davy · 8 years ago
  35. 9c4b4e8 st/nine: Avoid flushing the queue for queries GetData by Axel Davy · 8 years ago
  36. 8a69343 st/nine: Add CSMT_NO_WAIT_WITH_COUNTER by Patrick Rudolph · 8 years ago
  37. 884166a st/nine: Use nine_context_clear_render_target by Axel Davy · 8 years ago
  38. 7b154ac st/nine: Optimize ColorFill by Axel Davy · 8 years ago
  39. 9bf1da0 st/nine: Simplify ColorFill by Axel Davy · 8 years ago
  40. 31262bb st/nine: use get_pipe_acquire/release when possible by Axel Davy · 8 years ago
  41. 22f6d6f st/nine: Implement Fast path for dynamic buffers and csmt by Axel Davy · 8 years ago
  42. 3e8234f st/nine: Add secondary pipe for device by Axel Davy · 8 years ago
  43. 7a7eeef st/nine: Add nine_context_get_pipe_acquire/release by Axel Davy · 8 years ago
  44. ddb6f1d st/nine: SYSTEMMEM ignores DISCARD. by Axel Davy · 8 years ago
  45. 4f344db st/nine: Upload Managed buffers just before draw call using them by Axel Davy · 8 years ago
  46. e52aded st/nine: Track bindings for buffers by Axel Davy · 8 years ago
  47. 62068c9 st/nine: Fix BASETEX_REGISTER_UPDATE by Axel Davy · 8 years ago
  48. 804b28c st/nine: Simplify the logic to bind textures by Axel Davy · 8 years ago
  49. fef23f6 st/nine: Use nine_context for resource_copy_region by Patrick Rudolph · 8 years ago
  50. c8913a0 st/nine: Use nine_context for blit by Patrick Rudolph · 8 years ago
  51. 0fd5730 st/nine: Add NINE_DEBUG=tid to turn threadid on or off by Patrick Rudolph · 8 years ago
  52. 3098bf0 st/nine: Print threadid in debug log by Patrick Rudolph · 8 years ago
  53. ac29273 st/nine: Implement gallium nine CSMT by Patrick Rudolph · 8 years ago
  54. 2c371a2 st/nine: Call GetPipe for implicit pipe usages by Axel Davy · 8 years ago
  55. 1277cee st/nine: Add struct nine_clipplane by Patrick Rudolph · 8 years ago
  56. 3af17a6 st/nine: Add nine_queue by Patrick Rudolph · 8 years ago
  57. e068d3a st/nine: Create pipe_surfaces on resource creation. by Axel Davy · 8 years ago
  58. bb666b0 st/nine: Back swvp in nine_context by Axel Davy · 8 years ago
  59. f5f881f st/nine: Change the way nine_shader gets the pipe by Axel Davy · 8 years ago
  60. 97e4b65 st/nine: Reimplement nine_context_apply_stateblock by Axel Davy · 8 years ago
  61. 8d967ab st/nine: Decompose nine_context_set_texture by Axel Davy · 8 years ago
  62. 69f4477 st/nine: Decompose nine_context_set_indices by Axel Davy · 8 years ago
  63. 08b717d st/nine: Decompose nine_context_set_stream_source by Axel Davy · 8 years ago
  64. 7ebdbb5 st/nine: Do not use NineBaseTexture9 in nine_context by Axel Davy · 8 years ago
  65. 152d007 st/nine: Move Managed Pool handling out of nine_context by Axel Davy · 8 years ago
  66. eb884a4 st/nine: Integrate nine_pipe_context_clear to nine_context_clear by Axel Davy · 8 years ago
  67. b95205b st/nine: Move pipe and cso to nine_context by Axel Davy · 8 years ago
  68. 66ad5b1 st/nine: Rename pipe to pipe_data in nine_context by Axel Davy · 8 years ago
  69. fc49f7d st/nine: Rename cso in nine_context to cso_shader by Axel Davy · 8 years ago
  70. c7237e2 st/nine: Access pipe_context via NineDevice9_GetPipe by Axel Davy · 8 years ago
  71. 4a4eba8 st/nine: Remove NineDevice9_GetCSO by Axel Davy · 8 years ago
  72. 6a7541a st/nine: Move query9 pipe calls to nine_context by Axel Davy · 8 years ago
  73. 0a5252d st/nine: Use atomics for nine_bind by Axel Davy · 8 years ago
  74. b748b8f st/nine: Track dirty state groups in nine_context by Axel Davy · 8 years ago
  75. a0a1892 st/nine: Back User Clip Planes to nine_context by Axel Davy · 8 years ago
  76. c6ca7c7 st/nine: Back ps to nine_context by Axel Davy · 8 years ago
  77. d671190 st/nine: Back ds to nine_context by Axel Davy · 8 years ago
  78. 1a735a9 st/nine: Back all ff states in nine_context by Axel Davy · 8 years ago
  79. bb62ea9 st/nine: Refactor LightEnable by Axel Davy · 8 years ago
  80. cbe3700 st/nine: Refactor SetLight by Axel Davy · 8 years ago
  81. c5af96a st/nine: Put ff data in a separate structure by Axel Davy · 8 years ago
  82. 4a6d83e st/nine: Back viewport to nine_context by Axel Davy · 8 years ago
  83. 9498613 st/nine: Back scissor to nine_context by Axel Davy · 8 years ago
  84. 7f6e010 st/nine: Back RT to nine_context by Axel Davy · 8 years ago
  85. aafbd62 st/nine: Back current index buffer to nine_context by Axel Davy · 8 years ago
  86. b13b217 st/nine: Back all shader constants to nine_context by Axel Davy · 8 years ago
  87. 93ac6df st/nine: Back sampler states to nine_context by Axel Davy · 8 years ago
  88. 2a698c3 st/nine: Back vs to nine_context by Axel Davy · 8 years ago
  89. 43288cf st/nine: Back vdecl to nine_context by Axel Davy · 8 years ago
  90. 63633e2 st/nine: Move stream freq data to nine_context by Axel Davy · 8 years ago
  91. 848ffc8 st/nine: Move vtxbuf to nine_context by Axel Davy · 8 years ago
  92. aea7a01 st/nine: Move stream_usage_mask to nine_context by Axel Davy · 8 years ago
  93. eed47b7 st/nine: Back textures into nine_context by Axel Davy · 8 years ago
  94. 6bbb7b9 st/nine: Move texture setting to nine_context_* by Axel Davy · 8 years ago
  95. c1871e8 st/nine: Track changed.texture only for stateblocks by Axel Davy · 8 years ago
  96. 64e232b st/nine: Move draw calls to nine_state by Axel Davy · 8 years ago
  97. f72d871 st/nine: Move core of device clear to nine_state by Axel Davy · 8 years ago
  98. 1b24d5e st/nine: Introduce nine_context by Axel Davy · 8 years ago
  99. e3c59fb st/nine: Implement WFOG properly by Axel Davy · 8 years ago
  100. b40f12e st/nine: Fix ff texture coordinate selection by Axel Davy · 8 years ago