nvc0: port to common fence/mm/buffer code
[mesa.git] / src / gallium / drivers / nvc0 / nvc0_screen.c
2011-03-01 Ben Skeggsnvc0: port to common fence/mm/buffer code
2011-02-24 Christoph Bumillernvc0: set local memory usage info in shader header
2011-02-16 Christoph Bumillernvc0: fix clipping and use VIEWPORT instead of SCISSOR
2011-02-16 Christoph Bumillernvc0: demagic the clear flags and fix region clears
2011-01-29 Christoph Bumillernvc0: enable PIPE_CAP_ARRAY_TEXTURES and fix them
2011-01-23 Christoph Bumillernvc0: add MARK_RING where missing to avoid too many...
2011-01-16 Christoph Bumillernvc0: fix and enable instanced drawing and arrays
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-13 Christoph Bumillernvc0: identify POINT_RASTER_RULES, add POINT_SMOOTH...
2011-01-13 Ben Skeggsnvc0: disable calling of sw methods we don't implement
2011-01-13 Ben Skeggsnvc0: fix mp_stack_bo relocation
2011-01-09 Christoph Bumillernvc0: implement queries
2011-01-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-01-04 Christoph Bumillernvc0: delete memory caches and fence on screen destruction
2010-12-30 Ben Skeggsdrm/nvc0: don't un-bind every subchannel on init
2010-12-27 Christoph Bumillernvc0: implement VRAM buffer transfers with bounce buffers
2010-12-23 Christoph Bumillernvc0: respond please inline to PIPE_SHADER_CAP_SUBROUTINES
2010-12-23 Christoph Bumillernvc0: use most defs/decls from nouveau_pushbuf.h
2010-12-20 Ben Skeggsnvc0: fence.bo is mappable, mark it as such
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-19 Christoph Bumillernvc0: use BIND_RING to set subchannel classes
2010-12-11 Christoph Bumillernvc0: support user clip planes
2010-12-09 Christoph Bumillernvc0: call grobj_alloc for all used classes
2010-12-09 Christoph Bumillernvc0: buffer suballocation with a primitive slab allocator
2010-12-09 Christoph Bumillernvc0: support primitive restart
2010-11-12 Christoph Bumillernvc0: import nvc0 gallium driver