Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
generated program differs from the previous one.
|
|
|
|
generated program differs from the previous one.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
notice when it changes.
|
|
OpenVMS compile support update for new buffer-code
Modified Files:
Mesa/src/mesa/drivers/x11/descrip.mms
Mesa/src/mesa/main/descrip.mms
Mesa/src/mesa/swrast/descrip.mms
----------------------------------------------------------------------
|
|
|
|
as this also constitutes a texture indirection. Reported by Ben
Skeggs.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
to use RenderBuffers.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
but it seems to work
|
|
Miniglxsample is still broken with double buffering issues.
|
|
|
|
use 64-bit pointers and 32-bit longs. So, operations like casting pointers
to unsigned long and back to pointer won't work. glheader.h now
includes files to define uintptr_t, which should instead be used for
this sort of operation. It is an integer type that is the same size
as a pointer.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Calculated fbBPP
|
|
|
|
|
|
|