| Commit message (Expand) | Author | Age | Files | Lines |
* | nv50: rework state emission | Ben Skeggs | 2010-03-10 | 1 | -19/+12 |
* | Merge branch 'gallium-nopointsizeminmax' | Roland Scheidegger | 2010-02-09 | 1 | -9/+7 |
|\ |
|
| * | gallium: clean up point sprite rasterizer state | Roland Scheidegger | 2010-02-03 | 1 | -8/+6 |
* | | gallium: pipe/p_inlines.h -> util/u_inlines.h | José Fonseca | 2010-02-02 | 1 | -1/+1 |
* | | nv50: fix uninitialized variable in nv50_revdep_reorder | Marcin Slusarz | 2010-01-25 | 1 | -1/+1 |
* | | nv50: fix handling of FragCoord input | Christoph Bumiller | 2010-01-24 | 1 | -12/+11 |
* | | nv50: cannot exit shaders on a control flow instruction | Christoph Bumiller | 2010-01-18 | 1 | -1/+9 |
* | | nv50: fix nv50_program->immd memory leak | Marcin Slusarz | 2010-01-18 | 1 | -0/+1 |
* | | nv50: implement instanced drawing | Christoph Bumiller | 2010-01-17 | 1 | -2/+20 |
* | | nv50: handle all and more system values | Christoph Bumiller | 2010-01-16 | 1 | -12/+107 |
* | | nv50: support for geometry programs in nv50_program | Christoph Bumiller | 2010-01-16 | 1 | -108/+314 |
* | | nv50: get access to primitive input space | Christoph Bumiller | 2010-01-16 | 1 | -88/+197 |
* | | nv50: fix memory leak on nv50_pc free | Marcin Slusarz | 2010-01-12 | 1 | -0/+2 |
|/ |
|
* | nv50: handle TGSI_OPCODE_UMAD,UMUL,NOT and fix SAD | Christoph Bumiller | 2010-01-08 | 1 | -3/+149 |
* | nv50: free src temp_temps on emit | Christoph Bumiller | 2010-01-08 | 1 | -32/+42 |
* | nv50: try to honor sprite coord mode | Christoph Bumiller | 2010-01-08 | 1 | -4/+10 |
* | nv50: preallocate TEMPs written first time in a subroutine | Christoph Bumiller | 2010-01-07 | 1 | -2/+10 |
* | nv50: handle TGSI_OPCODE_SAD,UADD | Christoph Bumiller | 2010-01-07 | 1 | -0/+96 |
* | nv50: handle TGSI_OPCODE_IMAX,IMIN,UMAX,UMIN | Christoph Bumiller | 2010-01-07 | 1 | -10/+49 |
* | 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 |
* | nouveau: rewrite nouveau_stateobj to use BEGIN_RING properly | Maarten Maathuis | 2010-01-05 | 1 | -3/+3 |
* | 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: 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 |
* | nv50: Dehexify and bring up to date with new method defines. | Marcin Kościelnicki | 2009-12-28 | 1 | -2/+2 |
* | nv50: support TGSI_OPCODE_CONT | Christoph Bumiller | 2009-12-24 | 1 | -0/+5 |
* | nv50: make edgeflags work | Christoph Bumiller | 2009-12-24 | 1 | -3/+16 |
* | 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 |
* | 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 | 1 | -32/+30 |
* | nouveau: nv50: Add missing ctor_immd_4u32 function | Patrice Mandin | 2009-12-13 | 1 | -2/+15 |
* | 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 | 1 | -56/+106 |
* | nv50: add src_mask case for IF opcode | Christoph Bumiller | 2009-12-12 | 1 | -0/+2 |
* | nv50: use copies of tgsi src nv50_regs | Christoph Bumiller | 2009-12-12 | 1 | -26/+22 |
* | Merge commit 'origin/tgsi-simplify-ext' | Keith Whitwell | 2009-12-01 | 1 | -54/+54 |
|\ |
|
| * | tgsi: rename fields of tgsi_full_src_register to reduce verbosity | Keith Whitwell | 2009-11-24 | 1 | -23/+23 |
| * | tgsi: rename fields of tgsi_full_dst_register to reduce verbosity | Keith Whitwell | 2009-11-24 | 1 | -18/+18 |
| * | tgsi: rename fields of tgsi_full_declaration to reduce verbosity | Keith Whitwell | 2009-11-24 | 1 | -2/+2 |