1. 5c554e2 panfrost: Use correct NO_DITHER field on MFBD by Alyssa Rosenzweig · 5 years ago
  2. 65d8909 panfrost: Copy stencil front to back if back disabled by Alyssa Rosenzweig · 5 years ago
  3. a301250 panfrost: Merge varyings_mem into transient buffers by Alyssa Rosenzweig · 5 years ago
  4. 5a7688f panfrost: Use 64-bit descriptors globally by Tomeu Vizoso · 5 years ago
  5. 5ad00fb panfrost: Implement opportunistic AFBC by Alyssa Rosenzweig · 5 years ago
  6. aaae618 panfrost: Set usage2 during draw, not CSO by Alyssa Rosenzweig · 5 years ago
  7. fae790e panfrost: Allocate UBOs on the stack, not the heap by Alyssa Rosenzweig · 5 years ago
  8. 9981b6e panfrost: Use transient memory for occlusion queries by Alyssa Rosenzweig · 5 years ago
  9. 594b47d panfrost: Remove bizarre hack by Alyssa Rosenzweig · 5 years ago
  10. d375d12 panfrost: Upload vertex descriptors to *transient* memory by Alyssa Rosenzweig · 5 years ago
  11. b68778e panfrost: Remove transient pool abstraction by Alyssa Rosenzweig · 5 years ago
  12. 718ebfa panfrost: Don't upload vertex/tiler twice by Alyssa Rosenzweig · 5 years ago
  13. 5f4f8ae panfrost: Initialize shift/extra_flags by Alyssa Rosenzweig · 5 years ago
  14. 6d8490f panfrost: Fix build warnings by Alyssa Rosenzweig · 5 years ago
  15. 8305766 panfrost: Wire up GLES2-class polygon offset by Alyssa Rosenzweig · 5 years ago
  16. 82ee48e panfrost: Place the height value in the height field by Tomeu Vizoso · 5 years ago
  17. a2d0ea9 panfrost: Style main Gallium driver by Alyssa Rosenzweig · 5 years ago
  18. 31fc52a panfrost: Identify shared tiler structure by Alyssa Rosenzweig · 5 years ago
  19. 2f7145a panfrost: Check GPU version before loading by Alyssa Rosenzweig · 5 years ago
  20. 46396af panfrost: Refactor blend infrastructure by Alyssa Rosenzweig · 5 years ago
  21. 27e0c8c panfrost: Route format through fixed-function blending by Alyssa Rosenzweig · 5 years ago
  22. e7551c1 panfrost: Pipe framebuffer format around by Alyssa Rosenzweig · 5 years ago
  23. 36b3e7e panfrost: Prepare some code for MRT by Alyssa Rosenzweig · 5 years ago
  24. 7c82dfb panfrost: Use standard ALIGN_POT/INFINITY macros by Alyssa Rosenzweig · 5 years ago
  25. 3557746 panfrost: Make SLAB pool creation rely on BO helpers by Boris Brezillon · 5 years ago
  26. aa5bc35 panfrost: Move BO meta-data out of panfrost_bo by Boris Brezillon · 5 years ago
  27. 873b7b9 panfrost: Add the sampled texture BO to the job by Boris Brezillon · 5 years ago
  28. 8d74749 panfrost: Implement instanced rendering by Alyssa Rosenzweig · 5 years ago
  29. c9b164f panfrost: Implement dispatch helpers by Alyssa Rosenzweig · 5 years ago
  30. 7d30000 panfrost: Remove dubious assert by Alyssa Rosenzweig · 5 years ago
  31. 7f54812 panfrost: Implement primitive restart by Alyssa Rosenzweig · 5 years ago
  32. 7c745f6 panfrost: Only tag AFBC addresses when sampling by Tomeu Vizoso · 5 years ago
  33. 443e530 panfrost: Remove unneeded check in panfrost_scissor_culls_everything() by Boris Brezillon · 5 years ago
  34. b96f119 panfrost: Honour first_layer...last_layer when sampling by Alyssa Rosenzweig · 5 years ago
  35. 0ad17f5 panfrost: Use the sampler_view target (not the textures) by Alyssa Rosenzweig · 5 years ago
  36. 124f6b5 panfrost: Zero pixels in any axis is zero pixels total by Alyssa Rosenzweig · 5 years ago
  37. 17adcfc panfrost: Support (non-)seamless cube maps by Alyssa Rosenzweig · 5 years ago
  38. 3e6c6bb panfrost: Merge checksum buffer with main BO by Alyssa Rosenzweig · 5 years ago
  39. 7005c0d panfrost: Use dedicated u_blitter context for wallpapers by Alyssa Rosenzweig · 5 years ago
  40. eb3c097 panfrost: Divide array_size by 6 for cubemaps by Alyssa Rosenzweig · 5 years ago
  41. 65bc56b panfrost: Use get_texture_address for framebuffer computations by Alyssa Rosenzweig · 5 years ago
  42. 3609b50 panfrost: Merge AFBC slab with BO backing by Alyssa Rosenzweig · 5 years ago
  43. ad56dd4 panfrost: Enable mipmapping by Alyssa Rosenzweig · 5 years ago
  44. 4ac42f2 panfrost: Skip flushes only for wallpapers, not any blit by Alyssa Rosenzweig · 5 years ago
  45. f57dfe4 panfrost: Disable mipmapping if necessary by Alyssa Rosenzweig · 5 years ago
  46. b670bec panfrost: DRY between shader stage setup by Alyssa Rosenzweig · 5 years ago
  47. f28e9e8 panfrost: Handle disabled/empty UBOs by Alyssa Rosenzweig · 5 years ago
  48. bd2fc60 panfrost: Identify "uniform buffer count" bits by Alyssa Rosenzweig · 5 years ago
  49. 856e039 panfrost: Upload UBOs by Alyssa Rosenzweig · 5 years ago
  50. 4c6d751 panfrost: Allow for dynamic UBO count by Alyssa Rosenzweig · 5 years ago
  51. 5d60be4 panfrost: Report UBO count by Alyssa Rosenzweig · 5 years ago
  52. ca2caf0 panfrost: Constant buffer refactor by Alyssa Rosenzweig · 5 years ago
  53. f35f373 panfrost: Replace varyings for point sprites by Alyssa Rosenzweig · 5 years ago
  54. be03060 panfrost: Track point sprites in fragment shader key by Alyssa Rosenzweig · 5 years ago
  55. 5f81669 panfrost: Remove the panfrost_driver abstraction by Boris Brezillon · 5 years ago
  56. e8257f3 panfrost: Remove the perf counters interface by Boris Brezillon · 5 years ago
  57. cd5d618 panfrost: Implement rasterizer discard by Alyssa Rosenzweig · 5 years ago
  58. 26c5a14 panfrost: Track buffer initialization by Alyssa Rosenzweig · 5 years ago
  59. f085474 panfrost: Implement command stream scoreboarding by Alyssa Rosenzweig · 5 years ago
  60. c378829 panfrost: Skip shading unaffected tiles by Alyssa Rosenzweig · 5 years ago
  61. babc3ad panfrost: Set job requirements during draw by Tomeu Vizoso · 5 years ago
  62. 035a07c panfrost: Switch to lima tiling by Alyssa Rosenzweig · 5 years ago
  63. b5db7cc panfrost: Release transient pools by Tomeu Vizoso · 5 years ago
  64. 0fcf73b panfrost: Move to use ralloc for some allocations by Tomeu Vizoso · 5 years ago
  65. ad284f7 panfrost: Move clearing logic into pan_job by Rohan Garg · 5 years ago
  66. 6585bb9 panfrost: Enable sRGB fixed-function blending by Alyssa Rosenzweig · 5 years ago
  67. 58c34e4 panfrost: Implement sRGB texturing by Alyssa Rosenzweig · 5 years ago
  68. 83c02a5 panfrost: Refactor texture targets by Alyssa Rosenzweig · 5 years ago
  69. bfca21b panfrost: Figure out job requirements in pan_job.c by Rohan Garg · 5 years ago
  70. debb85d panfrost: Reset job counters once the job is submitted by Rohan Garg · 5 years ago
  71. 0f43a2a panfrost: Initial implementation of panfrost_job_submit by Rohan Garg · 5 years ago
  72. c355886 panfrost: Add support for TXS instructions by Boris Brezillon · 5 years ago
  73. c57f7d0 panfrost: Move sysval upload logic out of panfrost_emit_for_draw() by Boris Brezillon · 5 years ago
  74. fbbb29a panfrost: Don't accidentally include blend shader by Alyssa Rosenzweig · 5 years ago
  75. 9865b79 panfrost: Drop draws with complete scissor by Alyssa Rosenzweig · 5 years ago
  76. 3a9b769 panfrost: Disable pipelining temporarily by Alyssa Rosenzweig · 5 years ago
  77. 5317154 panfrost: Implement sampling from non-zero initial levels by Alyssa Rosenzweig · 5 years ago
  78. 67a34ac panfrost: Set array_size to permit array textures by Alyssa Rosenzweig · 5 years ago
  79. 36a7b2b panfrost: Specify 3D in texture descriptor by Alyssa Rosenzweig · 5 years ago
  80. 8d1adc0 panfrost: Enable helper invocations when texturing by Alyssa Rosenzweig · 5 years ago
  81. 0219b99 panfrost: Handle missing texture case by Alyssa Rosenzweig · 5 years ago
  82. 443f9ae panfrost: Remove forced flush on clears by Alyssa Rosenzweig · 5 years ago
  83. 6460442 panfrost: Flush scanout too by Alyssa Rosenzweig · 5 years ago
  84. fc3f57b panfrost: Improve viewport (clipping) robustness by Alyssa Rosenzweig · 5 years ago
  85. f9ecca2 panfrost: Disable the tiler for clear-only jobs by Alyssa Rosenzweig · 5 years ago
  86. 6434f5c panfrost: Rename misc_0 -> tiler_polygon_list by Alyssa Rosenzweig · 5 years ago
  87. e2c2ccd panfrost: Sanity check tiler polygon list size by Alyssa Rosenzweig · 5 years ago
  88. 953cc4b panfrost: Compute and use polygon list body size by Alyssa Rosenzweig · 5 years ago
  89. b660953 panfrost: Use polygon list header size computation by Alyssa Rosenzweig · 5 years ago
  90. 7f26bb3 panfrost: Rename tiler fields per tiler research by Alyssa Rosenzweig · 5 years ago
  91. 85e745f panfrost: Integrate kernel names for tiler FBD by Alyssa Rosenzweig · 5 years ago
  92. 9ab8d31 panfrost: Fix variant selection by Alyssa Rosenzweig · 5 years ago
  93. 749c544 panfrost: Fix general purpose varying handling by Boris Brezillon · 5 years ago
  94. 1acffb5 panfrost: Unify bind_vs/fs_state by Alyssa Rosenzweig · 5 years ago
  95. f8a4090 panfrost: Add panfrost_job_type_for_pipe helper by Alyssa Rosenzweig · 5 years ago
  96. 8c88bd0 panfrost: Remove "vertex/tiler render target" silliness by Alyssa Rosenzweig · 5 years ago
  97. 7d43999 panfrost: Enable AFBC on depth/stencil by Alyssa Rosenzweig · 5 years ago
  98. d89e071 panfrost: Fix stride check when mipmapping by Alyssa Rosenzweig · 5 years ago
  99. 416fc3b panfrost: Refactor texture/sampler upload by Alyssa Rosenzweig · 5 years ago
  100. a35069a panfrost: Refactor blitting code by Alyssa Rosenzweig · 5 years ago