Age | Commit message (Collapse) | Author |
|
|
|
|
|
done with fragment programs nowadays.
|
|
remove some debug
|
|
|
|
restores the ability to run the software driver with program TNL but
tradtional swrast.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
New GLint64EXT and GLuint64EXT types (use C99's long long types).
New glGetQueryObject[u]i64vEXT() functions.
|
|
includes a variable declaration.
|
|
|
|
|
|
|
|
NEED_SECONDARY_COLOR to turn it off/on was what we wanted -- now results look
correct using seccolor on Savage IX and Savage4.
|
|
|
|
|
|
|
|
sw tcl
|
|
|
|
allocation.
Append \n to _mesa_warning() strings.
|
|
|
|
glapi_x86-64.S.
Bug: #5602
|
|
|
|
|
|
- no need to update ClipMask on generated vertices
- remove the VB->LastClipped value
Line clipping algorithm changed and simplified somewhat. The old one
was based on the triangle routine and probably wouldn't have recognized
lines that were clipped down to nothing (ie culled, but not by a single
plane).
|
|
|
|
|
|
rendering to a texture has likely completed.
Fixed refcount issue in texture renderbuffer wrapper.
|
|
|
|
|
|
|
|
|
|
|
|
using only GART memory for textures instead of segfaulting in the texture
management code. (Bug 5115)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|