summaryrefslogtreecommitdiffstats
path: root/configs
Commit message (Collapse)AuthorAgeFilesLines
* 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
* | | Merge commit 'origin/master' into radeon-rewriteJerome Glisse2009-05-104-8/+6
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/mesa/drivers/dri/r200/r200_state.c src/mesa/drivers/dri/r300/r300_context.h src/mesa/drivers/dri/r300/r300_fragprog.c src/mesa/drivers/dri/r300/r300_state.c src/mesa/drivers/dri/r300/r300_texmem.c src/mesa/drivers/dri/r300/r300_texstate.c src/mesa/drivers/dri/r300/r500_fragprog.c src/mesa/drivers/dri/radeon/radeon_screen.c src/mesa/drivers/dri/radeon/radeon_state.c
| * | actually add debug to the debug configZack Rusin2009-05-011-0/+1
| | |
| * | mesa: bump version to 7.6 (devel)Brian Paul2009-05-011-1/+1
| |/
| * configs: bump MESA_MINOR to 5Brian Paul2009-05-011-1/+1
| |
| * mesa: update linux-static, linux-x86-static configsBrian Paul2009-04-302-7/+4
| |
* | Merge remote branch 'origin/master' into radeon-rewriteDave Airlie2009-04-221-1/+1
|\ \ | |/
| * dri: build DRI swrast driver tooBrian Paul2009-04-171-1/+1
| |
* | Merge remote branch 'main/master' into radeon-rewriteDave Airlie2009-03-206-15/+26
|\ \ | |/ | | | | | | | | | | | | | | Conflicts: src/mesa/drivers/dri/r300/r300_cmdbuf.c src/mesa/drivers/dri/r300/r300_state.c src/mesa/drivers/dri/r300/r300_swtcl.c src/mesa/drivers/dri/r300/radeon_ioctl.c src/mesa/drivers/dri/radeon/radeon_screen.c
| * config: add -Wdeclaration-after-statement to linux configBrian Paul2009-03-121-1/+2
| | | | | | | | Should help to catch Windows build issues earlier.
| * linux-llvm config: Linking with required llvm libsKamalneet Singh2009-03-091-3/+3
| |
| * Updated darwin config for when X11 is not in the same location as we're ↵Jeremy Huddleston2009-03-061-6/+8
| | | | | | | | installing to
| * st/xorg: Install to XORG_DRIVER_INSTALL_DIRJoel Bosveld2009-03-062-0/+6
| |
| * autoconf: Fixup EGL buildDan Nicholson2009-02-251-0/+1
| | | | | | | | This gets the needed libraries pulled in for libEGL for autoconf.
| * egl: use new EGL_LIB_DEPS to pass library dependencies to mklib when ↵Brian Paul2009-02-251-0/+1
| | | | | | | | | | | | | | building libEGL EGL_LIB_DEPS may need fine-tuning for some platforms. It's only defined in configs/default ATM.
| * gallium: s/GALLIUM_DRIVER_DIRS/GALLIUM_DRIVERS_DIRS/Jakob Bornecrantz2009-02-203-5/+5
| |
| * gallium: Renable pipe drivers disabled during vbuf changesJakob Bornecrantz2009-02-191-1/+1
| | | | | | | | i965simple is not enabled because it is still broken.
| * softpipe: update to new draw interfacesKeith Whitwell2009-02-171-1/+1
| |
* | radeon: add cflags to decide whether to link libdrm_radeon or not.Dave Airlie2009-02-151-0/+2
|/ | | | | You don't need libdrm_radeon for the legacy driver to build, only for the experimental mm/cs paths.
* autoconf: Adjust to new asm SOURCES variablesDan Nicholson2009-02-111-2/+2
| | | | | | | | Commit 90b2beb661f630966788a6e909dc759c99e38973 changed the assembly variables. Without this change, the glapi assembly wasn't being built when it was supposed to, resulting in missing symbols in libGL. Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
* cell: asst build fixes in linux-cell configBrian Paul2009-02-101-1/+4
| | | | | Add -D_SVID_SOURCE to silence warnings when building glx files. Don't build the non-gallium drivers.
* gallium: Update autoconf to latest gallium buildJakob Bornecrantz2009-02-111-2/+5
|
* gallium: Disable nouveau by defaultJakob Bornecrantz2009-02-112-2/+2
| | | | | Most piep drivers should be able to build by default, but since the nouveau ones depend drm they can't be enabled by default.
* mesa: Build both software rasterizers for debugJakob Bornecrantz2009-02-101-1/+1
| | | | But put the gallium one in lib/gallium
* gallium: Introduce new subdirs build variablesJakob Bornecrantz2009-02-102-1/+6
| | | | (based on gallium-xorg-driver/commit 270ce504052d415870a25ab59818b2309eb8ac13)
* Revert "cell: update linux-cell config"Jakob Bornecrantz2009-02-101-1/+1
| | | | | | This reverts commit 22c6c1eaad49692416f45bcbbcdc6424aea2da7c. Need to revert this since we reverted commited this depended on.
* Revert "mesa: added new linux-gallium and linux-gallium-debug configs"Jakob Bornecrantz2009-02-103-32/+10
| | | | | | | This reverts commit abbe96cb6e7581a52652030e40442b943a482840. It only reverts parts of the commit the other parts where related to libmesagallium changes.
* re-add MSAA supportBrian Paul2009-02-091-10/+3
| | | | | | | | | (cherry picked from commit f7d80aa00611917bc8ce637136d982b151b8f44f) This also involved adding the new MSAA fields to driCreateConfigs(). Also, re-add prog_instructions->Sampler field for i965 driver. Will have to revisit that.
* cell: update linux-cell configBrian Paul2009-02-091-1/+1
|
* mesa: added new linux-gallium and linux-gallium-debug configsBrian Paul2009-02-093-10/+32
| | | | | | | Also, remove gallium-related things from configs/default. They're in linux-gallium now. So the default builds are the same as they have been for Mesa/master.
* mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul2009-02-0939-119/+352
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'origin/gallium-0.2' into gallium-master-merge Conflicts: Makefile docs/relnotes-7.4.html docs/relnotes.html src/mesa/drivers/dri/i965/brw_wm.h src/mesa/main/imports.c src/mesa/main/mtypes.h src/mesa/main/texcompress.c src/mesa/main/texenvprogram.c src/mesa/main/version.h src/mesa/vbo/vbo_exec_api.c src/mesa/vbo/vbo_save_draw.c
| * Readd trace to list of default pipe drivers.Corbin Simpson2009-02-061-1/+1
| | | | | | | | Looks like the gallium-0.2-radeon merge clobbered it.
| * Merge branch 'gallium-0.2-radeon' into gallium-0.2Corbin Simpson2009-02-062-2/+8
| |\
| | * Remove r300 from default build.Corbin Simpson2009-02-061-1/+1
| | |
| | * r300, amd: Make everything build. (Not necessarily work, mind you.)Corbin Simpson2009-02-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Lots of structural work, especially in getting the two parts to talk nicely. Todo: - Get damn blitter working. - Add CS flush. - Reverse order of above two items.
| | * gallium autoconf/automakeJerome Glisse2009-02-011-1/+7
| | |
| * | gallium: add new aux lib for index list translationsKeith Whitwell2009-02-051-1/+1
| |/ | | | | | | | | | | | | | | | | Could this be the ultimate index list translating utility? Maybe, but it doesn't yet include support for splitting primitives. Unlike previous attempts, this captures all possible combinations of API and hardware provoking vertex, supports generated list reuse and various other tricks. Relies on python-generated code.
| * glew: Build it as a static lib.José Fonseca2009-01-241-1/+1
| |
| * glew: Initial import.José Fonseca2009-01-2311-12/+14
| | | | | | | | From glew 1.5.1 release.
| * Merge commit 'origin/gallium-0.2' into gallium-xlib-reworkKeith Whitwell2009-01-191-3/+3
| |\
| | * gallivm: Explicitly specify the LLVM components we need.Michel Dänzer2009-01-121-3/+3
| | |
| * | cell: fix breakage from xlib re-orgBrian Paul2009-01-081-1/+1
| | | | | | | | | | | | Some of these fixes are quick band-aids for now.
| * | gallium: split driver-independent code out of xlib winsysKeith Whitwell2009-01-081-1/+1
| |/ | | | | | | Place in new xlib state-tracker. This is a statetracker for the GLX API.
| * Merge commit 'origin/master' into gallium-0.2Alan Hourihane2008-12-152-0/+35
| |\