summaryrefslogtreecommitdiff
path: root/src/gallium/targets/egl
AgeCommit message (Expand)AuthorFilesLines
2010-10-31targets/egl: Fix a warning with --disable-opengl build.Chia-I Wu1-2/+1
2010-10-24Ensure -L$(TOP)/$(LIB_DIR) appears in link line before any -L in $LDFLAGSJon TURNEY1-6/+8
2010-10-18egl/i965: include inline_wrapper_sw_helper.hVictor Tseng1-0/+1
2010-10-15target-helpers: Remove per target software wrapper checkJakob Bornecrantz1-2/+1
2010-10-15egl: Remove unnecessary headersJakob Bornecrantz2-2/+0
2010-10-07targets/egl: Fix linking with libdrm.Chia-I Wu1-4/+6
2010-09-17targets/egl: Use C++ compiler to link GL/ES state trackers.Chia-I Wu1-3/+10
2010-09-10targets/egl: Fix crashes from loading invalid modules.Chia-I Wu1-4/+1
2010-09-10gallium: Remove ST_API_OPENGL_ES1 and ST_API_OPENGL_ES2.Chia-I Wu6-4/+50
2010-09-10st/egl: Use profiles to create OpenGL ES contexts.Chia-I Wu5-78/+43
2010-08-24targets/egl: Check against drm_driver_descriptor::name.Chia-I Wu3-16/+15
2010-08-24targets/egl: add pipe_r600Benjamin Franzke2-0/+40
2010-08-24targets/egl: rename pipe_radeon to pipe_r300Benjamin Franzke2-8/+8
2010-08-17targets/egl: Link with DRI_LIB_DEPS.Chia-I Wu1-3/+3
2010-08-06targets/egl: Fix build by including missing headers.Vinson Lee2-0/+2
2010-08-05targets/egl: fix buildJoakim Sindholt1-0/+1
2010-07-16st/egl: Fix build on FreeBSD.Chia-I Wu1-1/+1
2010-06-30st/egl: Add egl-gdi target.Chia-I Wu1-46/+0
2010-06-29egl: Check for drm winsys not just the driver nameJakob Bornecrantz1-5/+5
2010-06-29i915g: Fix copy pastoJakob Bornecrantz1-4/+4
2010-06-29egl: Fix gallium build when EGL is not installed on systemJakob Bornecrantz1-1/+2
2010-06-29i915g: Add missing egl pipe fileJakob Bornecrantz1-0/+28
2010-06-29st/egl: Build a single EGL driver.Chia-I Wu8-63/+205
2010-06-29st/egl: Move module loading code to targets.Chia-I Wu8-35/+343
2010-06-29st/egl: Reorganize targets.Chia-I Wu11-0/+427