965: get fragment shader compiler compiling
authorKeith Whitwell <keith@tungstengraphics.com>
Thu, 13 Dec 2007 20:38:56 +0000 (20:38 +0000)
committerKeith Whitwell <keith@tungstengraphics.com>
Thu, 13 Dec 2007 20:39:31 +0000 (20:39 +0000)
commit568fcf64c774f5f8e9f65bb86c121f5d550b1632
tree60bac5b746779a1e85d52853a71545e2864ee30a
parentc605a55e9f771a2f0e85d69ff60059f7ea95320f
965: get fragment shader compiler compiling

Don't think that it will run though.
32 files changed:
src/mesa/pipe/i915simple/i915_texture.c
src/mesa/pipe/i965simple/Makefile
src/mesa/pipe/i965simple/brw_batch.h
src/mesa/pipe/i965simple/brw_cc.c
src/mesa/pipe/i965simple/brw_clip_state.c
src/mesa/pipe/i965simple/brw_context.c
src/mesa/pipe/i965simple/brw_context.h
src/mesa/pipe/i965simple/brw_curbe.c
src/mesa/pipe/i965simple/brw_eu.h
src/mesa/pipe/i965simple/brw_eu_emit.c
src/mesa/pipe/i965simple/brw_gs_state.c
src/mesa/pipe/i965simple/brw_misc_state.c
src/mesa/pipe/i965simple/brw_sf.c
src/mesa/pipe/i965simple/brw_sf.h
src/mesa/pipe/i965simple/brw_sf_emit.c
src/mesa/pipe/i965simple/brw_sf_state.c
src/mesa/pipe/i965simple/brw_shader_info.c [new file with mode: 0644]
src/mesa/pipe/i965simple/brw_state.c
src/mesa/pipe/i965simple/brw_state.h
src/mesa/pipe/i965simple/brw_state_cache.c
src/mesa/pipe/i965simple/brw_state_pool.c
src/mesa/pipe/i965simple/brw_state_upload.c
src/mesa/pipe/i965simple/brw_tex_layout.c
src/mesa/pipe/i965simple/brw_vs_state.c
src/mesa/pipe/i965simple/brw_wm.c
src/mesa/pipe/i965simple/brw_wm.h
src/mesa/pipe/i965simple/brw_wm_decl.c [new file with mode: 0644]
src/mesa/pipe/i965simple/brw_wm_glsl.c
src/mesa/pipe/i965simple/brw_wm_sampler_state.c
src/mesa/pipe/i965simple/brw_wm_state.c
src/mesa/pipe/p_util.h
src/mesa/pipe/softpipe/sp_texture.c