u_vbuf_mgr: add a way to specify the BIND flag for the upload buffer
[mesa.git] / src / gallium / drivers / nvc0 /
2011-01-30 Christoph Bumillernvc0: implement transform feedback state
2011-01-29 Christoph Bumillernvc0: enable PIPE_CAP_ARRAY_TEXTURES and fix them
2011-01-25 Vinson Leenvc0: Move declaration before code.
2011-01-23 Christoph Bumillernvc0: implement point coord replacement
2011-01-23 Christoph Bumillernvc0: fix emit_cvt for ceil, floor and trunc
2011-01-23 Christoph Bumillernvc0: remove bad assert and emit TEMP movs instead
2011-01-23 Christoph Bumillernvc0: fix address and value slot assignment in load...
2011-01-23 Christoph Bumillernvc0: don't omit highest bit of branch target
2011-01-23 Christoph Bumillernvc0: recognize r63 as zero in constant folding
2011-01-23 Christoph Bumillernvc0: add MARK_RING where missing to avoid too many...
2011-01-23 Christoph Bumillernvc0: don't apply base vertex to per-instance arrays
2011-01-23 Christoph Bumillernvc0: commute sources of SET too if beneficial
2011-01-23 Christoph Bumillernvc0: accept neg abs modifiers on lg2
2011-01-17 Dave Airlienouveau: fix build against out of tree libdrm
2011-01-16 Christoph Bumillernvc0: fix and enable instanced drawing and arrays
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-15 Christoph Bumillernvc0: try to swap immediates to first source too
2011-01-15 Christoph Bumillernvc0: make sure all sources of the BIND op are distinct
2011-01-15 Christoph Bumillernvc0: update user vbufs on each draw call
2011-01-15 Christoph Bumillernvc0: enable early fragment tests where possible
2011-01-15 Christoph Bumillernvc0: upload small buffers through the command buffer
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-08 Christoph Bumillernvc0: fix primitive restart in immediate mode
2011-01-08 Christoph Bumillernvc0: fix reloc domain conflict on buffer migration
2011-01-08 Christoph Bumillernvc0: upload user buffers only from draw info min to...
2011-01-08 Christoph Bumillernvc0: fix emission of first 3 u8 indices to RING_NI
2011-01-08 Christoph Bumillernvc0: reset mt transfer address after read loop over...
2011-01-08 Christoph Bumillernvc0: tie buffer memory release to the buffer fence
2011-01-06 Vinson Leenvc0: Fix typo of nvc0_mm.c in SConscript.
2011-01-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-01-04 Christoph Bumillernvc0: fix index size method value for u8 indices
2011-01-04 Christoph Bumillernvc0: set the correct FP header bit for multiple colour...
2011-01-04 Christoph Bumillernvc0: delete memory caches and fence on screen destruction
2011-01-04 Christoph Bumillernvc0: use mov instead of ld for scalar const loads
2011-01-04 Christoph Bumillernvc0: fix resource unmap after vertex push
2011-01-04 Christoph Bumillernvc0: use the proper typed opcodes in constant folding
2011-01-04 Christoph Bumillernvc0: demagic GP invocation count bitfield
2011-01-04 Christoph Bumillernvc0: rewrite the 9097 GRAPH macros
2010-12-30 Ben Skeggsdrm/nvc0: don't un-bind every subchannel on init
2010-12-27 Christoph Bumillernvc0: reference the vertex buffers
2010-12-27 Christoph Bumillernvc0: reenable some shader optimizations
2010-12-27 Christoph Bumillernvc0: use VTX_ATTR for stride 0 vertex attributes
2010-12-27 Christoph Bumillernvc0: implement VRAM buffer transfers with bounce buffers
2010-12-27 Christoph Bumillernvc0: init miptree transfer layer stride
2010-12-23 Christoph Bumillernvc0: respond please inline to PIPE_SHADER_CAP_SUBROUTINES
2010-12-23 Christoph Bumillernvc0: fix layer stride state
2010-12-23 Christoph Bumillernvc0: use most defs/decls from nouveau_pushbuf.h
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