Age | Commit message (Collapse) | Author |
|
Rather have the driver compile without the flags then
having to disable them.
|
|
|
|
|
|
- typo
- memory leak
- off by one (spotted by airlied)
|
|
http://anongit.freedesktop.org/git/mesa/mesa into mesa_7_7_branch
|
|
Remove x86 specific hacks. Not that they will ever be used on
none x86 arches, but they are built by default. And the way the
flags where added was a hack.
|
|
|
|
|
|
|
|
|
|
On 32bit machines we were lucky because the sizeof(reg) == sizeof(rc_src_register).
On 64bit machines pointers are 8 bytes long, so we were overwriting other data.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Silences missing break statement warning.
|
|
Tested on r300 only, other cards may require adjusting texture_compressed_row_align.
|
|
|
|
Tested on r300 only, other cards may require adjusting texture_compressed_row_align.
|
|
|
|
|
|
drivers storing compressed textures with non-native stride but relying on
_mesa_get_compressed_teximage for GetCompressedTexImage otherwise won't
work correctly (for instance i965 compressed mipmaps).
|
|
Bug #25194.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Helps debuging with rbug
|
|
|
|
|
|
|
|
|
|
|
|
Bug #24984.
|
|
|
|
Prevents a null pointer deference later on.
|
|
|
|
|
|
|
|
|
|
|
|
|