Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-15 | nouveau: nv30: Remove useless variables fs, txp. Also do not change txf, as ↵ | Patrice Mandin | |
bit 13 is in the texture format Signed-off-by: Patrice Mandin <patmandin@gmail.com> | |||
2010-01-05 | nouveau: rewrite nouveau_stateobj to use BEGIN_RING properly | Maarten Maathuis | |
- The previous solution was hacky and didn't do subchannel autobinding. - The beheaviour should match what libdrm_nouveau does closely. - The solution remains statically sized, but when debugging is on it will check for abuse. Signed-off-by: Maarten Maathuis <madman2003@gmail.com> | |||
2009-11-26 | gallium: fix more statetrackers/drivers for not using texture ↵ | Roland Scheidegger | |
width/height/depth arrays | |||
2009-10-31 | nouveau: Support X8R8G8B8 textures on nv30, nv40 and RTs on nv10-nv40. | Younes Manton | |
2009-10-23 | nouveau: nv30: use r5g6b5 as z16 format | Patrice Mandin | |
2009-10-22 | nouveau: nv30: use a8r8g8b8 as depth texture format for z24s8 | Patrice Mandin | |
2009-10-21 | nouveau: nv30: Do not use assert to return NULL | Patrice Mandin | |
2009-06-05 | nouveau: pass nouveau_bo instead of pipe_buffer to so_ calls | Ben Skeggs | |
2009-03-07 | nouveau: make stateobjs start off with refcount of 1 | Ben Skeggs | |
2008-12-13 | Nouveau: move the definition of log2i() to header | Pekka Paalanen | |
Also make the type unsigned instead of signed, since negative values do not make sense. Signed-off-by: Pekka Paalanen <pq@iki.fi> | |||
2008-12-12 | nouveau: remove useless NOUVEAU_BO_SWIZZLED flag, copy/paste nv40 work to ↵ | Patrice Mandin | |
swizzle textures | |||
2008-09-21 | nouveau: add flag for swizzled surface upload | Patrice Mandin | |
2008-08-11 | nouveau: pf_sprint_name -> pf_name | Ben Skeggs | |
2008-07-12 | nv30: do not shift texture format | Patrice Mandin | |
2008-07-12 | nv30: Emit fragment program using state objects | Patrice Mandin | |
2008-07-11 | nv30: Emit fragtex state using state objects | Patrice Mandin | |
2008-07-09 | nv30: min/max lod are used for mipmap, there is just enable bit in tx_format | Patrice Mandin | |
2008-07-09 | nv30: Update defines from nouveau_class.h | Patrice Mandin | |
2008-05-25 | nouveau: remove final PIPE_FORMAT_U_* usage | Ben Skeggs | |
2008-02-16 | nouveau: match gallium code reorginisation. | Ben Skeggs | |
That was... fun.. |