aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* gallium: add a pipe_context parameter to resource_get_handleMarek Olšák2016-08-256-11/+17
* st/xvmc: fix a couple 'unused-but-set-variable' warningsEric Engestrom2016-08-241-2/+3
* st/va: Remove unused variable coded_size from vlVaEndPicture()Kai Wasserbäch2016-08-241-1/+0
* st/va: Remove else case in vlVaEndPicture() made superfluous by c59628d11bKai Wasserbäch2016-08-241-3/+1
* st/va: add missing mutex_unlockEric Engestrom2016-08-241-1/+3
* st/dri: respect driver's request to avoid mixed color/depth bit configsIlia Mirkin2016-08-231-2/+6
* dri: add a way to request that modes have matching color/zs depthsIlia Mirkin2016-08-231-2/+2
* st/va: enable dual instances encode by sync surfaceBoyuan Zhang2016-08-193-3/+46
* st/vdpau: change the order in which filters are applied(v3)Nayan Deshmukh2016-08-161-10/+18
* st/omx/dec/h264: pass default scaling lists in raster formatIndrajit Das2016-08-111-20/+20
* st/nine: Fix invalid attempt to use indirect draws.Trevor Davenport2016-08-101-0/+1
* gallium: add a pipe_context parameter to fence_finishMarek Olšák2016-08-108-14/+14
* gallium: add render_condition_enable param to clear_render_target/depth_stencilMarek Olšák2016-08-103-5/+5
* clover: make GCC 4.8 happyDieter Nützel2016-07-271-1/+1
* st/va: enable h264 VAAPI encodeBoyuan Zhang2016-07-251-5/+1
* st/va: add function to handle misc param type frame rateBoyuan Zhang2016-07-251-5/+19
* st/va: add enviromental variable to disable interlaceBoyuan Zhang2016-07-251-0/+4
* st/va: add preset values for VAAPI encodeBoyuan Zhang2016-07-251-0/+27
* st/va: add functions for VAAPI encodeBoyuan Zhang2016-07-253-2/+178
* st/va: get rate control method from configattrib v2Boyuan Zhang2016-07-253-0/+15
* st/va: add conversion for yv12 to nv12in putimage v2Boyuan Zhang2016-07-251-7/+27
* st/va: add encode entrypoint v2Boyuan Zhang2016-07-254-39/+150
* gallium: split transfer_inline_write into buffer and texture callbacksMarek Olšák2016-07-2310-45/+48
* clover: Re-order includes in invocation.cpp to fix buildTom Stellard2016-07-201-7/+17
* clover: Add missing include v2Tom Stellard2016-07-201-0/+1
* st/omx/enc: check uninitialized list from task releaseLeo Liu2016-07-151-2/+2
* st/omx: assign previous values to new structureBoyuan Zhang2016-07-141-0/+10
* st/omx/dec: convert decoder video buffer to progressiveLeo Liu2016-07-122-3/+68
* 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