| Commit message (Expand) | Author | Age | Files | Lines |
* | Move nv30, nv50 and nvc0 to nouveau. | Johannes Obermayr | 2013-09-11 | 1 | -317/+0 |
* | vl: rename pipe_video_decoder to pipe_video_codec | Christian König | 2013-08-19 | 1 | -2/+2 |
* | nv50: add vp3/vp4 support for mpeg2/vc1 | Ilia Mirkin | 2013-08-16 | 1 | -2/+3 |
* | nv50: allow forcing PMPEG use, for ease of testing | Ilia Mirkin | 2013-08-15 | 1 | -1/+2 |
* | nv50: H.264/MPEG2 decoding support via VP2, available on NV84-NV96, NVA0 | Ilia Mirkin | 2013-07-18 | 1 | -1/+12 |
* | nv50: initialize kick_notify callback in nv50_create | Bryan Cain | 2013-05-07 | 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 |
* | nouveau: improve buffer transfers | Christoph Bumiller | 2013-01-08 | 1 | -0/+82 |
* | gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flag | Marek Olšák | 2013-01-04 | 1 | -1/+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: hook up forgotten short constant buffer upload method | Marcin Slusarz | 2012-05-29 | 1 | -0/+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 |
* | 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 |
* | nv30: import new driver for GeForce FX/6/7 chipsets, and Quadro variants | Ben Skeggs | 2012-04-14 | 1 | -2/+0 |
* | nouveau: switch to libdrm_nouveau-2.0 | Christoph Bumiller | 2012-04-14 | 1 | -84/+66 |
* | nouveau: get rid of winsys object | Marcin Slusarz | 2011-12-13 | 1 | -2/+0 |
* | nv50,nvc0: avoid unnecessary flushes | Marcin Slusarz | 2011-10-09 | 1 | -1/+1 |
* | 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/+12 |
* | nv50,nvc0: clean up flushes | Christoph Bumiller | 2011-03-13 | 1 | -13/+8 |
* | nv50,nvc0: add some missing resource referencing | Christoph Bumiller | 2011-03-13 | 1 | -0/+24 |
* | gallium: remove flags from the flush function | Marek Olšák | 2011-03-11 | 1 | -5/+5 |
* | nouveau: ensure vbo_dirty is set when buffer write transfer complete | Ben Skeggs | 2011-03-01 | 1 | -10/+16 |
* | nv50: move onto common linear buffer manager | Ben Skeggs | 2011-03-01 | 1 | -3/+3 |
* | nv50: move onto shared fence code | Ben Skeggs | 2011-03-01 | 1 | -5/+4 |
* | nv50-nvc0: set cur_ctx during init if none currently bound | Ben Skeggs | 2011-03-01 | 1 | -0/+2 |
* | nv50: replace most of it with nvc0 driver ported to nv50 | Christoph Bumiller | 2011-02-28 | 1 | -50/+123 |
* | gallium: drivers should reference vertex buffers | Marek Olšák | 2011-01-06 | 1 | -0/+4 |
* | gallium: Keep only pipe_context::draw_vbo. | Chia-I Wu | 2010-07-29 | 1 | -4/+0 |
* | gallium: Implement draw_vbo and set_index_buffer for all drivers. | Chia-I Wu | 2010-07-29 | 1 | -0/+1 |
* | Merge branch '7.8' | Brian Paul | 2010-04-19 | 1 | -1/+1 |
|\ |
|
| * | gallium/draw: use correct rasterization state for wide/AA points/lines | Brian Paul | 2010-04-19 | 1 | -1/+1 |
* | | Squashed commit of the following: | Keith Whitwell | 2010-04-10 | 1 | -4/+2 |
* | | util: Revert unsolicited, untested, unreviewed, and broken changes to format ... | José Fonseca | 2010-04-03 | 1 | -1/+0 |
* | | gallium/util: revert util_format_init addition | Luca Barbieri | 2010-04-02 | 1 | -2/+0 |
* | | nv50: call util_format_init | Luca Barbieri | 2010-04-02 | 1 | -0/+3 |
* | | Squashed commit of gallium-context-transfers: | Keith Whitwell | 2010-03-11 | 1 | -0/+1 |
* | | nv50: remove horrific abuse of nouveau_channel.flush_notify | Ben Skeggs | 2010-03-10 | 1 | -1/+0 |
* | | nv50: rework state emission | Ben Skeggs | 2010-03-10 | 1 | -36/+6 |
|/ |
|
* | nouveau: remove u_simple_screen.h includes | Ben Skeggs | 2010-02-11 | 1 | -1/+0 |
* | gallium: squash-merge of gallium screen context | Keith Whitwell | 2010-02-08 | 1 | -2/+2 |
* | gallium: Move deprecated pipe/internal/p_winsys_screen.h inside util/u_simple... | José Fonseca | 2010-02-02 | 1 | -1/+1 |
* | nv50: fix crash in nv50_pre_pipebuffer_map (nv50_screen->cur_ctx) | Marcin Slusarz | 2010-01-25 | 1 | -0/+4 |