aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_program.c
diff options
context:
space:
mode:
authorKristian Høgsberg Kristensen <[email protected]>2015-06-03 23:03:29 -0700
committerKristian Høgsberg Kristensen <[email protected]>2015-06-08 08:51:40 -0700
commit9eab70e54f40a13f55b29974ca7f765c1164f1be (patch)
treef9f8fd5bd7ac98db08a3688619b7d39f759f645a /src/mesa/drivers/dri/i965/brw_program.c
parentce00233c137f272263f28e531cb70eb68250f5ca (diff)
vk: Create a minimal context for the compiler
This avoids the full brw context initialization and just sets up context constants, initializes extensions and sets a few driver vfuncs for the front-end GLSL compiler.
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_program.c')
-rw-r--r--src/mesa/drivers/dri/i965/brw_program.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_program.c b/src/mesa/drivers/dri/i965/brw_program.c
index e5c0d3c7604..b056fbfc427 100644
--- a/src/mesa/drivers/dri/i965/brw_program.c
+++ b/src/mesa/drivers/dri/i965/brw_program.c
@@ -275,7 +275,7 @@ brw_get_scratch_bo(struct brw_context *brw,
void brwInitFragProgFuncs( struct dd_function_table *functions )
{
- assert(functions->ProgramStringNotify == _tnl_program_string);
+ /* assert(functions->ProgramStringNotify == _tnl_program_string); */
functions->NewProgram = brwNewProgram;
functions->DeleteProgram = brwDeleteProgram;