summaryrefslogtreecommitdiffstats
path: root/configs
Commit message (Collapse)AuthorAgeFilesLines
* autoconf: fix build breakageMarc Dietrich2010-01-021-1/+1
|
* gallium: Generate a single library for auxiliaries with Make too.José Fonseca2010-01-011-1/+1
|
* gallium: Remove the sct module.José Fonseca2010-01-011-1/+1
| | | | | Not used, and its functionality is now addressed by pipe_context::is_texture/buffer_referenced callbacks.
* Merge branch 'mesa_7_7_branch'Brian Paul2009-12-311-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
| * Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul2009-12-271-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
| | * Add gallium to darwin config.Vinson Lee2009-12-221-1/+1
| | |
| | * darwin: Cleanup CPPFLAGS a bitJeremy Huddleston2009-12-201-2/+2
| | | | | | | | | | | | (cherry picked from commit 4a1e103858a1db0fb037891b8d4a9426eff32b98)
| * | darwin: Cleanup CPPFLAGS a bitJeremy Huddleston2009-12-201-2/+2
| | | | | | | | | | | | (cherry picked from commit 4a1e103858a1db0fb037891b8d4a9426eff32b98)
* | | cell: add glsl to SRC_DIRSBrian Paul2009-12-271-1/+1
| | |
* | | Merge branch 'i965g-restart'Keith Whitwell2009-12-223-2/+10
|\ \ \ | | | | | | | | | | | | | | | | Conflicts: configure.ac
| * | | i965g: back out unintentional changes to linux-driKeith Whitwell2009-12-211-1/+2
| | | |
| * | | Merge commit 'origin/master' into i965g-restartKeith Whitwell2009-12-215-10/+11
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: SConstruct configs/default configs/linux-dri
| * | | | i965g: add standalone xlib debug winsysKeith Whitwell2009-11-041-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.
| * | | | i965g: hook into build systemKeith Whitwell2009-10-242-5/+4
| | | | |
* | | | | darwin: Build glslJeremy Huddleston2009-12-211-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
* | | | | darwin: Cleanup CPPFLAGS a bitJeremy Huddleston2009-12-201-2/+2
| | | | |
* | | | | Merge branch 'master' into glsl-pp-rework-2Michal Krol2009-12-127-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
| * | | | Merge commit 'origin/mesa_7_7_branch'Keith Whitwell2009-12-011-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
| | * | | configs: Warn about pointer arithmetic.José Fonseca2009-11-271-4/+4
| | | | | | | | | | | | | | | | | | | | It's not portable. Warn to help catching it early.
| * | | | mesa: bump version to 7.8Brian Paul2009-11-181-1/+1
| |/ / /
| * | | mesa: move -ansi -pedantic to CFLAGSBrian Paul2009-11-171-1/+2
| | | |
| * | | svga: Build svga driverJakob Bornecrantz2009-11-172-2/+2
| | | |
| * | | Merge branch 'mesa_7_6_branch'Brian Paul2009-11-031-1/+1
| |\ \ \ | | |/ / | |/| / | | |/
| | * Add --with-dri-searchpath argumentChow Loong Jin2009-10-301-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>
| | * mesa: bump version to 7.6.1Brian Paul2009-09-291-1/+1
| | |
| * | Kill off trident.Corbin Simpson2009-10-223-3/+3
| | | | | | | | | | | | | | | Hm. I could have said "chew trident and spit it out," or perhaps "spear trident," instead. Dohoho.
| * | Nuke s3v.Corbin Simpson2009-10-222-2/+2
| | | | | | | | | | | | As per FDO #17889.
| * | i915g: Drop the simple sufixJakob Bornecrantz2009-10-051-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.
| * | mesa: add objviewer to PROGRAM_DIRSBrian Paul2009-10-011-1/+1
| | |
| * | g3dvl: pipe_video_context interface, softpipe impl, auxiliary libsYounes Manton2009-09-271-1/+1
| | |
* | | Build mesa glsl with make.michal2009-12-101-1/+1
|/ / | | | | | | Still don't know how to add glsl to mesa dependencies.
* | Merge branch 'mesa_7_6_branch'Brian Paul2009-09-151-0/+1
|\ \ | |/
| * Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul2009-09-151-0/+1
| |\
| | * Use CFLAGS as HOST_CFLAGS by defaultDan Nicholson2009-09-121-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>
| | * mesa: bump version to 7.5.2Brian Paul2009-09-081-1/+1
| | | | | | | | | | | | I'm not 100% sure there'll be a 7.5.2 release, but just in case.
| | * mesa: bump version to 7.5.1Brian Paul2009-07-221-1/+1
| | |
* | | mesa: bump version to 7.7Brian Paul2009-09-081-1/+1
|/ /
* | llvmpipe: use the udis86 lib to print the x86 assembly codeBrian Paul2009-08-291-2/+2
| |
* | llvmpipe: re-enable other gallium driversBrian Paul2009-08-291-2/+2
| | | | | | | | No more symbol collisions between drivers, AFAICT.
* | llvmpipe: repurpose linux-llvm config to build the llvmpipe driverBrian Paul2009-08-291-5/+12
| | | | | | | | | | The gallivm module is no longer built. If/when gallivm is resuscitated we can revisit this.
* | egl: Remove dependency on libX11.Chia-I Wu2009-08-211-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>
* | egl: Support per-thread info.Chia-I Wu2009-07-171-1/+1
| | | | | | | | | | | | | | | | | | This commit introduces a "current" system to manage per-thread info. It uses TLS, if GLX_USE_TLS is defined, or pthread, if PTHREADS is defined. If none of them are defined, it uses a dummy implementation that is just like before. Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
* | configs/darwin: Set CXX to g++.Vinson Lee2009-06-261-1/+1
| |
* | identity: Add new identity driverJakob Bornecrantz2009-06-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | This driver does no transformation of the gallium calls going to the real driver, like the identity matrix. It is intended to be the basis for transforming and/or debug drivers like trace and rbug. Authors of this patch are: Michal Krol, orignal heavy lifting. José Fonesca, object wrapping code stolen from trace. Jakob Bornecrantz, put it all toghether and renamed a stuff.
* | Merge remote branch 'origin/master' into radeon-rewriteDave Airlie2009-06-072-2/+6
|\ \
| * | Use separate $(MINSTALL) for installing librariesDan Nicholson2009-06-012-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The special feature of bin/minstall to copy symlinks is only ever needed when installing libraries which may have .so symlinks. All the headers and directories can use a normal install program. These two modes are separated as $(INSTALL) and $(MINSTALL) to allow the user (or autoconf) to override installing normal files as they please. An autoconf check for the install program has been added and will be used in preference to minstall when available. Fixes bug 16053.
| * | rbug: Add Gallium Remote Debugger Protocol codeJakob Bornecrantz2009-06-011-1/+1
| | | | | | | | | | | | This is the (de)marshalling and connection managment code
* | | Merge branch 'master' into radeon-rewriteMichel Dänzer2009-05-201-0/+37
|\ \ \ | |/ / | | | | | | | | | | | | Conflicts: src/mesa/drivers/dri/r300/r300_context.c src/mesa/drivers/dri/r300/r300_texstate.c
| * | Merge branch 'mesa_7_5_branch'Brian Paul2009-05-181-0/+37
| |\ \ | | |/ | | | | | | | | | | | | | | | Conflicts: Makefile src/mesa/main/version.h
| | * mesa: added linux-osmesa-static configBrian Paul2009-05-181-0/+37
| | | | | | | | | | | | Contributed by Nicolas Noble. See SF bug #2792536