diff options
author | Keith Whitwell <[email protected]> | 2006-10-30 16:43:39 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2006-10-30 16:43:39 +0000 |
commit | efef291dc71eb57f90785a26957f4b3e01733156 (patch) | |
tree | 2a5f478c789ca39a9a140697b0979ee7b52d37d0 /src/mesa/drivers/dri/i965/brw_context.c | |
parent | a3c86828edc971319455d16153ea1657585d863f (diff) |
checkpoint - remove dead files, otherwise untested
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_context.c')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_context.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_context.c b/src/mesa/drivers/dri/i965/brw_context.c index c1f6617f3fd..b9256d5185e 100644 --- a/src/mesa/drivers/dri/i965/brw_context.c +++ b/src/mesa/drivers/dri/i965/brw_context.c @@ -156,11 +156,6 @@ GLboolean brwCreateContext( const __GLcontextModes *mesaVis, brw_ProgramCacheInit( ctx ); - /* Hook our functions into exec and compile dispatch tables. Only - * fallback on out-of-memory situations. - */ - brw_exec_init( ctx ); - brw_save_init( ctx ); { const char *filename = getenv("INTEL_REPLAY"); |