1. eb9ad9f softpipe: add image support to softpipe (v3) by Dave Airlie · 8 years ago
  2. 0fc21ec gallium: add flags parameter to pipe_screen::context_create by Marek Olšák · 9 years ago
  3. 1ef7b9d gallium/vl: remove remaining softpipe video functions by Christian König · 10 years ago
  4. 8771285 s/Tungsten Graphics/VMware/ by José Fonseca · 11 years ago
  5. f2f7064 vl: rename pipe_video_decoder to pipe_video_codec by Christian König · 11 years ago
  6. 793e8e3 gallium: add condition parameter to render_condition by Roland Scheidegger · 11 years ago
  7. 6b35c2b softpipe/draw/tgsi: simplify driver/tgsi sampler interface by Roland Scheidegger · 11 years ago
  8. 369e468 gallium: unify transfer functions by Marek Olšák · 12 years ago
  9. 3d9d4b1 softpipe: implement blit by Marek Olšák · 12 years ago
  10. cab2fed gallium: remove PIPE_MAX_VERTEX/GEOMETRY_SAMPLERS #define by Brian Paul · 12 years ago
  11. d6c3e6d softpipe: consolidate sampler-related arrays by Brian Paul · 12 years ago
  12. 0a14e9f softpipe: combine vert/frag/geom texture caches in an array by Brian Paul · 12 years ago
  13. 96d8829 gallium: remove unused winsys pointers in pipe_screen and pipe_context by Marek Olšák · 12 years ago
  14. 5840ec2 softpipe: fix llvm build by Dave Airlie · 13 years ago
  15. 02932f3 softpipe: allow softpipe to set shader params depending on runtime llvm (v3) by Dave Airlie · 13 years ago
  16. ec8cbd7 draw/softpipe: EXT_transform_feedback support (v2) by Dave Airlie · 13 years ago
  17. 8783d42 softpipe: Don't use llvm in draw by Jakob Bornecrantz · 13 years ago
  18. 4f4a1be gallium: disable stream output in drivers that support it by Marek Olšák · 13 years ago
  19. 4eb3225 Remove tgsi_sse2. by José Fonseca · 13 years ago
  20. 636d01b Merge branch 'gallium-polygon-stipple' by Brian Paul · 13 years ago
  21. 57aa597 softpipe: use the polygon stipple utility module by Brian Paul · 13 years ago
  22. ea78480 [g3dvl] and finally remove pipe_video_context by Christian König · 13 years ago
  23. 4e837f5 [g3dvl] move video buffer creation out of video context by Christian König · 13 years ago
  24. 7e02303 gallium: remove flags from the flush function by Marek Olšák · 13 years ago
  25. 25485f4 gallium: kill is_resource_referenced by Marek Olšák · 13 years ago
  26. b1d4857 softpipe: rename env vars to be consistent by Brian Paul · 13 years ago
  27. 37233f1 softpipe: check for null pointers during context create/destroy by Brian Paul · 14 years ago
  28. 21148e6 softpipe: Bind samplers to views instead of the underlying resource. by Henri Verbeet · 14 years ago
  29. c97e453 softpipe: s/tex_cache/fragment_tex_cache/ by Brian Paul · 14 years ago
  30. 3c9aa3a gallium: drivers should reference vertex buffers by Marek Olšák · 14 years ago
  31. 4c70014 gallium: support for array textures and related changes by Roland Scheidegger · 14 years ago
  32. 1e35f64 softpipe: minor asst. clean-ups by Brian Paul · 14 years ago
  33. 63a5b7d softpipe: make clip state functions static by Brian Paul · 14 years ago
  34. 5b2406c softpipe: make stream out state functions static by Brian Paul · 14 years ago
  35. bd13a0d softpipe: make rasterizer state functions static by Brian Paul · 14 years ago
  36. eed4509 softpipe: make vertex state functions static by Brian Paul · 14 years ago
  37. c5dd2e4 softpipe: make sampler state functions static by Brian Paul · 14 years ago
  38. 2739692 softpipe: make blend/stencil/depth functions static by Brian Paul · 14 years ago
  39. 279b368 softpipe: make shader-related functions static by Brian Paul · 14 years ago
  40. a57f842 gallium: Keep only pipe_context::draw_vbo. by Chia-I Wu · 14 years ago
  41. 6d28bf9 gallium: Implement draw_vbo and set_index_buffer for all drivers. by Chia-I Wu · 14 years ago
  42. 53bd979 gallium/softpipe/draw: support samplers in geometry shaders by Zack Rusin · 14 years ago
  43. 3a7fc2e gallium: rename draw_auto to draw_stream_output, plus fix a comment by Zack Rusin · 14 years ago
  44. ba5975d gallium: add interface for DrawAuto and implement it in softpipe by Zack Rusin · 14 years ago
  45. a45b7f4 gallium: basic and initial implementation of the stream output interface by Zack Rusin · 14 years ago
  46. 3293bcd Merge branch 'gallium-msaa' by Roland Scheidegger · 14 years ago
  47. 43234ce gallium: implement set_sample_mask() in all drivers by Roland Scheidegger · 14 years ago
  48. 1fce9d5 softpipe: fix dangling references to shaders in the TGSI executor by Brian Paul · 14 years ago
  49. 01c12ed softpipe: call draw_wide_point_sprites() by Brian Paul · 14 years ago
  50. 44519e1 softpipe: add option to do polygon stipple in softpipe vs. draw module by Brian Paul · 14 years ago
  51. 8f3bdea Merge branch '7.8' by Brian Paul · 14 years ago
  52. e3a34cc gallium/draw: use correct rasterization state for wide/AA points/lines by Brian Paul · 14 years ago
  53. 287c94e Squashed commit of the following: by Keith Whitwell · 14 years ago
  54. 47bfbd4 Merge commit 'origin/master' into gallium-sampler-view by Keith Whitwell · 14 years ago
  55. b43c182 Squashed commit of gallium-context-transfers: by Keith Whitwell · 14 years ago
  56. 3ce4375 Merge branch 'master' into gallium-sampler-view by Michal Krol · 14 years ago
  57. 155fbcb Merge commit 'origin/master' into gallium-sw-api-2 by Keith Whitwell · 14 years ago
  58. 94ce4eb softpipe: rework to use the llvmpipe winsys by Keith Whitwell · 14 years ago
  59. 057427d softpipe: adapt to new vertex element cso by Roland Scheidegger · 14 years ago
  60. 658e945 softpipe: adapt to stencil ref changes by Roland Scheidegger · 14 years ago
  61. a131941 softpipe: Remove unnecessary headers. by Vinson Lee · 14 years ago
  62. 7f41f54 gallium: squash-merge of gallium screen context by Keith Whitwell · 14 years ago
  63. 2848688 gallium: pipe/p_inlines.h -> util/u_inlines.h by José Fonseca · 14 years ago
  64. 7c5f255 gallium: Rename PIPE_MAX_CONSTANT to PIPE_MAX_CONSTANT_BUFFERS. by Michal Krol · 15 years ago
  65. 835bab0 gallium: Implement 2D constant buffers for fragment shader in softpipe. by Michal Krol · 15 years ago
  66. cd8614b Merge branch 'mesa_7_7_branch' by Brian Paul · 15 years ago
  67. e3cb614 softpipe: Remove unnecessary headers. by Vinson Lee · 15 years ago
  68. 5e5d0ad Merge branch 'gallium-noconstbuf' by Roland Scheidegger · 15 years ago
  69. 9b21b3c Merge branch 'master' into instanced-arrays by Michal Krol · 15 years ago
  70. 41450b0 softpipe: implement conditional rendering by Brian Paul · 15 years ago
  71. bccdb23 sp: Implement draw_elements_instanced(). by Michal Krol · 15 years ago
  72. 7ca0ce3 Implement draw_arrays_instanced() in softpipe. by Michal Krol · 15 years ago
  73. ac96ee1 softpipe: make it possible to dump geometry shader from the softpipe by Zack Rusin · 15 years ago
  74. 89d8577 gallium: add geometry shader support to gallium by Zack Rusin · 15 years ago
  75. 1278507 gallium: adapt drivers to pipe_constant_buffer removal by Roland Scheidegger · 15 years ago
  76. a0127b6 gallium: more work for edgeflags changes by Roland Scheidegger · 15 years ago
  77. eb9c9ef softpipe: Fix after sampler view changes. by Michal Krol · 14 years ago
  78. f610656 gallium: WIP: Introduce sampler views. by Michal Krol · 14 years ago
  79. 8a619e6 sp: Implement separate vertex sampler state. by Michal Krol · 15 years ago
  80. 904469d Fix indentation. by Alan Hourihane · 15 years ago
  81. 3f40166 softpipe: whitespace/indentation fixes by Brian Paul · 15 years ago
  82. 367cfca softpipe: add missing check in softpipe_is_texture_referenced() by Brian Paul · 15 years ago
  83. a772260 softpipe: Grab a ref when the fb is set. by Younes Manton · 15 years ago
  84. 890679d Merge branch 'softpipe-opt' by Keith Whitwell · 15 years ago
  85. b1139e9 softpipe: fix polygon stipple by Keith Whitwell · 15 years ago
  86. 6bc36f2 softpipe: remove no-op softpipe_init_texture_funcs() function by Brian Paul · 15 years ago
  87. afcaa45 softpipe: reformatting, clean-ups, comments by Brian Paul · 15 years ago
  88. 4fe0fc3 softpipe: remove old prim_setup draw stage by Keith Whitwell · 15 years ago
  89. 47800c5 softpipe: add missing header by Keith Whitwell · 15 years ago
  90. 7670102 Merge branch 'tex-tilecache' into softpipe-opt by Keith Whitwell · 15 years ago
  91. 4fc7d03 softpipe: rework texture sampling code by Keith Whitwell · 15 years ago
  92. 00c8359 softpipe: allow the existing sampler routines to be hooked up directly by Keith Whitwell · 15 years ago
  93. 80c7847 softpipe: split texture and surface tile caches by Keith Whitwell · 15 years ago
  94. bac8e34 softpipe: move all depth/stencil/alpha pixel processing into one stage by Keith Whitwell · 15 years ago
  95. a2f7ab1 softpipe: move all color-combine code into sp_quad_blend.c by Keith Whitwell · 15 years ago
  96. 6153a1c softpipe: rip out old mulithread support by Keith Whitwell · 15 years ago
  97. 93a026d softpipe: avoid flushing depth buffer cache on swapbuffers by Keith Whitwell · 15 years ago
  98. aa5db68 softpipe: remove backwards dependency from tilecache to softpipe by Keith Whitwell · 15 years ago
  99. 5d0cf9e softpipe: Fix softpipe_is_texture_referenced. by José Fonseca · 15 years ago
  100. 46ddcbc softpipe: return PIPE_UNREFERENCED in softpipe_is_buffer/texture_referenced() by Brian Paul · 15 years ago