Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-15 | gallium-intel: Build with scons | Jakob Bornecrantz | |
2009-05-09 | gallium: replace lib with $(LIB_DIR) | Hanno Böck | |
2009-04-28 | gallium-intel: Create a i965_dri.so symlink | Jakob Bornecrantz | |
This is only used for debuging the gem backend on i965 chipset using the softpipe pipe driver. Usage: "export INTEL_SOFTPIPE=y" and point LIBGL_DRIVERS_PATH to "$MESA/lib/gallium" where $MESA is the mesa root. | |||
2009-04-28 | gallium-intel: Fix build of dri driver | Jakob Bornecrantz | |
2009-02-12 | intel: Remove the old depricated dri1 winsys | Jakob Bornecrantz | |
2008-09-26 | st: change from ** to * for st_unreference_framebuffer() | Alan Hourihane | |
2008-09-19 | i915simple: Use defined MSAA array | Jakob Bornecrantz | |
2008-09-19 | fix for MSAA | Alan Hourihane | |
2008-09-19 | i915simple: Front flushing does work | Jakob Bornecrantz | |
2008-09-19 | i915simple: Fix extentions being loaded | Jakob Bornecrantz | |
2008-09-15 | i915simple: dri winsys does now compile and works | Jakob Bornecrantz | |
Glxgears hits an assert, but tri works | |||
2008-09-12 | i915simple: A step closer to compiling | Jakob Bornecrantz | |
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-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 | consolidate intel directories. | Alan Hourihane | |
we now have src/gallium/winsys/drm/intel/{common,dri,egl} |