Age | Commit message (Collapse) | Author |
|
|
|
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.
|
|
|
|
|
|
|
|
big, ugly, error prone switch-statement is replaced with a compact table.
I also added numerous comments, including a comment explaining how the
format parameter is validated.
Explicitly pass GL_FLOAT as the type in the cases where that is the only
possible value (e.g., everywhere except the call to glColorPointer).
Validate that stride is >= 0.
Tested with all modes (including the two error modes) of
progs/tests/interleave.c.
Bug: #5001, #5058
Reviewed by: Brian Paul
|
|
|
|
|
|
|
|
using only GART memory for textures instead of segfaulting in the texture
management code. (Bug 5115)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
To set the FBdev video mode, need to add a \n char to the string.
|
|
Redo _eglInitContext() to do error checking, attribute list parsing, etc.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix // comments.
More error checking, etc.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|