~mmach/netext73/mesa-ryzen

« back to all changes in this revision

Viewing changes to src/gallium/winsys/asahi/drm/asahi_drm_winsys.c

  • Committer: mmach
  • Date: 2023-11-02 21:31:35 UTC
  • Revision ID: netbit73@gmail.com-20231102213135-18d4tzh7tj0uz752
2023-11-02 22:11:57

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
asahi_screen_create(int fd, const struct pipe_screen_config *config,
24
24
                    struct renderonly *ro)
25
25
{
26
 
   return agx_screen_create(fd, ro, NULL);
 
26
   return agx_screen_create(fd, ro);
27
27
}
28
28
 
29
29
struct pipe_screen *