nvc0: Initialize ptr for unexpected sample_count on release builds.
[mesa.git] / src / gallium / drivers / nvc0 / nvc0_context.c
2013-08-06 Vinson Leenvc0: Initialize ptr for unexpected sample_count on...
2013-05-04 Chia-I Wugallium: fix type of flags in pipe_context::flush()
2013-04-24 Kenneth Graunkemesa: Restore 78-column wrapping of license text in...
2013-04-24 Kenneth Graunkemesa: Add "OR COPYRIGHT HOLDERS" to license text discla...
2013-04-12 Christoph Bumillernvc0: implement multisample textures
2013-04-03 Christoph Bumillernvc0: add some driver statistics queries
2013-03-12 Christoph Bumillernvc0: implement compute support for nve4
2013-01-16 Maarten Lankhorstnvc0: Add support for video buffer
2013-01-08 Christoph Bumillernouveau: improve buffer transfers
2013-01-04 Marek Olšákgallium: extend pipe_context::flush for it to accept...
2012-10-08 Ben Skeggsnvc0: fix missing permanent bo reference on poly cache
2012-09-30 Christoph Bumillernvc0: make sure handles for unbound textures/samplers...
2012-09-30 Christoph Bumillernv50,nvc0: implement blit
2012-06-05 Marcin Slusarznouveau: fix scratch buffer leak
2012-05-17 Christoph Bumillernv50,nvc0: handle user constbufs without wrapping them...
2012-04-24 Christoph Bumillernv50,nvc0: don't initialize the draw module, we don...
2012-04-14 Christoph Bumillernvc0: add initial support for nve4+ (Kepler) chipsets
2012-04-14 Christoph Bumillernv50,nvc0: use new scratch buffers code
2012-04-14 Christoph Bumillernv50,nvc0: hold references to the framebuffer surfaces
2012-04-14 Christoph Bumillernvc0: remove include of old libdrm_nouveau's nouveau_re...
2012-04-13 Christoph Bumillernouveau: switch to libdrm_nouveau-2.0
2011-12-15 Christoph Bumillernvc0: implement new stream output interface
2011-12-13 Marcin Slusarznouveau: get rid of winsys object
2011-10-21 Christoph Bumillernouveau,nvc0: fix/improve handling of multiple constant...
2011-10-09 Marcin Slusarznv50,nvc0: avoid unnecessary flushes
2011-09-14 Christoph Bumillernvc0: hook up to new shader code generator
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-21 Brian PaulMerge branch 'remove-copyteximage-hook'
2011-07-21 Christoph Bumillernouveau: hook up video decoding with nouveau_context
2011-07-11 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-07 Christoph Bumillernv50,nvc0: use screen instead of context for flush...
2011-07-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-04 Thomas HellstromMerge branch 'xa_branch'
2011-06-23 Christoph Bumillernv50,nvc0: prevent pushbuf flush during ctx reloc emission
2011-04-23 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-19 Christoph Bumillernv50,nvc0: implement texture barrier
2011-03-19 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-13 Christoph Bumillernv50,nvc0: clean up flushes
2011-03-13 Christoph Bumillernv50,nvc0: add some missing resource referencing
2011-03-11 Marek Olšákgallium: remove flags from the flush function
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 Skeggsnvc0: fix a crash on context destruction
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-03-01 Ben Skeggsnv50-nvc0: set cur_ctx during init if none currently...
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-02-24 Christoph Bumillernvc0: improve userspace fencing
2011-02-09 Christoph Bumillernvc0: serialize on PIPE_FLUSH_RENDER_CACHE as well
2011-01-23 Christoph Bumillernvc0: add MARK_RING where missing to avoid too many...
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2011-01-09 Christoph Bumillernvc0: implement queries
2011-01-08 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2010-12-27 Christoph Bumillernvc0: implement VRAM buffer transfers with bounce buffers
2010-12-23 Christoph Bumillernvc0: use most defs/decls from nouveau_pushbuf.h
2010-12-20 Ben SkeggsMerge remote branch 'origin/master' into nvc0-new
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-09 Christoph Bumillernvc0: buffer suballocation with a primitive slab allocator
2010-11-12 Christoph Bumillernvc0: import nvc0 gallium driver