Re: [PATCH] Add RGBA64 texture cpp for vc4 driver.

2018-11-01 Thread Eric Anholt
Nick Kreeger writes: > This patch is needed to help implement half-float texturing and > rendering for the vc4 driver in mesa. This small patch introduces the > cpp value for the RGBA64 texture. A future patch will include updates to > vc4_render_cl.c to handle HDR color stores. We'll need a GET

[PATCH] Add RGBA64 texture cpp for vc4 driver.

2018-10-31 Thread Nick Kreeger
This patch is needed to help implement half-float texturing and rendering for the vc4 driver in mesa. This small patch introduces the cpp value for the RGBA64 texture. A future patch will include updates to vc4_render_cl.c to handle HDR color stores. --- drivers/gpu/drm/vc4/vc4_validate.c | 4 +++-