Age | Commit message (Collapse) | Author |
|
functions in mesa/main/mm.c
|
|
|
|
Scalar calls only use the X component of the src regs and smear the
result across the dest register's X/Y/Z/W.
|
|
|
|
That's the last of the ARB_v_p opcodes, except for ARL.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
as with constants
|
|
|
|
Plus add assertions to check status, alignment, etc.
|
|
This could be a lot better, but already makes for better code.
|
|
Doesn't seem to be needed and fixes compilation with SDK 3.1 beta.
|
|
|
|
Needed to get MAP_ANONYMOUS in execmem.c and to define timezone type in glxgears.c
Adding -std=c99 earlier caused this regression.
|
|
|
|
|
|
allows glReadPixels to work correctly on cell now and makes conformance tests that use pixel compares useable.
|
|
|
|
|
|
(thanks Eric).
|
|
This ensures there is an unfilled batchbuffer used for emitting states again. Partial fix for #17964.
|
|
Use _mesa_copy_rect instead of BLT operation if dri_bufmgr_check_aperture_space
still fails after flushing batchbuffer. Partial fix for #17964.
|
|
|
|
|
|
The texImage->Width/Height fields will have the post-convolution width/height.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It's hard to form PPC vector immediates so load them from an array.
|
|
|
|
|
|
|
|
|
|
|
|
gears runs with it now (3x faster FPS than before).
|
|
|
|
|
|
|
|
|
|
Plus, add ppc_reserve_register() func.
|
|
|
|
|