summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv30/nv30_state.c
Commit message (Expand)AuthorAgeFilesLines
* Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr2013-09-111-458/+0
* gallium: Add support for multiple viewportsZack Rusin2013-05-251-6/+10
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-4/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* gallium: add start_slot parameter to set_vertex_buffersMarek Olšák2012-10-311-9/+4
* nv30: fix type conversion warningMarek Olšák2012-10-091-1/+1
* nv30: handle user index buffersChristoph Bumiller2012-05-251-1/+4
* gallium: add void *user_buffer to pipe_constant_bufferMarek Olšák2012-04-301-0/+10
* gallium: remove pipe_context::redefine_user_bufferMarek Olšák2012-04-301-2/+0
* gallium: change set_constant_buffer to be UBO-friendlyMarek Olšák2012-04-301-1/+2
* nv30: import new driver for GeForce FX/6/7 chipsets, and Quadro variantsBen Skeggs2012-04-141-0/+447
* nv30, nv40: partially non-trivially unify sampler state in nv[34]0_state.cLuca Barbieri2010-03-151-179/+0
* nv30, nv40: partially unify nv[34]0_state.cLuca Barbieri2010-03-151-572/+1
* nv30, nv40: non-trivially unify nv[34]0_fragprog.cLuca Barbieri2010-03-151-1/+1
* nv30, nv40: unify all structures and headers, except shadersLuca Barbieri2010-03-151-127/+127
* nouveau: s/rankine/eng3d/g; s/curie/eng3d/gLuca Barbieri2010-03-151-27/+27
* nv30: adapt to vertex element csoRoland Scheidegger2010-03-011-6/+28
* gallium: make max_anisotropy a unsigned bitfield memberRoland Scheidegger2010-02-121-3/+3
* nv30: adapt to stencil ref changesRoland Scheidegger2010-02-111-5/+16
* Merge branch 'gallium-nopointsizeminmax'Roland Scheidegger2010-02-091-2/+2
|\
| * gallium: add point_quad_rasterization bit to rasterizer stateRoland Scheidegger2010-02-041-1/+1
| * gallium: clean up point sprite rasterizer stateRoland Scheidegger2010-02-031-2/+2
* | gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-1/+1
* | nouveau: adapt drviers to blend changesRoland Scheidegger2010-01-251-10/+10
* | Merge branch 'gallium-noconstbuf'Roland Scheidegger2010-01-151-3/+3
|\ \ | |/ |/|
| * gallium: remove const qualifier from pipe_buffer argument in set_constant_bufferRoland Scheidegger2010-01-111-1/+1
| * gallium: adapt drivers to pipe_constant_buffer removalRoland Scheidegger2009-12-241-3/+3
* | nouveau: rewrite nouveau_stateobj to use BEGIN_RING properlyMaarten Maathuis2010-01-051-3/+3
|/
* gallium: fix up drivers for edgeflag changesRoland Scheidegger2009-12-191-11/+0
* nv: Update for renamed sampler/texture state setters.Michal Krol2009-12-011-2/+2
* nouveau: make stateobjs start off with refcount of 1Ben Skeggs2009-03-071-0/+3
* gallium: remove redundant size from the constant bufferZack Rusin2009-01-271-1/+1
* gallium: it's a reference value, not a reference numberZack Rusin2009-01-271-1/+1
* gallium: standardize naming of masksZack Rusin2009-01-271-4/+4
* nouveau: nv30 does not support separate blend functions for alpha and rgbPatrice Mandin2009-01-211-2/+3
* nouveau: gallium directory structure changed again..Ben Skeggs2008-09-111-1/+0
* nv30: set mipmap min/max lod accordinglyPatrice Mandin2008-08-141-2/+2
* nv30: disable setting nv40 RECT bit, this is not the same on nv30, plus galli...Patrice Mandin2008-08-141-2/+4
* nouveau: fix buildBen Skeggs2008-08-071-1/+1
* nv all: Copy shader tokens on create, free on delete.Younes Manton2008-07-231-2/+6
* nv30: Emit vertex buffer objects using state objectsPatrice Mandin2008-07-121-0/+6
* nv30: Move edgeflag stuffPatrice Mandin2008-07-121-0/+11
* nv30: Emit fragment program using state objectsPatrice Mandin2008-07-121-6/+3
* nv30: Emit vertex program using state objectsPatrice Mandin2008-07-121-6/+5
* nv30: Move constant buffers out of vert/frag prog structuresPatrice Mandin2008-07-111-2/+3
* nv30: Update defines from nouveau_class.hPatrice Mandin2008-07-091-28/+18
* nv30: Emit sampler state using state objectsPatrice Mandin2008-07-041-7/+35
* nv30: Emit viewport state using state objectsPatrice Mandin2008-07-031-9/+3
* nv30: Emit polygon stipple state using state objectsPatrice Mandin2008-07-031-2/+2
* nv30: Emit scissor state using state objectsPatrice Mandin2008-07-031-3/+2