mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
iris: Delete stale comment in iris_lost_context_state
Hasn't been necessary since b338bb70e0.
Caught by Dave Airlie.
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9752>
This commit is contained in:
parent
05fb5e85f2
commit
a30d091a10
1 changed files with 0 additions and 5 deletions
|
|
@ -74,11 +74,6 @@ iris_set_debug_callback(struct pipe_context *ctx,
|
|||
void
|
||||
iris_lost_context_state(struct iris_batch *batch)
|
||||
{
|
||||
/* The batch module doesn't have an iris_context, because we want to
|
||||
* avoid introducing lots of layering violations. Unfortunately, here
|
||||
* we do need to inform the context of batch catastrophe. We know the
|
||||
* batch is one of our context's, so hackily claw our way back.
|
||||
*/
|
||||
struct iris_context *ice = batch->ice;
|
||||
|
||||
if (batch->name == IRIS_BATCH_RENDER) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue