summaryrefslogtreecommitdiffstats
path: root/configs
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |\
| * \ Merge commit 'origin/master' into gallium-0.2Alan Hourihane2008-12-081-2/+2
| |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: progs/glsl/Makefile
| * | | cell: only build Cell and softpipe driversBrian Paul2008-11-211-1/+2
| | | |
| * | | build default set of progs + eglAlan Hourihane2008-11-131-2/+1
| | | |
| * | | Fix configs/linux-dri to build winsys again.Pekka Paalanen2008-11-131-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | SRC_DIRS was being reset, which left winsys unbuilt. Signed-off-by: Pekka Paalanen <pq@iki.fi>
| * | | Merge branch 'gallium-0.2' of ↵Stephane Marchesin2008-11-131-1/+1
| |\ \ \ | | | | | | | | | | | | | | | git+ssh://marcheu@git.freedesktop.org/git/nouveau/mesa into gallium-0.2
| | * \ \ Merge commit 'origin/gallium-0.1' into gallium-0.2Pekka Paalanen2008-11-121-1/+1
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'origin/gallium-0.1': Mesa: fix number of buffers in st_draw_vbo(). Nouveau: fix nv20_vertex_layout() Nouveau: update nv20 miptree according to nv40. Nouveau: build, link and use nv20. Nouveau: name replace for nv20. Nouveau: Rename nv20/ files as nv20. Nouveau: copy nv30_vertprog.c to nv20. Nouveau: start nv20 by copying the nv10 tree.
| | | * | | Nouveau: build, link and use nv20.Pekka Paalanen2008-11-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Pekka Paalanen <pq@iki.fi>
| | * | | | Merge remote branch 'origin/gallium-0.2' into gallium-0.2Ben Skeggs2008-11-101-1/+1
| | |\ \ \ \
| | * \ \ \ \ Merge remote branch 'origin/gallium-0.2' into gallium-0.2Ben Skeggs2008-10-272-9/+4
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge remote branch 'origin/gallium-0.2' into gallium-0.2Ben Skeggs2008-10-155-7/+9
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge remote branch 'upstream/gallium-0.2' into nouveau-gallium-0.2Ben Skeggs2008-09-121-1/+1
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge remote branch 'nouveau/gallium-0.1' into nouveau-gallium-0.2Ben Skeggs2008-09-121-1/+1
| | |\ \ \ \ \ \ \ \ | | | | |_|_|_|/ / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configs/linux-dri
| | | * | | | | | | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-09-122-1/+7
| | | |\ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-09-114-7/+21
| | | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configs/default
| | | * \ \ \ \ \ \ \ \ Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-07-232-0/+4
| | | |\ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-07-142-12/+2
| | | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | nv04.Stephane Marchesin2008-07-081-1/+1
| | | | | | | | | | | | | |
| | | * | | | | | | | | | | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-06-232-5/+7
| | | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configs/default
| | | * \ \ \ \ \ \ \ \ \ \ \ Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-05-252-1/+68
| | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'upstream-gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-04-231-1/+1
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-03-301-1/+3
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | nv10.Stephane Marchesin2008-03-152-2/+2
| | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-03-131-1/+1
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'upstream-gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-02-271-42/+0
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | nouveau: fix buildBen Skeggs2008-02-221-1/+1
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | cell: added -Wmissing-prototypesBrian Paul2008-11-121-1/+2
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | cell: added -D_BSD_SOURCE flagBrian Paul2008-10-271-1/+1
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Needed to get MAP_ANONYMOUS in execmem.c and to define timezone type in glxgears.c Adding -std=c99 earlier caused this regression.
| * | | | | | | | | | | | | | | | | cell: add -std=c99 flag to solve some warning/prototype issuesBrian Paul2008-10-221-1/+1
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | build "GLX" egl driver by default and egl demosAlan Hourihane2008-10-161-8/+3
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Merge commit 'origin/master' into gallium-0.2Keith Whitwell2008-10-101-3/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/mesa/glapi/descrip.mms src/mesa/shader/grammar/descrip.mms