summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/failover/fo_state_emit.c
AgeCommit message (Collapse)Author
2010-03-01failover: adapt to new vertex element csoRoland Scheidegger
2010-02-10fo: adapt to stencil ref changesRoland Scheidegger
2009-12-01fo: Implement separate vertex sampler state.Michal Krol
2009-12-01fo: Update for renamed sampler/texture state setters.Michal Krol
2008-03-29gallium: Set vertex state/buffers en-mass.Brian Paul
2008-03-27gallium: replace PIPE_ATTRIB_MAX with PIPE_MAX_ATTRIBSBrian
The later follows the naming scheme of other limits. Keep the old definition until all possible usage is updated.
2008-03-05gallium: michel's patch to rework texture/sampler binding interfaceKeith Whitwell
Bind all the samplers/textures at once rather than piecemeal. This is easier for drivers to understand.
2008-02-15Code reorganization: move files into their places.José Fonseca
This is in a separate commit to ensure renames are properly preserved.