Age | Commit message (Expand) | Author |
2010-03-10 | nv50: add option to force immediate-mode submission, disable by default | Ben Skeggs |
2010-03-10 | nv50: make use of scissor enable/disable method | Ben Skeggs |
2010-03-10 | nv50: remove pre_pipebuffer_map hack.... | Ben Skeggs |
2010-03-10 | nv50: rework state emission | Ben Skeggs |
2010-03-01 | nouveau: Rename pipe formats. | José Fonseca |
2010-02-16 | nv50: use hw idx buffers where we can | Ben Skeggs |
2010-02-08 | gallium: squash-merge of gallium screen context | Keith Whitwell |
2010-02-01 | nv50/nv40/nv30: fix small memory leak of nouveau_resources on screen_destroy | Marcin Slusarz |
2010-01-29 | tgsi: add caps for fragment coord conventions (v3) | Luca Barbieri |
2010-01-26 | nv50: supports independent blend enables | Christoph Bumiller |
2010-01-26 | gallium: add the new PIPE_CAP blend bits to more drivers | Roland Scheidegger |
2010-01-17 | nv50: implement instanced drawing | Christoph Bumiller |
2010-01-16 | nv50: hook up geometry programs | Christoph Bumiller |
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 |
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-12 | nv50: support TXB and TXL | Christoph Bumiller |
2009-12-12 | nv50: add S8Z24 depth texture format too | Christoph Bumiller |
2009-12-12 | nv50: support vertex program textures | Christoph Bumiller |
2009-11-07 | nv50: enable all 32 threads of a warp | Christoph Bumiller |
2009-10-28 | nv50: activate more lanes in a warp | Christoph Bumiller |
2009-10-23 | nv50: add depth texture formats, and a few others, too | Christoph Bumiller |
2009-10-22 | nv50: support 3D class 0x8597, remove redundant unknown chipset detection | Ben Skeggs |
2009-10-19 | nv50: add support for address regs | Christoph Bumiller |
2009-10-19 | nv50: use SIFC for TIC, TSC upload | Christoph Bumiller |
2009-10-05 | nv50: support PIPE_FORMAT_X8R8G8B8_UNORM | Ben Skeggs |
2009-09-16 | gallium: Deprecate PIPE_CAP_S3TC. | José Fonseca |
2009-09-15 | nv50: add preliminary support for point sprites | Christoph Bumiller |
2009-08-17 | nv50: whitespace fixes and deobfuscation | Maarten Maathuis |
2009-08-14 | nv50: make use of the y-origin switch | Christoph Bumiller |
2009-07-29 | nv50: correct zeta formats | Christoph Bumiller |
2009-07-29 | nv50: use correct scissor reg | Christoph Bumiller |
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-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: use multiple constant buffers | Christoph Bumiller |
2009-03-07 | nv50: simplify tesla object selection | Ben Skeggs |
2009-03-07 | nouveau: make stateobjs start off with refcount of 1 | Ben Skeggs |
2009-03-07 | Fix nv50_screen_create() | Victor Stinner |
2009-03-04 | gallium: Unify reference counting. | Michel Dänzer |
2009-02-20 | nv50: rework for texture_transfer changes | Ben Skeggs |