mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 02:40:11 +01:00
r300-gallium: Include-guard r300_emit.h
This commit is contained in:
parent
1b77138a1e
commit
b16d439989
1 changed files with 9 additions and 0 deletions
|
|
@ -20,6 +20,9 @@
|
|||
* OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
||||
* USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
|
||||
#ifndef R300_EMIT_H
|
||||
#define R300_EMIT_H
|
||||
|
||||
#include "util/u_math.h"
|
||||
|
||||
#include "r300_context.h"
|
||||
|
|
@ -48,3 +51,9 @@ void r300_emit_rs_state(struct r300_context* r300, struct r300_rs_state* rs);
|
|||
|
||||
void r300_emit_scissor_state(struct r300_context* r300,
|
||||
struct r300_scissor_state* scissor);
|
||||
|
||||
|
||||
/* Emit all dirty state. */
|
||||
void r300_emit_dirty_state(struct r300_context* r300);
|
||||
|
||||
#endif /* R300_EMIT_H */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue