aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv30/nv30_fragtex.c
Commit message (Collapse)AuthorAgeFilesLines
* gallium: fix more statetrackers/drivers for not using texture ↵Roland Scheidegger2009-11-261-5/+5
| | | | width/height/depth arrays
* nouveau: Support X8R8G8B8 textures on nv30, nv40 and RTs on nv10-nv40.Younes Manton2009-10-311-0/+1
|
* nouveau: nv30: use r5g6b5 as z16 formatPatrice Mandin2009-10-231-1/+1
|
* nouveau: nv30: use a8r8g8b8 as depth texture format for z24s8Patrice Mandin2009-10-221-4/+4
|
* nouveau: nv30: Do not use assert to return NULLPatrice Mandin2009-10-211-1/+1
|
* nouveau: pass nouveau_bo instead of pipe_buffer to so_ callsBen Skeggs2009-06-051-3/+4
|
* nouveau: make stateobjs start off with refcount of 1Ben Skeggs2009-03-071-0/+2
|
* Nouveau: move the definition of log2i() to headerPekka Paalanen2008-12-131-26/+1
| | | | | | | Also make the type unsigned instead of signed, since negative values do not make sense. Signed-off-by: Pekka Paalanen <[email protected]>
* nouveau: remove useless NOUVEAU_BO_SWIZZLED flag, copy/paste nv40 work to ↵Patrice Mandin2008-12-121-22/+24
| | | | swizzle textures
* nouveau: add flag for swizzled surface uploadPatrice Mandin2008-09-211-15/+19
|
* nouveau: pf_sprint_name -> pf_nameBen Skeggs2008-08-111-2/+1
|
* nv30: do not shift texture formatPatrice Mandin2008-07-121-1/+1
|
* nv30: Emit fragment program using state objectsPatrice Mandin2008-07-121-1/+1
|
* nv30: Emit fragtex state using state objectsPatrice Mandin2008-07-111-30/+52
|
* nv30: min/max lod are used for mipmap, there is just enable bit in tx_formatPatrice Mandin2008-07-091-2/+2
|
* nv30: Update defines from nouveau_class.hPatrice Mandin2008-07-091-10/+11
|
* nouveau: remove final PIPE_FORMAT_U_* usageBen Skeggs2008-05-251-4/+4
|
* nouveau: match gallium code reorginisation.Ben Skeggs2008-02-161-0/+160
That was... fun..