Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
reasons)
|
|
We need to call do_swizzle() when the scaler _or_ vector unit have a
swizzle other 000/ZERO/111/ONE.
This ensures that the gloss on banners in ut2004 is not angel-dependent
(since when was banners glossy?).
|
|
|
|
__glXCalcualteUsableExtensions. By having both callers of
__glXProcessServerString initialize the bit-fields passed in, we guarantee
that the correct amount of data is initialized:
This fixes bugzilla #7353.
|
|
Replaced $(LIB_DIR) with $(TOP)/$(LIB_DIR), use LIB_DIR in install targets.
Patch by Hanno Böck.
|
|
|
|
(at runtime) for the DRI drivers.
See bug 2372.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|