1. ec9d4c4 swr: [rasterizer core] Globally cache allocated arena blocks for fast re-allocation. by Tim Rowley · 9 years ago
  2. 12ce9d9 swr: [rasterizer] more arena work by Tim Rowley · 9 years ago
  3. 4893224 swr: [rasterizer core] Add clipping against user clip distances in the NullPS backend. by Tim Rowley · 9 years ago
  4. 700a5b0 swr: [rasterizer core] Arena optimizations - preparing for global allocator. by Tim Rowley · 9 years ago
  5. 5899076 swr: [rasterizer core] Reset DrawContext arena at end of draw rather than upon reclaim of DC by Tim Rowley · 9 years ago
  6. 7390418 swr: [rasterizer core] Add clipping of user clip planes in clipper. by Tim Rowley · 9 years ago
  7. 4b4547a swr: [rasterizer] Reduce max in-flight draws to 96 (by default) by Tim Rowley · 9 years ago
  8. 9111d63 swr: [rasterizer] Fix run-time check asserts by Tim Rowley · 9 years ago
  9. 257db36 swr: [rasterizer jitter] signed immediate builder by Tim Rowley · 9 years ago
  10. b958aea swr: [rasterizer common] changes for cygwin by Tim Rowley · 9 years ago
  11. e1222ad swr: [rasterizer] code styling and update copyrights by Tim Rowley · 9 years ago
  12. c75314e swr: [rasterizer core] Guard against enquing work to invalid hot tiles by Tim Rowley · 9 years ago
  13. fee56fd swr: [rasterizer] Stop setting viewport size to larger than hottile array by Tim Rowley · 9 years ago
  14. e374d2d swr: [rasterizer] Discard work + misc fixes by Tim Rowley · 9 years ago
  15. 542d7de swr: [rasterizer] remove use of BYTE type by Tim Rowley · 9 years ago
  16. be4c558 swr: [rasterizer core] Fix crash that can occur when switching contexts by Tim Rowley · 9 years ago
  17. 51a1165 swr: [rasterizer] remove unused knob by Tim Rowley · 9 years ago
  18. 61beaa2 swr: [rasterizer core] subcontext rework by Tim Rowley · 9 years ago
  19. 0c18900 swr: [rasterizer common] add _simd_s[rl]lv_epi32 by Tim Rowley · 9 years ago
  20. bef222d swr: [rasterizer core] Alleviate potential stack overflow for 32bit builds by Tim Rowley · 9 years ago
  21. 3132f73 swr: [rasterizer] remove use of UCHAR and UINT64 types by Tim Rowley · 9 years ago
  22. 643857f swr: [rasterizer] remove use of FLOAT type by Tim Rowley · 9 years ago
  23. 3252fe3 swr: [rasterizer] Fix Coverity issues reported by Mesa developers. by Tim Rowley · 9 years ago
  24. 45d5267 swr: [rasterizer] add debug/perf category to knobs by Tim Rowley · 9 years ago
  25. 1da9c8a swr: [rasterizer core] don't assume linux is 64-bit by Tim Rowley · 9 years ago
  26. 4967880 swr: [rasterizer common] remove old unused win32 types by Tim Rowley · 9 years ago
  27. aca5513 swr: [rasterizer jitter] vpermps support by Tim Rowley · 9 years ago
  28. bfb9541 swr: [rasterizer] Add rdtsc buckets support for shaders by Tim Rowley · 9 years ago
  29. abd4aa6 swr: [rasterizer core] backend reorganization by Tim Rowley · 9 years ago
  30. 13303f3 swr: [rasterizer core] store blend output in temporary instead of PS output. by Tim Rowley · 9 years ago
  31. 3f4fba3 swr: [rasterizer core] Move InitializeHotTiles and corresponding clear code out of threads.cpp. by Tim Rowley · 9 years ago
  32. bdd690d swr: [rasterizer jitter] Cleanup use of types inside of Builder. by Tim Rowley · 9 years ago
  33. 7ead495 swr: [rasterizer jitter] Fix type mismatch on select args for SCATTERPS by Tim Rowley · 9 years ago
  34. 136988b swr: [rasterizer core] fix rasterizing multisampling with scissor enabled by Tim Rowley · 9 years ago
  35. 45f0ce1 swr: [rasterizer core] RingBuffer class for DC/DS by Tim Rowley · 9 years ago
  36. dd0f9ee swr: [rasterizer] switch assert uses to SWR_ASSERT by Tim Rowley · 9 years ago
  37. 45a4afa swr: [rasterizer core] Split all RECT_LIST draws into 1 RECT per draw by Tim Rowley · 9 years ago
  38. 3a25185 swr: [rasterizer] Add string knob type by Tim Rowley · 9 years ago
  39. f00c840 radeonsi: add Polaris PCI IDs by Sonny Jiang · 9 years ago
  40. f87ed90 radeon/vce: disable two pipe mode for Polaris11 by Sonny Jiang · 9 years ago
  41. 0c54774 radeon/vce: add Polaris11 VCE firmware support by Sonny Jiang · 9 years ago
  42. 42e442d radeonsi: add support for Polaris (v2) by Sonny Jiang · 9 years ago
  43. f5e24b1 winsys/amdgpu: addrlib - add Polaris support (v2) by Sonny Jiang · 9 years ago
  44. 511ce29 mesa: Check glReadBuffer enums against the ES3 table. by Kenneth Graunke · 9 years ago
  45. 22b343a nir: Add a pass to inline functions by Jason Ekstrand · 9 years ago
  46. debf23e nir/builder: Add helpers for easily inserting copy_var intrinsics by Jason Ekstrand · 9 years ago
  47. 79dec93 nir: Add return lowering pass by Jason Ekstrand · 9 years ago
  48. 8d61d72 nir: Add a cursor helper for getting a cursor after any phi nodes by Jason Ekstrand · 9 years ago
  49. 18b0166 nir/builder: Add a helper for inserting jump instructions by Jason Ekstrand · 9 years ago
  50. 97b6634 nir/cf: Make extracting or re-inserting nothing a no-op by Jason Ekstrand · 9 years ago
  51. 7022a67 nir: Add a function for comparing cursors by Jason Ekstrand · 9 years ago
  52. 124f229 nir/cf: Handle relinking top-level blocks by Jason Ekstrand · 9 years ago
  53. 364212f nir: Add a pass to repair SSA form by Jason Ekstrand · 9 years ago
  54. ea98d41 nir/vars_to_ssa: Use the new nir_phi_builder helper by Jason Ekstrand · 9 years ago
  55. 42ddfc6 nir/dominance: Handle unreachable blocks by Jason Ekstrand · 9 years ago
  56. e4dc82c nir: Add a phi node placement helper by Jason Ekstrand · 9 years ago
  57. 9a41d94 util/bitset: Allow iterating over const bitsets by Jason Ekstrand · 9 years ago
  58. 61c7d20 ttn: remove stray global from header by Rob Clark · 9 years ago
  59. b9c70fc nv50/ir: silence unhandled TGSI_PROPERTY_NEXT_SHADER info by Samuel Pitoiset · 9 years ago
  60. d1bb1df mesa: Handle negative length in glPushDebugGroup(). by Kenneth Graunke · 9 years ago
  61. 028459a mesa: Make glDebugMessageInsert deal with negative length for all types. by Kenneth Graunke · 9 years ago
  62. 412e686 mesa: Include null terminator in GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH. by Kenneth Graunke · 9 years ago
  63. 6b763c0 st/mesa: use RGBA instead of BGRA for SRGB_ALPHA by Nicolai Hähnle · 9 years ago
  64. 7880b81 radeonsi: silence a coverity warning by Nicolai Hähnle · 9 years ago
  65. f963097 mesa: replace gl_context->Multisample._Enabled with _mesa_is_multisample_enabled. by Bas Nieuwenhuizen · 9 years ago
  66. 0bea0e7 nir: fix dangling ssadef->name ptrs by Rob Clark · 9 years ago
  67. 4e060d8 glsl: Add propagate_invariance to the other makefile by Jason Ekstrand · 9 years ago
  68. a984e44 nir/glsl: Propagate invariant into NIR alu ops by Jason Ekstrand · 9 years ago
  69. 028d6ec glsl/rebalance_tree: Don't handle invariant or precise trees by Jason Ekstrand · 9 years ago
  70. b2209b2 glsl/opt_algebraic: Don't handle invariant or precise trees by Jason Ekstrand · 9 years ago
  71. 89b6049 glsl: Add a pass to propagate the "invariant" and "precise" qualifiers by Jason Ekstrand · 9 years ago
  72. 91d6272 nir/alu_to_scalar: Propagate the "exact" bit by Jason Ekstrand · 9 years ago
  73. 865e83b i965/peephole_ffma: Don't fuse exact adds by Jason Ekstrand · 9 years ago
  74. 5f39e3e nir/cse: Properly handle nir_ssa_def.exact by Jason Ekstrand · 9 years ago
  75. 0dbda15 nir/algebraic: Flag inexact optimizations by Jason Ekstrand · 9 years ago
  76. ed3a029 nir/algebraic: Fix fmin detection to match the spec by Jason Ekstrand · 9 years ago
  77. 89545b1 nir/algebraic: Get rid of an invlid fxor optimization by Jason Ekstrand · 9 years ago
  78. 3a7cb65 nir/algebraic: Allow for flagging operations as being inexact by Jason Ekstrand · 9 years ago
  79. a6f25fa nir/search: Propagate exactness into newly created expressions by Jason Ekstrand · 9 years ago
  80. ded3133 nir/builder: Add a flag for setting exact by Jason Ekstrand · 9 years ago
  81. 4ff8937 nir: Add an "exact" bit to nir_alu_instr by Jason Ekstrand · 9 years ago
  82. f849f53 nir/clone: Export nir_variable_clone by Jason Ekstrand · 9 years ago
  83. 5fe8959 nir/clone: Expose nir_constant_clone by Jason Ekstrand · 9 years ago
  84. c4c373f nir: Fix whitespace by Jason Ekstrand · 9 years ago
  85. 9a6da49 docs: use latest libDRM version by Brian Paul · 9 years ago
  86. 43c6f3f compiler/glsl: allow sequence op as a const expr in gles 1.0 by Lars Hamre · 9 years ago
  87. c4931ae radeonsi: fix out-of-bounds indexing of shader images by Nicolai Hähnle · 9 years ago
  88. a8f5d11 radeonsi: cache flush/invalidation for missing PIPE_BARRIER_*_BUFFER bits (v2) by Nicolai Hähnle · 9 years ago
  89. fc94bc2 st/mesa: add missing MemoryBarrier bits and some explanations by Nicolai Hähnle · 9 years ago
  90. b15b1fa gallium: add PIPE_BARRIER_STREAMOUT_BUFFER by Nicolai Hähnle · 9 years ago
  91. b8ec205 radeonsi: fix 2D array MSAA failures since image support landed by Marek Olšák · 9 years ago
  92. 9881eab i965/fs: Don't constant-fold RCP by Jason Ekstrand · 9 years ago
  93. 01425c4 i965: Remove the RCP+RSQ algebraic optimizations by Jason Ekstrand · 9 years ago
  94. d7a25a9 nir: Don't abs slt and friends by Ian Romanick · 9 years ago
  95. 2bb006a nir: Don't abs the result of b2f or b2i by Ian Romanick · 9 years ago
  96. 348e5a7 nir: Simplify 0 < fabs(a) by Ian Romanick · 9 years ago
  97. 564a8b8 nir: Simplify 0 >= b2f(a) by Ian Romanick · 9 years ago
  98. bf0d60a nir: Simplify i2b with negated or abs operand by Ian Romanick · 9 years ago
  99. a4079f1 nir: Lower flrp with Boolean interpolator to bcsel by Ian Romanick · 9 years ago
  100. 9442db4 i965: Have NIR lower flrp on pre-GEN6 vec4 backend by Ian Romanick · 9 years ago