Age | Commit message (Collapse) | Author |
|
programs.
|
|
|
|
|
|
|
|
api_arrayelt.c. Reported by Haihao Xiang.
|
|
_mesa_add_named_constant() to indicate vector size (1, 2, 3 or 4).
Always 4 for now...
|
|
warnings about long string literals.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
doesn't exactly match OpenGL 2.0.
|
|
|
|
OpenGL 2.0 function of the same name.
|
|
since the former is what's used for OpenGL 2.0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Massage nvvertexec.c code to work more like s_nvfragprog.c - another step
toward unifying vertex/fragment program execution.
|
|
|
|
temporary buffer, then copy into a malloc'd array of the correct size.
According to Glean texCombine, we never need more than 21 instructions.
|
|
|
|
|
|
|
|
|
|
|
|
Compute the region after we've locked (and possibly updated the buffer's size).
Same thing is needed for ctx->Driver.Clear().
|
|
Add support for runtime colorbuffer types.
|
|
|
|
module updates its state (CLIP_BIT) upon resizes. The driver could do this
instead, but doing it here is safer.
|
|
to describe what should be changed in the drivers.
|
|
|
|
|
|
operations (shift, offset, table lookup, etc).
|
|
incoming colors when applying pixel transfer ops. In all cases, the
caller either indicates there's no pixel transfer ops, or the incoming
colors are coming from temporary storage already and can be safely
modified.
|
|
|
|
|
|
|
|
Always store all color tables as both float and ubyte.
|
|
|