summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv30/nv30_state.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-11Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr1-458/+0
2013-05-25gallium: Add support for multiple viewportsZack Rusin1-6/+10
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-4/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2012-10-31gallium: add start_slot parameter to set_vertex_buffersMarek Olšák1-9/+4
2012-10-09nv30: fix type conversion warningMarek Olšák1-1/+1
2012-05-25nv30: handle user index buffersChristoph Bumiller1-1/+4
2012-04-30gallium: add void *user_buffer to pipe_constant_bufferMarek Olšák1-0/+10
2012-04-30gallium: remove pipe_context::redefine_user_bufferMarek Olšák1-2/+0
2012-04-30gallium: change set_constant_buffer to be UBO-friendlyMarek Olšák1-1/+2
2012-04-14nv30: import new driver for GeForce FX/6/7 chipsets, and Quadro variantsBen Skeggs1-0/+447
2010-03-15nv30, nv40: partially non-trivially unify sampler state in nv[34]0_state.cLuca Barbieri1-179/+0
2010-03-15nv30, nv40: partially unify nv[34]0_state.cLuca Barbieri1-572/+1
2010-03-15nv30, nv40: non-trivially unify nv[34]0_fragprog.cLuca Barbieri1-1/+1
2010-03-15nv30, nv40: unify all structures and headers, except shadersLuca Barbieri1-127/+127
2010-03-15nouveau: s/rankine/eng3d/g; s/curie/eng3d/gLuca Barbieri1-27/+27
2010-03-01nv30: adapt to vertex element csoRoland Scheidegger1-6/+28
2010-02-12gallium: make max_anisotropy a unsigned bitfield memberRoland Scheidegger1-3/+3
2010-02-11nv30: adapt to stencil ref changesRoland Scheidegger1-5/+16
2010-02-09Merge branch 'gallium-nopointsizeminmax'Roland Scheidegger1-2/+2
2010-02-04gallium: add point_quad_rasterization bit to rasterizer stateRoland Scheidegger1-1/+1
2010-02-03gallium: clean up point sprite rasterizer stateRoland Scheidegger1-2/+2
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca1-1/+1
2010-01-25nouveau: adapt drviers to blend changesRoland Scheidegger1-10/+10
2010-01-15Merge branch 'gallium-noconstbuf'Roland Scheidegger1-3/+3
2010-01-11gallium: remove const qualifier from pipe_buffer argument in set_constant_bufferRoland Scheidegger1-1/+1
2010-01-05nouveau: rewrite nouveau_stateobj to use BEGIN_RING properlyMaarten Maathuis1-3/+3
2009-12-24gallium: adapt drivers to pipe_constant_buffer removalRoland Scheidegger1-3/+3
2009-12-19gallium: fix up drivers for edgeflag changesRoland Scheidegger1-11/+0
2009-12-01nv: Update for renamed sampler/texture state setters.Michal Krol1-2/+2
2009-03-07nouveau: make stateobjs start off with refcount of 1Ben Skeggs1-0/+3
2009-01-27gallium: remove redundant size from the constant bufferZack Rusin1-1/+1
2009-01-27gallium: it's a reference value, not a reference numberZack Rusin1-1/+1
2009-01-27gallium: standardize naming of masksZack Rusin1-4/+4
2009-01-21nouveau: nv30 does not support separate blend functions for alpha and rgbPatrice Mandin1-2/+3
2008-09-11nouveau: gallium directory structure changed again..Ben Skeggs1-1/+0
2008-08-14nv30: set mipmap min/max lod accordinglyPatrice Mandin1-2/+2
2008-08-14nv30: disable setting nv40 RECT bit, this is not the same on nv30, plus galli...Patrice Mandin1-2/+4
2008-08-07nouveau: fix buildBen Skeggs1-1/+1
2008-07-23nv all: Copy shader tokens on create, free on delete.Younes Manton1-2/+6
2008-07-12nv30: Emit vertex buffer objects using state objectsPatrice Mandin1-0/+6
2008-07-12nv30: Move edgeflag stuffPatrice Mandin1-0/+11
2008-07-12nv30: Emit fragment program using state objectsPatrice Mandin1-6/+3
2008-07-12nv30: Emit vertex program using state objectsPatrice Mandin1-6/+5
2008-07-11nv30: Move constant buffers out of vert/frag prog structuresPatrice Mandin1-2/+3
2008-07-09nv30: Update defines from nouveau_class.hPatrice Mandin1-28/+18
2008-07-04nv30: Emit sampler state using state objectsPatrice Mandin1-7/+35
2008-07-03nv30: Emit viewport state using state objectsPatrice Mandin1-9/+3
2008-07-03nv30: Emit polygon stipple state using state objectsPatrice Mandin1-2/+2
2008-07-03nv30: Emit scissor state using state objectsPatrice Mandin1-3/+2