summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* gallium/auxiliary: Fix string matchingMathieu Bridon2018-07-051-1/+1
* r600: compare structure elements instead of doing a memcmpGert Wollny2018-07-051-1/+4
* r600: Add R4G4B4A4 and A1B5G5R5 to supported vertex formatsGert Wollny2018-07-051-0/+15
* r600: force LOD range to be only one value when mip.min filter is NONEGert Wollny2018-07-051-1/+9
* Shorten u_queue namesMarek Olšák2018-07-044-5/+5
* gallium/os: use util_get_process_name when possibleMarek Olšák2018-07-041-14/+2
* ac: fold LLVMContext creation into ac_llvm_context_initMarek Olšák2018-07-041-4/+1
* radeonsi: reorder code in si_llvm_context_initMarek Olšák2018-07-041-13/+13
* radeonsi: use ac_compile_module_to_binary to reduce compile timesMarek Olšák2018-07-042-31/+4
* nvc0: implement multisampled images on Maxwell+Rhys Perry2018-07-046-39/+48
* r600/sb: cleanup if_conversion iterator to be legal C++Dave Airlie2018-07-041-7/+4
* radeonsi: fix compiler breakageMarek Olšák2018-07-041-0/+1
* ac/radv: move llvm compiler info to struct and init in one placeDave Airlie2018-07-041-1/+1
* ac/radeonsi: port compiler init/destroy out of radeonsi.Dave Airlie2018-07-041-25/+2
* radv/radeonsi: add a check ir tm optionsDave Airlie2018-07-041-2/+3
* radeonsi: rename si_compiler -> ac_llvm_compilerDave Airlie2018-07-048-36/+30
* ac/radeonsi: refactor out pass manager init to common code.Dave Airlie2018-07-041-25/+2
* ac/radv: split the non-common init_once code from the common target code. (v2)Dave Airlie2018-07-041-0/+1
* v3d: Claim PIPE_CAP_TGSI_CAN_READ_OUTPUTS.Eric Anholt2018-07-021-0/+1
* ac: move all LLVM module initialization into ac_create_moduleMarek Olšák2018-07-023-17/+4
* v3d: Emit a TF flush after each draw using TF.Eric Anholt2018-07-021-0/+7
* nv50/ir: handle clipvertex for geom and tess shaders as wellKarol Herbst2018-07-021-1/+6
* gallium/u_vbuf: drop min/max-scanning for empty indirect drawsErik Faye-Lund2018-07-021-0/+3
* virgl: Add support for glGetMultisampleGert Wollny2018-07-022-0/+39
* gallium/llvmpipe: Enable support bptc format.Denis Pauk2018-07-012-4/+2
* gallium/softpipe: Enable support bptc format.Denis Pauk2018-07-011-2/+1
* gallium/auxiliary: Add helper support for bptc format compress/decompressDenis Pauk2018-07-016-1/+408
* radeonsi: enable OpenGL 4.4 compat profileTimothy Arceri2018-06-301-4/+3
* v3d: Add missing "number of bin tile lists" field.Eric Anholt2018-06-291-0/+1
* v3d: Rewrite the color write masks to match CLIF format.Eric Anholt2018-06-291-18/+6
* gallium/util: remove dummy function util_format_is_supportedMarek Olšák2018-06-2916-57/+6
* nv50/ir: improve maintainability of Target*::initOpInfo()Rhys Perry2018-06-292-23/+28
* nv50/ir: fix image stores with indirect handlesRhys Perry2018-06-291-4/+5
* radeonsi: implement vertex color clamping for tess and GSMarek Olšák2018-06-284-33/+87
* radeonsi: move VS_STATE_SGPR before draw SGPRsMarek Olšák2018-06-282-10/+13
* radeonsi: don't use malloc in si_generate_gs_copy_shaderMarek Olšák2018-06-281-10/+2
* radeonsi: disable DCC statistics gathering on everything but StoneyMarek Olšák2018-06-281-3/+2
* radeonsi: don't enable DCC statistics gathering for small surfacesMarek Olšák2018-06-281-14/+16
* radeonsi: simplify logic around vi_separate_dcc_try_enableMarek Olšák2018-06-282-14/+15
* radeonsi: fix memory exhaustion issue with DCC statistics gathering with DRI2Marek Olšák2018-06-281-3/+27
* radeonsi: remove references to EvergreenMarek Olšák2018-06-284-4/+2
* radeonsi: enable shader caching for compute shadersMarek Olšák2018-06-283-15/+50
* radeonsi: store compute local_size into tgsi_shader_infoMarek Olšák2018-06-284-6/+10
* radeonsi: unify duplicated code for initial shader compilationMarek Olšák2018-06-283-43/+39
* radeonsi/gfx9: insert the barrier between merged shaders inside the if blockMarek Olšák2018-06-281-5/+13
* gallium: plumb invariant output attrib thru TGSIJoe M. Kniss2018-06-295-13/+39
* nvc0: remove magic values in nve4_set_tex_handles()Rhys Perry2018-06-281-1/+1
* nvc0/ir: fix TargetNVC0::insnCanLoadOffset()Rhys Perry2018-06-281-0/+1
* swr/rast: Updating code style based on current clang-format rulesAlok Hota2018-06-284-253/+260
* swr/rast: Fix addPassesToEmitFile usage with llvm-7.0.Vinson Lee2018-06-281-0/+4