summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv50/nv50_screen.h
AgeCommit message (Expand)AuthorFilesLines
2010-04-30nv50: raise constant buffers size to maximumChristoph Bumiller1-2/+1
2010-04-19nv50: Fix include recursion.Vinson Lee1-1/+2
2010-04-10Squashed commit of the following:Keith Whitwell1-1/+1
2010-03-21nv50: get rid of the static_init stateobjChristoph Bumiller1-2/+2
2010-03-13nv50: fixup after gallium-context-transfers mergeXavier Chantry1-2/+0
2010-03-10nv50: add option to force immediate-mode submission, disable by defaultBen Skeggs1-0/+2
2010-02-08gallium: squash-merge of gallium screen contextKeith Whitwell1-1/+0
2010-01-17nv50: implement instanced drawingChristoph Bumiller1-0/+2
2010-01-16nv50: hook up geometry programsChristoph Bumiller1-2/+2
2010-01-05nv50: remove vtxbuf stateobject after a referenced vtxbuf is mappedMaarten Maathuis1-0/+2
2009-06-05nouveau: add pipe_buffer/fence code to pipe drivers, move nv50 overBen Skeggs1-2/+2
2009-06-05nouveau: pass nouveau_bo instead of pipe_buffer to so_ callsBen Skeggs1-4/+4
2009-05-28nv50: use multiple constant buffersChristoph Bumiller1-2/+5
2009-02-20nv50: rework for texture_transfer changesBen Skeggs1-1/+2
2009-02-05nv50: move 2d blit/fill code into pipe driverBen Skeggs1-0/+1
2008-06-29nv50: make sure static buffers (constbuf, tex control etc) get on reloc listBen Skeggs1-0/+2
2008-06-29nv50: move surface_map/unmap into nv50_surface.cBen Skeggs1-0/+2
2008-06-29nv50: use "real" constbufs for shaders + tcb uploadsBen Skeggs1-0/+3
2008-06-29nv50: import current "state of the art" nv50 codeBen Skeggs1-0/+3
2008-05-13nouveau: remove chipset fields in all nv pipe driver context/screen structs.Ben Skeggs1-1/+0
2008-03-12nv50: convert to hwctx-in-screen as nv40 isBen Skeggs1-0/+5
2008-02-29nouveau: hand nouveau_winsys in with pipe_screen initBen Skeggs1-3/+2
2008-02-29nouveau: implement pipe_screenBen Skeggs1-0/+20