summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv50
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
| | |/ | |/|
* | | nv: Update for renamed sampler/texture state setters.Michal Krol2009-12-011-2/+2
* | | nv50: update linkage on rasterizer changeChristoph Bumiller2009-11-291-2/+4
* | | nv50: match VP outputs to FP inputs ourselvesChristoph Bumiller2009-11-292-33/+40
* | | nv50: don't permanently negate src in emit_ddyChristoph Bumiller2009-11-291-4/+10
* | | nv50: do conversion of last insn to 64 bit format firstChristoph Bumiller2009-11-271-16/+11