| Commit message (Expand) | Author | Age | Files | Lines |
* | Move nv30, nv50 and nvc0 to nouveau. | Johannes Obermayr | 2013-09-11 | 1 | -402/+0 |
* | nvc0: fix blitctx memory leak | Joakim Sindholt | 2013-09-01 | 1 | -0/+1 |
* | vl: rename pipe_video_decoder to pipe_video_codec | Christian König | 2013-08-19 | 1 | -1/+1 |
* | nvc0: don't access array out of bounds on unexpected sample count | Christoph Bumiller | 2013-08-06 | 1 | -2/+1 |
* | nvc0: implement compute support for nvc0 | Samuel Pitoiset | 2013-08-06 | 1 | -2/+2 |
* | nvc0: Initialize ptr for unexpected sample_count on release builds. | Vinson Lee | 2013-08-05 | 1 | -0/+1 |
* | gallium: fix type of flags in pipe_context::flush() | Chia-I Wu | 2013-05-04 | 1 | -1/+1 |
* | mesa: Restore 78-column wrapping of license text in C-style comments. | Kenneth Graunke | 2013-04-23 | 1 | -4/+4 |
* | mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | nvc0: implement multisample textures | Christoph Bumiller | 2013-04-12 | 1 | -0/+46 |
* | nvc0: add some driver statistics queries | Christoph Bumiller | 2013-04-03 | 1 | -0/+4 |
* | nvc0: implement compute support for nve4 | Christoph Bumiller | 2013-03-12 | 1 | -4/+39 |
* | nvc0: Add support for video buffer | Maarten Lankhorst | 2013-01-16 | 1 | -1/+2 |
* | nouveau: improve buffer transfers | Christoph Bumiller | 2013-01-08 | 1 | -0/+86 |
* | gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flag | Marek Olšák | 2013-01-04 | 1 | -1/+2 |
* | nvc0: fix missing permanent bo reference on poly cache | Ben Skeggs | 2012-10-09 | 1 | -0/+1 |
* | nvc0: make sure handles for unbound textures/samplers are uploaded on nve4 | Christoph Bumiller | 2012-09-30 | 1 | -0/+2 |
* | nv50,nvc0: implement blit | Christoph Bumiller | 2012-09-30 | 1 | -0/+5 |
* | nouveau: fix scratch buffer leak | Marcin Slusarz | 2012-06-05 | 1 | -1/+1 |
* | nv50,nvc0: handle user constbufs without wrapping them in a resource | Christoph Bumiller | 2012-05-17 | 1 | -2/+3 |
* | nv50,nvc0: don't initialize the draw module, we don't use it | Christoph Bumiller | 2012-04-24 | 1 | -1/+9 |
* | nvc0: add initial support for nve4+ (Kepler) chipsets | Christoph Bumiller | 2012-04-15 | 1 | -5/+3 |
* | nv50,nvc0: use new scratch buffers code | Christoph Bumiller | 2012-04-14 | 1 | -0/+2 |
* | nv50,nvc0: hold references to the framebuffer surfaces | Christoph Bumiller | 2012-04-14 | 1 | -0/+3 |
* | nvc0: remove include of old libdrm_nouveau's nouveau_reloc.h | Christoph Bumiller | 2012-04-14 | 1 | -2/+0 |
* | nouveau: switch to libdrm_nouveau-2.0 | Christoph Bumiller | 2012-04-14 | 1 | -81/+66 |
* | nvc0: implement new stream output interface | Christoph Bumiller | 2011-12-15 | 1 | -1/+1 |
* | nouveau: get rid of winsys object | Marcin Slusarz | 2011-12-13 | 1 | -2/+0 |
* | nouveau,nvc0: fix/improve handling of multiple constant buffers | Christoph Bumiller | 2011-10-21 | 1 | -0/+1 |
* | nv50,nvc0: avoid unnecessary flushes | Marcin Slusarz | 2011-10-09 | 1 | -1/+1 |
* | nvc0: hook up to new shader code generator | Christoph Bumiller | 2011-09-14 | 1 | -0/+3 |
* | nouveau: hook up video decoding with nouveau_context | Christoph Bumiller | 2011-07-21 | 1 | -0/+2 |
* | nv50,nvc0: use screen instead of context for flush notifier | Christoph Bumiller | 2011-07-07 | 1 | -8/+5 |
* | nv50,nvc0: prevent pushbuf flush during ctx reloc emission | Christoph Bumiller | 2011-06-24 | 1 | -1/+7 |
* | nv50,nvc0: implement texture barrier | Christoph Bumiller | 2011-03-19 | 1 | -0/+10 |
* | nv50,nvc0: clean up flushes | Christoph Bumiller | 2011-03-13 | 1 | -18/+8 |
* | nv50,nvc0: add some missing resource referencing | Christoph Bumiller | 2011-03-13 | 1 | -0/+27 |
* | gallium: remove flags from the flush function | Marek Olšák | 2011-03-11 | 1 | -7/+8 |
* | nvc0: fix a crash on context destruction | Ben Skeggs | 2011-03-01 | 1 | -2/+6 |
* | nouveau: ensure vbo_dirty is set when buffer write transfer complete | Ben Skeggs | 2011-03-01 | 1 | -10/+16 |
* | nvc0: port to common fence/mm/buffer code | Ben Skeggs | 2011-03-01 | 1 | -7/+7 |
* | nv50-nvc0: set cur_ctx during init if none currently bound | Ben Skeggs | 2011-03-01 | 1 | -0/+2 |
* | nvc0: improve userspace fencing | Christoph Bumiller | 2011-02-24 | 1 | -7/+15 |
* | nvc0: serialize on PIPE_FLUSH_RENDER_CACHE as well | Christoph Bumiller | 2011-02-09 | 1 | -0/+4 |
* | nvc0: add MARK_RING where missing to avoid too many relocs errors | Christoph Bumiller | 2011-01-23 | 1 | -2/+4 |
* | nvc0: implement queries | Christoph Bumiller | 2011-01-09 | 1 | -0/+1 |
* | nvc0: implement VRAM buffer transfers with bounce buffers | Christoph Bumiller | 2010-12-27 | 1 | -23/+12 |
* | nvc0: use most defs/decls from nouveau_pushbuf.h | Christoph Bumiller | 2010-12-23 | 1 | -4/+5 |
* | nvc0: buffer suballocation with a primitive slab allocator | Christoph Bumiller | 2010-12-09 | 1 | -0/+2 |
* | nvc0: import nvc0 gallium driver | Christoph Bumiller | 2010-11-12 | 1 | -0/+171 |