Age | Commit message (Collapse) | Author |
|
|
|
instead of passing a GLcontext* to ResizeBuffers(), pass a GLframebuffer*.
The idea is that a window can be resized without it being bound to a rendering
context. This makes for a nice clean-up in the XFree86 server-side GLX code.
Renamed ctx->Driver.ResizeBuffersMESA() to ctx->Driver.ResizeBuffers().
|
|
|
|
|
|
|
|
(Michael Fitzpatrick)
|
|
|
|
|
|
|
|
|
|
from rendering into one window in parallel and wasn't really needed anyway.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Renamed 'packing' to 'unpacking' since we're moving data from client -> GL.
Rnamed DST_ROW_WIDTH to DST_ROW_BYTES.
|
|
|
|
|
|
|
|
|
|
and no more switches inside loops. To do: give the 1D/3D/cube routines the
same treatment.
|
|
Use fast approximation to log().
Check for dq==0 to avoid a per-pixel divide.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix GLuint compare bugs
Fix RESET_STIPPLE calls
|
|
|
|
|
|
|
|
|
|
|