mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 20:28:04 +02:00
Remove some stale comments.
This commit is contained in:
parent
b9323aa2cb
commit
fb7e21514f
1 changed files with 0 additions and 2 deletions
|
|
@ -159,7 +159,6 @@ intel_region_create_static(intelScreenPrivate *intelScreen,
|
|||
region->height = height; /* needed? */
|
||||
region->refcount = 1;
|
||||
|
||||
/* XXX: questionable flags */
|
||||
region->buffer = dri_bo_alloc_static(intelScreen->bufmgr, "static region",
|
||||
offset, pitch * cpp * height, virtual,
|
||||
DRM_BO_FLAG_MEM_TT);
|
||||
|
|
@ -189,7 +188,6 @@ intel_region_update_static(intelScreenPrivate *intelScreen,
|
|||
*/
|
||||
|
||||
dri_bo_unreference(region->buffer);
|
||||
/* XXX: questionable flags */
|
||||
region->buffer = dri_bo_alloc_static(intelScreen->bufmgr, "static region",
|
||||
offset, pitch * cpp * height, virtual,
|
||||
DRM_BO_FLAG_MEM_TT);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue