diff options
author | Eric Anholt <[email protected]> | 2006-11-29 01:16:12 +0000 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2006-11-29 01:16:12 +0000 |
commit | 3cd06cf8c5ef6a27e36c584e12ba79ed8dacbf28 (patch) | |
tree | 01b1c257356478a276827a7b7f670b7caae051a9 /src/mesa/drivers/dri/i965/brw_context.c | |
parent | 716091a6a0a9a4cc03f0aa61a3a6518b0648f167 (diff) |
Add accelerated CopyPixels for non-overlapping, 1:1 blits.
Submitted by Gary Wong <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_context.c')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_context.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_context.c b/src/mesa/drivers/dri/i965/brw_context.c index c1f6617f3fd..bc422c1a50b 100644 --- a/src/mesa/drivers/dri/i965/brw_context.c +++ b/src/mesa/drivers/dri/i965/brw_context.c @@ -156,6 +156,8 @@ GLboolean brwCreateContext( const __GLcontextModes *mesaVis, brw_ProgramCacheInit( ctx ); + brw_FrameBufferTexInit( brw ); + /* Hook our functions into exec and compile dispatch tables. Only * fallback on out-of-memory situations. */ |