mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-31 22:50:08 +01:00
hk: drop dead
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31532>
This commit is contained in:
parent
0322ccda4c
commit
a1d0f1dc4b
1 changed files with 0 additions and 12 deletions
|
|
@ -97,18 +97,6 @@ static void
|
|||
asahi_fill_vdm_command(struct hk_device *dev, struct hk_cs *cs,
|
||||
struct drm_asahi_cmd_render *c)
|
||||
{
|
||||
#if 0
|
||||
bool clear_pipeline_textures =
|
||||
agx_tilebuffer_spills(&batch->tilebuffer_layout);
|
||||
|
||||
for (unsigned i = 0; i < batch->key.nr_cbufs; ++i) {
|
||||
struct pipe_surface *surf = batch->key.cbufs[i];
|
||||
|
||||
clear_pipeline_textures |=
|
||||
surf && surf->texture && !(batch->clear & (PIPE_CLEAR_COLOR0 << i));
|
||||
}
|
||||
|
||||
#endif
|
||||
unsigned cmd_ta_id = agx_get_global_id(&dev->dev);
|
||||
unsigned cmd_3d_id = agx_get_global_id(&dev->dev);
|
||||
unsigned encoder_id = agx_get_global_id(&dev->dev);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue