r600: don't enable depth test if there is no depth buffer
[mesa.git] / src / gallium / drivers / nouveau / nouveau_context.h
1 #ifndef __NOUVEAU_CONTEXT_H__
2 #define __NOUVEAU_CONTEXT_H__
3
4 unsigned int
5 nouveau_is_texture_referenced(struct pipe_context *, struct pipe_texture *,
6 unsigned face, unsigned level);
7
8 unsigned int
9 nouveau_is_buffer_referenced(struct pipe_context *, struct pipe_buffer *);
10
11 #endif