Age | Commit message (Collapse) | Author |
|
This is required for threads to be spawned with correctly sized GRF
register blocks.
|
|
Check for *-gnu instead of linux* to set DEFINES.
Change some freebsd* checks to *freebsd*.
|
|
|
|
|
|
Previously, we were trying to pass a name to the GEM GET_TILING_IOCTL,
which needs a handle, and failing. None of our buffers were tiled yet, but
they will be at some point with DRI2 and UXA.
|
|
(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.
|
|
Do it after initial error checking, after we know the texture's internal format.
|
|
|
|
Makes things consistant with the code in teximage.c.
We only want to apply convolution to color formats (not depth/index formats)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Why are we reindenting code that's work in progress...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|