summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/drm/intel/dri
Commit message (Collapse)AuthorAgeFilesLines
* gallium: Move dri drivers to targetsJakob Bornecrantz2010-03-242-47/+0
| | | | | | | | | | | | | | Attached output from git commit: rename src/gallium/{winsys/drm/Makefile.template => targets/Makefile.dri} (100%) rename src/gallium/{winsys/drm/intel/dri => targets/dri-i915}/Makefile (75%) rename src/gallium/{winsys/drm/intel/dri => targets/dri-i915}/SConscript (100%) rename src/gallium/{winsys/drm/i965/dri => targets/dri-i965}/Makefile (76%) rename src/gallium/{winsys/drm/i965/dri => targets/dri-i965}/SConscript (100%) rename src/gallium/{winsys/drm/nouveau/dri => targets/dri-nouveau}/Makefile (86%) rename src/gallium/{winsys/drm/radeon/dri => targets/dri-radeong}/Makefile (85%) rename src/gallium/{winsys/drm/radeon/dri => targets/dri-radeong}/SConscript (100%) rename src/gallium/{winsys/drm/vmware/dri => targets/dri-vmwgfx}/Makefile (85%) rename src/gallium/{winsys/drm/vmware/dri => targets/dri-vmwgfx}/SConscript (100%)
* scons: Fix drm/intel build.José Fonseca2010-02-111-4/+5
|
* scons: Aggregate all tiny libraries in a single library.José Fonseca2010-01-011-1/+1
| | | | | Makes integration of gallium into out of tree components much easier. No pratical change for components in this tree,
* i915g: Do not create a symlink for i965_dri.soJakob Bornecrantz2009-11-051-1/+0
|
* i915g: Drop the simple sufixJakob Bornecrantz2009-10-052-2/+2
| | | | | | 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.
* i915g: Remove lib prefix from driverJakob Bornecrantz2009-09-091-1/+2
|
* i915g: Compile with sconsJakob Bornecrantz2009-08-061-1/+4
|
* identity: Create a drm_api wrapperJakob Bornecrantz2009-06-301-0/+1
|
* gallium-intel: Enable trace driverJakob Bornecrantz2009-05-162-0/+2
|
* gallium-intel: Build with sconsJakob Bornecrantz2009-05-151-0/+15
|
* gallium: replace lib with $(LIB_DIR)Hanno Böck2009-05-091-2/+2
|
* gallium-intel: Create a i965_dri.so symlinkJakob Bornecrantz2009-04-281-1/+3
| | | | | | | | 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.
* gallium-intel: Fix build of dri driverJakob Bornecrantz2009-04-281-0/+23
|
* intel: Remove the old depricated dri1 winsysJakob Bornecrantz2009-02-1215-2324/+0
|
* st: change from ** to * for st_unreference_framebuffer()Alan Hourihane2008-09-261-1/+1
|
* i915simple: Use defined MSAA arrayJakob Bornecrantz2008-09-191-1/+1
|
* fix for MSAAAlan Hourihane2008-09-191-1/+1
|
* i915simple: Front flushing does workJakob Bornecrantz2008-09-191-5/+3
|
* i915simple: Fix extentions being loadedJakob Bornecrantz2008-09-191-0/+1
|
* i915simple: dri winsys does now compile and worksJakob Bornecrantz2008-09-151-145/+242
| | | | Glxgears hits an assert, but tri works
* i915simple: A step closer to compilingJakob Bornecrantz2008-09-121-1/+0
|
* i915: Fix typo in intel_lock.cJakob Bornecrantz2008-09-031-1/+1
|
* gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.José Fonseca2008-09-031-1/+1
| | | | | We want to use the pipe_buffer_* inlines everywhere, but a pipe context is not always available nor is it needed.
* gallium: thread wrapper clean-upBrian Paul2008-08-261-4/+4
| | | | | In p_thread.h replace _glthread_* functions with new pipe_* functions. Remove other old cruft.
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-1/+1
| | | | Also, rename p_tile.[ch] to u_tile.[ch]
* consolidate intel directories.Alan Hourihane2008-08-1715-0/+2229
we now have src/gallium/winsys/drm/intel/{common,dri,egl}