summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)Author
2018-03-08gallium/st_dri: Honor the glx_disable_sgi_video_sync config optionThomas Hellstrom
2018-03-08ac/radeonsi: add emit_kill to the abiTimothy Arceri
2018-03-08radeonsi: add si_llvm_emit_kill() helperTimothy Arceri
2018-03-08radeonsi: make use of if/loop build helpers in acTimothy Arceri
2018-03-07meson: Fix indent in omx meson.buildDylan Baker
2018-03-07meson: Use include directory variables instead of traversingDylan Baker
2018-03-07meson: Re-add auto option for omxDylan Baker
2018-03-07meson: fix tizonia compilationDylan Baker
2018-03-07meson: combine state trackers and target if blocksDylan Baker
2018-03-07draw: fix line stippling with aa linesRoland Scheidegger
2018-03-07draw: simplify (and correct) aaline fallback (v2)Roland Scheidegger
2018-03-07radeonsi: remove si_llvm_add_attributeMarek Olšák
2018-03-07radeonsi: fix passing address32_hi to LLVM for high valuesMarek Olšák
2018-03-07radeonsi: assume has_virtual_memory == trueMarek Olšák
2018-03-07radeonsi: add/update assertions for 32-bit address spaceMarek Olšák
2018-03-07radeonsi: prevent a negative buffer offset in si_upload_descriptorsMarek Olšák
2018-03-07radeonsi: properly extract a buffer address from a descriptorMarek Olšák
2018-03-07radeonsi: fix vertex buffer address computation with full 64-bit addressesMarek Olšák
2018-03-07radeonsi: mask out high VM address bits in registers where neededMarek Olšák
2018-03-06st/omx/tizonia/h264d: Add EGLImage supportGurkirpal Singh
2018-03-06st/omx/tizonia: Add H.264 encoderGurkirpal Singh
2018-03-06st/omx/tizonia: Add H.264 decoderGurkirpal Singh
2018-03-06st/omx/tizonia: Add entrypointGurkirpal Singh
2018-03-06st/omx/tizonia: Add --enable-omx-tizonia flag and build filesGurkirpal Singh
2018-03-06st/omx/bellagio: Rename st and target directoriesGurkirpal Singh
2018-03-06ac: add ac_count_scratch_private_memory()Samuel Pitoiset
2018-03-06gallium: increase PIPE_MAX_SHADER_SAMPLER_VIEWS to 128Roland Scheidegger
2018-03-06tgsi/scan: use wrap-around shift behavior explicitly for file_maskRoland Scheidegger
2018-03-05clover: Allow overriding platform/device version numbersAaron Watry
2018-03-05clover/llvm: Pass device down to compileAaron Watry
2018-03-05clover: Pass device to llvm::create_compiler_instanceAaron Watry
2018-03-05clover/llvm: Use device in llvm compilation instead of copying fieldsAaron Watry
2018-03-06radeonsi/nir: fix handling of doubles for gs inputsTimothy Arceri
2018-03-06radeonsi: move si_nir_load_input_gs() to si_shader.cTimothy Arceri
2018-03-05broadcom/vc4: Add support for HW perfmonBoris Brezillon
2018-03-05r600: fix color export maskRoland Scheidegger
2018-03-05gallium/aux/hud: Avoid possible buffer overflowGert Wollny
2018-03-05freedreno/ir3: start dealing with half-precisionRob Clark
2018-03-05freedreno/ir3: fix fixing-up register footprintRob Clark
2018-03-05freedreno: surfaces can be PIPE_BUFFERRob Clark
2018-03-05freedreno/a5xx: handle compute resourcesRob Clark
2018-03-05freedreno/ir3: ignore return jumpRob Clark
2018-03-05freedreno: add some more compute capsRob Clark
2018-03-05freedreno/a5xx: don't expose 64b pointers yetRob Clark
2018-03-05freedreno: steal handy macro for compute caps from nouveauRob Clark
2018-03-05freedreno: add global_bindings stateRob Clark
2018-03-05freedreno/ir3: small cleanupRob Clark
2018-03-05freedreno: add pctx->memory_barrier()Rob Clark
2018-03-05freedreno/ir3: cmdline compiler updates for spv shadersRob Clark
2018-03-05ac: add ac_build_fsign()Samuel Pitoiset