Age | Commit message (Expand) | Author |
2008-05-05 | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1 | Ben Skeggs |
2008-05-03 | gallium: fix warnings | Brian Paul |
2008-05-02 | gallium: code movement (XSHM code) | Brian Paul |
2008-05-02 | gallium: comments, clean-ups | Brian Paul |
2008-05-01 | gallium: remove the unused softpipe_winsys code | Brian Paul |
2008-04-30 | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1 | Ben Skeggs |
2008-04-29 | gallium: updated comment in xm_flush_frontbuffer() | Brian Paul |
2008-04-27 | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1 | Ben Skeggs |
2008-04-24 | xlib: only shortcircuit makecurrent if NO_RAST set, otherwise window size upd... | Keith Whitwell |
2008-04-23 | Merge branch 'upstream-gallium-0.1' into nouveau-gallium-0.1 | Ben Skeggs |
2008-04-22 | xlib: shortcircuit no-op makecurrent | Keith Whitwell |
2008-04-22 | xlib: implement SP_NO_RAST env var | Keith Whitwell |
2008-04-15 | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1 | Ben Skeggs |
2008-04-09 | gallium: remove unneeded st->haveFramebufferSurfaces field. | Brian Paul |
2008-04-04 | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1 | Ben Skeggs |
2008-04-04 | nouveau: create swizzled surface + scaled image objects | Ben Skeggs |
2008-04-04 | nouveau: in some cases don't create the buffer in local mem initially. | Ben Skeggs |
2008-04-03 | gallium: Only build softpipe driver by default for xlib winsys with scons. | Michel Dänzer |
2008-04-02 | nouveau: winsys printf disappeared :) | Ben Skeggs |
2008-04-02 | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1 | Ben Skeggs |
2008-04-01 | scons: Fix test for building dri/intel winsys. | Michel Dänzer |
2008-03-31 | gallium: Eliminate p_winsys::printf | José Fonseca |
2008-03-30 | nouveau: adapt to recent gallium changes | Ben Skeggs |
2008-03-30 | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1 | Ben Skeggs |
2008-03-27 | If visual is 32bpp, set visual->alphaBits = 8. | Brian |
2008-03-26 | xlib: Fix build error from recent fence changes | Ian Romanick |
2008-03-26 | gallium: Change pipe->flush() interface to optionally return a fence. | Michel Dänzer |
2008-03-25 | xlib: Add support for MIT-SHM in xlib winsys driver | Ian Romanick |
2008-03-25 | nouveau: refcount buffers on validate list. | Ben Skeggs |
2008-03-24 | nouveau: fix infinite wait on space for userbuf. | Ben Skeggs |
2008-03-21 | nouveau: do a retry if initial buffer alloc fails | Ben Skeggs |
2008-03-21 | nouveau: use saved fence pointer, not head of unsignalled list | Ben Skeggs |
2008-03-21 | nouveau: potentially delay buffer destruction | Ben Skeggs |
2008-03-21 | nouveau: try combining prev and next resources on free | Ben Skeggs |
2008-03-19 | nouveau: pass nvws to nvws->push_* functions, rather than nouveau_channel* | Ben Skeggs |
2008-03-17 | nouveau: create fence object when allocating pushbuf, instead of submit | Ben Skeggs |
2008-03-16 | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1 | Ben Skeggs |
2008-03-15 | nv10. | Stephane Marchesin |
2008-03-14 | gallium: added dummy install target | Brian |
2008-03-13 | nouveau: NV9X is basically a G80, fix issue with NV6X being detected as G80. | Ben Skeggs |
2008-03-13 | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1 | Ben Skeggs |
2008-03-12 | nv50: ouch, next_subchannel++ :) | Ben Skeggs |
2008-03-12 | nv50: some forgotten changes | Ben Skeggs |
2008-03-07 | nouveau: another "argh gallium fscks with assert" fix | Ben Skeggs |
2008-03-04 | gallium: Fix scons condition for building the xlib winsys. | Michel Dänzer |
2008-03-02 | nouveau: silence some warnings | Ben Skeggs |
2008-03-02 | nouveau: fix potential crash | Ben Skeggs |
2008-03-02 | nouveau: enable multi-context/single-channel support for nv40 | Ben Skeggs |
2008-03-02 | nouveau: turn pushbuf macros into inline functions | Ben Skeggs |
2008-02-29 | nouveau: hand nouveau_winsys in with pipe_screen init | Ben Skeggs |