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.

nv20_fragprog.c 393B

123456789101112131415161718192021
  1. #include "pipe/p_context.h"
  2. #include "pipe/p_defines.h"
  3. #include "pipe/p_state.h"
  4. #include "pipe/p_shader_tokens.h"
  5. #include "tgsi/tgsi_parse.h"
  6. #include "tgsi/tgsi_util.h"
  7. #include "nv20_context.h"
  8. void
  9. nv20_fragprog_bind(struct nv20_context *nv20, struct nv20_fragment_program *fp)
  10. {
  11. }
  12. void
  13. nv20_fragprog_destroy(struct nv20_context *nv20,
  14. struct nv20_fragment_program *fp)
  15. {
  16. }