summaryrefslogtreecommitdiff
path: root/configs
AgeCommit message (Collapse)AuthorFilesLines
2010-01-11egl: Clean up the Makefile rules.Chia-I Wu2-1/+7
This allows libEGL to be built as a static library and removes libX11 from the dependencies. Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
2010-01-08Merge remote branch 'origin/master' into lp-binningJosé Fonseca11-25/+38
Conflicts: src/gallium/auxiliary/util/u_surface.c src/gallium/drivers/llvmpipe/Makefile src/gallium/drivers/llvmpipe/SConscript src/gallium/drivers/llvmpipe/lp_bld_arit.c src/gallium/drivers/llvmpipe/lp_bld_flow.c src/gallium/drivers/llvmpipe/lp_bld_interp.c src/gallium/drivers/llvmpipe/lp_clear.c src/gallium/drivers/llvmpipe/lp_context.c src/gallium/drivers/llvmpipe/lp_context.h src/gallium/drivers/llvmpipe/lp_draw_arrays.c src/gallium/drivers/llvmpipe/lp_jit.c src/gallium/drivers/llvmpipe/lp_jit.h src/gallium/drivers/llvmpipe/lp_prim_vbuf.c src/gallium/drivers/llvmpipe/lp_setup.c src/gallium/drivers/llvmpipe/lp_setup_point.c src/gallium/drivers/llvmpipe/lp_state.h src/gallium/drivers/llvmpipe/lp_state_blend.c src/gallium/drivers/llvmpipe/lp_state_derived.c src/gallium/drivers/llvmpipe/lp_state_fs.c src/gallium/drivers/llvmpipe/lp_state_sampler.c src/gallium/drivers/llvmpipe/lp_state_surface.c src/gallium/drivers/llvmpipe/lp_tex_cache.c src/gallium/drivers/llvmpipe/lp_tex_cache.h src/gallium/drivers/llvmpipe/lp_tex_sample.h src/gallium/drivers/llvmpipe/lp_tile_cache.c
2010-01-06configs: set INTEL_LIBS, INTEL_CFLAGS, etcBrian Paul1-0/+6
2010-01-04Check for libdrm_$chipset.pc when neededKristian Høgsberg1-0/+2
This adds missing pkg-config lookup for intel and moves the radeon lookup into a case...esac so it's only looked up when one or more of the radeon drivers are enabled.
2010-01-02gallium: Hunt down all references to GALLIUM_AUXILIARY_DIRS.José Fonseca3-4/+0
2010-01-02autoconf: fix build breakageMarc Dietrich1-1/+1
2010-01-01gallium: Generate a single library for auxiliaries with Make too.José Fonseca1-1/+1
2010-01-01gallium: Remove the sct module.José Fonseca1-1/+1
Not used, and its functionality is now addressed by pipe_context::is_texture/buffer_referenced callbacks.
2009-12-31Merge branch 'mesa_7_7_branch'Brian Paul1-1/+1
Conflicts: configs/darwin src/gallium/auxiliary/util/u_clear.h src/gallium/state_trackers/xorg/xorg_exa_tgsi.c src/mesa/drivers/dri/i965/brw_draw_upload.c
2009-12-27Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul1-1/+1
Conflicts: src/gallium/auxiliary/util/u_network.c src/gallium/auxiliary/util/u_network.h src/gallium/drivers/i915/i915_state.c src/gallium/drivers/trace/tr_rbug.c src/gallium/state_trackers/vega/bezier.c src/gallium/state_trackers/vega/vg_context.c src/gallium/state_trackers/xorg/xorg_crtc.c src/gallium/state_trackers/xorg/xorg_driver.c src/gallium/winsys/xlib/xlib_brw_context.c src/mesa/main/mtypes.h
2009-12-27cell: add glsl to SRC_DIRSBrian Paul1-1/+1
2009-12-22Add gallium to darwin config.Vinson Lee1-1/+1
2009-12-22Merge branch 'i965g-restart'Keith Whitwell3-2/+10
Conflicts: configure.ac
2009-12-21darwin: Build glslJeremy Huddleston1-1/+1
Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
2009-12-21i965g: back out unintentional changes to linux-driKeith Whitwell1-1/+2
2009-12-21Merge commit 'origin/master' into i965g-restartKeith Whitwell5-10/+11
Conflicts: SConstruct configs/default configs/linux-dri
2009-12-20darwin: Cleanup CPPFLAGS a bitJeremy Huddleston1-2/+2
(cherry picked from commit 4a1e103858a1db0fb037891b8d4a9426eff32b98)
2009-12-20darwin: Cleanup CPPFLAGS a bitJeremy Huddleston1-2/+2
2009-12-18llvmpipe: added linux-llvm-debug configurationBrian Paul1-0/+12
2009-12-18llvmpipe: change configs/linux-llvm from debug build to optimized buildBrian Paul1-3/+5
Basically equivalent to the SCons non-debug build now.
2009-12-12Merge branch 'master' into glsl-pp-rework-2Michal Krol7-16/+17
Conflicts: progs/perf/drawoverhead.c progs/perf/teximage.c progs/perf/vbo.c progs/perf/vertexrate.c src/mesa/shader/slang/library/slang_common_builtin_gc.h
2009-12-10Build mesa glsl with make.michal1-1/+1
Still don't know how to add glsl to mesa dependencies.
2009-12-20darwin: Cleanup CPPFLAGS a bitJeremy Huddleston1-2/+2
(cherry picked from commit 4a1e103858a1db0fb037891b8d4a9426eff32b98)
2009-12-01Merge commit 'origin/mesa_7_7_branch'Keith Whitwell1-4/+4
Conflicts: src/gallium/drivers/svga/svga_screen_texture.c src/gallium/state_trackers/xorg/xorg_composite.c src/gallium/state_trackers/xorg/xorg_exa.c src/gallium/state_trackers/xorg/xorg_renderer.c src/gallium/state_trackers/xorg/xorg_xv.c src/mesa/main/texgetimage.c src/mesa/main/version.h
2009-11-27configs: Warn about pointer arithmetic.José Fonseca1-4/+4
It's not portable. Warn to help catching it early.
2009-11-18mesa: bump version to 7.8Brian Paul1-1/+1
2009-11-17mesa: move -ansi -pedantic to CFLAGSBrian Paul1-1/+2
2009-11-17svga: Build svga driverJakob Bornecrantz2-2/+2
2009-11-10Update config linux-opengl-es.Chia-I Wu1-1/+7
Build demos that require EGL_MESA_screen_surface, and build egl_i915.so that supports EGL_MESA_screen_surface. Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
2009-11-06Add new config for OpenGL ES.Chia-I Wu1-0/+21
Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
2009-11-04i965g: add standalone xlib debug winsysKeith Whitwell1-0/+8
Create a dummy winsys that just debug-prints on calls into the winsys functions. Will use this to get to the point where we are generating sane-looking debug dumps and diassembly. Also fix various warnings generated with the new compiler flags set in this config.
2009-11-03Merge branch 'mesa_7_6_branch'Brian Paul1-1/+1
2009-10-30Add --with-dri-searchpath argumentChow Loong Jin1-1/+1
* Add an extra argument to configure which allows for specifying different DRI driver search paths to libGL (FDO #24766) Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
2009-10-24i965g: hook into build systemKeith Whitwell2-5/+4
2009-10-22Kill off trident.Corbin Simpson3-3/+3
Hm. I could have said "chew trident and spit it out," or perhaps "spear trident," instead. Dohoho.
2009-10-22Nuke s3v.Corbin Simpson2-2/+2
As per FDO #17889.
2009-10-05i915g: Drop the simple sufixJakob Bornecrantz1-1/+1
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-10-01mesa: add objviewer to PROGRAM_DIRSBrian Paul1-1/+1
2009-09-29mesa: bump version to 7.6.1Brian Paul1-1/+1
2009-09-27g3dvl: pipe_video_context interface, softpipe impl, auxiliary libsYounes Manton1-1/+1
2009-09-15Merge branch 'mesa_7_6_branch'Brian Paul1-0/+1
2009-09-15Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul1-0/+1
2009-09-12Use CFLAGS as HOST_CFLAGS by defaultDan Nicholson1-0/+1
Unless we're cross compiling, the HOST_CFLAGS should be the same as the normal CFLAGS. This allows the x86 and x86_64 asm to be built correctly with a native compiler using -m32/-m64. Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
2009-09-08mesa: bump version to 7.7Brian Paul1-1/+1
2009-09-08mesa: bump version to 7.5.2Brian Paul1-1/+1
I'm not 100% sure there'll be a 7.5.2 release, but just in case.
2009-08-29llvmpipe: use the udis86 lib to print the x86 assembly codeBrian Paul1-2/+2
2009-08-29llvmpipe: re-enable other gallium driversBrian Paul1-2/+2
No more symbol collisions between drivers, AFAICT.
2009-08-29llvmpipe: repurpose linux-llvm config to build the llvmpipe driverBrian Paul1-5/+12
The gallivm module is no longer built. If/when gallivm is resuscitated we can revisit this.
2009-08-21egl: Remove dependency on libX11.Chia-I Wu1-1/+1
libX11 is used to determine the screen number, which is in turned used to determine the DRI driver. However, the sysfs interface for determining the DRI driver is gone, and no working driver depends on this mechanism. Display string parsing is moved to a new function, _eglSplitDisplayString. Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
2009-07-22mesa: bump version to 7.5.1Brian Paul1-1/+1