Age | Commit message (Expand) | Author |
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 |
2009-06-06 | nv50: support non-normalized texture coords | Ben Skeggs |
2009-06-05 | nv50: use larger tile sizes | Ben Skeggs |
2009-06-05 | nv50: use nouveau_bo for query buffers | Ben Skeggs |
2009-06-05 | nv50: create textures with nouveau_bo, for flexibility with tiling later | Ben Skeggs |
2009-06-05 | nouveau: fix build with libdrm_nouveau 0.6 | Ben Skeggs |
2009-06-05 | nouveau: remove unneeded code from ws, use pipe_buffer_ instead of ws-> | Ben Skeggs |
2009-06-05 | nouveau: move channel creation into pipe drivers | Ben Skeggs |
2009-06-05 | nouveau: call notifier/grobj etc funcs directly | Ben Skeggs |
2009-06-05 | nouveau: add pipe_buffer/fence code to pipe drivers, move nv50 over | Ben Skeggs |
2009-06-05 | nouveau: pass nouveau_bo instead of pipe_buffer to so_ calls | Ben Skeggs |
2009-06-05 | nouveau: call nouveau_pushbuf directly rather than going through nvws | Ben Skeggs |
2009-05-28 | nv50: some mipmapping fixes | Ben Skeggs |
2009-05-28 | nv50: negate sources directly where supported | Christoph Bumiller |
2009-05-28 | nv50: introduce emit_cvt and use it | Christoph Bumiller |
2009-05-28 | nv50: fix TXP | Christoph Bumiller |
2009-05-28 | nv50: use multiple constant buffers | Christoph Bumiller |
2009-05-28 | nv50: don't look for unfreed temps in free_nv50_pc | Christoph Bumiller |
2009-05-28 | nv50: release hw TEMPs early | Christoph Bumiller |
2009-05-28 | nv50: allow immediates for MOV, ADD and MUL | Christoph Bumiller |
2009-05-28 | nv50: enable half insns for MOV and MUL | Christoph Bumiller |
2009-05-28 | nv50: make sure half-long insns are paired | Christoph Bumiller |
2009-05-28 | nv50: enable KIL in register 19a8 | Christoph Bumiller |
2009-05-28 | nv50: don't overwrite sources before they're used | Christoph Bumiller |