mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 22:38:05 +02:00
Revert "intel: disable zero-copy TFP."
This reverts commit 94979950e8.
I've fixed it instead
This commit is contained in:
parent
d4244683a6
commit
04c98089d1
1 changed files with 0 additions and 4 deletions
|
|
@ -391,12 +391,10 @@ intelHandleBufferAttach(__DRIdrawablePrivate *dPriv,
|
|||
intel_renderbuffer_set_region(rb, region);
|
||||
}
|
||||
|
||||
#if 0
|
||||
static const __DRItexOffsetExtension intelTexOffsetExtension = {
|
||||
{ __DRI_TEX_OFFSET },
|
||||
intelSetTexOffset,
|
||||
};
|
||||
#endif
|
||||
|
||||
static const __DRItexBufferExtension intelTexBufferExtension = {
|
||||
{ __DRI_TEX_BUFFER, __DRI_TEX_BUFFER_VERSION },
|
||||
|
|
@ -409,9 +407,7 @@ static const __DRIextension *intelScreenExtensions[] = {
|
|||
&driSwapControlExtension.base,
|
||||
&driFrameTrackingExtension.base,
|
||||
&driMediaStreamCounterExtension.base,
|
||||
#if 0
|
||||
&intelTexOffsetExtension.base,
|
||||
#endif
|
||||
&intelTexBufferExtension.base,
|
||||
NULL
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue