Age | Commit message (Collapse) | Author |
|
|
|
Otherwise, the clip/interp code was finding VB->EdgeFlag to be non-null and
reading/writing it when the memory may have been freed earlier in free_space().
This fixes several VTK segfaults/failures reported by Brad King @ Kitware.
|
|
|
|
|
|
Use the vbo_split_ functionality to split incoming drawing command
to fit within the fixed-size buffers used by software t&l module.
|
|
Add missing code for translating non-GLuint elements.
|
|
Fix mis-application of increment to pointer variable.
|
|
Import edgeflag attribute to array of GLbooleans as expected by
downstream code.
|
|
|