summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nvfx/nvfx_context.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-11gallium: remove flags from the flush functionMarek Olšák1-3/+4
2010-12-25nvfx: restore BEGIN_RING usageXavier Chantry1-3/+3
2010-09-12nvfx: Remove unused variables.Vinson Lee1-1/+0
2010-09-05nvfx: support nv30 simulation on nv40Luca Barbieri1-0/+1
2010-09-05nvfx: remove remaining BEGIN_RING/eng3d usesLuca Barbieri1-4/+5
2010-08-23nvfx: emit bo relocations only when neededLuca Barbieri1-2/+4
2010-08-23nvfx: support clip planes sensibly and fix them on nv30Luca Barbieri1-0/+4
2010-08-22nvfx: refactor to support multiple fragment program versionsLuca Barbieri1-0/+4
2010-08-22nvfx: move stuff aroundLuca Barbieri1-0/+2
2010-08-22nvfx: simplify and correct fragment program update logicLuca Barbieri1-0/+2
2010-08-22nvfx: make stipple setting independent of enableLuca Barbieri1-1/+0
2010-08-21nvfx: rewrite draw code and buffer codeLuca Barbieri1-0/+3
2010-08-21nvfx: refactor sampling code, add support for swizzles and depth texLuca Barbieri1-0/+1
2010-08-21nvfx: new 2D: new render temporaries with resourcesLuca Barbieri1-0/+4
2010-08-21nvfx: properly unreference bound objects on context destructionLuca Barbieri1-0/+8
2010-07-29gallium: Keep only pipe_context::draw_vbo.Chia-I Wu1-2/+0
2010-07-29gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu1-0/+1
2010-04-19Merge branch '7.8'Brian Paul1-1/+1
2010-04-12nvfx: rework validation logic to use code and avoid stateobjsLuca Barbieri1-6/+0
2010-04-12nvfx: so->RING_3D: stippleLuca Barbieri1-0/+1
2010-04-12nvfx: so->RING_3D: scissorLuca Barbieri1-0/+2
2010-04-12nvfx: stop using flush_notifyLuca Barbieri1-1/+0
2010-04-10Squashed commit of the following:Keith Whitwell1-4/+2
2010-03-15nv30, nv40: unify nv[34]0_context.cLuca Barbieri1-0/+90