summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i965/brw_wm_emit.c
AgeCommit message (Collapse)Author
2011-01-09i965g: update disassembler code from classic.Dave Airlie
still a bit of work to do, the winsys gen setting is a bit of a hack.
2011-01-09i965g: update brw_defines.h from classic driverDave Airlie
2011-01-09i965g: update to similiar gen stuff as i965Dave Airlie
2010-01-06i965g: fix invalid assertion in emit_xpd(), againBrian Paul
2010-01-05i965g: fix invalid assertion in emit_xpd()Brian Paul
Invalid assertion found by Roel Kluin <roel.kluin@gmail.com>
2009-12-21i965g: fixes to build after merge of masterKeith Whitwell
2009-11-30brw: add dumping to gem winsysKeith Whitwell
2009-11-21i965g: get basic texturing working againKeith Whitwell
Revert to fixed-layout surface binding table -- it's probably the best way to do this. Pass sampler and texture numbers separately even though we're always keeping them the same at present.
2009-11-06i965g: plumb through fb_write target and eot dataKeith Whitwell
2009-11-05i965g: disassemble more than one instruction at a timeKeith Whitwell
2009-10-29i965g: work in progress on fragment shadersKeith Whitwell
2009-10-26i965g: still working on compilationKeith Whitwell
2009-10-24i965g: more files compilingKeith Whitwell
2009-10-23i965g: wip on removing GL stuff, trying to get a few files compilingKeith Whitwell
2009-10-23i965g: wipKeith Whitwell
2009-10-23i965g: re-starting from the dri driverKeith Whitwell