1. 7bd5057 swr: fix unused variable warnings by Tim Rowley · 7 years ago
  2. d5157dd swr: [rasterizer core] SIMD16 Frontend WIP by Tim Rowley · 7 years ago
  3. b8515d5 swr: [rasterizer core] Enable 8x2 backend by Tim Rowley · 7 years ago
  4. c1b7a57 swr: [rasterizer codegen] remove copy of mako by Tim Rowley · 7 years ago
  5. 97dab87 swr: [rasterizer core/memory] Move intrinics to _simd functions by Tim Rowley · 7 years ago
  6. 117fc58 swr: [rasterizer core] Programmable sample position support by Tim Rowley · 7 years ago
  7. 3c52a73 swr: [configure.ac/scons] require c++14 by Tim Rowley · 7 years ago
  8. e5fdfcf swr: [rasterizer core] Fix center sample pattern by Tim Rowley · 7 years ago
  9. c12b61d swr: [rasterizer core/memory] Fix missing avx512 storetile by Tim Rowley · 7 years ago
  10. cd6c200 swr: [rasterizer core] SIMD16 Frontend WIP by Tim Rowley · 7 years ago
  11. d3e6f6d gallium: add PIPE_CAP_TGSI_BALLOT by Nicolai Hähnle · 7 years ago
  12. 2c4c47d swr: automake: add gen_common.py to the tarball by Emil Velikov · 7 years ago
  13. d6e6fa0 gallium: add sparse buffer interface and capability by Nicolai Hähnle · 7 years ago
  14. ffe2bd6 gallium: Add a cap to check if the driver supports fill_rectangle by Lyude · 7 years ago
  15. d0c7f92 gallium: add PIPE_CAP_TGSI CLOCK by Nicolai Hähnle · 7 years ago
  16. 5079c27 swr: [scons] Fix windows build by George Kyriazis · 7 years ago
  17. 749cf3b swr: fix llvm-5.0.0 build bustage by Tim Rowley · 7 years ago
  18. 79d92a7 swr: [rasterizer jitter] fix llvm-5.0.0 build bustage by Tim Rowley · 7 years ago
  19. 3974cfe swr: [rasterizer core] Disable inline function expansion by Tim Rowley · 7 years ago
  20. 1c7224c swr: [rasterizer common] Use C++ thread_local keyword by Tim Rowley · 7 years ago
  21. aee5276 swr: [rasterizer core] SIMD16 Frontend WIP by Tim Rowley · 7 years ago
  22. aea737e swr: [rasterizer core] Don't bind single-threaded contexts by Tim Rowley · 7 years ago
  23. 4cd0b1b swr: [rasterizer core] Enable SIMD16 by Tim Rowley · 7 years ago
  24. ec51e8e swr: [rasterizer jitter] Clean up EngineBuilder construction by Tim Rowley · 7 years ago
  25. 89b83f4 swr: [rasterizer codegen] add cmdline to archrast gen files by Tim Rowley · 7 years ago
  26. 549b9d2 swr: [rasterizer core] SIMD16 Frontend WIP by Tim Rowley · 7 years ago
  27. fee3fc0 swr: [rasterizer codegen] Refactor codegen by Tim Rowley · 7 years ago
  28. 08f864a swr: [rasterizer jitter] fix llvm >= 5.0 build break by Tim Rowley · 7 years ago
  29. fe325e6 swr: [rasterizer] Cleanup naming of codegen files by Tim Rowley · 7 years ago
  30. cf8fa67 swr: [rasterizer codegen] Remove BOM from knob_defs.py by Tim Rowley · 7 years ago
  31. 8a5069e swr: [rasterizer codegen] Rewrite gen_llvm_types.py to use mako by Tim Rowley · 7 years ago
  32. 5d0b3b0 swr: [rasterizer codegen] Fix generation of knobs by Tim Rowley · 7 years ago
  33. 4ed7275 swr: [rasterizer codegen] Change backend template comment style by Tim Rowley · 7 years ago
  34. 2776d94 swr: [rasterizer codegen] Rewrite gen_llvm_ir_macros.py to use mako by Tim Rowley · 7 years ago
  35. 9538ba9 swr: [rasterizer codegen] Quiet gen_backends.py execution by Tim Rowley · 7 years ago
  36. 97cbabc swr: [rasterizer scripts] Put codegen scripts into a separate directory by Tim Rowley · 7 years ago
  37. 7046695 swr: [rasterizer core] Fix trifan regression from 9d3442575f by Tim Rowley · 7 years ago
  38. 4cb69e8 swr: [rasterizer core] SIMD16 Frontend WIP - fix tesselation crashes by Tim Rowley · 7 years ago
  39. ab3f444 swr: [rasterizer jitter] Fix LogicOp blend jit after assert changes by Tim Rowley · 7 years ago
  40. 8cd8240 swr: [rasterizer] Convert more SWR_ASSERT(false, ...) to SWR_INVALID(...) by Tim Rowley · 7 years ago
  41. ab032fb swr: [rasterizer core] Fix typo in SIMD16 code path by Tim Rowley · 7 years ago
  42. d011ba7 swr: [rasterizer core/common] Fix the native AVX512 build under ICC by Tim Rowley · 7 years ago
  43. 2f513d8 swr: [rasterizer core] Allow no arguments to SWR_INVALID macro by Tim Rowley · 7 years ago
  44. 0b066b2 swr: [rasterizer] Slight assert refactoring by Tim Rowley · 7 years ago
  45. f445b6d swr: [rasterizer] Backend code adjustments by Tim Rowley · 7 years ago
  46. e4d1294 swr: [rasterizer archrast] Fix the early and late depthstencil events by Tim Rowley · 7 years ago
  47. a508c2c swr: [rasterizer core] Implement double pumped SIMD16 TESS by Tim Rowley · 7 years ago
  48. 2cbac00 swr: [rasterizer archrast/core/scripts] Fix archrast multithreading issue by Tim Rowley · 7 years ago
  49. 0a36a7c swr: [rasterizer archrast] Remove redundant data from archrast files by Tim Rowley · 7 years ago
  50. 1cc885d swr: [rasterizer archrast/scripts] Further archrast cleanups by Tim Rowley · 7 years ago
  51. 1399fbd swr: [rasterizer core] Fix RECT_LIST primitive assembly by Tim Rowley · 7 years ago
  52. ade5351 swr: [rasterizer common] Add InterpolateComponentFlat utility by Tim Rowley · 7 years ago
  53. ab04221 swr: [rasterizer archrast] Fix performance issue with archrast stats by Tim Rowley · 7 years ago
  54. b228d2d swr: [rasterizer core] Implement SIMD16 GS and STREAMOUT by Tim Rowley · 7 years ago
  55. 5830a0a swr: [rasterizer archrast] Add additional API events by Tim Rowley · 7 years ago
  56. d2759c1 swr: [rasterizer core/scripts] Autogen backend initialization function(s) by Tim Rowley · 7 years ago
  57. 2c820d2 swr: [rasterizer core] backend.h declares gBackendPixelRateTable by Tim Rowley · 7 years ago
  58. 50d491e swr: [rasterizer core] Finish SIMD16 PA OPT including tesselation by Tim Rowley · 7 years ago
  59. 9d34425 swr: [rasterizer core] Finish SIMD16 PA OPT except tesselation by Tim Rowley · 7 years ago
  60. 7b94e5e swr: [rasterizer core] Support sparse numa id values on all OSes by Tim Rowley · 7 years ago
  61. e893b3a swr: support layer output in geometry shaders by Ilia Mirkin · 7 years ago
  62. a7ce049 swr: validate backend state numAttributes by Tim Rowley · 7 years ago
  63. bf3cdf0 gallium: add PIPE_CAP_TGSI_TEX_TXF_LZ by Marek Olšák · 7 years ago
  64. d64ded7 swr: s/uint/enum pipe_render_cond_flag/ by Vinson Lee · 7 years ago
  65. b0d3938 gallium: s/uint/enum pipe_render_cond_flag/ for set_render_condition() by Brian Paul · 7 years ago
  66. 2b9ab60 gallium: s/uint/enum pipe_shader_type/ for set_constant_buffer() by Brian Paul · 7 years ago
  67. 6614b06 swr: s/unsigned/enum pipe_shader_type/ by Brian Paul · 7 years ago
  68. 637e571 gallium: s/unsigned/enum pipe_shader_type/ for pipe_screen::get_shader_param() by Brian Paul · 7 years ago
  69. c307092 swr: [rasterizer core] fix primID provoking vertex for GS by Tim Rowley · 7 years ago
  70. f1d7284 swr: implement geometry shaders by Tim Rowley · 7 years ago
  71. a7b8d50 swr: fix crash in swr_update_derived following st/mesa state changes by Bruce Cherniak · 7 years ago
  72. dd649a5 swr: enable clear_texture with util_clear_texture by Bruce Cherniak · 7 years ago
  73. 4a88396 gallium: remove PIPE_CAP_USER_INDEX_BUFFERS by Marek Olšák · 7 years ago
  74. dcac48b swr: fix index buffers with non-zero indices by George Kyriazis · 7 years ago
  75. 669d8f6 swr: add fetch shader cache by George Kyriazis · 7 years ago
  76. e2abe80 swr: remove unneeded extern "C" by George Kyriazis · 7 years ago
  77. 55ad59d gallium: set pipe_context uploaders in drivers (v3) by Marek Olšák · 8 years ago
  78. b090033 gallium: add separate PIPE_CAP_INT64_DIVMOD by Ilia Mirkin · 7 years ago
  79. c1aa444 swr: [rasterizer jitter] Pass LLVM-IR size into jitter by Tim Rowley · 7 years ago
  80. e0a829d swr: [rasterizer core] Frontend SIMD16 WIP by Tim Rowley · 7 years ago
  81. 79174e5 swr: [rasterizer jitter] Disable unsafe FP optimizations in the jitter by Tim Rowley · 8 years ago
  82. db599e3 swr: [rasterizer core] Frontend SIMD16 WIP by Tim Rowley · 8 years ago
  83. 09c54cf swr: [rasterizer jitter] Add DEBUGTRAP jit builder function by Tim Rowley · 8 years ago
  84. b01f26e swr: [rasterizer jitter] Multisample blend jit fix by Tim Rowley · 8 years ago
  85. 8780706 swr: [rasterizer jitter] Change SimdVector representation to array by Tim Rowley · 8 years ago
  86. d159b0b swr: [rasterizer jitter] Fix issues with stream-out on llvm>=3.8 by Tim Rowley · 8 years ago
  87. 8423ad4 swr: [rasterizer jitter] Adjust jitter header includes by Tim Rowley · 8 years ago
  88. feecd7d swr: [rasterizer core] Frontend SIMD16 WIP by Tim Rowley · 8 years ago
  89. 11d6f83 swr: [rasterizer core] Removed unused clip code. by Bruce Cherniak · 7 years ago
  90. bf29495 swr: [rasterizer core] Remove dead code Clipper::ClipScalar() by Bruce Cherniak · 7 years ago
  91. 027e049 scons: swr: remove explicit __STDC_.*_MACROS defines by Emil Velikov · 8 years ago
  92. f804506 gallium: Add integer 64 capability by Dave Airlie · 8 years ago
  93. e259efd swr: Update fs texture & sampler state logic by George Kyriazis · 8 years ago
  94. 6e40938 gallium: add PIPE_CAP_TGSI_MUL_ZERO_WINS by Ilia Mirkin · 8 years ago
  95. 00847e4 swr: Align query results allocation by George Kyriazis · 8 years ago
  96. b829206 swr: Prune empty nodes in CalculateProcessorTopology. by Bruce Cherniak · 8 years ago
  97. ee3ebe6 gallium: add PIPE_CAP_TGSI_FS_FBFETCH by Ilia Mirkin · 8 years ago
  98. a61528f Always defer memory free in swr_resource_destroy by George Kyriazis · 8 years ago
  99. c93efb0 swr: [rasterizer core] rename OutputMerger functions by Tim Rowley · 8 years ago
  100. fa7c5e2 swr: [rasterizer core] fix SIMD16 Transpose_16_16 by Tim Rowley · 8 years ago