summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* eg/compute: Drop reference to kernel_param bo in destructorJan Vesely2018-05-081-0/+1
* r600: Cleanup constant buffers on context destructionJan Vesely2018-05-081-1/+5
* eg/compute: Drop reference on code_bo in destructor.Jan Vesely2018-05-071-3/+1
* swr/rast: Fix include for createInstructionCombiningPass with llvm-7.0.Vinson Lee2018-05-051-0/+1
* clover: Add explicit virtual destructor to argument classJan Vesely2018-05-051-0/+1
* nv50/ir: fix printing of pixldRhys Perry2018-05-031-1/+1
* st/va: Support YUV formats in vaCreateSurfacesDrew Davenport2018-05-031-23/+36
* swr/rast: Fix WriteBitcodeToFile usage with llvm-7.0.Vinson Lee2018-05-031-0/+4
* nv50: Extract needed value bits without shifting them before calling bitcountVlad Golovkin2018-05-021-1/+1
* freedreno: Fix ir3_cmdline.c build.Eric Anholt2018-05-011-0/+1
* gallium/i915: fix PIPE_CAPF_MIN_CONSERVATIVE_RASTER_DILATE typoBrian Paul2018-05-011-1/+1
* nvc0: add conservative rasterization supportRhys Perry2018-04-307-8/+87
* gallium: add initial support for conservative rasterizationRhys Perry2018-04-3021-2/+243
* tgsi: use enums instead of unsigned in ureg codeBrian Paul2018-04-302-12/+12
* nir: move GL specific passes to src/compiler/glslTimothy Arceri2018-05-011-1/+1
* st/omx/enc: fix blit setup for YUV LoadImageLeo Liu2018-04-301-4/+4
* radeonsi: increase the number of compiler threads depending on the CPUMarek Olšák2018-04-272-16/+29
* radeonsi: avoid a crash in gallivm_dispose_target_library_infoMarek Olšák2018-04-271-0/+3
* radeonsi: move data_layout into si_compilerMarek Olšák2018-04-273-6/+11
* radeonsi: move passmgr into si_compilerMarek Olšák2018-04-274-40/+32
* radeonsi: move target_library_info into si_compilerMarek Olšák2018-04-273-5/+13
* radeonsi: use si_compiler::triple in si_llvm_optimize_moduleMarek Olšák2018-04-271-2/+2
* radeonsi: add triple into si_compilerMarek Olšák2018-04-273-2/+4
* radeonsi: add struct si_compiler containing LLVMTargetMachineRefMarek Olšák2018-04-278-91/+101
* radeonsi: rename r600_texture::resource to bufferMarek Olšák2018-04-2710-201/+201
* radeonsi: use r600_resource() typecast helperMarek Olšák2018-04-2719-78/+80
* radeonsi: remove unused atom parameter from si_atom::emitMarek Olšák2018-04-2710-36/+26
* radeonsi: inline 2 trivial state structuresMarek Olšák2018-04-275-19/+11
* radeonsi: remove function si_init_atomMarek Olšák2018-04-274-27/+14
* radeonsi: remove si_atom::idMarek Olšák2018-04-274-28/+15
* radeonsi: don't use an indirect table for state atomsMarek Olšák2018-04-2714-172/+148
* radeonsi: rename r600_atom -> si_atomMarek Olšák2018-04-2710-76/+76
* radeonsi: remove r600_pipe_common.hMarek Olšák2018-04-2714-347/+302
* radeonsi/gfx9: workaround for INTERP with indirect indexingMarek Olšák2018-04-271-6/+13
* radeonsi: rewrite DCC format compatibility checking codeMarek Olšák2018-04-271-56/+42
* radeonsi: implement DCC fast clear swizzle constraints more accuratelyMarek Olšák2018-04-273-35/+65
* radeonsi: rename variables and document stuff around DCC fast clearMarek Olšák2018-04-271-41/+42
* radeonsi: fully enable 2x DCC MSAA for array and non-array texturesMarek Olšák2018-04-274-14/+20
* radeonsi: enable fast color clear for level 0 of mipmapped textures on <= VIMarek Olšák2018-04-272-9/+24
* swr/rast: No need to export GetSimdValidIndicesGfxGeorge Kyriazis2018-04-271-4/+0
* swr/rast: Small editorial changesGeorge Kyriazis2018-04-273-19/+17
* swr/rast: Use new processor detection mechanismGeorge Kyriazis2018-04-272-1/+51
* swr/rast: Output rasterizer dir to console since it's process specificGeorge Kyriazis2018-04-271-1/+4
* swr/rast: Add TranslateGfxAddress for shaderGeorge Kyriazis2018-04-273-3/+19
* swr/rast: jit PRINT improvements.George Kyriazis2018-04-271-2/+13
* swr/rast: Fix regressions.George Kyriazis2018-04-271-1/+1
* swr/rast: Cleanup old cruft.George Kyriazis2018-04-271-17/+3
* swr/rast: Package events.proto with core outputGeorge Kyriazis2018-04-272-2/+32
* swr/rast: Fix init in EventHandlerWorkerStatsGeorge Kyriazis2018-04-271-1/+4
* swr/rast: Fix return type of VCVTPS2PH.George Kyriazis2018-04-271-1/+1