Age | Commit message (Expand) | Author |
2010-01-07 | nv50: preallocate TEMPs written first time in a subroutine | Christoph Bumiller |
2010-01-07 | nv50: handle TGSI_OPCODE_SAD,UADD | Christoph Bumiller |
2010-01-07 | nv50: handle TGSI_OPCODE_IMAX,IMIN,UMAX,UMIN | Christoph Bumiller |
2010-01-07 | nv50: handle integer SET operations | Christoph Bumiller |
2010-01-07 | nv50: handle TGSI_OPCODE_SHL,ISHR,USHR | Christoph Bumiller |
2010-01-07 | nv50: handle TGSI_OPCODE_F2I,F2U,I2F,U2F plus src mods | Christoph Bumiller |
2010-01-06 | gallium: remove PIPE_TEX_FILTER_ANISO | Luca Barbieri |
2010-01-05 | nouveau: rewrite nouveau_stateobj to use BEGIN_RING properly | Maarten Maathuis |
2010-01-05 | nv50: remove vtxbuf stateobject after a referenced vtxbuf is mapped | Maarten Maathuis |
2010-01-05 | Merge commit 'origin/gallium-draw-retval' | Keith Whitwell |
2009-12-31 | nv50: small fix for handling "dangerous" swizzles | Christoph Bumiller |
2009-12-31 | nv50: fix TEXLOD sequence and use it only in FPs | Christoph Bumiller |
2009-12-31 | nv50: cannot kill branch if immediate is used | Christoph Bumiller |
2009-12-31 | nv50: make assimilate_temp safe | Christoph Bumiller |
2009-12-31 | nv50: handle TGSI_OPCODE_EXP,LOG | Christoph Bumiller |
2009-12-31 | nv50: add support for subroutines | Christoph Bumiller |
2009-12-31 | nv50: alloc_reg on reg_instance | Christoph Bumiller |
2009-12-31 | nv50: multiply polygon offset units by 2 | Christoph Bumiller |
2009-12-31 | nv50: neg and abs modifiers for flops | Christoph Bumiller |
2009-12-31 | nv50: don't negate immediates in set_immd | Christoph Bumiller |
2009-12-28 | nouveau: Unreference state/buffer objects on context/screen destruction. | Younes Manton |
2009-12-28 | nv50: Dehexify and bring up to date with new method defines. | Marcin Kościelnicki |
2009-12-24 | nv50: support TGSI_OPCODE_CONT | Christoph Bumiller |
2009-12-24 | nv50: make edgeflags work | Christoph Bumiller |
2009-12-22 | Merge branch 'gallium-edgeflags' | Roland Scheidegger |
2009-12-22 | nv50: correct the negation of DDY sources | Christoph Bumiller |
2009-12-21 | gallium: propogate draw retval changes into more drivers | Keith Whitwell |
2009-12-20 | nv50: make address reg allocation a little less hacky | Christoph Bumiller |
2009-12-20 | nv50: use BREAKADDR and BREAK for loops | Christoph Bumiller |
2009-12-20 | nv50: handle TGSI_OPCODE_RET,KILP | Christoph Bumiller |
2009-12-19 | gallium: fix up drivers for edgeflag changes | Roland Scheidegger |
2009-12-17 | Move the remaining format pf_get_* functions to u_format.h. | Michal Krol |
2009-12-17 | Merge branch 'master' into pipe-format-simplify | Michal Krol |
2009-12-17 | s/desc->type/desc->channel[0].type/ | Michal Krol |
2009-12-14 | nouveau: avoid running out of relocs | Maarten Maathuis |
2009-12-14 | nv50: be more cautious about using reg_instance | Christoph Bumiller |
2009-12-14 | nv50: store immediates as uint32 | Christoph Bumiller |
2009-12-13 | nouveau: nv50: Add missing ctor_immd_4u32 function | Patrice Mandin |
2009-12-13 | nv50: add proper zslice offset in miptree_surface | Christoph Bumiller |
2009-12-13 | nv50: use m2mf z pos instead of calculating offset manually | Christoph Bumiller |
2009-12-13 | nv50: add craziness for non-constant TXB and TXL | Christoph Bumiller |
2009-12-12 | nv50: support TXB and TXL | Christoph Bumiller |
2009-12-12 | nv50: add S8Z24 depth texture format too | Christoph Bumiller |
2009-12-12 | nv50: fix depth comparison func TSC bits | Christoph Bumiller |
2009-12-12 | nv50: add src_mask case for IF opcode | Christoph Bumiller |
2009-12-12 | nv50: plug memory leak in miptree creation/destruction | Christoph Bumiller |
2009-12-12 | nv50: use copies of tgsi src nv50_regs | Christoph Bumiller |
2009-12-12 | nv50: support vertex program textures | Christoph Bumiller |
2009-12-08 | nouveau: use boolean instead of bool | Roland Scheidegger |
2009-12-08 | Format layout cannot be used to distinguish scaled/normalised formats. | Michal Krol |