summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/nouveau/nv20_state.c
Commit message (Expand)AuthorAgeFilesLines
* nouveau: say goodbye to the old DRI driver...Stephane Marchesin2008-07-141-824/+0
* nouveau: separate modelview and projection matrix updatesPatrice Mandin2007-09-031-5/+0
* nouveau: add hw-dependent function to update modelview*projection matrixPatrice Mandin2007-08-311-0/+5
* nouveau: Always render offscreen, emulate front buffer rendering.Ben Skeggs2007-08-151-2/+2
* nv20 also don't support viewport_origin, like nv10Patrice Mandin2007-07-121-2/+2
* nouveau: nv20 does not support hw scissorsPatrice Mandin2007-07-111-2/+2
* nouveau: implement nv20Clear and nv20ScissorDave Airlie2007-03-251-4/+17
* nouveau: nv10,20: wrong viewport clip setupPatrice Mandin2007-02-161-1/+3
* nouveau: nv20: texture matrixPatrice Mandin2007-02-161-1/+4
* nouveau: nv20: updatePatrice Mandin2007-02-161-32/+176
* Update spot light paramsPatrice Mandin2007-01-021-12/+15
* NV1x/2x hw_func stubs.Ben Skeggs2006-12-151-3/+31
* Update spot light params also for nv20 and nv30Patrice Mandin2006-12-081-26/+61
* nv10,nv20,nv30: send correct values for spot light direction X,Y,Z andPatrice Mandin2006-11-241-18/+32
* nv10,nv20: nvX0ShadeModel static functionPatrice Mandin2006-11-211-1/+1
* nv10,nv20,nv30: color light components renamed from a,b,c to r,g,bPatrice Mandin2006-11-211-3/+3
* Add the state caching mechanism. It seems to work, from what I can see.Stephane Marchesin2006-11-211-134/+134
* More state functionsStephane Marchesin2006-11-181-2/+9
* Add nv20_state.c ; hook nv10_state.c into the build ; do the renamingStephane Marchesin2006-11-181-0/+575