Age | Commit message (Collapse) | Author |
|
|
|
fog.
|
|
test - if texcoord[3] is zero, we'd probably be fine except for an
ASSERT in IROUND_POS() which gets triggered by the inf values
created.
|
|
disassembling.
|
|
|
|
rather than MAX_NV_VERTEX_PROGRAM_TEMPS and deal with this possibly
being greater than 32.
|
|
Rename temp_flag, tex_temp_flag to make this clearer.
Respect ctx->Const.MaxFragmentProgramTemps limit.
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|