summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv50/nv50_context.h
AgeCommit message (Expand)AuthorFilesLines
2010-04-20nv50: add missing idxbias param to nv50_push_elements_instanced()Brian Paul1-1/+2
2010-04-19nv50: Adapt for index bias interface change.José Fonseca1-2/+2
2010-04-10Squashed commit of the following:Keith Whitwell1-33/+4
2010-03-13Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell1-0/+1
2010-03-11nv50: fix damage from merging master into sampler-viewChristoph Bumiller1-5/+3
2010-03-11Squashed commit of gallium-context-transfers:Keith Whitwell1-0/+1
2010-03-10Merge branch 'master' into gallium-sampler-viewMichal Krol1-37/+71
2010-03-10nv50: inline nv50_state_flush_notify()Ben Skeggs1-1/+0
2010-03-10nv50: remove nv50_context.state.instbufBen Skeggs1-1/+0
2010-03-10nv50: move nv50_prim() into a header file rather than duplicatingBen Skeggs1-0/+31
2010-03-10nv50: re-add immediate mode vertex submission pathsBen Skeggs1-0/+9
2010-03-10nv50: rip out inline push draw paths temporarilyBen Skeggs1-2/+0
2010-03-10nv50: make use of scissor enable/disable methodBen Skeggs1-1/+0
2010-03-10nv50: ensure enough room for state changes in current pushbufBen Skeggs1-1/+1
2010-03-10nv50: rework state emissionBen Skeggs1-25/+14
2010-03-10nv50: use relocs rather than re-uploading TIC all the timeBen Skeggs1-0/+1
2010-03-09Merge branch 'gallium-vertexelementcso'Roland Scheidegger1-2/+8
2010-03-08nv: define NV30/40/50_MAX_TEXTURE_LEVELSBrian Paul1-1/+3
2010-02-26nv50: adapt to vertex elements csoChristoph Bumiller1-2/+8
2010-02-25nv50: update to handle new sampler view stateChristoph Bumiller1-6/+17
2010-02-25nv50: Fix after sampler view changes.Michal Krol1-0/+1
2010-02-22gallium: Remove bypass_vs_clip_and_viewport from rasteriser state.Michal Krol1-1/+0
2010-02-11nv50: adapt to stencil ref changesRoland Scheidegger1-0/+3
2010-02-08gallium: squash-merge of gallium screen contextKeith Whitwell1-1/+4
2010-02-04nouveau: include stdio.h and u_inlines.h in all context files since embedded ...Dave Airlie1-0/+2
2010-01-17nv50: implement instanced drawingChristoph Bumiller1-3/+13
2010-01-16nv50: hook up geometry programsChristoph Bumiller1-3/+5
2010-01-16nv50: support for geometry programs in nv50_programChristoph Bumiller1-2/+7
2009-12-21gallium: propogate draw retval changes into more driversKeith Whitwell1-2/+2
2009-12-12nv50: support vertex program texturesChristoph Bumiller1-6/+6
2009-12-08nouveau: use boolean instead of boolRoland Scheidegger1-1/+1
2009-11-04nv50: add 3d texture tiling and mip-mappingChristoph Bumiller1-0/+12
2009-10-31nv50: use SIFC also for shader uploadChristoph Bumiller1-1/+10
2009-10-19nv50: submit user vbo data through the fifoChristoph Bumiller1-0/+3
2009-10-19nv50: use SIFC for TIC, TSC uploadChristoph Bumiller1-0/+5
2009-10-19nouveau: implement is_{texture,buffer}_referenced properlyBen Skeggs1-0/+1
2009-09-15nv50: use flush_notify to reduce number of relocsMaarten Maathuis1-0/+1
2009-09-15nv50: proper linkage between VP and FPChristoph Bumiller1-0/+2
2009-08-31nouveau: introduce nouveau_miptree common to all nouveau pipe driversBen Skeggs1-3/+1
2009-08-20nv50: use VTX_ATTR_nF for constant vtxeltsChristoph Bumiller1-0/+1
2009-08-14nv50: fix mipmap offsets and tilingChristoph Bumiller1-0/+1
2009-06-06nv50: fix multi-texturingBen Skeggs1-0/+1
2009-06-06nv50: support non-normalized texture coordsBen Skeggs1-1/+6
2009-06-05nv50: create textures with nouveau_bo, for flexibility with tiling laterBen Skeggs1-8/+2
2009-06-05nouveau: add pipe_buffer/fence code to pipe drivers, move nv50 overBen Skeggs1-2/+0
2009-06-05nouveau: pass nouveau_bo instead of pipe_buffer to so_ callsBen Skeggs1-0/+2
2009-04-04gallium: Clean up driver clear() interface.Michel Dänzer1-2/+2
2009-02-20nv50: rework for texture_transfer changesBen Skeggs1-7/+1
2009-02-07nouveau: Need to surface_copy() without a pipe context.Younes Manton1-0/+5
2009-02-05nv50: stop using nouveau_push.h, it's evilBen Skeggs1-4/+0