diff options
author | Ben Skeggs <skeggsb@gmail.com> | 2007-08-13 20:02:04 +1000 |
---|---|---|
committer | Ben Skeggs <skeggsb@gmail.com> | 2007-08-15 14:31:25 +1000 |
commit | b7c93de6d798d7ccfc7bfa12b9c8f474de955d55 (patch) | |
tree | 4a3e5c068dd79316789cfe4782b49de9a3dac8e0 /src/mesa/drivers/dri/nouveau/nouveau_context.h | |
parent | 40e8ce700b0e1711e08e9f33c297d495c43598b1 (diff) |
nouveau: Split nouveau_buffers into nouveau_mem and nouveau_fbo
Diffstat (limited to 'src/mesa/drivers/dri/nouveau/nouveau_context.h')
-rw-r--r-- | src/mesa/drivers/dri/nouveau/nouveau_context.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/nouveau/nouveau_context.h b/src/mesa/drivers/dri/nouveau/nouveau_context.h index fdbde51a72..03f778a13c 100644 --- a/src/mesa/drivers/dri/nouveau/nouveau_context.h +++ b/src/mesa/drivers/dri/nouveau/nouveau_context.h @@ -36,10 +36,10 @@ USE OR OTHER DEALINGS IN THE SOFTWARE. #include "mtypes.h" #include "tnl/t_vertex.h" +#include "nouveau_fbo.h" #include "nouveau_screen.h" -#include "nouveau_state_cache.h" -#include "nouveau_buffers.h" #include "nouveau_shader.h" +#include "nouveau_state_cache.h" #include "nouveau_sync.h" #include "xmlconfig.h" |