Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | nv50: handle integer SET operations | Christoph Bumiller | 2010-01-07 | 1 | -21/+34 | |
* | | | nv50: handle TGSI_OPCODE_SHL,ISHR,USHR | Christoph Bumiller | 2010-01-07 | 1 | -0/+42 | |
* | | | nv50: handle TGSI_OPCODE_F2I,F2U,I2F,U2F plus src mods | Christoph Bumiller | 2010-01-07 | 1 | -87/+131 | |
* | | | gallium: remove PIPE_TEX_FILTER_ANISO | Luca Barbieri | 2010-01-06 | 1 | -2/+0 | |
* | | | nouveau: rewrite nouveau_stateobj to use BEGIN_RING properly | Maarten Maathuis | 2010-01-05 | 6 | -25/+25 | |
* | | | nv50: remove vtxbuf stateobject after a referenced vtxbuf is mapped | Maarten Maathuis | 2010-01-05 | 3 | -0/+28 | |
* | | | Merge commit 'origin/gallium-draw-retval' | Keith Whitwell | 2010-01-05 | 2 | -7/+11 | |
|\ \ \ | ||||||
| * | | | gallium: propogate draw retval changes into more drivers | Keith Whitwell | 2009-12-21 | 2 | -7/+11 | |
* | | | | nv50: small fix for handling "dangerous" swizzles | Christoph Bumiller | 2009-12-31 | 1 | -1/+1 | |
* | | | | nv50: fix TEXLOD sequence and use it only in FPs | Christoph Bumiller | 2009-12-31 | 1 | -1/+8 | |
* | | | | nv50: cannot kill branch if immediate is used | Christoph Bumiller | 2009-12-31 | 1 | -0/+3 | |
* | | | | nv50: make assimilate_temp safe | Christoph Bumiller | 2009-12-31 | 1 | -16/+28 | |
* | | | | nv50: handle TGSI_OPCODE_EXP,LOG | Christoph Bumiller | 2009-12-31 | 1 | -0/+59 | |
* | | | | nv50: add support for subroutines | Christoph Bumiller | 2009-12-31 | 1 | -53/+78 | |
* | | | | nv50: alloc_reg on reg_instance | Christoph Bumiller | 2009-12-31 | 1 | -14/+15 | |
* | | | | nv50: multiply polygon offset units by 2 | Christoph Bumiller | 2009-12-31 | 1 | -1/+1 | |
* | | | | nv50: neg and abs modifiers for flops | Christoph Bumiller | 2009-12-31 | 1 | -28/+55 | |
* | | | | nv50: don't negate immediates in set_immd | Christoph Bumiller | 2009-12-31 | 1 | -12/+5 | |
* | | | | nouveau: Unreference state/buffer objects on context/screen destruction. | Younes Manton | 2009-12-28 | 2 | -0/+48 | |
* | | | | nv50: Dehexify and bring up to date with new method defines. | Marcin KoĆcielnicki | 2009-12-28 | 8 | -72/+69 | |
* | | | | nv50: support TGSI_OPCODE_CONT | Christoph Bumiller | 2009-12-24 | 2 | -1/+6 | |
* | | | | nv50: make edgeflags work | Christoph Bumiller | 2009-12-24 | 4 | -4/+64 | |
| |_|/ |/| | | ||||||
* | | | Merge branch 'gallium-edgeflags' | Roland Scheidegger | 2009-12-22 | 1 | -6/+0 | |
|\ \ \ | ||||||
| * | | | gallium: fix up drivers for edgeflag changes | Roland Scheidegger | 2009-12-19 | 1 | -6/+0 | |
* | | | | nv50: correct the negation of DDY sources | Christoph Bumiller | 2009-12-22 | 1 | -15/+7 | |
| |/ / |/| | | ||||||
* | | | nv50: make address reg allocation a little less hacky | Christoph Bumiller | 2009-12-20 | 1 | -24/+28 | |
* | | | nv50: use BREAKADDR and BREAK for loops | Christoph Bumiller | 2009-12-20 | 1 | -47/+75 | |
* | | | nv50: handle TGSI_OPCODE_RET,KILP | Christoph Bumiller | 2009-12-20 | 1 | -28/+54 | |
* | | | Move the remaining format pf_get_* functions to u_format.h. | Michal Krol | 2009-12-17 | 2 | -15/+17 | |
* | | | Merge branch 'master' into pipe-format-simplify | Michal Krol | 2009-12-17 | 12 | -297/+594 | |
|\ \ \ | ||||||
| * | | | nouveau: avoid running out of relocs | Maarten Maathuis | 2009-12-14 | 3 | -3/+5 | |
| * | | | nv50: be more cautious about using reg_instance | Christoph Bumiller | 2009-12-14 | 1 | -17/+10 | |
| * | | | nv50: store immediates as uint32 | Christoph Bumiller | 2009-12-14 | 2 | -33/+31 | |
| * | | | nouveau: nv50: Add missing ctor_immd_4u32 function | Patrice Mandin | 2009-12-13 | 1 | -2/+15 | |
| * | | | nv50: add proper zslice offset in miptree_surface | Christoph Bumiller | 2009-12-13 | 2 | -20/+21 | |
| * | | | nv50: use m2mf z pos instead of calculating offset manually | Christoph Bumiller | 2009-12-13 | 1 | -13/+10 | |
| * | | | nv50: add craziness for non-constant TXB and TXL | Christoph Bumiller | 2009-12-13 | 1 | -44/+204 | |
| * | | | nv50: support TXB and TXL | Christoph Bumiller | 2009-12-12 | 2 | -57/+108 | |
| * | | | nv50: add S8Z24 depth texture format too | Christoph Bumiller | 2009-12-12 | 3 | -0/+3 | |
| * | | | nv50: fix depth comparison func TSC bits | Christoph Bumiller | 2009-12-12 | 1 | -2/+3 | |
| * | | | nv50: add src_mask case for IF opcode | Christoph Bumiller | 2009-12-12 | 1 | -0/+2 | |
| * | | | nv50: plug memory leak in miptree creation/destruction | Christoph Bumiller | 2009-12-12 | 1 | -0/+6 | |
| * | | | nv50: use copies of tgsi src nv50_regs | Christoph Bumiller | 2009-12-12 | 1 | -26/+22 | |
| * | | | nv50: support vertex program textures | Christoph Bumiller | 2009-12-12 | 5 | -74/+156 | |
| |/ / | ||||||
| * | | nouveau: use boolean instead of bool | Roland Scheidegger | 2009-12-08 | 1 | -1/+1 | |
| * | | Merge branch 'gallium-noblocks' | Roland Scheidegger | 2009-12-04 | 2 | -33/+25 | |
| |\ \ | ||||||
| | * | | gallium: adapt nv drivers to interface cleanups | Roland Scheidegger | 2009-12-02 | 2 | -33/+25 | |
* | | | | s/desc->type/desc->channel[0].type/ | Michal Krol | 2009-12-17 | 1 | -2/+2 | |
* | | | | Format layout cannot be used to distinguish scaled/normalised formats. | Michal Krol | 2009-12-08 | 1 | -14/+4 | |
* | | | | Remove remaining pipe format utility functions. | Michal Krol | 2009-12-08 | 2 | -20/+56 |