summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv30/nv30_screen.c
Commit message (Expand)AuthorAgeFilesLines
* nv30: does not support mirror clamp, only mirror repeatPatrice Mandin2008-08-141-0/+4
* nouveau: is_format_supported() interface changesBen Skeggs2008-07-231-9/+6
* nv30: no npot texturesPatrice Mandin2008-07-121-1/+1
* nv30: update capsPatrice Mandin2008-07-121-2/+2
* nv30: Emit vertex buffer objects using state objectsPatrice Mandin2008-07-121-1/+1
* nouveau: very quick port to tex-surface changes.Ben Skeggs2008-05-271-0/+25
* nouveau: remove final PIPE_FORMAT_U_* usageBen Skeggs2008-05-251-4/+4
* nouveau: remove chipset fields in all nv pipe driver context/screen structs.Ben Skeggs2008-05-131-4/+4
* nouveau: bitmap texcoord bias has been removedBen Skeggs2008-05-051-2/+0
* nv30: Move some structures and functions from context to screenPatrice Mandin2008-04-111-25/+177
* nouveau: in some cases don't create the buffer in local mem initially.Ben Skeggs2008-04-041-0/+3
* nv30: update miptree stuff for texturingPatrice Mandin2008-03-181-1/+2
* nouveau: hand nouveau_winsys in with pipe_screen initBen Skeggs2008-02-291-1/+3
* nouveau: implement pipe_screenBen Skeggs2008-02-291-0/+151