summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/i965simple/SConscript
Commit message (Collapse)AuthorAgeFilesLines
* i965g: Drop i965simpleJakob Bornecrantz2009-10-051-54/+0
| | | | | | The driver never work with real hardware and has bitrotted for quite some time now, might as well drop it. If somebody wants to look at it just use git.
* scons: Fix i965/xlib build.José Fonseca2008-06-271-0/+1
|
* gallium/i965: remove brw_shader_info structBrian2008-02-271-1/+0
| | | | | | 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.
* gallium: start removing pipe_context->get_name/vendor/param/paramfBrian2008-02-271-1/+0
| | | | | These are now per-screen functions, not per-context. State tracker updated, code in drivers and p_context.h disabled.
* Code reorganization: move files into their places.José Fonseca2008-02-151-0/+55
This is in a separate commit to ensure renames are properly preserved.