summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/nouveau/nv04_context.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Replace use of _ReallyEnabled as a boolean with use of _Current.Eric Anholt2014-04-301-2/+2
* dri/nouveau: Pass the API into _mesa_initialize_contextEmil Velikov2014-02-111-2/+3
* mesa: Change many Type A MESA_FORMATs to meet naming standardMark Mueller2014-01-271-2/+2
* mesa: Rename 4 color component unsigned byte MESA_FORMATsMark Mueller2014-01-271-1/+1
* 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
* mesa: s/FREE/free/Brian Paul2012-09-011-1/+1
* nouveau: rework and simplify nv04/nv05 driver a bitBen Skeggs2012-04-141-18/+1
* nouveau/vieux: switch to libdrm_nouveau-2.0Ben Skeggs2012-04-141-59/+48
* dri/nouveau: nv04: Use rules-ng-ng headersViktor Novotný2010-11-151-1/+1
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-8/+8
* Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg2010-10-131-1/+1
* dri/nouveau: Don't reemit the BO state in nouveau_state_emit().Francisco Jerez2010-09-161-3/+3
* dri/nv04: Fix maximum texture size.Francisco Jerez2010-09-161-0/+1
* dri/nv04: Fix up color mask.Francisco Jerez2010-09-161-1/+5
* dri/nv04: Enable eng3dm for A8/L8 textures.Andrew Randrianasulu2010-09-161-4/+16
* dri/nv04: Add support for NV_texture_env_combine4.Francisco Jerez2010-09-091-0/+1
* dri/nouveau: Implement texture matrices.Francisco Jerez2010-03-181-0/+4
* dri/nouveau: Just reemit the BO state on pushbuf flush.Francisco Jerez2010-03-111-12/+10
* dri/nouveau: Remove some CI remnants.Francisco Jerez2010-03-041-1/+0
* dri/nouveau: Fix up the ADD texture environment on nv0x.Francisco Jerez2010-03-011-0/+1
* dri/nouveau: Some multithreaded rendering fixes.Francisco Jerez2010-02-171-15/+187
* Import a classic DRI driver for nv0x-nv2x.Francisco Jerez2010-02-041-0/+118