summaryrefslogtreecommitdiffstats
path: root/configs
Commit message (Collapse)AuthorAgeFilesLines
* mesa: remove darwin-x86ppc and dangling darwin refs in MakefileBrian Paul2010-02-111-33/+0
|
* Retire miniglx and move the actual glx code up to src/glxKristian Høgsberg2010-02-095-6/+6
|
* llvmpipe: export the tgsi translation code to a common layerZack Rusin2010-02-081-1/+1
| | | | | | | the llvmpipe tgsi translation is a lot more complete than what was in gallivm so replacing the latter with the former. this is needed since the draw llvm paths will use the same code. effectively the proven llvmpipe code becomes gallivm.
* cell: fix the usual cell breakageMarc Dietrich2010-02-081-3/+3
| | | | | | also update the cell config a bit Signed-off-by: Brian Paul <brianp@vmware.com>
* egl_dri2: Use pkg-config cflags and libs from configure outputKristian Høgsberg2010-02-051-0/+3
| | | | | Running pkg-config in Makefiles is bad form, since it doesn't respect the PKG_CONFIG_PATH value set at ./configure time.
* allow make to build lp_test_* for llvmpipeChris Li2010-02-051-1/+1
| | | | Signed-off-by: José Fonseca <jfonseca@vmware.com>
* Merge remote branch 'origin/master' into lp-binningJosé Fonseca2010-01-316-25/+39
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile src/gallium/auxiliary/util/u_surface.c src/gallium/drivers/llvmpipe/lp_flush.c src/gallium/drivers/llvmpipe/lp_setup.c src/gallium/drivers/llvmpipe/lp_state_derived.c src/gallium/drivers/llvmpipe/lp_state_fs.c src/gallium/drivers/llvmpipe/lp_state_surface.c src/gallium/drivers/llvmpipe/lp_tex_cache.c src/gallium/drivers/llvmpipe/lp_texture.c src/gallium/drivers/llvmpipe/lp_tile_cache.c src/mesa/state_tracker/st_cb_condrender.c
| * configs: added vega to default GALLIUM_STATE_TRACKERS_DIRSBrian Paul2010-01-271-1/+1
| |
| * egl: Install drivers to ${libdir}/egl.Chia-I Wu2010-01-232-0/+6
| | | | | | | | | | Install EGL drivers to EGL_DRIVER_INSTALL_DIR, which is default to ${libdir}/egl.
| * st/egl_g3d: Rename to st/egl.Chia-I Wu2010-01-222-3/+3
| | | | | | | | Simply the name to egl.
| * egl: Remove egl_softpipe.Chia-I Wu2010-01-222-6/+4
| | | | | | | | | | | | With the addition egl_x11_swrast, egl_softpipe is sort of deprecated. The new driver serves the same purpose as egl_softpipe does. It is based on egl_g3d and provides more features.
| * winsys/drm: Add swrast.Chia-I Wu2010-01-221-2/+2
| | | | | | | | The swrast winsys always returns NULL when drm_api_create is called.
| * st/egl: Remove the egl state tracker.Chia-I Wu2010-01-222-2/+5
| | | | | | | | | | | | The egl_g3d state tracker has support for KMS, and the support is based on the egl state tracker. As egl_g3d provides more features, it should be better to keep only egl_g3d to unify the efforts.
| * egl: Remove USING_EGL and the related drivers.Chia-I Wu2010-01-223-20/+0
| | | | | | | | | | They do not build for a long while and there seems to be no active users. It might be better for them to live in the git histroy.
| * egl: Remove the demo driver.Chia-I Wu2010-01-222-2/+2
| | | | | | | | | | The demo driver has outdated. It is suggested to look at any of the drivers that is functioning.
| * Merge remote branch 'origin/opengl-es-v2'Chia-I Wu2010-01-201-0/+27
| |\
| | * mesa/es: Fix build issue after merge.Chia-I Wu2010-01-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | In cd6b8dd9e82fedc55d033131fbc0f8ee950567c8, color read/type fields are moved; Based on 068596c9a7e8d330ffdff8ad8700bd6093b5bdea and cc020425e929110613ddb405d3e82313d27a35ed, GLSL builtin library is autogenerated and GLSL libraries are built and used. Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
| | * Merge branch 'master' into opengl-es-v2Chia-I Wu2010-01-129-20/+42
| | |\ | | | | | | | | | | | | | | | | Conflicts: src/mesa/main/dd.h
| | * | Update config linux-opengl-es.Chia-I Wu2009-11-101-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>
| | * | Add new config for OpenGL ES.Chia-I Wu2009-11-061-0/+21
| | | | | | | | | | | | | | | | Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
* | | | Merge remote branch 'origin/master' into lp-binningJosé Fonseca2010-01-163-3/+12
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | Conflicts: src/gallium/drivers/llvmpipe/lp_quad.h src/gallium/drivers/llvmpipe/lp_setup.c
| * | | configs: remove -ansi from linux-debugBrian Paul2010-01-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | -ansi implies -std=c89 but that conflicts with the -std=c99 flag which is also provided. Allows the r300g driver to compile.
| * | | r300g: Build driver by defaultJakob Bornecrantz2010-01-141-1/+1
| | |/ | |/| | | | | | | Do the auto trick that is used for both i915, i965 and svga.
| * | st/egl_g3d: New EGL state tracker that uses Gallium.Chia-I Wu2010-01-122-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This new (intermediate) EGL state tracker is the base work for EGL drivers that uses Gallium. It makes it easier to support new window systems. Currently, there is support only for X11. This driver supports multiple APIs (OpenVG, OpenGL, ...) and supports hardware acceleration through winsys/drm. Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
| * | egl: Clean up the Makefile rules.Chia-I Wu2010-01-112-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>
* | | Merge remote branch 'origin/master' into lp-binningJosé Fonseca2010-01-0811-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
| * | configs: set INTEL_LIBS, INTEL_CFLAGS, etcBrian Paul2010-01-061-0/+6
| | |
| * | Check for libdrm_$chipset.pc when neededKristian Høgsberg2010-01-041-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.
| * | gallium: Hunt down all references to GALLIUM_AUXILIARY_DIRS.José Fonseca2010-01-023-4/+0
| | |
| * | 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
| | | | | |