Age | Commit message (Collapse) | Author |
|
Fixes Quake on Windows bug. (Karl Schultz)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes software fallbacks. (Keith Packard)
|
|
by Brian. Now also creating two renderbuffers, so apps can now switch with glDrawBuffer.
|
|
|
|
rationale).
|
|
Change pdx.fd.o to {anon,}cvs.fd.o as appropriate.
|
|
|
|
the viewport and the window both change to the same new size. This lets the gloss demo work with the -f option.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
bug in the viewport function that was using the viewport size to resize the buffer, when it should have been using the window size. Fix bug in write_rgb_span_32 where the incoming pixel data parameter was coded as a [][4] instead of [][3]. Now all the demos work correctly except singlebuffer.
|
|
|
|
|
|
|
|
|
|
for catching sloppy coding.
|
|
This is a temporary fix for the DRI drivers.
Should really only have to update the matrix via _mesa_update_state().
|
|
-pedantic warnings in x11 driver
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Removing <CR>
Modified Files:
Mesa/src/mesa/main/fog.c Mesa/src/mesa/main/hint.c
Mesa/src/mesa/main/mtypes.h
----------------------------------------------------------------------
|
|
|
|
Re-org of the renderbuffer wrapper code.
|
|
|
|
|
|
|
|
|