| Commit message (Expand) | Author | Age | Files | Lines |
* | auto detect llvm version | Chris Li | 2010-03-26 | 1 | -0/+2 |
* | gallium: Reorg winsys directories | Jakob Bornecrantz | 2010-03-24 | 2 | -2/+2 |
* | gallium: Move egl drivers to targets | Jakob Bornecrantz | 2010-03-24 | 3 | -3/+4 |
* | gallium: Remove GALLIUM_WINSYS_DRM_DIRS | Jakob Bornecrantz | 2010-03-24 | 4 | -7/+3 |
* | Change libX11 variables to not conflict with AC_PATH_XTRA | Dan Nicholson | 2010-03-23 | 1 | -2/+2 |
* | llvmpipe: remove -m32 flag from linux-llvm config | Brian Paul | 2010-03-17 | 1 | -1/+1 |
* | cell: build identity driver too | Brian Paul | 2010-03-16 | 1 | -1/+1 |
* | Use X_LIBS from pkg-config, instead of libdir, for locating libX11 | Jeff Smith | 2010-03-13 | 1 | -0/+2 |
* | mesa: fix linux-dri and autogen builds since sw-api-2 merge | Keith Whitwell | 2010-03-12 | 2 | -2/+2 |
* | null: Add a null software winsys. | José Fonseca | 2010-03-09 | 1 | -1/+1 |
* | Merge commit 'origin/master' into gallium-sw-api-2 | Keith Whitwell | 2010-03-09 | 7 | -8/+1 |
|\ |
|
| * | config: drop WINDOW_SYSTEM var | George Sapountzis | 2010-03-06 | 6 | -7/+0 |
| * | mesa: bump version to 7.9 | Brian Paul | 2010-03-05 | 1 | -1/+1 |
* | | gallium: introduce target directory | Keith Whitwell | 2010-03-08 | 7 | -4/+9 |
|/ |
|
* | Remove ffb and gamma from configs. | Vinson Lee | 2010-03-03 | 5 | -9/+3 |
* | drop linux-solo configs | George Sapountzis | 2010-02-26 | 2 | -17/+0 |
* | Remove remaining miniglx references | Kristian Høgsberg | 2010-02-25 | 1 | -54/+0 |
* | Drop glide driver | Kristian Høgsberg | 2010-02-25 | 2 | -51/+0 |
* | Remove directfb support | Kristian Høgsberg | 2010-02-25 | 1 | -38/+0 |
* | cell: fix-up C, CPP flags | Brian Paul | 2010-02-12 | 1 | -3/+7 |
* | cell: remove -mcpu=cell from CFLAGS | Brian Paul | 2010-02-12 | 1 | -1/+1 |
* | mesa: remove darwin-x86ppc and dangling darwin refs in Makefile | Brian Paul | 2010-02-11 | 1 | -33/+0 |
* | Retire miniglx and move the actual glx code up to src/glx | Kristian Høgsberg | 2010-02-09 | 5 | -6/+6 |
* | llvmpipe: export the tgsi translation code to a common layer | Zack Rusin | 2010-02-08 | 1 | -1/+1 |
* | cell: fix the usual cell breakage | Marc Dietrich | 2010-02-08 | 1 | -3/+3 |
* | egl_dri2: Use pkg-config cflags and libs from configure output | Kristian Høgsberg | 2010-02-05 | 1 | -0/+3 |
* | allow make to build lp_test_* for llvmpipe | Chris Li | 2010-02-05 | 1 | -1/+1 |
* | Merge remote branch 'origin/master' into lp-binning | José Fonseca | 2010-01-31 | 6 | -25/+39 |
|\ |
|
| * | configs: added vega to default GALLIUM_STATE_TRACKERS_DIRS | Brian Paul | 2010-01-27 | 1 | -1/+1 |
| * | egl: Install drivers to ${libdir}/egl. | Chia-I Wu | 2010-01-23 | 2 | -0/+6 |
| * | st/egl_g3d: Rename to st/egl. | Chia-I Wu | 2010-01-22 | 2 | -3/+3 |
| * | egl: Remove egl_softpipe. | Chia-I Wu | 2010-01-22 | 2 | -6/+4 |
| * | winsys/drm: Add swrast. | Chia-I Wu | 2010-01-22 | 1 | -2/+2 |
| * | st/egl: Remove the egl state tracker. | Chia-I Wu | 2010-01-22 | 2 | -2/+5 |
| * | egl: Remove USING_EGL and the related drivers. | Chia-I Wu | 2010-01-22 | 3 | -20/+0 |
| * | egl: Remove the demo driver. | Chia-I Wu | 2010-01-22 | 2 | -2/+2 |
| * | Merge remote branch 'origin/opengl-es-v2' | Chia-I Wu | 2010-01-20 | 1 | -0/+27 |
| |\ |
|
| | * | mesa/es: Fix build issue after merge. | Chia-I Wu | 2010-01-12 | 1 | -1/+1 |
| | * | Merge branch 'master' into opengl-es-v2 | Chia-I Wu | 2010-01-12 | 9 | -20/+42 |
| | |\ |
|
| | * | | Update config linux-opengl-es. | Chia-I Wu | 2009-11-10 | 1 | -1/+7 |
| | * | | Add new config for OpenGL ES. | Chia-I Wu | 2009-11-06 | 1 | -0/+21 |
* | | | | Merge remote branch 'origin/master' into lp-binning | José Fonseca | 2010-01-16 | 3 | -3/+12 |
|\| | | |
|
| * | | | configs: remove -ansi from linux-debug | Brian Paul | 2010-01-15 | 1 | -1/+1 |
| * | | | r300g: Build driver by default | Jakob Bornecrantz | 2010-01-14 | 1 | -1/+1 |
| | |/
| |/| |
|
| * | | st/egl_g3d: New EGL state tracker that uses Gallium. | Chia-I Wu | 2010-01-12 | 2 | -0/+3 |
| * | | egl: Clean up the Makefile rules. | Chia-I Wu | 2010-01-11 | 2 | -1/+7 |
* | | | Merge remote branch 'origin/master' into lp-binning | José Fonseca | 2010-01-08 | 11 | -25/+38 |
|\| | |
|
| * | | configs: set INTEL_LIBS, INTEL_CFLAGS, etc | Brian Paul | 2010-01-06 | 1 | -0/+6 |
| * | | Check for libdrm_$chipset.pc when needed | Kristian Høgsberg | 2010-01-04 | 1 | -0/+2 |
| * | | gallium: Hunt down all references to GALLIUM_AUXILIARY_DIRS. | José Fonseca | 2010-01-02 | 3 | -4/+0 |