1. d343f23 panfrost: Adjust the draw descriptor definition by Boris Brezillon · 4 years ago
  2. 6b92303 panfrost: Avoid copying job descriptors around when we can by Boris Brezillon · 4 years ago
  3. d289209 panfrost: XML-ify the compute job descriptor by Boris Brezillon · 4 years ago
  4. fd41dec panfrost: Emit texture/sampler points for compute by Alyssa Rosenzweig · 4 years ago
  5. 02e768e panfrost: XMLify invocations by Alyssa Rosenzweig · 4 years ago
  6. b60d567 panfrost: XMLify primitive information by Alyssa Rosenzweig · 4 years ago
  7. 33895ac panfrost: Use draw pack for compute jobs by Alyssa Rosenzweig · 4 years ago
  8. 136fd5c panfrost: Don't call panfrost_vt_init for compute by Alyssa Rosenzweig · 4 years ago
  9. 8b5f9fc panfrost: Remove postfix parameter from UBO upload by Alyssa Rosenzweig · 4 years ago
  10. b716936 panfrost: Separate postfix from emits by Alyssa Rosenzweig · 4 years ago
  11. 80f1d61 panfrost: Use preuploaded shader descriptors by Alyssa Rosenzweig · 4 years, 1 month ago
  12. 4b7056b panfrost: XMLify job_type by Alyssa Rosenzweig · 4 years, 1 month ago
  13. 64d6f56 panfrost: Allocate syncobjs in panfrost_flush by Alyssa Rosenzweig · 4 years, 2 months ago
  14. e5ef5a3 panfrost: Remove wait parameter to flush_all_batches by Alyssa Rosenzweig · 4 years, 2 months ago
  15. 0c4db88 panfrost: Avoid wait=true flushing all batches by Alyssa Rosenzweig · 4 years, 2 months ago
  16. 7ec6ee4 panfrost: Drop batch from scoreboard routines by Alyssa Rosenzweig · 4 years, 2 months ago
  17. 7b10d4e panfrost: Remove most usage of midgard_payload_vertex_tiler by Tomeu Vizoso · 4 years, 5 months ago
  18. 6e035c0 Revert "gallium: make handles of set_global_binding 64 bit" by Karol Herbst · 4 years, 6 months ago
  19. e1ffb72 gallium: make handles of set_global_binding 64 bit by Karol Herbst · 4 years, 6 months ago
  20. b1a6a15 panfrost: Get rid of ctx->payloads[] by Boris Brezillon · 4 years, 6 months ago
  21. d66ef69 panfrost: Re-init the VT payloads at draw/launch_grid() time by Boris Brezillon · 4 years, 6 months ago
  22. b02f97c panfrost: Prepare shader_meta descriptors at emission time by Boris Brezillon · 4 years, 6 months ago
  23. 8ac17139 panfrost: Stop using panfrost_emit_for_draw() for compute jobs by Boris Brezillon · 4 years, 6 months ago
  24. 36725be panfrost: Move shared mem desc emission out of panfrost_launch_grid() by Boris Brezillon · 4 years, 6 months ago
  25. 88323d1 panfrost: Rewrite scoreboarding routines by Alyssa Rosenzweig · 4 years, 7 months ago
  26. 9603126 panfrost: Allocate RAM backing of shared memory by Alyssa Rosenzweig · 4 years, 7 months ago
  27. 6dc1055 panfrost: Unify bifrost_scratchpad with mali_shared_memory by Alyssa Rosenzweig · 4 years, 7 months ago
  28. 254f40f panfrost: Identify mali_shared_memory structure by Alyssa Rosenzweig · 4 years, 7 months ago
  29. 418ca5d panfrost: Ensure compute shader_meta is zeroed by Alyssa Rosenzweig · 4 years, 7 months ago
  30. 4936120 panfrost: Fix crash in compute variant allocation by Alyssa Rosenzweig · 4 years, 8 months ago
  31. 21dd757 panfrost: Pass kernel inputs as uniforms by Alyssa Rosenzweig · 4 years, 10 months ago
  32. a7b5dd1 panfrost: Stub out clover callbacks by Alyssa Rosenzweig · 4 years, 10 months ago
  33. 728a975 panfrost: Expose serialized NIR support by Alyssa Rosenzweig · 4 years, 11 months ago
  34. a45984b panfrost: Add a panfrost_flush_all_batches() helper by Boris Brezillon · 5 years ago
  35. 07a6883 panfrost: Pass a batch to panfrost_{allocate,upload}_transient() by Boris Brezillon · 5 years ago
  36. 2c52699 panfrost: s/job/batch/ by Boris Brezillon · 5 years ago
  37. fb56a16 panfrost: Set workgroups z to 32 for non-instanced graphics by Alyssa Rosenzweig · 5 years ago
  38. 5b0a1a4 panfrost: Route outputs_written through the compiler by Alyssa Rosenzweig · 5 years ago
  39. 15954ab pan/midgard: Implement nir_intrinsic_load_num_work_groups by Alyssa Rosenzweig · 5 years ago
  40. 60d8015 panfrost: Force flush every compute job by Alyssa Rosenzweig · 5 years ago
  41. b40ba2d panfrost: Remove unused argument by Alyssa Rosenzweig · 5 years ago
  42. 4647999 panfrost: Use gl_shader_stage directly for compiles by Alyssa Rosenzweig · 5 years ago
  43. d9eb65c panfrost: Emit "draw" info for compute jobs by Alyssa Rosenzweig · 5 years ago
  44. 22a8f6d panfrost: Feed compute shaders into the compiler by Alyssa Rosenzweig · 5 years ago
  45. 1b28462 panfrost: Expose compute shaders as panfrost_shader_variants by Alyssa Rosenzweig · 5 years ago
  46. 871c02b panfrost: Invoke compute shader according to grid info by Alyssa Rosenzweig · 5 years ago
  47. 748ccbc panfrost: Explain and include compute FBD by Alyssa Rosenzweig · 5 years ago
  48. 4b93152 panfrost: Flesh out launch_grid stub by Alyssa Rosenzweig · 5 years ago
  49. 5a8b83c panfrost: Stub out launch_grid by Alyssa Rosenzweig · 5 years ago
  50. a8fc40a panfrost: Stub out compute CSO by Alyssa Rosenzweig · 5 years ago