summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-08-13android: loader: use the installed libdrm headersEmil Velikov1-4/+2
2014-08-13android: egl/dri2: use the installed libdrm headersEmil Velikov1-1/+1
2014-08-13android: dri/i915: do not build an 'empty' driverEmil Velikov1-1/+1
2014-08-13automake: mesa: whitespace fixesEmil Velikov1-8/+6
2014-08-13mesa: guard better when building with sse4.1 optimisationsEmil Velikov3-0/+12
2014-08-13android: glsl: the stlport over the limited Android STLEmil Velikov1-1/+1
2014-08-13android: drop HAL_PIXEL_FORMAT_RGBA_{5551,4444}Emil Velikov2-8/+0
2014-08-13android: gallium/auxiliary: drop log2/log2f redefitionsEmil Velikov1-22/+0
2014-08-13android: targets/egl-static: add correct include for DRM headersEmil Velikov1-3/+1
2014-08-13scons: group state-trackers' and targets' sconsEmil Velikov1-31/+11
2014-08-13android: reorder gallium SUBDIRSEmil Velikov1-4/+10
2014-08-13automake: handle gallium SUBDIRs in gallium/MakefileEmil Velikov2-9/+17
2014-08-13automake: compact gallium/target/Makefile into gallium/MakefileEmil Velikov3-88/+21
2014-08-13automake: merge gallium/state_trackers/Makefile into gallium/MakefileEmil Velikov3-67/+49
2014-08-13automake: compact gallium/drivers and gallium/winsys makefilesEmil Velikov4-179/+105
2014-08-13android: egl/main: add/enable freedrenoEmil Velikov2-0/+9
2014-08-13android: gallium/freedreno: add preliminary buildEmil Velikov3-0/+86
2014-08-13automake: gallium/freedreno: drop spurious include dirsEmil Velikov2-4/+2
2014-08-13android: egl/main: resolve radeon linking issuesPaulo Sergio Travaglia1-4/+9
2014-08-13android: gallium/radeon: attempt to fix the android buildPaulo Sergio Travaglia6-7/+45
2014-08-13android: egl/main: fixup the nouveau buildEmil Velikov1-6/+2
2014-08-13android: gallium/nouveau: fix include folders, link against libstlportEmil Velikov2-8/+6
2014-08-13egl/main: Bring in the Makefile.sourcesEmil Velikov4-75/+47
2014-08-12nvc0: add BPTC format supportIlia Mirkin1-0/+7
2014-08-12mesa/st: add BPTC formats, expose ARB_texture_compression_bptcIlia Mirkin3-1/+49
2014-08-12softpipe,llvmpipe: mark BPTC formats as unsupportedIlia Mirkin2-0/+10
2014-08-12gallium: add basic support for BPTC formatsIlia Mirkin9-3/+165
2014-08-12st/dri: define GALLIUM_SOFTPIPE when building kms_swrastEmil Velikov3-3/+9
2014-08-12vc4: Drop the dump_fbo() routine.Eric Anholt1-50/+0
2014-08-12vc4: Claim the GL 2.1 minimum for 3D textures.Eric Anholt1-1/+2
2014-08-12vc4: Declare what vertex formats we actually support.Eric Anholt1-2/+7
2014-08-12vc4: Stash some debug code for format support checks.Eric Anholt1-0/+9
2014-08-12vc4: Texture format support has nothing to do with VBO format support.Eric Anholt1-2/+1
2014-08-12vc4: Fix off-by-one in texture maximum levels.Eric Anholt1-1/+1
2014-08-12vc4: Add support for the FLR opcode.Eric Anholt1-0/+18
2014-08-12i965: Delete the Gen8 code generators.Kenneth Graunke9-4076/+0
2014-08-12i965: Never use the Gen8 code generators.Kenneth Graunke3-28/+10
2014-08-12i965: Switch to the EU emit layer for code generation on Broadwell.Kenneth Graunke3-3/+3
2014-08-12i965: Retype atomics to UD in Gen8 code generation.Kenneth Graunke2-4/+8
2014-08-12i965/vp: Use the sampler for pull constant loads on Gen7/7.5.Kenneth Graunke1-5/+12
2014-08-12i965/vec4: Drop gen <= 7 assertion in pull constant load handling.Kenneth Graunke1-1/+0
2014-08-12i965/eu: Set src0 file to IMM on Gen8+ flow control instructions.Kenneth Graunke1-9/+36
2014-08-12i965/eu: Refactor brw_WHILE to share a bit more code on Gen6+.Kenneth Graunke1-16/+12
2014-08-12i965/eu: Emulate F32TO16 and F16TO32 on Broadwell.Kenneth Graunke1-2/+50
2014-08-12i965/vec4: Port Gen8 SET_VERTEX_COUNT handling to vec4_generator.Kenneth Graunke1-18/+25
2014-08-12i965/vec4: Switch to MOV, not OR, for GS_OPCODE_THREAD_END on Gen8.Kenneth Graunke1-4/+3
2014-08-12i965/vec4: Use MOV, not OR, to set URB write channel mask bits.Kenneth Graunke1-4/+2
2014-08-12i965/fs: Don't set flag_subreg_nr = 1 on predicated FB write setup.Kenneth Graunke1-0/+1
2014-08-12i965/vec4: Respect ir->force_writemask_all in Gen8 code generation.Kenneth Graunke1-0/+1
2014-08-12i965/vec4: Set NoMask for GS_OPCODE_SET_VERTEX_COUNT on Gen8+.Kenneth Graunke1-1/+3