nvc0: remove unused 'buf' parameter in pipe_buffer_unmap
[mesa.git] / src / gallium / drivers / nvc0 /
2010-12-20 Ben Skeggsnvc0: remove unused 'buf' parameter in pipe_buffer_unmap
2010-12-20 Ben Skeggsnvc0: BEGIN_RING->BEGIN_RING_NI in a couple of places
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 Bumillernvc0: s/INLIN_RING/IMMED_RING
2010-12-19 Christoph Bumillernvc0: improve shader support for texturing
2010-12-19 Christoph Bumillernvc0: adapt to array textures interface change
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-19 Christoph Bumillernvc0: fix clipping with scissors/viewport
2010-12-19 Christoph Bumillernvc0: use BIND_RING to set subchannel classes
2010-12-19 Christoph Bumillernvc0: switch to the proper constants upload path
2010-12-19 Christoph Bumillernvc0: add the index buffer offset where missing
2010-12-11 Christoph Bumillernvc0: support user clip planes
2010-12-11 Christoph Bumillernvc0: enable vertex color clamping
2010-12-10 Christoph Bumillernvc0: fix FACE state and and handle FACE sysval/varying...
2010-12-10 Christoph Bumillernvc0: fix branching ops
2010-12-09 Christoph Bumillernvc0: call grobj_alloc for all used classes
2010-12-09 Christoph Bumillernvc0: write texture address to TIC with a RELOC
2010-12-09 Christoph Bumillernvc0: use tile flags in a way compatible with nouveau
2010-12-09 Christoph Bumillernvc0: buffer suballocation with a primitive slab allocator
2010-12-09 Christoph Bumillernvc0: generate shader header for geometry programs
2010-12-09 Christoph Bumillernvc0: fix immediate arg for SHL/SHR
2010-12-09 Christoph Bumillernvc0: index buffers are back
2010-12-09 Christoph Bumillernvc0: upload constants with m2mf for the time being
2010-12-09 Christoph Bumillernvc0: support primitive restart
2010-12-09 Christoph Bumillernvc0: rcp f32 also supports neg and abs modifiers
2010-11-12 Christoph Bumillernvc0: import nvc0 gallium driver