summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/drm/intel/dri
AgeCommit message (Collapse)Author
2010-02-11scons: Fix drm/intel build.José Fonseca
2010-01-01scons: Aggregate all tiny libraries in a single library.José Fonseca
Makes integration of gallium into out of tree components much easier. No pratical change for components in this tree,
2009-11-05i915g: Do not create a symlink for i965_dri.soJakob Bornecrantz
2009-10-05i915g: Drop the simple sufixJakob Bornecrantz
None of the other driver have a silly sufix, so just drop it. Nothing new added in this commit or any other commit but this is better marketing.
2009-09-09i915g: Remove lib prefix from driverJakob Bornecrantz
2009-08-06i915g: Compile with sconsJakob Bornecrantz
2009-06-30identity: Create a drm_api wrapperJakob Bornecrantz
2009-05-16gallium-intel: Enable trace driverJakob Bornecrantz
2009-05-15gallium-intel: Build with sconsJakob Bornecrantz
2009-05-09gallium: replace lib with $(LIB_DIR)Hanno Böck
2009-04-28gallium-intel: Create a i965_dri.so symlinkJakob 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-28gallium-intel: Fix build of dri driverJakob Bornecrantz
2009-02-12intel: Remove the old depricated dri1 winsysJakob Bornecrantz
2008-09-26st: change from ** to * for st_unreference_framebuffer()Alan Hourihane
2008-09-19i915simple: Use defined MSAA arrayJakob Bornecrantz
2008-09-19fix for MSAAAlan Hourihane
2008-09-19i915simple: Front flushing does workJakob Bornecrantz
2008-09-19i915simple: Fix extentions being loadedJakob Bornecrantz
2008-09-15i915simple: dri winsys does now compile and worksJakob Bornecrantz
Glxgears hits an assert, but tri works
2008-09-12i915simple: A step closer to compilingJakob Bornecrantz
2008-09-03i915: Fix typo in intel_lock.cJakob Bornecrantz
2008-09-03gallium: 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-26gallium: thread wrapper clean-upBrian Paul
In p_thread.h replace _glthread_* functions with new pipe_* functions. Remove other old cruft.
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul
Also, rename p_tile.[ch] to u_tile.[ch]
2008-08-17consolidate intel directories.Alan Hourihane
we now have src/gallium/winsys/drm/intel/{common,dri,egl}