Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | actually add debug to the debug config | Zack Rusin | 2009-05-01 | 1 | -0/+1 |
| | |||||
* | mesa: bump version to 7.6 (devel) | Brian Paul | 2009-05-01 | 1 | -1/+1 |
| | |||||
* | configs: bump MESA_MINOR to 5 | Brian Paul | 2009-05-01 | 1 | -1/+1 |
| | |||||
* | mesa: update linux-static, linux-x86-static configs | Brian Paul | 2009-04-30 | 2 | -7/+4 |
| | |||||
* | dri: build DRI swrast driver too | Brian Paul | 2009-04-17 | 1 | -1/+1 |
| | |||||
* | config: add -Wdeclaration-after-statement to linux config | Brian Paul | 2009-03-12 | 1 | -1/+2 |
| | | | | Should help to catch Windows build issues earlier. | ||||
* | linux-llvm config: Linking with required llvm libs | Kamalneet Singh | 2009-03-09 | 1 | -3/+3 |
| | |||||
* | Updated darwin config for when X11 is not in the same location as we're ↵ | Jeremy Huddleston | 2009-03-06 | 1 | -6/+8 |
| | | | | installing to | ||||
* | st/xorg: Install to XORG_DRIVER_INSTALL_DIR | Joel Bosveld | 2009-03-06 | 2 | -0/+6 |
| | |||||
* | autoconf: Fixup EGL build | Dan Nicholson | 2009-02-25 | 1 | -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 Paul | 2009-02-25 | 1 | -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 Bornecrantz | 2009-02-20 | 3 | -5/+5 |
| | |||||
* | gallium: Renable pipe drivers disabled during vbuf changes | Jakob Bornecrantz | 2009-02-19 | 1 | -1/+1 |
| | | | | i965simple is not enabled because it is still broken. | ||||
* | softpipe: update to new draw interfaces | Keith Whitwell | 2009-02-17 | 1 | -1/+1 |
| | |||||
* | autoconf: Adjust to new asm SOURCES variables | Dan Nicholson | 2009-02-11 | 1 | -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 <[email protected]> | ||||
* | cell: asst build fixes in linux-cell config | Brian Paul | 2009-02-10 | 1 | -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 build | Jakob Bornecrantz | 2009-02-11 | 1 | -2/+5 |
| | |||||
* | gallium: Disable nouveau by default | Jakob Bornecrantz | 2009-02-11 | 2 | -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 debug | Jakob Bornecrantz | 2009-02-10 | 1 | -1/+1 |
| | | | | But put the gallium one in lib/gallium | ||||
* | gallium: Introduce new subdirs build variables | Jakob Bornecrantz | 2009-02-10 | 2 | -1/+6 |
| | | | | (based on gallium-xorg-driver/commit 270ce504052d415870a25ab59818b2309eb8ac13) | ||||
* | Revert "cell: update linux-cell config" | Jakob Bornecrantz | 2009-02-10 | 1 | -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 Bornecrantz | 2009-02-10 | 3 | -32/+10 |
| | | | | | | | This reverts commit abbe96cb6e7581a52652030e40442b943a482840. It only reverts parts of the commit the other parts where related to libmesagallium changes. | ||||
* | re-add MSAA support | Brian Paul | 2009-02-09 | 1 | -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 config | Brian Paul | 2009-02-09 | 1 | -1/+1 |
| | |||||
* | mesa: added new linux-gallium and linux-gallium-debug configs | Brian Paul | 2009-02-09 | 3 | -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-merge | Brian Paul | 2009-02-09 | 39 | -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 Simpson | 2009-02-06 | 1 | -1/+1 |
| | | | | | | | | Looks like the gallium-0.2-radeon merge clobbered it. | ||||
| * | Merge branch 'gallium-0.2-radeon' into gallium-0.2 | Corbin Simpson | 2009-02-06 | 2 | -2/+8 |
| |\ | |||||
| | * | Remove r300 from default build. | Corbin Simpson | 2009-02-06 | 1 | -1/+1 |
| | | | |||||
| | * | r300, amd: Make everything build. (Not necessarily work, mind you.) | Corbin Simpson | 2009-02-01 | 1 | -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/automake | Jerome Glisse | 2009-02-01 | 1 | -1/+7 |
| | | | |||||
| * | | gallium: add new aux lib for index list translations | Keith Whitwell | 2009-02-05 | 1 | -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é Fonseca | 2009-01-24 | 1 | -1/+1 |
| | | |||||
| * | glew: Initial import. | José Fonseca | 2009-01-23 | 11 | -12/+14 |
| | | | | | | | | From glew 1.5.1 release. | ||||
| * | Merge commit 'origin/gallium-0.2' into gallium-xlib-rework | Keith Whitwell | 2009-01-19 | 1 | -3/+3 |
| |\ | |||||
| | * | gallivm: Explicitly specify the LLVM components we need. | Michel Dänzer | 2009-01-12 | 1 | -3/+3 |
| | | | |||||
| * | | cell: fix breakage from xlib re-org | Brian Paul | 2009-01-08 | 1 | -1/+1 |
| | | | | | | | | | | | | Some of these fixes are quick band-aids for now. | ||||
| * | | gallium: split driver-independent code out of xlib winsys | Keith Whitwell | 2009-01-08 | 1 | -1/+1 |
| |/ | | | | | | | Place in new xlib state-tracker. This is a statetracker for the GLX API. | ||||
| * | Merge commit 'origin/master' into gallium-0.2 | Alan Hourihane | 2008-12-15 | 2 | -0/+35 |
| |\ | |||||
| * \ | Merge commit 'origin/master' into gallium-0.2 | Alan Hourihane | 2008-12-08 | 1 | -2/+2 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: progs/glsl/Makefile | ||||
| * | | | cell: only build Cell and softpipe drivers | Brian Paul | 2008-11-21 | 1 | -1/+2 |
| | | | | |||||
| * | | | build default set of progs + egl | Alan Hourihane | 2008-11-13 | 1 | -2/+1 |
| | | | | |||||
| * | | | Fix configs/linux-dri to build winsys again. | Pekka Paalanen | 2008-11-13 | 1 | -4/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | SRC_DIRS was being reset, which left winsys unbuilt. Signed-off-by: Pekka Paalanen <[email protected]> | ||||
| * | | | Merge branch 'gallium-0.2' of ↵ | Stephane Marchesin | 2008-11-13 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | | | | | | | | git+ssh://[email protected]/git/nouveau/mesa into gallium-0.2 | ||||
| | * \ \ | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Pekka Paalanen | 2008-11-12 | 1 | -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 Paalanen | 2008-11-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Pekka Paalanen <[email protected]> | ||||
| | * | | | | Merge remote branch 'origin/gallium-0.2' into gallium-0.2 | Ben Skeggs | 2008-11-10 | 1 | -1/+1 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | Merge remote branch 'origin/gallium-0.2' into gallium-0.2 | Ben Skeggs | 2008-10-27 | 2 | -9/+4 |
| | |\ \ \ \ \ | |||||
| | * \ \ \ \ \ | Merge remote branch 'origin/gallium-0.2' into gallium-0.2 | Ben Skeggs | 2008-10-15 | 5 | -7/+9 |
| | |\ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ | Merge remote branch 'upstream/gallium-0.2' into nouveau-gallium-0.2 | Ben Skeggs | 2008-09-12 | 1 | -1/+1 |
| | |\ \ \ \ \ \ \ |