summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i965/brw_vs_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 to similiar gen stuff as i965Dave Airlie
2010-02-10i965g: ifdef out unused functions.Vinson Lee
2009-12-24i965g: get trivial/tri working again after edgeflag changesKeith Whitwell
2009-12-22i965g: fix for edgeflag changes (untested)Roland Scheidegger
2009-12-21i965g: fixes to build after merge of masterKeith Whitwell
2009-12-01i965g: don't reference unused vars in RSQKeith Whitwell
Probably overly pedantic
2009-11-30brw: add dumping to gem winsysKeith Whitwell
2009-11-19i965g: first pass at vs immediates in curbeKeith Whitwell
2009-11-19i965g: make the load-before-use vs immediate path workKeith Whitwell
2009-11-17i965g: handle special vs outputs speciallyKeith Whitwell
Where vs output semantic tags indicate an output is signficant for fixed function processing (such as clipping, unfilled modes, etc), retain information about that output so that we can get to it easily later on. Fix up the unfilled processing, but hard-wire edgeflag to one for now. With this change, trivial/tri-unfilled works.
2009-11-11i965g: consult fs inputs when laying out vs output regsKeith Whitwell
Vertex shader now emits just the FS inputs, in the positions and order expected by the fragment shader. This means potentially regenerating the vertex shader to match different fragment shader's input layouts.
2009-11-11i965g: some more cases where file_max[] is used without obligatory +1Keith Whitwell
2009-11-06i965g: don't set up vs stack register for non-branching shadersKeith Whitwell
2009-11-06i965g: tgsi outputs cannot be used as source regsKeith Whitwell
2009-11-05brw: push more dumping into the winsysKeith Whitwell
2009-11-05i965g: disassemble more than one instruction at a timeKeith Whitwell
2009-11-04i965g: hook up some missing vertex shader codeKeith Whitwell
2009-10-29i965g: work in progress on fragment shadersKeith Whitwell
2009-10-28i965g: still working on compilationKeith Whitwell
2009-10-27i965g: still working on compilationKeith Whitwell
2009-10-26i965g: still working on compilationKeith Whitwell
2009-10-26i965g: still working on compilationKeith Whitwell
2009-10-25i965g: more compiling wipKeith 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