summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/nouveau/nv10_context.c
Commit message (Expand)AuthorAgeFilesLines
* nouveau: Enable EXT_texture_env_dot3 on NV10 and NV20Ian Romanick2016-08-261-0/+1
* nouveau: fix chipset checks for nv1a by using the oclass insteadIlia Mirkin2014-02-131-4/+4
* dri/nouveau: Pass the API into _mesa_initialize_contextEmil Velikov2014-02-111-2/+3
* mesa: replace ctx->Const.{Vertex,Fragment,Geomtery}Program with an array.Paul Berry2014-01-091-1/+1
* mesa: move max texture image unit constants to gl_program_constantsMarek Olšák2013-05-111-1/+1
* dri/nouveau: NV17_3D class is not available for NV1a chipsetMarcin Slusarz2013-03-051-1/+1
* mesa: Use a single flag for the S3TC extensions that don't require on-line co...Ian Romanick2013-01-231-1/+1
* mesa: s/FREE/free/Brian Paul2012-09-011-1/+1
* dri/nv10-nv20: Add support for S3TCViktor Novotný2012-05-021-0/+4
* nouveau/vieux: switch to libdrm_nouveau-2.0Ben Skeggs2012-04-141-189/+200
* nouveau: stop using _DepthBuffer, _StencilBuffer fieldsBrian Paul2011-12-131-4/+5
* dri/nouveau: Enable NV_fog_distance on NV10 and NV20 hardwareNicholas Miell2011-11-011-0/+1
* nouveau: Enable extensions by just setting the flagsIan Romanick2011-09-091-9/+5
* dri/nouveau: nv10: Use rules-ng-ng headersViktor Novotný2010-11-151-63/+64
* dri/nouveau: Split hardware/software TNL instantiation more cleanly.Francisco Jerez2010-11-111-2/+4
* dri/nouveau: Call _mesa_update_state() after framebuffer invalidation.Francisco Jerez2010-10-301-0/+4
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-11/+11
* Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg2010-10-131-1/+1
* dri/nv10: Fake fast Z clears for pre-nv17 cards.Francisco Jerez2010-10-101-20/+110
* dri/nouveau: Minor cleanup.Francisco Jerez2010-10-101-1/+1
* dri/nv10: Use fast Z clears.Francisco Jerez2010-09-301-5/+40
* dri/nouveau: Add some more extensions.Francisco Jerez2010-09-161-0/+1
* dri/nv04: Don't expose ARB_texture_env_combine/dot3.Andrew Randrianasulu2010-09-161-0/+2
* dri/nouveau: Implement texcoord generation.Francisco Jerez2010-03-181-1/+1
* dri/nouveau: Implement texture matrices.Francisco Jerez2010-03-181-0/+4
* dri/nouveau: Remove some CI remnants.Francisco Jerez2010-03-041-1/+0
* dri/nouveau: Support rectangle textures.Francisco Jerez2010-02-251-0/+7
* dri/nouveau: Some multithreaded rendering fixes.Francisco Jerez2010-02-171-9/+334
* Import a classic DRI driver for nv0x-nv2x.Francisco Jerez2010-02-041-0/+91