| Commit message (Expand) | Author | Age | Files | Lines |
* | progs/egl: Move demos a level deeper. | Chia-I Wu | 2010-04-01 | 1 | -1/+1 |
* | svga: Fix typo in configure script | Xavier Chantry | 2010-03-26 | 1 | -1/+1 |
* | st/dri: Reshuffle files and make it obvious which files are shared | Jakob Bornecrantz | 2010-03-26 | 1 | -9/+2 |
* | gallium: Add propper sanity checks in configure.ac | Jakob Bornecrantz | 2010-03-25 | 1 | -47/+46 |
* | configure:ac add swrastg_dri | George Sapountzis | 2010-03-25 | 1 | -6/+4 |
* | swrastg_dri: add state_tracker | George Sapountzis | 2010-03-25 | 1 | -1/+1 |
* | gallium: Reorg winsys directories | Jakob Bornecrantz | 2010-03-24 | 1 | -7/+7 |
* | gallium: Move xorg drivers to targets | Jakob Bornecrantz | 2010-03-24 | 1 | -0/+12 |
* | gallium: Move egl drivers to targets | Jakob Bornecrantz | 2010-03-24 | 1 | -2/+21 |
* | gallium: Move dri drivers to targets | Jakob Bornecrantz | 2010-03-24 | 1 | -1/+5 |
* | gallium: Remove GALLIUM_WINSYS_DRM_DIRS | Jakob Bornecrantz | 2010-03-24 | 1 | -10/+15 |
* | Change libX11 variables to not conflict with AC_PATH_XTRA | Dan Nicholson | 2010-03-23 | 1 | -1/+5 |
* | nv30, nv40: move last files to nvfx/ and rm -rf nv30 nv40 | Luca Barbieri | 2010-03-15 | 1 | -1/+1 |
* | nvfx: add nvfx directory to build system | Luca Barbieri | 2010-03-15 | 1 | -1/+1 |
* | Use X_LIBS from pkg-config, instead of libdir, for locating libX11 | Jeff Smith | 2010-03-13 | 1 | -1/+3 |
* | Merge branch '7.8' | Michel Dänzer | 2010-03-12 | 1 | -4/+12 |
|\ |
|
| * | st/xorg: Fixup configure | Jakob Bornecrantz | 2010-03-11 | 1 | -4/+12 |
* | | mesa: fix linux-dri and autogen builds since sw-api-2 merge | Keith Whitwell | 2010-03-12 | 1 | -1/+5 |
* | | config: drop WINDOW_SYSTEM var | George Sapountzis | 2010-03-06 | 1 | -3/+0 |
|/ |
|
* | Add version check for GCC | Ian Romanick | 2010-03-03 | 1 | -0/+22 |
* | intel: Use drm_intel_bo_alloc_tiled for region allocs. | Eric Anholt | 2010-03-03 | 1 | -1/+1 |
* | Drop fb, ffb and gamma dri drivers | Kristian Høgsberg | 2010-02-25 | 1 | -8/+5 |
* | Remove directfb support | Kristian Høgsberg | 2010-02-25 | 1 | -1/+1 |
* | configure: PTHREADS should be defined on cygwin, as well | Brian Paul | 2010-02-18 | 1 | -0/+3 |
* | configure.ac: Lower require dri2proto version to 2.1 | Kristian Høgsberg | 2010-02-16 | 1 | -1/+1 |
* | configure.ac: Enable egl demos when --enable-egl is passed | Kristian Høgsberg | 2010-02-09 | 1 | -0/+4 |
* | Retire miniglx and move the actual glx code up to src/glx | Kristian Høgsberg | 2010-02-09 | 1 | -1/+1 |
* | egl_dri2: Use pkg-config cflags and libs from configure output | Kristian Høgsberg | 2010-02-05 | 1 | -2/+2 |
* | Merge commit 'fj/mesa-next' | Keith Whitwell | 2010-02-05 | 1 | -1/+1 |
|\ |
|
| * | Nuke the nv0x-nv2x gallium pipe drivers. | Francisco Jerez | 2010-02-04 | 1 | -1/+1 |
* | | configure.ac: Check for xcb-dri2 to enable EGL dri2 driver. | Chia-I Wu | 2010-02-05 | 1 | -6/+11 |
|/ |
|
* | egl: Add driver for EGL on X with DRI2 | Kristian Høgsberg | 2010-02-04 | 1 | -1/+9 |
* | glx: Build GLX normally. | Chia-I Wu | 2010-01-26 | 1 | -1/+1 |
* | egl: Install drivers to ${libdir}/egl. | Chia-I Wu | 2010-01-23 | 1 | -0/+7 |
* | st/egl_g3d: Rename to st/egl. | Chia-I Wu | 2010-01-22 | 1 | -4/+4 |
* | winsys/drm: Add swrast. | Chia-I Wu | 2010-01-22 | 1 | -0/+12 |
* | st/egl: Remove the egl state tracker. | Chia-I Wu | 2010-01-22 | 1 | -3/+3 |
* | egl: Remove USING_EGL and the related drivers. | Chia-I Wu | 2010-01-22 | 1 | -8/+0 |
* | Fix typo in configure message for gcc -fvisibility=hidden | Alan Coopersmith | 2010-01-21 | 1 | -1/+1 |
* | Merge remote branch 'origin/opengl-es-v2' | Chia-I Wu | 2010-01-20 | 1 | -7/+21 |
|\ |
|
| * | configure.ac: Fix es state tracker build. | Chia-I Wu | 2010-01-12 | 1 | -3/+9 |
| * | Merge branch 'master' into opengl-es-v2 | Chia-I Wu | 2010-01-12 | 1 | -29/+98 |
| |\ |
|
| * | | Add es state tracker to autoconf. | Chia-I Wu | 2010-01-05 | 1 | -5/+13 |
* | | | Check if gcc supports -fvisibility=hidden before adding to CFLAGS | Alan Coopersmith | 2010-01-19 | 1 | -1/+8 |
* | | | r300g: Build driver by default | Jakob Bornecrantz | 2010-01-14 | 1 | -1/+3 |
* | | | GLX: use glproto CFLAGS etc. when building | Jesse Barnes | 2010-01-13 | 1 | -2/+2 |
| |/
|/| |
|
* | | winsys/drm: Use egl_g3d to build EGL drivers. | Chia-I Wu | 2010-01-12 | 1 | -1/+1 |
* | | st/egl_g3d: Add support for KMS native display. | Chia-I Wu | 2010-01-12 | 1 | -1/+1 |
* | | st/egl_g3d: New EGL state tracker that uses Gallium. | Chia-I Wu | 2010-01-12 | 1 | -0/+29 |
* | | GLX: check glproto version | Jesse Barnes | 2010-01-11 | 1 | -0/+2 |