Age | Commit message (Expand) | Author |
2009-09-15 | nv50: fix stupid thinko in emit_set | Christoph Bumiller |
2009-09-15 | nv50: let programs use the whole param buffer | Christoph Bumiller |
2009-09-15 | nv50: add preliminary support for point sprites | Christoph Bumiller |
2009-09-15 | nv50: add support for point size per vertex | Christoph Bumiller |
2009-09-15 | nv50: add support for light-twoside | Christoph Bumiller |
2009-09-15 | nv50: proper linkage between VP and FP | Christoph Bumiller |
2009-09-15 | nv50: move allocation of pc regs | Christoph Bumiller |
2009-09-15 | nv50: nicer initialization of nv50_regs | Christoph Bumiller |
2009-09-15 | nv50: handle CEIL and TRUNC opcodes | Christoph Bumiller |
2009-09-15 | nv50: handle SEQ, SGT, SLE, SNE opcodes | Christoph Bumiller |
2009-09-15 | nv50: SIN and COS use src0.w for dst.w | Christoph Bumiller |
2009-09-15 | nv50: use broadcast TEMP reg in tx_insn | Christoph Bumiller |
2009-09-15 | nv50: add nv50_tgsi_insn to handle swizzles safely | Christoph Bumiller |
2009-09-15 | nv50: add functions for swizzle resolution | Christoph Bumiller |
2009-09-15 | nv50: extend insn src mask function | Christoph Bumiller |
2009-09-14 | nv50: Fix m2mf positions. | Marcin KoĆcielnicki |
2009-09-10 | nv50: Fix tiling mode for lower mipmap levels. | Marcin KoĆcielnicki |
2009-09-03 | nv50: move centroid, flat bits when making interp long | Christoph Bumiller |
2009-09-03 | nv50: fix vbo_static_attrib method size error | Christoph Bumiller |
2009-09-03 | nv50: fix draw_elements_inline_u08/16 | Christoph Bumiller |
2009-09-02 | nv50: SWZ is the same as MOV from our perspective | Ben Skeggs |
2009-08-31 | nouveau: introduce nouveau_miptree common to all nouveau pipe drivers | Ben Skeggs |
2009-08-29 | nv50: set provoking vertex state | Christoph Bumiller |
2009-08-20 | nv50: use VTX_ATTR_nF for constant vtxelts | Christoph Bumiller |
2009-08-20 | nv50: set vertex buffer limits | Christoph Bumiller |
2009-08-20 | nv50: modify vbo format to hw translation, add BGRA swizzle | Christoph Bumiller |
2009-08-17 | nv50: remove a few cases of directly casting struct pipe_context | Maarten Maathuis |
2009-08-17 | nv50: borrow some flushing code from the ddx | Maarten Maathuis |
2009-08-17 | nv50: whitespace fixes and deobfuscation | Maarten Maathuis |
2009-08-17 | nv50: fix stencil state | Christoph Bumiller |
2009-08-15 | nv50: avoid a NULL-ptr dereference when the pipe context changes | Maarten Maathuis |
2009-08-15 | nv50: align registers used with TEX to 4 | Christoph Bumiller |
2009-08-14 | nv50: fix mipmap offsets and tiling | Christoph Bumiller |
2009-08-14 | nv50: make sure we don't re-emit outdated scissor state | Christoph Bumiller |
2009-08-14 | nv50: make use of the y-origin switch | Christoph Bumiller |
2009-08-14 | nv50: fix typo in REALLOC's 2nd argument in ctor_immd | Christoph Bumiller |
2009-07-29 | nv50: support non-blocking query_result() | Ben Skeggs |
2009-07-29 | nv50: correct zeta formats | Christoph Bumiller |
2009-07-29 | nv50: use new 2D surface format names | Christoph Bumiller |
2009-07-29 | nv50: support more vtxelt formats | Christoph Bumiller |
2009-07-29 | nv50: should use uint32_t ptr in draw_elements_inline_u32 | Christoph Bumiller |
2009-07-29 | nv50: TIC/TSC fixes and additions | Christoph Bumiller |
2009-07-29 | nv50: fix sx/dx typo in transfer_rect_m2mf | Christoph Bumiller |
2009-07-29 | nv50: fix viewport transform | Christoph Bumiller |
2009-07-29 | nv50: use correct scissor reg | Christoph Bumiller |
2009-07-22 | gallium: simplify tgsi_full_immediate struct | Keith Whitwell |
2009-07-14 | gallium: Define PIPE_CAP_BLEND_EQUATION_SEPARATE, remove extension from defau... | Patrice Mandin |
2009-07-01 | nouveau: return some supported zeta formats | Ben Skeggs |
2009-07-01 | nouveau: deal with PIPE_CAP_TGSI_CONT_SUPPORTED | Ben Skeggs |
2009-06-06 | nv50: fix multi-texturing | Ben Skeggs |