summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/nouveau/nv20_state_tnl.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-03classic/nouveau: Remove driverDylan Baker1-385/+0
2020-12-01mesa: restructure gl_light vars to match the layout of gl_LightSource uniformsMarek Olšák1-7/+11
2020-12-01mesa: don't allocate matrices with mallocMarek Olšák1-2/+0
2016-06-16nouveau: Use bitmask/ffs to iterate enabled lightsMathias Fröhlich1-11/+16
2015-06-09dri/nouveau: Include simple_list.h explicitly in nv*_state_tnl.c.Francisco Jerez1-0/+2
2014-01-27mesa: Rename 4 color component unsigned byte MESA_FORMATsMark Mueller1-1/+1
2012-06-27mesa: rename ColorMaterialBitmask to _ColorMaterialBitmaskBrian Paul1-2/+2
2012-04-14nouveau/vieux: switch to libdrm_nouveau-2.0Ben Skeggs1-68/+57
2011-11-01dri/nouveau: Enable NV_fog_distance on NV10 and NV20 hardwareNicholas Miell1-6/+16
2011-03-11mesa: replace NEED_SECONDARY_COLOR(), RGBA_LOGICOP_ENABLED() with inlinesBrian Paul1-1/+1
2010-11-15dri/nouveau: Kill a bunch of ternary operators.Francisco Jerez1-3/+3
2010-11-15dri/nouveau nv20: Use rules-ng-ng headersViktor Novotný1-48/+48
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-11/+11
2010-09-09dri/nouveau: Minor cleanup.Francisco Jerez1-21/+29
2010-03-21dri/nouveau: Random cleanups.Francisco Jerez1-40/+11
2010-03-18dri/nouveau: Implement texcoord generation.Francisco Jerez1-2/+4
2010-03-07dri/nouveau: Fix nv[12]x color sum.Francisco Jerez1-1/+1
2010-02-04Import a classic DRI driver for nv0x-nv2x.Francisco Jerez1-0/+396