i965g: start hooking up some to the gallium context interfaces
authorKeith Whitwell <keithw@vmware.com>
Sun, 25 Oct 2009 11:36:22 +0000 (11:36 +0000)
committerKeith Whitwell <keithw@vmware.com>
Sun, 25 Oct 2009 11:37:39 +0000 (11:37 +0000)
commit590949553f737902008dea020420311e2085aa1a
tree28a207ded4c1bdb0d4d722f69f86730b501e9ef8
parent562ca4eae257dd3b268e7f13487c8cd91f618eae
i965g: start hooking up some to the gallium context interfaces

- create/bind/destroy blend and depth state
- framebuffer and viewport
- etc.
12 files changed:
src/gallium/drivers/i965/brw_cc.c
src/gallium/drivers/i965/brw_context.h
src/gallium/drivers/i965/brw_misc_state.c
src/gallium/drivers/i965/brw_pipe_blend.c
src/gallium/drivers/i965/brw_pipe_depth.c
src/gallium/drivers/i965/brw_pipe_fb.c
src/gallium/drivers/i965/brw_pipe_misc.c [new file with mode: 0644]
src/gallium/drivers/i965/brw_pipe_rast.h
src/gallium/drivers/i965/brw_pipe_sampler.c [new file with mode: 0644]
src/gallium/drivers/i965/brw_state_debug.c
src/gallium/drivers/i965/brw_util.c
src/gallium/drivers/i965/brw_wm_state.c