summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nvfx
AgeCommit message (Expand)Author
2010-04-20gallium: replace pipe_resource::_usage with pipe_resource::usageBrian Paul
2010-04-20nvfx: Fix typo.José Fonseca
2010-04-20Merge branch 'gallium-index-bias'José Fonseca
2010-04-19nvfx: Adapt for index bias interface change.José Fonseca
2010-04-19Merge branch '7.8'Brian Paul
2010-04-18nvfx: Fix include recursion.Vinson Lee
2010-04-18nvfx: Add missing header and forward declaration.Vinson Lee
2010-04-18nvfx: move declarations before codeBrian Paul
2010-04-18nvfx: fix void * arithmetic warningBrian Paul
2010-04-18nvfx: move declarations before codeBrian Paul
2010-04-18nvfx: move declarations before code to silence warningsBrian Paul
2010-04-18nvfx: fix fragment program constant updatesLuca Barbieri
2010-04-17nvfx: Initialize variables.Vinson Lee
2010-04-17nvfx: Remove unused variables.Vinson Lee
2010-04-17nvfx: Remove unnecessary headers.Vinson Lee
2010-04-15nvfx: dont swizzle stuff into GARTXavier Chantry
2010-04-15nouveau: replace vtxbuf/idxbuf caps with BO_ flags in nouveau_screen and fix ...Luca Barbieri
2010-04-13nvfx: use dynamically sized rotating BO pool for fragment programsLuca Barbieri
2010-04-13nvfx: fix for 64-bit systemsLuca Barbieri
2010-04-12nvfx: add LRP in vertprogLuca Barbieri
2010-04-12nvfx: add SIN and COS in vertprogLuca Barbieri
2010-04-12nvfx: add missing vertprog setcond instructionsLuca Barbieri
2010-04-12nvfx: allocate a bigger block for queriesLuca Barbieri
2010-04-12nvfx: support an unlimited number of occlusion queriesLuca Barbieri
2010-04-12nvfx: fix TXL opcode valueLuca Barbieri
2010-04-12nvfx: Add support for two sided colorLuca Barbieri
2010-04-12nvfx: fix compile errorLuca Barbieri
2010-04-12nvfx: don't use hw index buffers on nv3x and nv44Luca Barbieri
2010-04-12nvfx: expose PIPE_FORMAT_B8G8R8X8_UNORM supportLuca Barbieri
2010-04-12nvfx: add support for ARB_half_float_vertexLuca Barbieri
2010-04-12nvfx: allocate buffers in GART if !NOUVEAU_SWTNLLuca Barbieri
2010-04-12nvfx: move check for NOUVEAU_SWTNLLuca Barbieri
2010-04-12nvfx: remove #include "nouveau_stateobj.h"Luca Barbieri
2010-04-12nvfx: rework validation logic to use code and avoid stateobjsLuca Barbieri
2010-04-12nvfx: add NVFX_NEW_{FRAG,VERT}CONSTLuca Barbieri
2010-04-12nvfx: so->RING_3D: vertprogLuca Barbieri
2010-04-12nvfx: so->RING_3D: srLuca Barbieri
2010-04-12nvfx: so->sb: blendLuca Barbieri
2010-04-12nvfx: so->sb: zsaLuca Barbieri
2010-04-12nvfx: so->sb: rasterizerLuca Barbieri
2010-04-12nvfx: so->RING_3D: screenLuca Barbieri
2010-04-12nvfx: so->RING_3D: viewportLuca Barbieri
2010-04-12nvfx: so->RING_3D: stippleLuca Barbieri
2010-04-12nvfx: so->RING_3D: scissorLuca Barbieri
2010-04-12nvfx: so->RING_3D: blendLuca Barbieri
2010-04-12nvfx: so->RING_3D: fbLuca Barbieri
2010-04-12nvfx: so->RING_3D: fragprogLuca Barbieri
2010-04-12nvfx: so->RING_3D: fragtexLuca Barbieri
2010-04-12nvfx: so->RING_3D: vboLuca Barbieri
2010-04-12nvfx: stop using flush_notifyLuca Barbieri