summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nvc0: increase GLSL level to 400 to enable ARB_gpu_shader5Ilia Mirkin2014-08-133-9/+10
* mesa/st: enable ARB_gpu_shader5 if the reported GLSL version >= 400Ilia Mirkin2014-08-131-0/+3
* android: add CleanSpec.mkEmil Velikov2014-08-131-0/+7
* android: megadriver_stub: prefix static libraries with libmesa_Emil Velikov2014-08-132-3/+3
* android: loader: prefix static libraries with libmesa_*Emil Velikov2014-08-133-4/+4
* android: dri/i9*5: remove used _INCLUDES variableEmil Velikov2014-08-134-14/+3
* android: drivers/dri: add $(mesa_top)/src to the includes listEmil Velikov2014-08-131-0/+1
* android: dri: use the installed libdrm headersEmil Velikov2014-08-134-7/+3
* android: gallium: use the installed libdrm headersEmil Velikov2014-08-133-10/+3
* android: loader: use the installed libdrm headersEmil Velikov2014-08-131-4/+2
* android: egl/dri2: use the installed libdrm headersEmil Velikov2014-08-131-1/+1
* android: dri/i915: do not build an 'empty' driverEmil Velikov2014-08-131-1/+1
* automake: mesa: whitespace fixesEmil Velikov2014-08-131-8/+6
* mesa: guard better when building with sse4.1 optimisationsEmil Velikov2014-08-134-0/+15
* android: glsl: the stlport over the limited Android STLEmil Velikov2014-08-131-1/+1
* android: drop HAL_PIXEL_FORMAT_RGBA_{5551,4444}Emil Velikov2014-08-132-8/+0
* android: gallium/auxiliary: drop log2/log2f redefitionsEmil Velikov2014-08-131-22/+0
* android: targets/egl-static: add correct include for DRM headersEmil Velikov2014-08-131-3/+1
* scons: group state-trackers' and targets' sconsEmil Velikov2014-08-131-31/+11
* android: reorder gallium SUBDIRSEmil Velikov2014-08-131-4/+10
* automake: handle gallium SUBDIRs in gallium/MakefileEmil Velikov2014-08-132-9/+17
* automake: compact gallium/target/Makefile into gallium/MakefileEmil Velikov2014-08-134-89/+21
* automake: merge gallium/state_trackers/Makefile into gallium/MakefileEmil Velikov2014-08-134-68/+49
* automake: compact gallium/drivers and gallium/winsys makefilesEmil Velikov2014-08-135-181/+106
* android: egl/main: add/enable freedrenoEmil Velikov2014-08-132-0/+9
* android: gallium/freedreno: add preliminary buildEmil Velikov2014-08-134-2/+88
* automake: gallium/freedreno: drop spurious include dirsEmil Velikov2014-08-132-4/+2
* android: egl/main: resolve radeon linking issuesPaulo Sergio Travaglia2014-08-131-4/+9
* android: gallium/radeon: attempt to fix the android buildPaulo Sergio Travaglia2014-08-136-7/+45
* android: egl/main: fixup the nouveau buildEmil Velikov2014-08-131-6/+2
* android: gallium/nouveau: fix include folders, link against libstlportEmil Velikov2014-08-132-8/+6
* egl/main: Bring in the Makefile.sourcesEmil Velikov2014-08-134-75/+47
* nvc0: add BPTC format supportIlia Mirkin2014-08-123-2/+9
* mesa/st: add BPTC formats, expose ARB_texture_compression_bptcIlia Mirkin2014-08-123-1/+49
* softpipe,llvmpipe: mark BPTC formats as unsupportedIlia Mirkin2014-08-122-0/+10
* gallium: add basic support for BPTC formatsIlia Mirkin2014-08-129-3/+165
* docs: add GL4.5 sectionIlia Mirkin2014-08-121-0/+16
* configure.ac: drop enable_dri check in gallium_gbmEmil Velikov2014-08-121-4/+0
* configure.ac: bail out if building gallium_gbm without gallium_eglEmil Velikov2014-08-121-0/+4
* st/dri: define GALLIUM_SOFTPIPE when building kms_swrastEmil Velikov2014-08-123-3/+9
* configure: Fix --enable-XX-bit flags by moving LT_INIT where it shouldAlexandre Demers2014-08-121-3/+8
* c11/threads: correct assertionEmil Velikov2014-08-121-1/+1
* docs: now distributing the GL/glcorearb.h headerBrian Paul2014-08-121-0/+1
* mesa: pull Khronos glcorearb.h header into include/GL/Brian Paul2014-08-121-0/+3589
* vc4: Drop the dump_fbo() routine.Eric Anholt2014-08-121-50/+0
* vc4: Claim the GL 2.1 minimum for 3D textures.Eric Anholt2014-08-121-1/+2
* vc4: Declare what vertex formats we actually support.Eric Anholt2014-08-121-2/+7
* vc4: Stash some debug code for format support checks.Eric Anholt2014-08-121-0/+9
* vc4: Texture format support has nothing to do with VBO format support.Eric Anholt2014-08-121-2/+1
* vc4: Fix off-by-one in texture maximum levels.Eric Anholt2014-08-121-1/+1