aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/targets
Commit message (Expand)AuthorAgeFilesLines
* r600g: set back to correct codepaths.Dave Airlie2010-09-211-1/+1
* r600g: add back reference check when mapping bufferJerome Glisse2010-09-201-1/+1
* i915g: Link with wrapper sw winsys with sconsJakob Bornecrantz2010-09-201-0/+1
* scons: Link against talloc in the Gallium DRI driversJakob Bornecrantz2010-09-201-0/+1
* r600g: alternative command stream building from contextJerome Glisse2010-09-171-0/+23
* libgl-xlib: Remove unused st_api_create_OpenGL.Chia-I Wu2010-09-171-8/+0
* targets/egl: Use C++ compiler to link GL/ES state trackers.Chia-I Wu2010-09-171-3/+10
* targets/egl: Fix crashes from loading invalid modules.Chia-I Wu2010-09-101-4/+1
* gallium: Remove ST_API_OPENGL_ES1 and ST_API_OPENGL_ES2.Chia-I Wu2010-09-106-4/+50
* st/egl: Use profiles to create OpenGL ES contexts.Chia-I Wu2010-09-106-141/+66
* libgl-xlib: Fix --enable-gallium-llvm build.Chia-I Wu2010-09-071-1/+9
* libgl-xlib: enable galahad supportBrian Paul2010-09-033-1/+18
* r600g: avoid dynamic allocation of statesJerome Glisse2010-09-011-2/+2
* graw: fix the build (missing header)Zack Rusin2010-08-271-0/+1
* graw: Undo late loading of graw drivers.José Fonseca2010-08-265-0/+209
* graw: Remove graw-null.José Fonseca2010-08-263-158/+0
* graw: Dynamically load graw libraries.José Fonseca2010-08-262-50/+0
* scons: Fix old script compatability logic.José Fonseca2010-08-261-10/+5
* r300g: rename radeong_dri.so to r300_dri.soDave Airlie2010-08-253-4/+4
* make: Use C++ compiler to link stdc++ library.Brian Paul2010-08-241-1/+2
* targets/egl: Check against drm_driver_descriptor::name.Chia-I Wu2010-08-243-16/+15
* targets/egl: add pipe_r600Benjamin Franzke2010-08-242-0/+40
* targets/egl: rename pipe_radeon to pipe_r300Benjamin Franzke2010-08-242-8/+8
* libgl-xlib: Include missing header in xlib.c.Vinson Lee2010-08-221-0/+1
* targets/egl-gdi: Implement guess_gl_api.Chia-I Wu2010-08-201-2/+37
* targets/egl: Link with DRI_LIB_DEPS.Chia-I Wu2010-08-171-3/+3
* Merge branch 'glsl2'Ian Romanick2010-08-163-8/+7
|\
| * scons: Link talloc.José Fonseca2010-08-141-0/+1
| * Merge branch 'master' into glsl2Ian Romanick2010-08-131-0/+1
| |\
| * | scons: Build the new glsl2 code.José Fonseca2010-08-131-0/+1
| * | gallium: Link DRI drivers with g++ and test with CXXJakob Bornecrantz2010-08-121-8/+5
* | | r600g: drop libdrm_radeon linkDave Airlie2010-08-171-1/+1
* | | scons: Fix r600g build.Vinson Lee2010-08-141-1/+1
* | | targets/egl: Fix build by including missing headers.Vinson Lee2010-08-062-0/+2
| |/ |/|
* | Revert "r600g: don't use dynamic state allocation for states"Jerome Glisse2010-08-061-2/+2
* | r600g: don't use dynamic state allocation for statesJerome Glisse2010-08-051-2/+2
* | targets/egl: fix buildJoakim Sindholt2010-08-051-0/+1
|/
* i965g: Enable llvm in dri driver if builtJakob Bornecrantz2010-07-261-3/+8
* i915g: Fix llvm buildnobled2010-07-261-1/+1
* gallium: Fix build with llvm installed in non-standard locationChristopher James Halse Rogers2010-07-231-1/+1
* xorg/vmwgfx: Implement early mode pruning based on max fb size.Thomas Hellstrom2010-07-232-4/+36
* st/xorg vmwgfx/xorg: Add a pre-init customizer callbackThomas Hellstrom2010-07-231-3/+13
* i915g: Allow wrapping with software pipesJakob Bornecrantz2010-07-222-3/+11
* st/egl: Fix build on FreeBSD.Chia-I Wu2010-07-161-1/+1
* i965g: Fix scons build of dri driverJakob Bornecrantz2010-07-131-1/+0
* targets: Link xorg drivers with LLVM if builtJakob Bornecrantz2010-07-131-0/+8
* targets: Clean up xorg make files a bitJakob Bornecrantz2010-07-136-29/+31
* libgl-xlib: add depend to make clean listBrian Paul2010-07-131-1/+1
* mesa: Purge macros NEED_EVENTS and NEED_REPLIESFernando Carrijo2010-07-011-3/+0
* st/egl: Add egl-gdi target.Chia-I Wu2010-06-303-17/+165