summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* vc4: Implement live intervals using a CFG.Eric Anholt2016-07-126-39/+393
* vc4: Make vc4_qir_schedule handle each block in the program.Eric Anholt2016-07-121-14/+23
* vc4: Convert uniforms lowering to work with multiple blocks.Eric Anholt2016-07-121-29/+44
* vc4: Convert vc4_opt_peephole_sf to work with control flow.Eric Anholt2016-07-121-4/+18
* vc4: Create a basic block structure and move the instructions into it.Eric Anholt2016-07-126-20/+122
* vc4: Add a "qir_for_each_inst_inorder" macro and use it in many places.Eric Anholt2016-07-1212-14/+17
* vc4: Also enable phi elimination.Eric Anholt2016-07-121-0/+1
* vc4: fix memory leakEric Engestrom2016-07-121-1/+1
* vc4: Close our screen's fd on screen close.Eric Anholt2016-07-121-0/+3
* nir: Add optimization for (a || True == True)Eric Anholt2016-07-121-0/+1
* swr: [rasterizer core] correct MSAA behavior for conservative rasterizationTim Rowley2016-07-123-11/+31
* swr: [rasterizer core] conservative rast backend changesTim Rowley2016-07-128-221/+538
* swr: [rasterizer] buckets cleanupTim Rowley2016-07-124-12/+43
* swr: [rasterizer core] make all api functions call GetContextTim Rowley2016-07-121-14/+14
* swr: [rasterizer] add support for llvm-3.9Tim Rowley2016-07-122-15/+28
* swr: [rasterizer jitter] fix llvm-3.7 compileTim Rowley2016-07-121-0/+5
* st/omx/dec: convert decoder video buffer to progressiveLeo Liu2016-07-122-3/+68
* vl/compositor: set layer of y or uv to renderLeo Liu2016-07-122-0/+42
* vl/compositor: add weave to yuv shaderLeo Liu2016-07-122-0/+43
* vl/compositor: move weave shader out from rgb weavingLeo Liu2016-07-122-76/+83
* glsl_to_tgsi: don't use the negate modifier in integer ops after bitcastMarek Olšák2016-07-121-5/+7
* clover/api: Implement clLinkProgram per-device binary presence validation rule.Francisco Jerez2016-07-111-2/+31
* clover: Add clLinkProgram (CL 1.2).Serge Martin2016-07-111-4/+27
* clover: Trivial cleanups for api/program.cpp.Francisco Jerez2016-07-111-9/+8
* clover/core: Remove compiler.hpp.Francisco Jerez2016-07-114-37/+3
* clover/llvm: Get rid of compile_program_llvm().Francisco Jerez2016-07-112-18/+0
* clover: Provide separate program methods for compilation and linking.Francisco Jerez2016-07-113-12/+42
* clover: Unify program::build_* into a single method returning a struct.Francisco Jerez2016-07-114-50/+39
* clover: Change program::build opts argument to std::string.Serge Martin2016-07-112-3/+3
* clover: Define error subclass to signal build option parse failure.Francisco Jerez2016-07-113-3/+11
* clover: Move back to using build_error to signal compilation failure.Francisco Jerez2016-07-115-17/+17
* clover: Override ret_object.Serge Martin2016-07-111-0/+11
* clover/tgsi: Add stub link_program() function.Francisco Jerez2016-07-112-0/+9
* clover/tgsi: Move compiler entry point declaration into tgsi directory and na...Francisco Jerez2016-07-115-7/+42
* clover/llvm: Implement the -create-library linker option.Francisco Jerez2016-07-112-24/+44
* clover/llvm: Implement linkage of multiple clover modules.Francisco Jerez2016-07-112-3/+35
* clover/llvm: Split compilation and linking.Francisco Jerez2016-07-113-15/+91
* clover/llvm: Implement library bitcode codegen.Francisco Jerez2016-07-112-1/+31
* clover/llvm: Trivial assorted cleanups for invocation.cpp.Francisco Jerez2016-07-111-50/+7
* clover/llvm: Split native codegen into separate file.Francisco Jerez2016-07-114-119/+175
* clover/llvm: Split bitcode codegen into separate file.Francisco Jerez2016-07-114-35/+84
* clover/llvm: Split shared codegen support code into separate file.Francisco Jerez2016-07-114-157/+261
* clover/llvm: Define function for bitcode print-out.Francisco Jerez2016-07-111-7/+10
* clover/llvm: Split native codegen and assembly print-out into separate functi...Francisco Jerez2016-07-111-18/+20
* clover/llvm: Clean up bitcode codegen.Francisco Jerez2016-07-111-16/+20
* clover/llvm: Use metadata introspection utils for kernel enumeration.Francisco Jerez2016-07-111-31/+3
* clover/llvm: Use metadata introspection utils for kernel argument set-up.Francisco Jerez2016-07-111-92/+5
* clover/llvm: Add simplified utility functions for metadata introspection.Francisco Jerez2016-07-112-0/+133
* clover/llvm: Clean up codestyle of get_kernel_args().Francisco Jerez2016-07-111-120/+103
* clover/llvm: Fold compile_native() call into build_module_native().Francisco Jerez2016-07-111-6/+4