| Commit message (Expand) | Author | Age | Files | Lines |
* | Move nv30, nv50 and nvc0 to nouveau. | Johannes Obermayr | 2013-09-11 | 1 | -1110/+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 |
* | gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel... | José Fonseca | 2013-04-23 | 1 | -1/+1 |
* | nv50: set BORDER_COLOR_SRGB in sampler objects | Christoph Bumiller | 2013-04-18 | 1 | -11/+19 |
* | gallium: add start_slot parameter to set_vertex_buffers | Marek Olšák | 2012-10-31 | 1 | -12/+18 |
* | nv50,nvc0: fix stream output target buffer leak | Marcin Slusarz | 2012-06-14 | 1 | -0/+1 |
* | nv50,nvc0: handle user vertex buffers | Christoph Bumiller | 2012-05-17 | 1 | -2/+13 |
* | nv50,nvc0: handle user index buffers | Christoph Bumiller | 2012-05-17 | 1 | -3/+6 |
* | nv50,nvc0: handle user constbufs without wrapping them in a resource | Christoph Bumiller | 2012-05-17 | 1 | -17/+25 |
* | Merge branch 'gallium-userbuf' | Marek Olšák | 2012-05-11 | 1 | -4/+12 |
|\ |
|
| * | 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 |
* | | nv50: implement stream output | Christoph Bumiller | 2012-05-04 | 1 | -0/+91 |
|/ |
|
* | nvc0: add initial support for nve4+ (Kepler) chipsets | Christoph Bumiller | 2012-04-15 | 1 | -0/+7 |
* | 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 | -11/+20 |
* | Squash-merge branch 'gallium-clip-state' | Marek Olšák | 2012-01-10 | 1 | -5/+18 |
* | nv50,nvc0: support polygon offset clamp state | Christoph Bumiller | 2011-09-28 | 1 | -0/+2 |
* | gallium: move border color to be a color union | Dave Airlie | 2011-09-27 | 1 | -4/+4 |
* | nv50,nvc0: add support for multi-sample resources | Christoph Bumiller | 2011-07-14 | 1 | -0/+13 |
* | nv50: fix nv50_sampler_state_delete array overflow | Marcin Slusarz | 2011-06-06 | 1 | -1/+1 |
* | nv50,nvc0: activate seamless cube map filtering | Christoph Bumiller | 2011-05-06 | 1 | -0/+30 |
* | nv50-nvc0: make use of COLOR_MASK,BLEND_ENABLE_COMMON | Christoph Bumiller | 2011-04-10 | 1 | -7/+12 |
* | nvc0: shrink CSOs a little | Christoph Bumiller | 2011-04-10 | 1 | -3/+3 |
* | nv50,nvc0: identify some line rasterization state | Christoph Bumiller | 2011-04-10 | 1 | -0/+1 |
* | nv50,nvc0: implement colour clamping controls | Christoph Bumiller | 2011-03-29 | 1 | -0/+3 |
* | nv50,nvc0: add some missing resource referencing | Christoph Bumiller | 2011-03-13 | 1 | -3/+6 |
* | nv50: add back initialization of redefine_user_buffer | Christoph Bumiller | 2011-03-09 | 1 | -0/+2 |
* | nv50,nvc0: share sampler state creation | Christoph Bumiller | 2011-03-05 | 1 | -1/+1 |
* | nv50: check grclass instead of chipset for 3D caps | Christoph Bumiller | 2011-03-03 | 1 | -4/+2 |
* | nv50: implement independent blend functions for nva3+ and fix cap | Christoph Bumiller | 2011-03-02 | 1 | -4/+27 |
* | nouveau: ensure vbo_dirty is set when buffer write transfer complete | Ben Skeggs | 2011-03-01 | 1 | -49/+51 |
* | nv50: multiply polygon offset units by 2 | Ben Skeggs | 2011-03-01 | 1 | -1/+1 |
* | nv50: move onto common linear buffer manager | Ben Skeggs | 2011-03-01 | 1 | -2/+1 |
* | nv50: replace most of it with nvc0 driver ported to nv50 | Christoph Bumiller | 2011-02-28 | 1 | -665/+621 |
* | gallium: notify drivers about possible changes in user buffer contents | Marek Olšák | 2011-02-14 | 1 | -0/+2 |
* | nvfx,nv50: pipe_reference the constant buffers | Christoph Bumiller | 2011-01-08 | 1 | -5/+4 |
* | gallium: drivers should reference vertex buffers | Marek Olšák | 2011-01-06 | 1 | -2/+3 |
* | nv50: fix GP state bind and validate | Christoph Bumiller | 2010-09-28 | 1 | -1/+1 |
* | Merge remote branch 'origin/master' into nv50-compiler | Christoph Bumiller | 2010-08-18 | 1 | -0/+15 |
|\ |
|
| * | gallium: Implement draw_vbo and set_index_buffer for all drivers. | Chia-I Wu | 2010-07-29 | 1 | -0/+15 |
* | | nouveau: update nouveau_class.h | Christoph Bumiller | 2010-07-24 | 1 | -4/+51 |
* | | nv50: import new compiler | Christoph Bumiller | 2010-07-23 | 1 | -3/+0 |
|/ |
|
* | nv50: implement depth clamp | Christoph Bumiller | 2010-07-23 | 1 | -0/+4 |
* | Merge branch 'gallium-msaa' | Roland Scheidegger | 2010-05-21 | 1 | -0/+7 |
|\ |
|
| * | nv50: fix typo: s/_/./ | Brian Paul | 2010-05-19 | 1 | -1/+1 |
| * | gallium: implement set_sample_mask() in all drivers | Roland Scheidegger | 2010-05-18 | 1 | -0/+7 |