aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv40/nv40_screen.c
Commit message (Expand)AuthorAgeFilesLines
* nv40/nv50: enable mirror wrap modesBen Skeggs2008-08-071-0/+3
* nv40: Support for PIPE_FORMAT_R16_SNORM.Younes Manton2008-08-031-1/+2
* nouveau: is_format_supported() interface changesBen Skeggs2008-07-231-9/+6
* 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
* nv40: fix typo in one of the previous commitsBen Skeggs2008-05-141-1/+1
* 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
* nv40: enable DXTn formatsBen Skeggs2008-04-291-3/+1
* nouveau: in some cases don't create the buffer in local mem initially.Ben Skeggs2008-04-041-0/+8
* nouveau: adapt to recent gallium changesBen Skeggs2008-03-301-1/+1
* nv40: add dxtn formats (disabled)Ben Skeggs2008-03-231-0/+6
* nouveau: pass nvws to nvws->push_* functions, rather than nouveau_channel*Ben Skeggs2008-03-191-1/+1
* nv40: move "channel context" stuff into nv40_screenBen Skeggs2008-02-291-1/+127
* nouveau: hand nouveau_winsys in with pipe_screen initBen Skeggs2008-02-291-1/+3
* nouveau: implement pipe_screenBen Skeggs2008-02-291-0/+151