summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i965/brw_pipe_shader.c
AgeCommit message (Expand)Author
2010-04-10Squashed commit of the following:Keith Whitwell
2010-02-05i965g: Remove unnecessary headers.Vinson Lee
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca
2010-01-15Merge branch 'gallium-noconstbuf'Roland Scheidegger
2010-01-11gallium: remove const qualifier from pipe_buffer argument in set_constant_bufferRoland Scheidegger
2009-12-24i965g: get trivial/tri working again after edgeflag changesKeith Whitwell
2009-12-24gallium: adapt drivers to pipe_constant_buffer removalRoland Scheidegger
2009-12-22i965g: fix for edgeflag changes (untested)Roland Scheidegger
2009-11-19i965g: first pass at vs immediates in curbeKeith Whitwell
2009-11-19i965g: include interpolation info in fs signatureKeith Whitwell
2009-11-19i965g: add new state flag tracking fs signature changesKeith Whitwell
2009-11-17i965g: handle special vs outputs speciallyKeith Whitwell
2009-11-11i965g: consult fs inputs when laying out vs output regsKeith Whitwell
2009-11-06i965g: don't set up vs stack register for non-branching shadersKeith Whitwell
2009-11-05i965g: add lots of error checks and early returnsKeith Whitwell
2009-11-04i965g: hook up some missing vertex shader codeKeith Whitwell
2009-11-04i965g: add constant buffer setterKeith Whitwell
2009-11-01i965g: more files compilingKeith Whitwell
2009-10-29i965g: work in progress on fragment shadersKeith Whitwell
2009-10-25i965g: more work on compiling, particularly the brw_draw filesKeith Whitwell
2009-10-24i965g: more files compilingKeith Whitwell