summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nvfx/nvfx_surface.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-12nvfx: Move declaration before code.Vinson Lee1-6/+12
2010-09-05nvfx: switch to rules-ng-ng register headersLuca Barbieri1-2/+2
2010-09-05nvfx: pause occlusion queries during blitter usageLuca Barbieri1-0/+16
2010-09-05nvfx: support using blitter to copy depth/stencil resources, fix HeavenLuca Barbieri1-1/+8
2010-09-04nvfx: move 2D format selection logic to 2D codeLuca Barbieri1-46/+7
2010-09-04nvfx: fix swizzling of high bpp surfacesLuca Barbieri1-39/+43
2010-09-04nvfx: fix the temporary copying logic and add assertsLuca Barbieri1-5/+17
2010-09-04nvfx: allow nested blitter usage, fixing bug in clearLuca Barbieri1-4/+18
2010-08-28nvfx: Remove util_is_pot in favor of util_is_power_of_two.Vinson Lee1-1/+1
2010-08-23nvfx: Remove unnecessary headers.Vinson Lee1-1/+0
2010-08-21nvfx: Fix SCons build.Vinson Lee1-14/+21
2010-08-21nvfx: rewrite draw code and buffer codeLuca Barbieri1-10/+13
2010-08-21nvfx: new 2D: use a CPU copy for up to 4 pixels, up from 0Luca Barbieri1-5/+1
2010-08-21nvfx: new 2D: new render temporaries with resourcesLuca Barbieri1-12/+109
2010-08-21nvfx: new 2D: use new 2D engine in GalliumLuca Barbieri1-27/+319
2010-06-09nvfx: fix typo from gallium-msaa mergeBen Skeggs1-1/+1
2010-06-03gallium: rename clearRT / clearDS to clear_render_target / clear_depth_stencilRoland Scheidegger1-14/+14
2010-05-29nvfx: adapt to clear interface changesRoland Scheidegger1-11/+27
2010-05-17nouveau: adapt to interface changesRoland Scheidegger1-9/+28
2010-04-17nvfx: Remove unnecessary headers.Vinson Lee1-1/+0
2010-03-15nv30, nv40: unify nv[34]0_query.cLuca Barbieri1-0/+62