| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | gallium: more work on ccw flag removal | Keith Whitwell | 2010-05-14 | 1 | -1/+1 |
* | | gallium: convert rasterizer state to use gl-style front/back concepts | Keith Whitwell | 2010-05-14 | 1 | -55/+27 |
|/ |
|
* | Squashed commit of the following: | Keith Whitwell | 2010-04-10 | 1 | -4/+4 |
* | Merge branch 'master' into gallium-sampler-view | Michal Krol | 2010-03-10 | 1 | -7/+32 |
|\ |
|
| * | nv50: make use of scissor enable/disable method | Ben Skeggs | 2010-03-10 | 1 | -1/+4 |
| * | nv50: adapt to vertex elements cso | Christoph Bumiller | 2010-02-26 | 1 | -6/+28 |
* | | nv50: update to handle new sampler view state | Christoph Bumiller | 2010-02-25 | 1 | -30/+34 |
* | | nv50: Fix after sampler view changes. | Michal Krol | 2010-02-25 | 1 | -13/+48 |
|/ |
|
* | gallium: make max_anisotropy a unsigned bitfield member | Roland Scheidegger | 2010-02-12 | 1 | -5/+5 |
* | nv50: adapt to stencil ref changes | Roland Scheidegger | 2010-02-11 | 1 | -5/+15 |
* | Merge branch 'gallium-nopointsizeminmax' | Roland Scheidegger | 2010-02-09 | 1 | -1/+1 |
|\ |
|
| * | gallium: add point_quad_rasterization bit to rasterizer state | Roland Scheidegger | 2010-02-04 | 1 | -1/+1 |
| * | gallium: clean up point sprite rasterizer state | Roland Scheidegger | 2010-02-03 | 1 | -1/+1 |
* | | gallium: pipe/p_inlines.h -> util/u_inlines.h | José Fonseca | 2010-02-02 | 1 | -1/+1 |
* | | nv50: supports independent blend enables | Christoph Bumiller | 2010-01-26 | 1 | -16/+40 |
* | | nouveau: adapt drviers to blend changes | Roland Scheidegger | 2010-01-25 | 1 | -11/+11 |