| Commit message (Expand) | Author | Age | Files | Lines |
* | Move nv30, nv50 and nvc0 to nouveau. | Johannes Obermayr | 2013-09-11 | 1 | -1248/+0 |
* | gallium: Add support for multiple viewports | Zack Rusin | 2013-05-25 | 1 | -6/+10 |
* | 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 compute support for nve4 | Christoph Bumiller | 2013-03-12 | 1 | -11/+273 |
* | gallium: add start_slot parameter to set_vertex_buffers | Marek Olšák | 2012-10-31 | 1 | -44/+24 |
* | nv50,nvc0: fix stream output target buffer leak | Marcin Slusarz | 2012-06-14 | 1 | -0/+1 |
* | nvc0: optimize blend cso by checking which by-RT data actually differs | Christoph Bumiller | 2012-05-29 | 1 | -65/+94 |
* | nv50,nvc0: handle user vertex buffers | Christoph Bumiller | 2012-05-17 | 1 | -7/+18 |
* | nv50,nvc0: handle user index buffers | Christoph Bumiller | 2012-05-17 | 1 | -3/+8 |
* | nv50,nvc0: handle user constbufs without wrapping them in a resource | Christoph Bumiller | 2012-05-17 | 1 | -25/+20 |
* | gallium: add void *user_buffer to pipe_constant_buffer | Marek Olšák | 2012-04-30 | 1 | -0/+10 |
* | gallium: remove pipe_context::redefine_user_buffer | Marek Olšák | 2012-04-30 | 1 | -2/+0 |
* | gallium: change set_constant_buffer to be UBO-friendly | Marek Olšák | 2012-04-30 | 1 | -1/+2 |
* | nvc0: prefix all macro methods with MACRO | Christoph Bumiller | 2012-04-14 | 1 | -5/+6 |
* | nvc0: improve vertex state validation | Christoph Bumiller | 2012-04-14 | 1 | -10/+35 |
* | nvc0: track texture dirty state individually | Christoph Bumiller | 2012-04-14 | 1 | -10/+22 |
* | nv50,nvc0: hold references to the framebuffer surfaces | Christoph Bumiller | 2012-04-14 | 1 | -1/+13 |
* | nouveau: switch to libdrm_nouveau-2.0 | Christoph Bumiller | 2012-04-14 | 1 | -7/+13 |
* | Squash-merge branch 'gallium-clip-state' | Marek Olšák | 2012-01-10 | 1 | -5/+13 |
* | nvc0: implement new stream output interface | Christoph Bumiller | 2011-12-15 | 1 | -59/+59 |
* | gallium: interface changes necessary to implement transform feedback (v5) | Marek Olšák | 2011-12-15 | 1 | -4/+4 |
* | gallium: disable stream output in drivers that support it | Marek Olšák | 2011-12-15 | 1 | -0/+7 |
* | nv50,nvc0: support polygon offset clamp state | Christoph Bumiller | 2011-09-28 | 1 | -0/+2 |
* | nv50,nvc0: add support for multi-sample resources | Christoph Bumiller | 2011-07-14 | 1 | -0/+12 |
* | nv50-nvc0: make use of COLOR_MASK,BLEND_ENABLE_COMMON | Christoph Bumiller | 2011-04-10 | 1 | -1/+3 |
* | nvc0: shrink CSOs a little | Christoph Bumiller | 2011-04-10 | 1 | -19/+16 |
* | nv50,nvc0: identify some line rasterization state | Christoph Bumiller | 2011-04-10 | 1 | -2/+6 |
* | nv50,nvc0: implement colour clamping controls | Christoph Bumiller | 2011-03-29 | 1 | -0/+4 |
* | nv50,nvc0: add some missing resource referencing | Christoph Bumiller | 2011-03-13 | 1 | -4/+7 |
* | nvc0: don't enable early-z if alpha test is enabled | Christoph Bumiller | 2011-03-13 | 1 | -10/+4 |
* | nvc0: move sprite coord replace state into cso | Christoph Bumiller | 2011-03-13 | 1 | -0/+8 |
* | nv50,nvc0: share sampler state creation | Christoph Bumiller | 2011-03-05 | 1 | -92/+8 |
* | nv50,nvc0: update the format tables | Christoph Bumiller | 2011-03-05 | 1 | -1/+1 |
* | nouveau: ensure vbo_dirty is set when buffer write transfer complete | Ben Skeggs | 2011-03-01 | 1 | -57/+59 |
* | nvc0: port to common fence/mm/buffer code | Ben Skeggs | 2011-03-01 | 1 | -2/+1 |
* | nvc0: multiply polygon offset units by 2 | Christoph Bumiller | 2011-02-24 | 1 | -1/+1 |
* | nvc0: fix blend factor mapping | Christoph Bumiller | 2011-02-16 | 1 | -31/+26 |
* | nvc0: fix clipping and use VIEWPORT instead of SCISSOR | Christoph Bumiller | 2011-02-16 | 1 | -3/+3 |
* | nvc0: front stencil mask and func mask methods are swapped | Christoph Bumiller | 2011-02-16 | 1 | -5/+7 |
* | gallium: notify drivers about possible changes in user buffer contents | Marek Olšák | 2011-02-14 | 1 | -0/+3 |
* | nvc0: implement transform feedback state | Christoph Bumiller | 2011-01-30 | 1 | -0/+73 |
* | nvc0: identify POINT_RASTER_RULES, add POINT_SMOOTH state | Christoph Bumiller | 2011-01-13 | 1 | -0/+1 |
* | nvc0: reference the vertex buffers | Christoph Bumiller | 2010-12-27 | 1 | -0/+6 |
* | nvc0: implement VRAM buffer transfers with bounce buffers | Christoph Bumiller | 2010-12-27 | 1 | -0/+4 |
* | nvc0: use most defs/decls from nouveau_pushbuf.h | Christoph Bumiller | 2010-12-23 | 1 | -13/+13 |
* | nvc0: fix clipping with scissors/viewport | Christoph Bumiller | 2010-12-19 | 1 | -0/+4 |
* | nvc0: support user clip planes | Christoph Bumiller | 2010-12-11 | 1 | -0/+5 |
* | nvc0: fix FACE state and and handle FACE sysval/varying offset | Christoph Bumiller | 2010-12-10 | 1 | -19/+15 |
* | nvc0: import nvc0 gallium driver | Christoph Bumiller | 2010-11-12 | 1 | -0/+849 |