summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/nouveau/nv04_surface.c
Commit message (Expand)AuthorAgeFilesLines
* nouveau: allow NV3x's to be used with nouveau_vieuxIlia Mirkin2016-08-301-1/+3
* mesa: Fix MESA_FORMAT_Z24_UNORM_S8_UINT vs. X8_UINT mix-up.Kenneth Graunke2014-02-091-4/+4
* mesa: Change many Type P MESA_FORMATs to meet naming specMark Mueller2014-01-271-48/+48
* mesa: Change many Type A MESA_FORMATs to meet naming standardMark Mueller2014-01-271-20/+20
* mesa: Rename 4 color component unsigned byte MESA_FORMATsMark Mueller2014-01-271-20/+20
* mesa: change gl_format to mesa_formatMark Mueller2014-01-271-4/+4
* dri/nouveau: Add general support for compressed formats.Viktor Novotný2012-05-021-0/+9
* nouveau: rework and simplify nv04/nv05 driver a bitBen Skeggs2012-04-141-7/+0
* nouveau/vieux: switch to libdrm_nouveau-2.0Ben Skeggs2012-04-141-168/+189
* dri: Remove MESA_FORMAT_CI8 bits from drivers that don't do paletted texturesIan Romanick2011-08-291-4/+0
* dri/nouveau: nv04: Use rules-ng-ng headersViktor Novotný2010-11-151-7/+9
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-7/+7
* dri/nouveau: Remove unnecessary assertion.Francisco Jerez2010-09-211-5/+0
* dri/nv04: Align SIFM transfer dimensions.Francisco Jerez2010-09-161-1/+1
* dri/nouveau: Swizzle using the CPU when we hit a limitation of SIFM.Francisco Jerez2010-02-251-7/+89
* dri/nouveau: Clean up the nv04 surface code a bit.Francisco Jerez2010-02-251-26/+10
* dri/nouveau: Avoid mask overflow on nv04_surface_fill.Francisco Jerez2010-02-251-1/+1
* dri/nouveau: Some multithreaded rendering fixes.Francisco Jerez2010-02-171-75/+59
* Import a classic DRI driver for nv0x-nv2x.Francisco Jerez2010-02-041-0/+547