mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 14:18:07 +02:00
gallium: remove unneeded protos, #includes, etc
This commit is contained in:
parent
b91de8a6e7
commit
a1799ecd82
1 changed files with 0 additions and 25 deletions
|
|
@ -31,35 +31,10 @@
|
|||
#ifndef SP_SURFACE_H
|
||||
#define SP_SURFACE_H
|
||||
|
||||
#include "sp_headers.h"
|
||||
#include "pipe/p_state.h"
|
||||
|
||||
struct pipe_context;
|
||||
struct softpipe_context;
|
||||
|
||||
|
||||
extern void
|
||||
softpipe_get_tile(struct pipe_context *pipe, struct pipe_surface *ps,
|
||||
uint x, uint y, uint w, uint h, void *p, int dst_stride);
|
||||
|
||||
extern void
|
||||
softpipe_put_tile(struct pipe_context *pipe, struct pipe_surface *ps,
|
||||
uint x, uint y, uint w, uint h,
|
||||
const void *p, int src_stride);
|
||||
|
||||
extern void
|
||||
softpipe_get_tile_rgba(struct pipe_context *pipe,
|
||||
struct pipe_surface *ps,
|
||||
uint x, uint y, uint w, uint h,
|
||||
float *p);
|
||||
|
||||
extern void
|
||||
softpipe_put_tile_rgba(struct pipe_context *pipe,
|
||||
struct pipe_surface *ps,
|
||||
uint x, uint y, uint w, uint h,
|
||||
const float *p);
|
||||
|
||||
|
||||
extern void
|
||||
sp_init_surface_functions(struct softpipe_context *sp);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue