Clone of mesa.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

lp_public.h 159B

12345678910
  1. #ifndef LP_PUBLIC_H
  2. #define LP_PUBLIC_H
  3. struct pipe_screen;
  4. struct sw_winsys;
  5. struct pipe_screen *
  6. llvmpipe_create_screen(struct sw_winsys *winsys);
  7. #endif