summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv10/nv10_state.c
AgeCommit message (Collapse)Author
2010-02-10Drop incorrectly revived files during the 'gallium-nopointsizeminmax' merge.Francisco Jerez
2010-02-03gallium: clean up point sprite rasterizer stateRoland Scheidegger
Don't need sprite coord origin per coord. Also, don't need separate sprite enable bit - if all coords have it diabled, then there are no point sprites (technically, there's a distinction in pre-GL3, but it only differs in having more leniency in clamping to max size, something the state tracker would need to handle and the hardware won't bother anyway). Also, use packed field for the per-coord enables. All in all, should save 3 dwords in rasterizer state (from 10 down to 7).
2009-12-01nv: Update for renamed sampler/texture state setters.Michal Krol
2009-06-05nouveau: remove unneeded code from ws, use pipe_buffer_ instead of ws->Ben Skeggs
2009-01-27gallium: remove redundant size from the constant bufferZack Rusin
reuse the size of the actual buffer
2009-01-27gallium: it's a reference value, not a reference numberZack Rusin
2009-01-27gallium: standardize naming of masksZack Rusin
2008-09-11nouveau: gallium directory structure changed again..Ben Skeggs
2008-08-07nouveau: fix buildBen Skeggs
2008-07-23nv all: Copy shader tokens on create, free on delete.Younes Manton
Must copy token stream on shader create, client is allowed to free their copy after creating the state object.
2008-07-08nv10: use the gallium alloc/free wrappers.Stephane Marchesin
2008-06-23nouveau: update for interface changes + hack around gallium x86_64 bustageBen Skeggs
2008-04-20nv10: fix random stuffPeter Winters
2008-04-03nv10: fix more vertex stuffStephane Marchesin
2008-04-02nv10: fix some more state, work on the vertex emission code.Stephane Marchesin
2008-04-02nv10: set rasterizer state.Stephane Marchesin
2008-04-02nv10: fix stuff and things.Stephane Marchesin
2008-03-30nouveau: adapt to recent gallium changesBen Skeggs
2008-03-16nv10: fix build after mergeBen Skeggs
2008-03-15nv10.Stephane Marchesin