summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nvfx/nvfx_context.h
AgeCommit message (Expand)AuthorFilesLines
2010-09-05nvfx: support nv30 simulation on nv40Luca Barbieri1-0/+1
2010-09-05nvfx: switch to rules-ng-ng register headersLuca Barbieri1-5/+5
2010-09-05nvfx: pause occlusion queries during blitter usageLuca Barbieri1-0/+1
2010-09-05nvfx: add rewritten swtnl supportLuca Barbieri1-9/+3
2010-09-04nvfx: allow nested blitter usage, fixing bug in clearLuca Barbieri1-1/+3
2010-09-03nvfx: fix support for more than 8 texture units (fixes etqw crash)Luca Barbieri1-2/+2
2010-08-23nvfx: emit bo relocations only when neededLuca Barbieri1-2/+26
2010-08-23nvfx: support clip planes sensibly and fix them on nv30Luca Barbieri1-0/+1
2010-08-22nvfx: refactor to support multiple fragment program versionsLuca Barbieri1-1/+4
2010-08-22nvfx: move stuff aroundLuca Barbieri1-2/+3
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: fix warningsLuca Barbieri1-1/+1
2010-08-21nvfx: fix GPU hardlocks when depth buffer is absentLuca Barbieri1-1/+1
2010-08-21nvfx: support flatshade_firstLuca Barbieri1-1/+1
2010-08-21nvfx: support proper shader linkage - adds glsl supportLuca Barbieri1-0/+1
2010-08-21nvfx: rewrite draw code and buffer codeLuca Barbieri1-9/+90
2010-08-21nvfx: refactor sampling code, add support for swizzles and depth texLuca Barbieri1-2/+10
2010-08-21nvfx: new 2D: new render temporaries with resourcesLuca Barbieri1-1/+5
2010-08-21nvfx: new 2D: use new 2D engine in GalliumLuca Barbieri1-0/+2
2010-07-29gallium: Keep only pipe_context::draw_vbo.Chia-I Wu1-7/+0
2010-07-29gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu1-1/+4
2010-04-19nvfx: Adapt for index bias interface change.José Fonseca1-7/+8
2010-04-12nvfx: Add support for two sided colorLuca Barbieri1-1/+1
2010-04-12nvfx: remove #include "nouveau_stateobj.h"Luca Barbieri1-1/+0
2010-04-12nvfx: rework validation logic to use code and avoid stateobjsLuca Barbieri1-51/+13
2010-04-12nvfx: add NVFX_NEW_{FRAG,VERT}CONSTLuca Barbieri1-0/+2
2010-04-12nvfx: so->sb: blendLuca Barbieri1-1/+2
2010-04-12nvfx: so->sb: zsaLuca Barbieri1-1/+2
2010-04-12nvfx: so->sb: rasterizerLuca Barbieri1-1/+2
2010-04-12nvfx: so->RING_3D: fbLuca Barbieri1-0/+12
2010-04-12nvfx: so->RING_3D: fragprogLuca Barbieri1-0/+2
2010-04-12nvfx: so->RING_3D: fragtexLuca Barbieri1-6/+8
2010-04-12nvfx: so->RING_3D: vboLuca Barbieri1-0/+5
2010-04-12nvfx: stop using flush_notifyLuca Barbieri1-1/+1
2010-04-10Squashed commit of the following:Keith Whitwell1-5/+4
2010-03-22nvfx: fix sampler views supportLuca Barbieri1-1/+0
2010-03-15Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell1-0/+265
2010-03-15nv30, nv40: partially non-trivially unify sampler state in nv[34]0_state.cLuca Barbieri1-2/+8
2010-03-15nv30, nv40: partially non-trivially unify nv[34]0_fragtex.cLuca Barbieri1-2/+5
2010-03-15nv30, nv40: unify nv[34]0_context.cLuca Barbieri1-6/+2
2010-03-15nv30, nv40: fully unify nv[34]0_context.hLuca Barbieri1-0/+18
2010-03-15nv30, nv40: non-trivially unify nv[34]0_vertprog.cLuca Barbieri1-3/+3
2010-03-15nv30, nv40: partially unify nv[34]0_state.cLuca Barbieri1-0/+8
2010-03-15nv30, nv40: unify nv[34]0_vbo.cLuca Barbieri1-0/+10
2010-03-15nv30, nv40: non-trivially unify nv[34]0_draw.cLuca Barbieri1-0/+8
2010-03-15nv30, nv40: non-trivially unify nv[34]0_fragprog.cLuca Barbieri1-0/+5
2010-03-15nv30, nv40: non-trivially unify nv[34]0_state_fb.cLuca Barbieri1-0/+1
2010-03-15nv30, nv40: unify nv[34]0_state_viewport.cLuca Barbieri1-0/+1
2010-03-15nv30, nv40: unify nv[34]0_query.cLuca Barbieri1-0/+3