summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/nouveau/nv04_state_tex.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-03classic/nouveau: Remove driverDylan Baker1-116/+0
2020-12-01mesa: reorganize gl_texture and sampler structures for glPush/PopAttribMarek Olšák1-12/+12
2014-04-30mesa: Replace use of _ReallyEnabled as a boolean with use of _Current.Eric Anholt1-1/+1
2014-01-27mesa: Change many Type P MESA_FORMATs to meet naming specMark Mueller1-3/+3
2014-01-27mesa: Change many Type A MESA_FORMATs to meet naming standardMark Mueller1-3/+3
2014-01-27mesa: Rename 4 color component unsigned byte MESA_FORMATsMark Mueller1-2/+2
2012-08-01nouveau: Add support for ARB_sampler_objectsPauli Nieminen1-10/+12
2012-04-14nouveau: rework and simplify nv04/nv05 driver a bitBen Skeggs1-39/+4
2012-04-14nouveau/vieux: switch to libdrm_nouveau-2.0Ben Skeggs1-25/+24
2011-04-12nouveau_vieux: fix build since sampler objects mergeDave Airlie1-4/+4
2011-04-10mesa: move sampler state into new gl_sampler_object typeBrian Paul1-6/+6
2010-11-15dri/nouveau: nv04: Use rules-ng-ng headersViktor Novotný1-1/+2
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-1/+1
2010-09-21dri/nv04: Use nvgl_wrap_mode().Francisco Jerez1-20/+2
2010-09-16dri/nv04: Mipmapping fixes.Francisco Jerez1-4/+4
2010-02-25dri/nouveau: Use the XRGB8888 hardware texture format.Francisco Jerez1-0/+2
2010-02-25dri/nouveau: Use the hardware I8 format for intensity textures.Francisco Jerez1-0/+1
2010-02-25dri/nouveau: Try to validate textures earlier.Francisco Jerez1-1/+3
2010-02-04Import a classic DRI driver for nv0x-nv2x.Francisco Jerez1-0/+162