core | glapi | vbo | math | shader | swrast | swrast_setup | tnl | tnl_dd

s_bitmap.c File Reference


Detailed Description

glBitmap rendering.

Author:
Brian Paul

#include "main/glheader.h"
#include "main/bufferobj.h"
#include "main/image.h"
#include "main/macros.h"
#include "main/pixel.h"
#include "s_context.h"
#include "s_span.h"

Functions

void _swrast_Bitmap (GLcontext *ctx, GLint px, GLint py, GLsizei width, GLsizei height, const struct gl_pixelstore_attrib *unpack, const GLubyte *bitmap)
 Render a bitmap.


Function Documentation

void _swrast_Bitmap ( GLcontext ctx,
GLint  px,
GLint  py,
GLsizei  width,
GLsizei  height,
const struct gl_pixelstore_attrib unpack,
const GLubyte *  bitmap 
)

Render a bitmap.

Called via ctx->Driver.Bitmap() All parameter error checking will have been done before this is called.


Generated on Sun Sep 27 06:48:05 2009 for Mesa Software Rasterization (swrast) by  doxygen 1.5.4