Age | Commit message (Expand) | Author |
2010-01-25 | nv50: fix uninitialized variable in nv50_revdep_reorder | Marcin Slusarz |
2010-01-25 | nv50: fix crash in nv50_pre_pipebuffer_map (nv50_screen->cur_ctx) | Marcin Slusarz |
2010-01-24 | nv50: fix handling of FragCoord input | Christoph Bumiller |
2010-01-24 | nv50: only flush texture caches on st request | Christoph Bumiller |
2010-01-24 | nv50: implement render_condition | Christoph Bumiller |
2010-01-18 | nv50: fix constant vtxattr methods | Christoph Bumiller |
2010-01-18 | nv50: make instanced drawing work with edge flags | Christoph Bumiller |
2010-01-18 | nv50: cannot exit shaders on a control flow instruction | Christoph Bumiller |
2010-01-18 | nv50: fix nv50_program->immd memory leak | Marcin Slusarz |
2010-01-17 | nv50: implement instanced drawing | Christoph Bumiller |
2010-01-16 | nv50: fix tile flags for scanout tex usage | Christoph Bumiller |
2010-01-16 | nv50: handle all and more system values | Christoph Bumiller |
2010-01-16 | nv50: hook up geometry programs | Christoph Bumiller |
2010-01-16 | nv50: support for geometry programs in nv50_program | Christoph Bumiller |
2010-01-16 | nv50: get access to primitive input space | Christoph Bumiller |
2010-01-15 | Merge branch 'gallium-noconstbuf' | Roland Scheidegger |
2010-01-12 | nv50: fix 2 off by one memory leaks (nv50_miptree_level->image_offset) | Marcin Slusarz |
2010-01-12 | nv50: fix memory leak on nv50_pc free | Marcin Slusarz |
2010-01-11 | gallium: remove const qualifier from pipe_buffer argument in set_constant_buffer | Roland Scheidegger |
2010-01-08 | nv50: handle TGSI_OPCODE_UMAD,UMUL,NOT and fix SAD | Christoph Bumiller |
2010-01-08 | nv50: free src temp_temps on emit | Christoph Bumiller |
2010-01-08 | nv50: try to honor sprite coord mode | Christoph Bumiller |
2010-01-08 | Merge branch 'mesa_7_7_branch' | Brian Paul |
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 | nv50: add missing parentheses in nv50_query_result() | Roel Kluin |
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-24 | gallium: adapt drivers to pipe_constant_buffer removal | Roland Scheidegger |
2009-12-22 | Merge branch 'gallium-edgeflags' | Roland Scheidegger |