Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Was only used by two drivers to walk over all texture objects. Can do that
via the hash table instead.
Cleaned up some comments for struct gl_texture_object.
|
|
|
|
MAX_WIDTH/HEIGHT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
channel, instead of 1.0F
|
|
in a hash table.
Added _mesa_test_hash_functions() for unit testing.
Updated comments, etc.
|
|
which have to be processed in the 'loopback' path. If so, send
all vertices that way as the transition from playback->loopback has
several problems.
|
|
|
|
texture objects.
|
|
|
|
glDeleteTexture makes the texture ID immediately free for re-use
while the actual texture object lingers until its reference count goes
to zero (when no longer bound by any rendering context).
|
|
|
|
|
|
|
|
|
|
|
|
get_gen.py Python script.
Moved GetString(), GetPointer(), GetError() into new getstring.c file.
|
|
|
|
|
|
|
|
|
|
made IS_NEGATIVE produce a boolean (useful when xoring with other booleans).
|