| Commit message (Expand) | Author | Age | Files | Lines |
* | Move nv30, nv50 and nvc0 to nouveau. | Johannes Obermayr | 2013-09-11 | 1 | -1355/+0 |
* | nv50: avoid crash on updating RASTERIZE_ENABLE state | Emil Velikov | 2013-06-19 | 1 | -0/+10 |
* | gallium: add condition parameter to render_condition | Roland Scheidegger | 2013-06-18 | 1 | -1/+1 |
* | mesa: Restore 78-column wrapping of license text in C-style comments. | Kenneth Graunke | 2013-04-23 | 1 | -4/+4 |
* | mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | nvc0: implement multisample textures | Christoph Bumiller | 2013-04-12 | 1 | -0/+1 |
* | nvc0: fix for 2d engine R source formats writing RRR1 and not R001 | Christoph Bumiller | 2013-04-03 | 1 | -24/+47 |
* | nv50,nvc0: disable DEPTH_RANGE_NEAR/FAR clipping during blit | Christoph Bumiller | 2013-04-03 | 1 | -0/+2 |
* | nouveau: accelerate buffer copies in resource_copy_region | Christoph Bumiller | 2013-04-03 | 1 | -3/+3 |
* | nv50,nvc0: fix 3d blits, restore viewport after blit | Christoph Bumiller | 2013-03-29 | 1 | -2/+6 |
* | gallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3 | Christoph Bumiller | 2013-03-20 | 1 | -3/+2 |
* | nv50: add space checks to clear functions, and respect depth | Maarten Lankhorst | 2013-01-17 | 1 | -13/+24 |
* | gallium: remove pipe_surface::usage | Marek Olšák | 2012-12-12 | 1 | -1/+0 |
* | nv50,nvc0: add support for cube map arrays | Christoph Bumiller | 2012-12-07 | 1 | -0/+1 |
* | nv50,nvc0: fix 2d engine stencil-only copies | Christoph Bumiller | 2012-10-28 | 1 | -1/+3 |
* | nv50,nvc0: fix 3d engine blit for nvc0 | Christoph Bumiller | 2012-09-30 | 1 | -1/+3 |
* | nv50,nvc0: implement blit | Christoph Bumiller | 2012-09-30 | 1 | -305/+614 |
* | gallium: remove resource_resolve | Marek Olšák | 2012-09-30 | 1 | -1/+2 |
* | nv50,nvc0: make resolve sampler objects allow sRGB conversion | Christoph Bumiller | 2012-08-01 | 1 | -4/+10 |
* | Revert "gallium: specify resource_resolve destination via a pipe_surface" | Christoph Bumiller | 2012-08-01 | 1 | -13/+19 |
* | gallium: specify resource_resolve destination via a pipe_surface | Christoph Bumiller | 2012-07-28 | 1 | -19/+13 |
* | nv50: fix resource_resolve shader start offsets | Christoph Bumiller | 2012-07-28 | 1 | -2/+2 |
* | nv50: fix typo causing NULL-deref in nv50_resource_resolve | Christoph Bumiller | 2012-05-04 | 1 | -1/+1 |
* | nv50,nvc0: fix depth/stencil resolve | Christoph Bumiller | 2012-04-29 | 1 | -20/+43 |
* | nouveau: switch to libdrm_nouveau-2.0 | Christoph Bumiller | 2012-04-14 | 1 | -201/+204 |
* | Squash-merge branch 'gallium-clip-state' | Marek Olšák | 2012-01-10 | 1 | -7/+0 |
* | gallium: rename ZS stencil type to UINT (v2) | Dave Airlie | 2011-10-11 | 1 | -6/+6 |
* | gallium: move clear paths from rgba to a pointer to a color union (v2) | Dave Airlie | 2011-09-18 | 1 | -10/+11 |
* | nv50: add support for linear textures and render targets | Christoph Bumiller | 2011-08-30 | 1 | -1/+11 |
* | nv50,nvc0: add states mask to state validation function | Christoph Bumiller | 2011-08-30 | 1 | -6/+2 |
* | nv50,nvc0: never convert in resource copy when format sizes match | Christoph Bumiller | 2011-08-07 | 1 | -1/+8 |
* | nv50: implement resource_resolve with custom blit | Christoph Bumiller | 2011-08-04 | 1 | -1/+535 |
* | nv50,nvc0: extensive surface format renaming to get consistency | Christoph Bumiller | 2011-07-14 | 1 | -1/+1 |
* | nv50,nvc0: add support for multi-sample resources | Christoph Bumiller | 2011-07-14 | 1 | -14/+52 |
* | nv50: more formats for nv50_resource_copy_region conversion path | Christoph Bumiller | 2011-07-07 | 1 | -16/+7 |
* | gallium: add fallback for copying buffers to all drivers | Marek Olšák | 2011-04-21 | 1 | -0/+8 |
* | nouveau: ensure vbo_dirty is set when buffer write transfer complete | Ben Skeggs | 2011-03-01 | 1 | -3/+5 |
* | nv50: replace most of it with nvc0 driver ported to nv50 | Christoph Bumiller | 2011-02-28 | 1 | -257/+311 |
* | nouveau: fix includes for latest libdrm | Ben Skeggs | 2010-12-21 | 1 | -1/+1 |
* | gallium: support for array textures and related changes | Roland Scheidegger | 2010-12-02 | 1 | -28/+39 |
* | nv50: apply layout_mask to tile_flags | Xavier Chantry | 2010-10-15 | 1 | -1/+1 |
* | nv50: use CLEAR_BUFFERS for surface fills | Christoph Bumiller | 2010-09-25 | 1 | -22/+88 |
* | nv50: use formats table in nv50_surface.c | Christoph Bumiller | 2010-09-25 | 1 | -43/+20 |
* | nv50: fix typo from gallium-msaa merge | Ben Skeggs | 2010-06-09 | 1 | -1/+1 |
* | nv50: use MARK_RING correctly | Ben Skeggs | 2010-06-09 | 1 | -4/+6 |
* | nv50: Remove unnecessary header. | Vinson Lee | 2010-06-03 | 1 | -1/+0 |
* | gallium: rename clearRT / clearDS to clear_render_target / clear_depth_stencil | Roland Scheidegger | 2010-06-03 | 1 | -6/+6 |
* | nv50: adapt to clear interface changes | Roland Scheidegger | 2010-05-29 | 1 | -15/+15 |
* | nouveau: adapt to interface changes | Roland Scheidegger | 2010-05-17 | 1 | -10/+28 |
* | nv50: relax restriction on surface_copy format equality a bit | Christoph Bumiller | 2010-04-30 | 1 | -1/+27 |