summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nvfx
AgeCommit message (Expand)Author
2010-06-09nvfx: fix typo from gallium-msaa mergeBen Skeggs
2010-06-08gallium: adjust the query interface to support custom typesZack Rusin
2010-06-03gallium: rename clearRT / clearDS to clear_render_target / clear_depth_stencilRoland Scheidegger
2010-05-29nvfx: adapt to clear interface changesRoland Scheidegger
2010-05-21Merge branch 'gallium-msaa'Roland Scheidegger
2010-05-21nouveau/nvfx: Fill more PIPE_CAP_MAX_ valuesPatrice Mandin
2010-05-21Merge branch 'gallium-front-ccw'Keith Whitwell
2010-05-18gallium: implement set_sample_mask() in all driversRoland Scheidegger
2010-05-17nouveau: adapt to interface changesRoland Scheidegger
2010-05-14gallium: more work on ccw flag removalKeith Whitwell
2010-05-14gallium: convert rasterizer state to use gl-style front/back conceptsKeith Whitwell
2010-05-12gallium: Make PIPE_CAP_xxx enums.José Fonseca
2010-05-05nouveau: only advertise PIPE_FORMAT_DXT* if s3tc availableXavier Chantry
2010-05-17gallium: EXT_timer_query support.Mathias Fröhlich
2010-05-14nouveau/nvfx: Define some capabilities for shadersPatrice Mandin
2010-04-27nvfx: Move src/gallium/drivers to beginning of SCons include path.Vinson Lee
2010-04-25nvfx: Add include path to SCons build.Vinson Lee
2010-04-25nvfx: Add missing header.Vinson Lee
2010-04-24nvfx: Add to SCons build.Vinson Lee
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