Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-02-15 | nv40: cleanup state handling a bit | Ben Skeggs | |
2008-02-15 | nv40: the 0x4497 version of curie doesn't support index buffers. | Ben Skeggs | |
2008-02-15 | nouveau: avoid relocations where possible. | Ben Skeggs | |
Potential relocations are emitted as NOPs where they're needed. In the event a buffer moves, the pushbuf code will emit the relevant state changes into the NOPs. Just a start, more work is needed to get this looking how I want it to. | |||
2008-02-13 | nv40: Avoid a nasty array overflow leading to a corrupt memory pointer. | Maarten Maathuis | |
2008-02-03 | Add NV63. | Stephane Marchesin | |
2008-01-30 | nouveau: support nv67 | Ben Skeggs | |
2008-01-28 | nouveau: quicky-port to gallium changes | Ben Skeggs | |
2008-01-20 | nv40: clarify that tex code is fp-only, we'll do vertex textures eventually. | Ben Skeggs | |
2008-01-16 | nv40: stronger type safety | Ben Skeggs | |
2008-01-16 | nouveau: gallium changes.. | Ben Skeggs | |
2008-01-08 | nouveau: object header update | Ben Skeggs | |
2008-01-07 | nv40: use a more "normal" 2x8bit format, the other is likely a HILO format. | Ben Skeggs | |
2008-01-07 | nouveau: share pushbuf interface code between pipe drivers | Ben Skeggs | |
2008-01-06 | nv40: do nothing for set_clip_state() | Ben Skeggs | |
There's no way possible for us to support clip planes with the current interfaces anyway. | |||
2008-01-06 | nv40: bind textures based on fragprog usage. | Ben Skeggs | |
2008-01-02 | nv40: some cleanups | Ben Skeggs | |
2007-12-30 | nv40: s/READ/WRITE/ | Ben Skeggs | |
2007-12-30 | nouveau: header update | Ben Skeggs | |
2007-12-30 | nv40: untested fragprog mods for big-endian chips | Ben Skeggs | |
2007-12-27 | nouveau: remove legacy stuff | Ben Skeggs | |
2007-12-26 | nouveau: header update | Ben Skeggs | |
2007-12-26 | nv40: use index buffers rather than inline indices. | Ben Skeggs | |
We probably want to use inline indices in some situations still, but this commit's primary purpose is to workaround some mis-rendering caused by a more complicated problem that'll get fixed eventually. | |||
2007-12-24 | nv40: ensure all required buffers are accounted for during state validation | Ben Skeggs | |
2007-12-23 | nv40: seems we have stencil faces around the wrong way. | Ben Skeggs | |
2007-12-23 | nouveau: match gallium changes | Ben Skeggs | |
2007-12-18 | nouveau: match latest gallium changes | Ben Skeggs | |
2007-12-17 | nv40: fix valgrind complaints | Ben Skeggs | |
2007-12-17 | nv40: clean state a bit | Ben Skeggs | |
2007-12-17 | nv40: colormask thinko | Ben Skeggs | |
2007-12-16 | nv40: don't use vertex buffers for static vertices. | Ben Skeggs | |
2007-12-16 | nouveau: some cleanups | Ben Skeggs | |
2007-12-16 | nv40: fix culling | Ben Skeggs | |
2007-12-16 | nv40: typo | Ben Skeggs | |
2007-12-16 | nv40: fp support for TGSI_FILE_IMMEDIATE. | Ben Skeggs | |
arbfslight works, nouveau's first GLSL prog :) | |||
2007-12-16 | nv40: grow fragprog as needed | Ben Skeggs | |
2007-12-16 | nv40: destroy programs | Ben Skeggs | |
2007-12-16 | nv40: make vbo state update static | Ben Skeggs | |
2007-12-15 | nv40: less dodgy vp const/insn handling | Ben Skeggs | |
2007-12-14 | nv40: Do all fp setup in nv40_fragprog.c | Ben Skeggs | |
2007-12-13 | nouveau: more adaption.. | Ben Skeggs | |
2007-12-12 | nv40: Fix bug in vtxprog + a few tweaks | Ben Skeggs | |
2007-12-12 | nv40: small bug | Ben Skeggs | |
2007-12-12 | nouveau: adapt | Ben Skeggs | |
Some things that worked before are now broken, there's an "XXX:" around one of the culprits in the GL state tracker so hopefully it'll get fixed soon! | |||
2007-12-11 | nv40: insanely stupid bug.. | Ben Skeggs | |
2007-12-11 | nv40: allow reading from fragprog result regs | Ben Skeggs | |
2007-12-11 | nv40: depth textures | Ben Skeggs | |
2007-12-11 | nv40: some forgotten adaptions | Ben Skeggs | |
2007-12-11 | nouveau: fix build | Ben Skeggs | |
2007-12-10 | nv40: more flexible vbo format translation | Ben Skeggs | |
2007-12-10 | nouveau: fix build | Ben Skeggs | |