Age | Commit message (Collapse) | Author |
|
|
|
Before _mesa_Translatef().
|
|
|
|
This fixes texture data corruption with glTexSubimage (and probably glTexImage
under some circumstances) with the texstore swizzle path.
|
|
ctx->_TriangleCaps should probably go away altogether someday...
|
|
|
|
prevent driver-initiated statechanges in the middle of
DrawElements/DrawArrays from disturbing this code.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|