aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* mesa: add PROGRAM_IMMEDIATE, PROGRAM_BUFFERIlia Mirkin2016-01-292-1/+2
* glsl: keep track of ssbo variable being accessed, add access paramsIlia Mirkin2016-01-295-6/+57
* glsl: always initialize image_* fields, copy them on interface initIlia Mirkin2016-01-293-1/+12
* tgsi: add MEMBAR opcode to handle memoryBarrier* GLSL intrinsicsIlia Mirkin2016-01-293-2/+24
* winsys/amdgpu: Process RADEON_FLAG_* independently from RADEON_DOMAIN_*Michel Dänzer2016-01-291-10/+9
* winsys/amdgpu: Handle RADEON_FLAG_NO_CPU_ACCESSMichel Dänzer2016-01-291-0/+2
* nv50/ir: optimize mad/fma with third argument 0 to mulKarol Herbst2016-01-281-0/+21
* nv50/ir: run DCE backwardsKarol Herbst2016-01-281-3/+3
* nv50/ir: optimize shl(shr(a, c), c) to and(a, ~((1 << c) - 1))Karol Herbst2016-01-281-0/+8
* glsl: disallow implicit conversions in ESSL shadersIlia Mirkin2016-01-282-0/+11
* radeonsi: Add option for SI schedulerAxel Davy2016-01-283-1/+7
* glsl: double-precision values don't support interpolationSamuel Iglesias Gonsálvez2016-01-281-2/+7
* vc4: Throttle outstanding rendering after submission.Eric Anholt2016-01-271-0/+9
* vc4: Don't record the seqno of a failed job submit.Eric Anholt2016-01-271-2/+2
* i965/skl: Utilize new 5th bit for gateway messagesBen Widawsky2016-01-271-2/+4
* glsl: only expose double mod when doubles are availableIlia Mirkin2016-01-271-17/+18
* nv50/ir: fix memory corruption when spilling and redoing RAKarol Herbst2016-01-261-0/+3
* glsl: remove old FINISHMETimothy Arceri2016-01-271-2/+0
* r600,compute: Plug few memory leaksJan Vesely2016-01-268-21/+55
* r600: Typos and whitespace fixesJan Vesely2016-01-263-7/+7
* radeonsi: fix clover crashMarek Olšák2016-01-261-1/+1
* radeonsi: fix shader precompilation for shader-dbMarek Olšák2016-01-261-9/+35
* glsl: add GL_OES_geometry_point_size and conditionalize gl_PointSizeIlia Mirkin2016-01-265-1/+17
* glsl: move to compiler/Emil Velikov2016-01-26496-83/+498
* nir: move to compiler/Emil Velikov2016-01-26105-157/+310
* compiler: move the glsl_types C wrapper alongside their C++ brethrenEmil Velikov2016-01-266-7/+8
* nir: move glsl_types.{cpp,h} to compilerEmil Velikov2016-01-2670-76/+68
* nir: move shader_enums.[ch] to compilerEmil Velikov2016-01-2623-15/+115
* compiler: introduce a libcompiler static libraryEmil Velikov2016-01-268-5/+34
* gallium/ddebug: add 'verbose' optionNicolai Hähnle2016-01-265-5/+12
* gallium/ddebug: make 'noflush' also affect 'always' modeNicolai Hähnle2016-01-262-5/+10
* radeonsi: use llvm.amdgcn.s.barrier instead of llvm.AMDGPU.barrier.localNicolai Hähnle2016-01-261-1/+3
* i965/bxt: Fix conservative wm thread counts.Ben Widawsky2016-01-251-1/+1
* meta: Use internal functions to set texture parametersIan Romanick2016-01-254-24/+49
* meta/blit: Restore GL_DEPTH_STENCIL_TEXTURE_MODE state for GL_TEXTURE_RECTANGLEIan Romanick2016-01-251-8/+8
* meta/copy_image: Fix typo in commentIan Romanick2016-01-251-1/+1
* mesa: Don't include meta.hIan Romanick2016-01-251-1/+0
* radeonsi: add DCC buffer for sampler views on new CSNicolai Hähnle2016-01-251-15/+18
* radeonsi: emit rw_buffers for tes_shader only if tes_shader presentNicolai Hähnle2016-01-251-3/+5
* radeonsi: do not set the shader->key for gs copy shadersNicolai Hähnle2016-01-251-1/+0
* radeonsi: si_llvm_emit_vs_epilogue is never used with gs copy shadersNicolai Hähnle2016-01-251-2/+3
* radeonsi: move is_gs_copy_shader to si_shader_contextNicolai Hähnle2016-01-252-6/+5
* radeonsi: replace use of is_gs_copy_shader in si_shader_vsNicolai Hähnle2016-01-251-1/+1
* radeonsi: ensure that VGT_GS_MODE is sent when necessaryNicolai Hähnle2016-01-251-8/+21
* radeonsi: extract the VGT_GS_MODE calculation into its own functionNicolai Hähnle2016-01-251-19/+28
* trace: fix a segfault when tracing indirect draw callsSamuel Pitoiset2016-01-241-1/+16
* Revert "mesa: enable enums for OES_geometry_shader"Marek Olšák2016-01-242-86/+30
* winsys/amdgpu: optionally use buffer lists with all allocated buffersMarek Olšák2016-01-235-3/+61
* glsl: Conditionalize atan2 math.Kenneth Graunke2016-01-221-1/+1
* virgl: enable building on AndroidRob Herring2016-01-234-0/+78