nvc0: fix for 2d engine R source formats writing RRR1 and not R001
[mesa.git] / src / gallium / drivers / nvc0 / nvc0_surface.c
2013-04-03 Christoph Bumillernvc0: fix for 2d engine R source formats writing RRR1...
2013-04-03 Christoph Bumillernv50,nvc0: disable DEPTH_RANGE_NEAR/FAR clipping during...
2013-04-03 Christoph Bumillernouveau: accelerate buffer copies in resource_copy_region
2013-04-03 Christoph Bumillernvc0: add some driver statistics queries
2013-03-28 Christoph Bumillernv50,nvc0: fix 3d blits, restore viewport after blit
2013-03-12 Christoph Bumillernvc0: avoid crash on updating RASTERIZE_ENABLE state
2013-03-12 Christoph Bumillernvc0: implement compute support for nve4
2013-01-17 Maarten Lankhorstnvc0: add space checks to clear functions
2013-01-08 Christoph Bumillernvc0: use correct resource target to select blit shader
2012-12-12 Marek Olšákgallium: remove pipe_surface::usage
2012-10-28 Christoph Bumillernv50,nvc0: fix 2d engine stencil-only copies
2012-09-30 Christoph Bumillernv50,nvc0: fix 3d engine blit for nvc0
2012-09-30 Christoph Bumillernv50,nvc0: implement blit
2012-09-30 Marek Olšákgallium: remove resource_resolve
2012-08-01 Christoph Bumillernv50,nvc0: make resolve sampler objects allow sRGB...
2012-08-01 Christoph BumillerRevert "gallium: specify resource_resolve destination...
2012-07-28 Christoph Bumillergallium: specify resource_resolve destination via a...
2012-04-29 Christoph Bumillernv50,nvc0: fix depth/stencil resolve
2012-04-14 Christoph Bumillernvc0: add initial support for nve4+ (Kepler) chipsets
2012-04-14 Christoph Bumillernvc0: prefix all macro methods with MACRO
2012-04-14 Christoph Bumillernvc0: track texture dirty state individually
2012-04-13 Christoph Bumillernouveau: switch to libdrm_nouveau-2.0
2012-01-09 Marek OlšákSquash-merge branch 'gallium-clip-state'
2011-12-15 Christoph Bumillernvc0: implement new stream output interface
2011-10-21 Christoph Bumillernvc0: add support for linear and buffer textures and RTs
2011-10-21 Christoph Bumillernvc0: fix clear_render_target/depth_stencil region
2011-10-11 Dave Airliegallium: rename ZS stencil type to UINT (v2)
2011-09-18 Dave Airliegallium: move clear paths from rgba to a pointer to...
2011-09-14 Christoph Bumillernvc0: implement resource_resolve
2011-08-30 Christoph Bumillernv50,nvc0: add states mask to state validation function
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-07 Christoph Bumillernv50,nvc0: never convert in resource copy when format...
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-14 Christoph Bumillernv50,nvc0: extensive surface format renaming to get...
2011-07-14 Christoph Bumillernv50,nvc0: add support for multi-sample resources
2011-07-14 Christoph Bumillernv50,nvc0: unify nvc0_miptree and nv50_miptree structs
2011-04-23 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-04-21 Marek Olšákgallium: add fallback for copying buffers to all drivers
2011-03-19 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-13 Christoph Bumillernvc0: s/nblocksx/nblocksy for height in resource_copy_r...
2011-03-05 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-04 Christoph Bumillernv50,nvc0: update the format tables
2011-03-04 Christoph Bumillernvc0: use m2mf for resource_copy_region if formats...
2011-03-04 Christoph Bumillernv50,nvc0: fix texture layer issues
2011-03-04 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-03-01 Ben Skeggsnouveau: ensure vbo_dirty is set when buffer write...
2011-03-01 Ben Skeggsnvc0: port to common fence/mm/buffer code
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-02-16 Christoph Bumillernvc0: demagic the clear flags and fix region clears
2011-02-16 Christoph Bumillernvc0: update the set of formats supported by the 2D...
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2011-01-08 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2010-12-20 Ben SkeggsMerge remote branch 'origin/master' into nvc0-new
2010-12-19 Christoph Bumillernvc0: adapt to array textures interface change
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-11-12 Christoph Bumillernvc0: import nvc0 gallium driver