Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
AGP map is equivalent to the AGP physical address. Fix this.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
used swizzle and writemask flags are identical to the bits used on the hardware, use a macro to error out if these assumptions are no longer true.
|
|
make it easier to figure out why it won't compile...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
textures, display lists, programs, VBOs, etc. Less code and more efficient.
|
|
hash table. Make _mesa_destroy_list() static.
|
|
callback function.
Added _mesa_HashWalk() to walk over all entries in a hash table with callback.
|
|
|
|
|
|
_TNL_NUM_GENERIC. this fixes an off-by-one error (we didn't handle the final attribute)
|
|
|
|
|
|
|
|
don't segfault when you're trying to access invalid generic attributes
|
|
Make attr_type into a top-level type: tnl_attr_type
See bug 7340.
|
|
GL_EXT_framebuffer_blit. Enumerants in the XML schema get the GL_ prefix
added to them automatically. This resulted in things like
"GL_GL_TIME_ELAPSED_EXT" in enums.c.
|
|
tests/stencilwrap and ut2k4 adrenaline pills.
|
|
|
|
|
|
Probably need to fix the install destinations too...
|
|
|
|
|
|
|
|
|
|
from http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=374608).
|
|
|
|
specified.
|
|
|
|
only tested on r300.
|