| Commit message (Expand) | Author | Age | Files | Lines |
* | Move nv30, nv50 and nvc0 to nouveau. | Johannes Obermayr | 2013-09-11 | 1 | -202/+0 |
* | 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 |
* | nv30: import new driver for GeForce FX/6/7 chipsets, and Quadro variants | Ben Skeggs | 2012-04-14 | 1 | -0/+202 |
* | nv30, nv40: move last files to nvfx/ and rm -rf nv30 nv40 | Luca Barbieri | 2010-03-15 | 1 | -148/+0 |
* | nv30, nv40: partially non-trivially unify sampler state in nv[34]0_state.c | Luca Barbieri | 2010-03-15 | 1 | -0/+30 |
* | nv30, nv40: partially non-trivially unify nv[34]0_fragtex.c | Luca Barbieri | 2010-03-15 | 1 | -44/+1 |
* | nv30, nv40: fully unify nv[34]0_context.h | Luca Barbieri | 2010-03-15 | 1 | -1/+1 |
* | nv30, nv40: unify all structures and headers, except shaders | Luca Barbieri | 2010-03-15 | 1 | -17/+17 |
* | nouveau: s/rankine/eng3d/g; s/curie/eng3d/g | Luca Barbieri | 2010-03-15 | 1 | -2/+2 |
* | nouveau: Rename pipe formats. | José Fonseca | 2010-03-02 | 1 | -7/+7 |
* | nv: Use util_format_name(). | José Fonseca | 2010-02-14 | 1 | -1/+3 |
* | nouveau: nv30: Remove useless variables fs, txp. Also do not change txf, as b... | Patrice Mandin | 2010-01-15 | 1 | -9/+1 |
* | nouveau: rewrite nouveau_stateobj to use BEGIN_RING properly | Maarten Maathuis | 2010-01-05 | 1 | -2/+2 |
* | gallium: fix more statetrackers/drivers for not using texture width/height/de... | Roland Scheidegger | 2009-11-26 | 1 | -5/+5 |
* | nouveau: Support X8R8G8B8 textures on nv30, nv40 and RTs on nv10-nv40. | Younes Manton | 2009-10-31 | 1 | -0/+1 |
* | nouveau: nv30: use r5g6b5 as z16 format | Patrice Mandin | 2009-10-23 | 1 | -1/+1 |
* | nouveau: nv30: use a8r8g8b8 as depth texture format for z24s8 | Patrice Mandin | 2009-10-22 | 1 | -4/+4 |
* | nouveau: nv30: Do not use assert to return NULL | Patrice Mandin | 2009-10-21 | 1 | -1/+1 |
* | nouveau: pass nouveau_bo instead of pipe_buffer to so_ calls | Ben Skeggs | 2009-06-05 | 1 | -3/+4 |
* | nouveau: make stateobjs start off with refcount of 1 | Ben Skeggs | 2009-03-07 | 1 | -0/+2 |
* | Nouveau: move the definition of log2i() to header | Pekka Paalanen | 2008-12-13 | 1 | -26/+1 |
* | nouveau: remove useless NOUVEAU_BO_SWIZZLED flag, copy/paste nv40 work to swi... | Patrice Mandin | 2008-12-12 | 1 | -22/+24 |
* | nouveau: add flag for swizzled surface upload | Patrice Mandin | 2008-09-21 | 1 | -15/+19 |
* | nouveau: pf_sprint_name -> pf_name | Ben Skeggs | 2008-08-11 | 1 | -2/+1 |
* | nv30: do not shift texture format | Patrice Mandin | 2008-07-12 | 1 | -1/+1 |
* | nv30: Emit fragment program using state objects | Patrice Mandin | 2008-07-12 | 1 | -1/+1 |
* | nv30: Emit fragtex state using state objects | Patrice Mandin | 2008-07-11 | 1 | -30/+52 |
* | nv30: min/max lod are used for mipmap, there is just enable bit in tx_format | Patrice Mandin | 2008-07-09 | 1 | -2/+2 |
* | nv30: Update defines from nouveau_class.h | Patrice Mandin | 2008-07-09 | 1 | -10/+11 |
* | nouveau: remove final PIPE_FORMAT_U_* usage | Ben Skeggs | 2008-05-25 | 1 | -4/+4 |
* | nouveau: match gallium code reorginisation. | Ben Skeggs | 2008-02-16 | 1 | -0/+160 |