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