| Commit message (Expand) | Author | Age | Files | Lines |
* | Move nv30, nv50 and nvc0 to nouveau. | Johannes Obermayr | 2013-09-11 | 1 | -458/+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: add start_slot parameter to set_vertex_buffers | Marek Olšák | 2012-10-31 | 1 | -9/+4 |
* | nv30: fix type conversion warning | Marek Olšák | 2012-10-09 | 1 | -1/+1 |
* | nv30: handle user index buffers | Christoph Bumiller | 2012-05-25 | 1 | -1/+4 |
* | 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 |
* | nv30: import new driver for GeForce FX/6/7 chipsets, and Quadro variants | Ben Skeggs | 2012-04-14 | 1 | -0/+447 |
* | nv30, nv40: partially non-trivially unify sampler state in nv[34]0_state.c | Luca Barbieri | 2010-03-15 | 1 | -179/+0 |
* | nv30, nv40: partially unify nv[34]0_state.c | Luca Barbieri | 2010-03-15 | 1 | -572/+1 |
* | nv30, nv40: non-trivially unify nv[34]0_fragprog.c | Luca Barbieri | 2010-03-15 | 1 | -1/+1 |
* | nv30, nv40: unify all structures and headers, except shaders | Luca Barbieri | 2010-03-15 | 1 | -127/+127 |
* | nouveau: s/rankine/eng3d/g; s/curie/eng3d/g | Luca Barbieri | 2010-03-15 | 1 | -27/+27 |
* | nv30: adapt to vertex element cso | Roland Scheidegger | 2010-03-01 | 1 | -6/+28 |
* | gallium: make max_anisotropy a unsigned bitfield member | Roland Scheidegger | 2010-02-12 | 1 | -3/+3 |
* | nv30: adapt to stencil ref changes | Roland Scheidegger | 2010-02-11 | 1 | -5/+16 |
* | Merge branch 'gallium-nopointsizeminmax' | Roland Scheidegger | 2010-02-09 | 1 | -2/+2 |
|\ |
|
| * | 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 | -2/+2 |
* | | gallium: pipe/p_inlines.h -> util/u_inlines.h | José Fonseca | 2010-02-02 | 1 | -1/+1 |
* | | nouveau: adapt drviers to blend changes | Roland Scheidegger | 2010-01-25 | 1 | -10/+10 |
* | | Merge branch 'gallium-noconstbuf' | Roland Scheidegger | 2010-01-15 | 1 | -3/+3 |
|\ \
| |/
|/| |
|
| * | gallium: remove const qualifier from pipe_buffer argument in set_constant_buffer | Roland Scheidegger | 2010-01-11 | 1 | -1/+1 |
| * | gallium: adapt drivers to pipe_constant_buffer removal | Roland Scheidegger | 2009-12-24 | 1 | -3/+3 |
* | | nouveau: rewrite nouveau_stateobj to use BEGIN_RING properly | Maarten Maathuis | 2010-01-05 | 1 | -3/+3 |
|/ |
|
* | gallium: fix up drivers for edgeflag changes | Roland Scheidegger | 2009-12-19 | 1 | -11/+0 |
* | nv: Update for renamed sampler/texture state setters. | Michal Krol | 2009-12-01 | 1 | -2/+2 |
* | nouveau: make stateobjs start off with refcount of 1 | Ben Skeggs | 2009-03-07 | 1 | -0/+3 |
* | gallium: remove redundant size from the constant buffer | Zack Rusin | 2009-01-27 | 1 | -1/+1 |
* | gallium: it's a reference value, not a reference number | Zack Rusin | 2009-01-27 | 1 | -1/+1 |
* | gallium: standardize naming of masks | Zack Rusin | 2009-01-27 | 1 | -4/+4 |
* | nouveau: nv30 does not support separate blend functions for alpha and rgb | Patrice Mandin | 2009-01-21 | 1 | -2/+3 |
* | nouveau: gallium directory structure changed again.. | Ben Skeggs | 2008-09-11 | 1 | -1/+0 |
* | nv30: set mipmap min/max lod accordingly | Patrice Mandin | 2008-08-14 | 1 | -2/+2 |
* | nv30: disable setting nv40 RECT bit, this is not the same on nv30, plus galli... | Patrice Mandin | 2008-08-14 | 1 | -2/+4 |
* | nouveau: fix build | Ben Skeggs | 2008-08-07 | 1 | -1/+1 |
* | nv all: Copy shader tokens on create, free on delete. | Younes Manton | 2008-07-23 | 1 | -2/+6 |
* | nv30: Emit vertex buffer objects using state objects | Patrice Mandin | 2008-07-12 | 1 | -0/+6 |
* | nv30: Move edgeflag stuff | Patrice Mandin | 2008-07-12 | 1 | -0/+11 |
* | nv30: Emit fragment program using state objects | Patrice Mandin | 2008-07-12 | 1 | -6/+3 |
* | nv30: Emit vertex program using state objects | Patrice Mandin | 2008-07-12 | 1 | -6/+5 |
* | nv30: Move constant buffers out of vert/frag prog structures | Patrice Mandin | 2008-07-11 | 1 | -2/+3 |
* | nv30: Update defines from nouveau_class.h | Patrice Mandin | 2008-07-09 | 1 | -28/+18 |
* | nv30: Emit sampler state using state objects | Patrice Mandin | 2008-07-04 | 1 | -7/+35 |
* | nv30: Emit viewport state using state objects | Patrice Mandin | 2008-07-03 | 1 | -9/+3 |
* | nv30: Emit polygon stipple state using state objects | Patrice Mandin | 2008-07-03 | 1 | -2/+2 |
* | nv30: Emit scissor state using state objects | Patrice Mandin | 2008-07-03 | 1 | -3/+2 |