summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv50
Commit message (Expand)AuthorAgeFilesLines
* nv50: small fix for handling "dangerous" swizzlesChristoph Bumiller2009-12-311-1/+1
* nv50: fix TEXLOD sequence and use it only in FPsChristoph Bumiller2009-12-311-1/+8
* nv50: cannot kill branch if immediate is usedChristoph Bumiller2009-12-311-0/+3
* nv50: make assimilate_temp safeChristoph Bumiller2009-12-311-16/+28
* nv50: handle TGSI_OPCODE_EXP,LOGChristoph Bumiller2009-12-311-0/+59
* nv50: add support for subroutinesChristoph Bumiller2009-12-311-53/+78
* nv50: alloc_reg on reg_instanceChristoph Bumiller2009-12-311-14/+15
* nv50: multiply polygon offset units by 2Christoph Bumiller2009-12-311-1/+1
* nv50: neg and abs modifiers for flopsChristoph Bumiller2009-12-311-28/+55
* nv50: don't negate immediates in set_immdChristoph Bumiller2009-12-311-12/+5
* nouveau: Unreference state/buffer objects on context/screen destruction.Younes Manton2009-12-282-0/+48
* nv50: Dehexify and bring up to date with new method defines.Marcin Koƛcielnicki2009-12-288-72/+69
* nv50: support TGSI_OPCODE_CONTChristoph Bumiller2009-12-242-1/+6
* nv50: make edgeflags workChristoph Bumiller2009-12-244-4/+64
* Merge branch 'gallium-edgeflags'Roland Scheidegger2009-12-221-6/+0
|\
| * gallium: fix up drivers for edgeflag changesRoland Scheidegger2009-12-191-6/+0
* | nv50: correct the negation of DDY sourcesChristoph Bumiller2009-12-221-15/+7
* | nv50: make address reg allocation a little less hackyChristoph Bumiller2009-12-201-24/+28
* | nv50: use BREAKADDR and BREAK for loopsChristoph Bumiller2009-12-201-47/+75
* | nv50: handle TGSI_OPCODE_RET,KILPChristoph Bumiller2009-12-201-28/+54
* | Move the remaining format pf_get_* functions to u_format.h.Michal Krol2009-12-172-15/+17
* | Merge branch 'master' into pipe-format-simplifyMichal Krol2009-12-1712-297/+594
|\ \
| * | nouveau: avoid running out of relocsMaarten Maathuis2009-12-143-3/+5
| * | nv50: be more cautious about using reg_instanceChristoph Bumiller2009-12-141-17/+10
| * | nv50: store immediates as uint32Christoph Bumiller2009-12-142-33/+31
| * | nouveau: nv50: Add missing ctor_immd_4u32 functionPatrice Mandin2009-12-131-2/+15
| * | nv50: add proper zslice offset in miptree_surfaceChristoph Bumiller2009-12-132-20/+21
| * | nv50: use m2mf z pos instead of calculating offset manuallyChristoph Bumiller2009-12-131-13/+10
| * | nv50: add craziness for non-constant TXB and TXLChristoph Bumiller2009-12-131-44/+204
| * | nv50: support TXB and TXLChristoph Bumiller2009-12-122-57/+108
| * | nv50: add S8Z24 depth texture format tooChristoph Bumiller2009-12-123-0/+3
| * | nv50: fix depth comparison func TSC bitsChristoph Bumiller2009-12-121-2/+3
| * | nv50: add src_mask case for IF opcodeChristoph Bumiller2009-12-121-0/+2
| * | nv50: plug memory leak in miptree creation/destructionChristoph Bumiller2009-12-121-0/+6
| * | nv50: use copies of tgsi src nv50_regsChristoph Bumiller2009-12-121-26/+22
| * | nv50: support vertex program texturesChristoph Bumiller2009-12-125-74/+156
| |/
| * nouveau: use boolean instead of boolRoland Scheidegger2009-12-081-1/+1
| * Merge branch 'gallium-noblocks'Roland Scheidegger2009-12-042-33/+25
| |\
| | * gallium: adapt nv drivers to interface cleanupsRoland Scheidegger2009-12-022-33/+25
* | | s/desc->type/desc->channel[0].type/Michal Krol2009-12-171-2/+2
* | | Format layout cannot be used to distinguish scaled/normalised formats.Michal Krol2009-12-081-14/+4
* | | Remove remaining pipe format utility functions.Michal Krol2009-12-082-20/+56
* | | Remove pf_swizzle_* internal macros.Michal Krol2009-12-031-1/+3
|/ /
* | Merge commit 'origin/tgsi-simplify-ext'Keith Whitwell2009-12-011-54/+54
|\ \
| * | tgsi: rename fields of tgsi_full_src_register to reduce verbosityKeith Whitwell2009-11-241-23/+23
| * | tgsi: rename fields of tgsi_full_dst_register to reduce verbosityKeith Whitwell2009-11-241-18/+18
| * | tgsi: rename fields of tgsi_full_declaration to reduce verbosityKeith Whitwell2009-11-241-2/+2
| * | tgsi: rename fields of tgsi_full_instruction to avoid excessive verbosityKeith Whitwell2009-11-241-18/+18
| * | tgsi: reduce repetition of structure name in its membersKeith Whitwell2009-11-241-2/+2
| * | gallium: try and update r300 and nv drivers for tgsi changesKeith Whitwell2009-11-241-5/+5