Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gallium: Move dri drivers to targets | Jakob Bornecrantz | 2010-03-24 | 2 | -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é Fonseca | 2010-02-11 | 1 | -4/+5 |
| | |||||
* | scons: Aggregate all tiny libraries in a single library. | José Fonseca | 2010-01-01 | 1 | -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.so | Jakob Bornecrantz | 2009-11-05 | 1 | -1/+0 |
| | |||||
* | i915g: Drop the simple sufix | Jakob Bornecrantz | 2009-10-05 | 2 | -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 driver | Jakob Bornecrantz | 2009-09-09 | 1 | -1/+2 |
| | |||||
* | i915g: Compile with scons | Jakob Bornecrantz | 2009-08-06 | 1 | -1/+4 |
| | |||||
* | identity: Create a drm_api wrapper | Jakob Bornecrantz | 2009-06-30 | 1 | -0/+1 |
| | |||||
* | gallium-intel: Enable trace driver | Jakob Bornecrantz | 2009-05-16 | 2 | -0/+2 |
| | |||||
* | gallium-intel: Build with scons | Jakob Bornecrantz | 2009-05-15 | 1 | -0/+15 |
| | |||||
* | gallium: replace lib with $(LIB_DIR) | Hanno Böck | 2009-05-09 | 1 | -2/+2 |
| | |||||
* | gallium-intel: Create a i965_dri.so symlink | Jakob Bornecrantz | 2009-04-28 | 1 | -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 driver | Jakob Bornecrantz | 2009-04-28 | 1 | -0/+23 |
| | |||||
* | intel: Remove the old depricated dri1 winsys | Jakob Bornecrantz | 2009-02-12 | 15 | -2324/+0 |
| | |||||
* | st: change from ** to * for st_unreference_framebuffer() | Alan Hourihane | 2008-09-26 | 1 | -1/+1 |
| | |||||
* | i915simple: Use defined MSAA array | Jakob Bornecrantz | 2008-09-19 | 1 | -1/+1 |
| | |||||
* | fix for MSAA | Alan Hourihane | 2008-09-19 | 1 | -1/+1 |
| | |||||
* | i915simple: Front flushing does work | Jakob Bornecrantz | 2008-09-19 | 1 | -5/+3 |
| | |||||
* | i915simple: Fix extentions being loaded | Jakob Bornecrantz | 2008-09-19 | 1 | -0/+1 |
| | |||||
* | i915simple: dri winsys does now compile and works | Jakob Bornecrantz | 2008-09-15 | 1 | -145/+242 |
| | | | | Glxgears hits an assert, but tri works | ||||
* | i915simple: A step closer to compiling | Jakob Bornecrantz | 2008-09-12 | 1 | -1/+0 |
| | |||||
* | i915: Fix typo in intel_lock.c | Jakob Bornecrantz | 2008-09-03 | 1 | -1/+1 |
| | |||||
* | gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context. | José Fonseca | 2008-09-03 | 1 | -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-up | Brian Paul | 2008-08-26 | 1 | -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.h | Brian Paul | 2008-08-24 | 1 | -1/+1 |
| | | | | Also, rename p_tile.[ch] to u_tile.[ch] | ||||
* | consolidate intel directories. | Alan Hourihane | 2008-08-17 | 15 | -0/+2229 |
we now have src/gallium/winsys/drm/intel/{common,dri,egl} |