Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-12 | nouveau: rework nouveau_screen for latest and greatest changes | Ben Skeggs | |
2008-09-12 | Merge remote branch 'upstream/gallium-0.2' into nouveau-gallium-0.2 | Ben Skeggs | |
2008-09-12 | i915simple: A step closer to compiling | Jakob Bornecrantz | |
2008-09-11 | nouveau: gallium directory structure changed again.. | Ben Skeggs | |
2008-09-03 | i915: Fix typo in intel_lock.c | Jakob Bornecrantz | |
2008-09-03 | gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context. | José Fonseca | |
We want to use the pipe_buffer_* inlines everywhere, but a pipe context is not always available nor is it needed. | |||
2008-09-02 | i915: Fix typo in ws_dri_bufmgr.c | Jakob Bornecrantz | |
2008-09-01 | gallium: remove glthread.h file (not used) | Brian Paul | |
2008-08-26 | gallium: thread wrapper clean-up | Brian Paul | |
In p_thread.h replace _glthread_* functions with new pipe_* functions. Remove other old cruft. | |||
2008-08-24 | gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h | Brian Paul | |
Also, rename p_tile.[ch] to u_tile.[ch] | |||
2008-08-17 | if we can't find a mode, return first. At least we should | Alan Hourihane | |
see the top left portion if we've got larger screens on other CRTC's | |||
2008-08-17 | consolidate intel directories. | Alan Hourihane | |
we now have src/gallium/winsys/drm/intel/{common,dri,egl} |