radv: move shaders related code to radv_shader.c
Reduce size of radv_pipeline.c and improve code isolation. More code can probably moved but it's a start. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
|
||||
#include "ac_debug.h"
|
||||
#include "radv_debug.h"
|
||||
#include "radv_shader.h"
|
||||
|
||||
bool
|
||||
radv_init_trace(struct radv_device *device)
|
||||
|
Reference in New Issue
Block a user