summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv50
AgeCommit message (Expand)Author
2009-12-20nv50: make address reg allocation a little less hackyChristoph Bumiller
2009-12-20nv50: use BREAKADDR and BREAK for loopsChristoph Bumiller
2009-12-20nv50: handle TGSI_OPCODE_RET,KILPChristoph Bumiller
2009-12-17Move the remaining format pf_get_* functions to u_format.h.Michal Krol
2009-12-17Merge branch 'master' into pipe-format-simplifyMichal Krol
2009-12-17s/desc->type/desc->channel[0].type/Michal Krol
2009-12-14nouveau: avoid running out of relocsMaarten Maathuis
2009-12-14nv50: be more cautious about using reg_instanceChristoph Bumiller
2009-12-14nv50: store immediates as uint32Christoph Bumiller
2009-12-13nouveau: nv50: Add missing ctor_immd_4u32 functionPatrice Mandin
2009-12-13nv50: add proper zslice offset in miptree_surfaceChristoph Bumiller
2009-12-13nv50: use m2mf z pos instead of calculating offset manuallyChristoph Bumiller
2009-12-13nv50: add craziness for non-constant TXB and TXLChristoph Bumiller
2009-12-12nv50: support TXB and TXLChristoph Bumiller
2009-12-12nv50: add S8Z24 depth texture format tooChristoph Bumiller
2009-12-12nv50: fix depth comparison func TSC bitsChristoph Bumiller
2009-12-12nv50: add src_mask case for IF opcodeChristoph Bumiller
2009-12-12nv50: plug memory leak in miptree creation/destructionChristoph Bumiller
2009-12-12nv50: use copies of tgsi src nv50_regsChristoph Bumiller
2009-12-12nv50: support vertex program texturesChristoph Bumiller
2009-12-08nouveau: use boolean instead of boolRoland Scheidegger
2009-12-08Format layout cannot be used to distinguish scaled/normalised formats.Michal Krol
2009-12-08Remove remaining pipe format utility functions.Michal Krol
2009-12-04Merge branch 'gallium-noblocks'Roland Scheidegger
2009-12-03Remove pf_swizzle_* internal macros.Michal Krol
2009-12-02gallium: adapt nv drivers to interface cleanupsRoland Scheidegger
2009-12-01Merge commit 'origin/tgsi-simplify-ext'Keith Whitwell
2009-12-01nv: Update for renamed sampler/texture state setters.Michal Krol
2009-11-29nv50: update linkage on rasterizer changeChristoph Bumiller
2009-11-29nv50: match VP outputs to FP inputs ourselvesChristoph Bumiller
2009-11-29nv50: don't permanently negate src in emit_ddyChristoph Bumiller
2009-11-27nv50: do conversion of last insn to 64 bit format firstChristoph Bumiller
2009-11-27nv50: bswap32 the polygon stipple patternChristoph Bumiller
2009-11-26gallium: fix more statetrackers/drivers for not using texture width/height/de...Roland Scheidegger
2009-11-24tgsi: rename fields of tgsi_full_src_register to reduce verbosityKeith Whitwell
2009-11-24tgsi: rename fields of tgsi_full_dst_register to reduce verbosityKeith Whitwell
2009-11-24tgsi: rename fields of tgsi_full_declaration to reduce verbosityKeith Whitwell
2009-11-24tgsi: rename fields of tgsi_full_instruction to avoid excessive verbosityKeith Whitwell
2009-11-24tgsi: reduce repetition of structure name in its membersKeith Whitwell
2009-11-24gallium: try and update r300 and nv drivers for tgsi changesKeith Whitwell
2009-11-09nv50: clarify data for method 0x121cChristoph Bumiller
2009-11-07nv50: enable all 32 threads of a warpChristoph Bumiller
2009-11-04nv50: fix shader emit_tex for cube texturesChristoph Bumiller
2009-11-04nv50: add abs-modifier for emit_minmaxChristoph Bumiller
2009-11-04nv50: add 3d texture tiling and mip-mappingChristoph Bumiller
2009-11-01nv50: handle TGSI_SEMANTIC_FACEChristoph Bumiller
2009-11-01nv50: make IF condition safeChristoph Bumiller
2009-11-01nv50: implement TGSI_OPCODE_AND/OR/XORChristoph Bumiller
2009-10-31nv50: fix textures with block size != cppChristoph Bumiller
2009-10-31nv50: use SIFC also for shader uploadChristoph Bumiller