summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i965simple/brw_sf.c
AgeCommit message (Collapse)Author
2008-07-28Merge tgsi/exec and tgsi/util directories.José Fonseca
2008-05-31brw: Fix build after TGSI declaration interface changes.Michal Krol
2008-02-27gallium/i965: remove brw_shader_info structBrian
The info it contained is now found in tgsi_shader_info. Added a few assertions to catch potential misunderstandings about register counts vs. highest register index used.
2008-02-27gallium/i965: remove dependencies on pipe_shader_state's semantic infoBrian
The brw_shader_info struct is rendundant and could be removed...
2008-02-15Code reorganization: move files into their places.José Fonseca
This is in a separate commit to ensure renames are properly preserved.