Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-04-07 | nv40: implement user clip planes | Ben Skeggs | |
It turns out the user planes handed to the driver are already in clip space. Hence, we no longer need to transform incoming vertices before computing the clip distance, and no longer need to change the interface provided by gallium. Yay :) The clip state change handling could be better, but this works. | |||
2008-04-04 | nv40: kill some warnings | Ben Skeggs | |
2008-04-04 | nv40: have test for hw idxbuf in single place | Ben Skeggs | |
2008-04-04 | nouveau: in some cases don't create the buffer in local mem initially. | Ben Skeggs | |
2008-04-04 | nv40: remove redundant state_emit() calls | Ben Skeggs | |
2008-04-04 | nv40: static attribs -> stateobj | Ben Skeggs | |
2008-04-04 | nv40: convert the inline idxbuf paths also | Ben Skeggs | |
2008-04-04 | nv40: need to resubmit buffers if pushbuf gets flushed during draw | Ben Skeggs | |
2008-04-02 | nv40: only update draw module state when using swtnl | Ben Skeggs | |
2008-04-02 | nv40: shorten zsa state lines | Ben Skeggs | |
2008-03-31 | nv40: fix slight thinko | Ben Skeggs | |
2008-03-31 | nouveau: update object header | Ben Skeggs | |
2008-03-31 | nv40: support vp clip distance regs, unused currently. | Ben Skeggs | |
2008-03-31 | nv40: track current scissor enable/disable state | Ben Skeggs | |
Not sure how this was forgotten :) Anyhow, fixes gearbox/bzflag/xmoto, probably other things that use scissored clears / hit the nasty clear-with-quad path. | |||
2008-03-31 | nv40: mark fp dirty even when only consts updated | Ben Skeggs | |
Fixes arbfplight "sticking". | |||
2008-03-30 | nouveau: adapt to recent gallium changes | Ben Skeggs | |
2008-03-30 | nv40: vp 1/0/- swz | Ben Skeggs | |
2008-03-30 | nv40: vp const/immd fix | Ben Skeggs | |
2008-03-25 | nv40: respect do_flip in surface_copy() | Ben Skeggs | |
2008-03-24 | nv40: maintain pipe_surface status field | Ben Skeggs | |
2008-03-24 | nv40: respect rasterizer cso bypass_clipping flag | Ben Skeggs | |
2008-03-23 | nv40: vp reg changes similar to recent fp changes | Ben Skeggs | |
2008-03-23 | nv40: fix fp depth write | Ben Skeggs | |
2008-03-23 | nv40: remove some badness from fp temp/result allocation | Ben Skeggs | |
Should hopefully be OK now (on the fragprog size) for MRT. The hack from a commit 01cb2cd93efe7ad94d7fd36aa5a776c2e3ab4c7d is no longer needed. | |||
2008-03-23 | nv40: catch fp extra-const cases where both const and immd have same idx | Ben Skeggs | |
2008-03-23 | nv40: fp: fix multiple refs to a single const withing an instruction | Ben Skeggs | |
2008-03-23 | nv40: workaround fp result.data[0] clobberage | Ben Skeggs | |
Temporary, the fp reg handling will get reworked at some point in the near future. But before that, there's a few bugs to find. | |||
2008-03-23 | nv40: add dxtn formats (disabled) | Ben Skeggs | |
2008-03-21 | nv40: fix bug in query code | Ben Skeggs | |
2008-03-21 | nv40: add 16-bit SSCALED vb formats | Ben Skeggs | |
2008-03-21 | nv40: ensure vb relocs don't end up on list for swtnl | Ben Skeggs | |
Avoids bo code bailing out because of mapped buffers being validated. | |||
2008-03-21 | nv40: call semi-magic 0x1d88 method | Ben Skeggs | |
2008-03-21 | nv40: swtnl fallback on unsupported array format | Ben Skeggs | |
2008-03-21 | nv40: oops | Ben Skeggs | |
2008-03-21 | nv40: s/free/FREE/ | Ben Skeggs | |
2008-03-21 | nv40: align each level to 64 pixels | Ben Skeggs | |
2008-03-21 | nv40: use num_cbufs | Ben Skeggs | |
2008-03-21 | nv40: use new pipe_framebuffer width/height fields | Ben Skeggs | |
2008-03-21 | nouveau: match gallium API changes | Ben Skeggs | |
2008-03-19 | nv40: "implement" noise opcodes in fragprog | Ben Skeggs | |
For the moment, we do what NVIDIA does and return 0 unconditionally. This isn't correct, but it's an implementation at least. | |||
2008-03-19 | nouveau: pass nvws to nvws->push_* functions, rather than nouveau_channel* | Ben Skeggs | |
2008-03-17 | nv40: a few more fp opcodes | Ben Skeggs | |
2008-03-17 | nv40: workaround main swtnl breakage | Ben Skeggs | |
Not sure where the real bug is here yet, but for now this gives us correct rendering in far more cases than previously. | |||
2008-03-16 | nv40: simple swtnl path (half broken, but getting there) | Ben Skeggs | |
2008-03-13 | nouveau: match interface changes | Ben Skeggs | |
2008-03-03 | nv40: re-do vtxbuf format code | Ben Skeggs | |
2008-03-02 | nv40: nuke debug | Ben Skeggs | |
2008-03-02 | nv40: fix segv when app "skips" texture units. | Ben Skeggs | |
2008-03-02 | nouveau: enable multi-context/single-channel support for nv40 | Ben Skeggs | |
2008-02-29 | nv40: move "channel context" stuff into nv40_screen | Ben Skeggs | |