mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 19:40:10 +01:00
remove unused funcs, macros
This commit is contained in:
parent
b2fabbc197
commit
1c8d064c39
1 changed files with 0 additions and 13 deletions
|
|
@ -165,19 +165,6 @@ xget_image(XMesaDisplay *dpy, Drawable d, int x, int y, uint w, uint h)
|
|||
|
||||
|
||||
|
||||
|
||||
static INLINE struct xmesa_renderbuffer *
|
||||
xmesa_rb(struct pipe_surface *ps)
|
||||
{
|
||||
struct xmesa_surface *xms = xmesa_surface(ps);
|
||||
return xms->xrb;
|
||||
}
|
||||
|
||||
|
||||
#define FLIP(Y) Y = xrb->St.Base.Height - (Y) - 1;
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Return raw pixels from pixmap or XImage.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue