summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv50/nv50_surface.c
Commit message (Expand)AuthorAgeFilesLines
* Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr2013-09-111-1355/+0
* nv50: avoid crash on updating RASTERIZE_ENABLE stateEmil Velikov2013-06-191-0/+10
* gallium: add condition parameter to render_conditionRoland Scheidegger2013-06-181-1/+1
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-4/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* nvc0: implement multisample texturesChristoph Bumiller2013-04-121-0/+1
* nvc0: fix for 2d engine R source formats writing RRR1 and not R001Christoph Bumiller2013-04-031-24/+47
* nv50,nvc0: disable DEPTH_RANGE_NEAR/FAR clipping during blitChristoph Bumiller2013-04-031-0/+2
* nouveau: accelerate buffer copies in resource_copy_regionChristoph Bumiller2013-04-031-3/+3
* nv50,nvc0: fix 3d blits, restore viewport after blitChristoph Bumiller2013-03-291-2/+6
* gallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3Christoph Bumiller2013-03-201-3/+2
* nv50: add space checks to clear functions, and respect depthMaarten Lankhorst2013-01-171-13/+24
* gallium: remove pipe_surface::usageMarek Olšák2012-12-121-1/+0
* nv50,nvc0: add support for cube map arraysChristoph Bumiller2012-12-071-0/+1
* nv50,nvc0: fix 2d engine stencil-only copiesChristoph Bumiller2012-10-281-1/+3
* nv50,nvc0: fix 3d engine blit for nvc0Christoph Bumiller2012-09-301-1/+3
* nv50,nvc0: implement blitChristoph Bumiller2012-09-301-305/+614
* gallium: remove resource_resolveMarek Olšák2012-09-301-1/+2
* nv50,nvc0: make resolve sampler objects allow sRGB conversionChristoph Bumiller2012-08-011-4/+10
* Revert "gallium: specify resource_resolve destination via a pipe_surface"Christoph Bumiller2012-08-011-13/+19
* gallium: specify resource_resolve destination via a pipe_surfaceChristoph Bumiller2012-07-281-19/+13
* nv50: fix resource_resolve shader start offsetsChristoph Bumiller2012-07-281-2/+2
* nv50: fix typo causing NULL-deref in nv50_resource_resolveChristoph Bumiller2012-05-041-1/+1
* nv50,nvc0: fix depth/stencil resolveChristoph Bumiller2012-04-291-20/+43
* nouveau: switch to libdrm_nouveau-2.0Christoph Bumiller2012-04-141-201/+204
* Squash-merge branch 'gallium-clip-state'Marek Olšák2012-01-101-7/+0
* gallium: rename ZS stencil type to UINT (v2)Dave Airlie2011-10-111-6/+6
* gallium: move clear paths from rgba to a pointer to a color union (v2)Dave Airlie2011-09-181-10/+11
* nv50: add support for linear textures and render targetsChristoph Bumiller2011-08-301-1/+11
* nv50,nvc0: add states mask to state validation functionChristoph Bumiller2011-08-301-6/+2
* nv50,nvc0: never convert in resource copy when format sizes matchChristoph Bumiller2011-08-071-1/+8
* nv50: implement resource_resolve with custom blitChristoph Bumiller2011-08-041-1/+535
* nv50,nvc0: extensive surface format renaming to get consistencyChristoph Bumiller2011-07-141-1/+1
* nv50,nvc0: add support for multi-sample resourcesChristoph Bumiller2011-07-141-14/+52
* nv50: more formats for nv50_resource_copy_region conversion pathChristoph Bumiller2011-07-071-16/+7
* gallium: add fallback for copying buffers to all driversMarek Olšák2011-04-211-0/+8
* nouveau: ensure vbo_dirty is set when buffer write transfer completeBen Skeggs2011-03-011-3/+5
* nv50: replace most of it with nvc0 driver ported to nv50Christoph Bumiller2011-02-281-257/+311
* nouveau: fix includes for latest libdrmBen Skeggs2010-12-211-1/+1
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-28/+39
* nv50: apply layout_mask to tile_flagsXavier Chantry2010-10-151-1/+1
* nv50: use CLEAR_BUFFERS for surface fillsChristoph Bumiller2010-09-251-22/+88
* nv50: use formats table in nv50_surface.cChristoph Bumiller2010-09-251-43/+20
* nv50: fix typo from gallium-msaa mergeBen Skeggs2010-06-091-1/+1
* nv50: use MARK_RING correctlyBen Skeggs2010-06-091-4/+6
* nv50: Remove unnecessary header.Vinson Lee2010-06-031-1/+0
* gallium: rename clearRT / clearDS to clear_render_target / clear_depth_stencilRoland Scheidegger2010-06-031-6/+6
* nv50: adapt to clear interface changesRoland Scheidegger2010-05-291-15/+15
* nouveau: adapt to interface changesRoland Scheidegger2010-05-171-10/+28
* nv50: relax restriction on surface_copy format equality a bitChristoph Bumiller2010-04-301-1/+27