aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* trace: add missing set_shader_images()Samuel Pitoiset2016-04-073-0/+81
* radeonsi: disable perfect ZPASS counts for PIPE_QUERY_OCCLUSION_PREDICATEMarek Olšák2016-04-073-5/+16
* radeonsi: don't use the real barrier instruction in tess ctrl shadersMarek Olšák2016-04-071-0/+8
* Revert "clover: Fix build against clang SVN >= r265359"Michel Dänzer2016-04-071-3/+0
* r600: use radeon_emit in a few more places in evergreen_computeDave Airlie2016-04-071-4/+4
* r600: make compute global buffer functions static.Dave Airlie2016-04-072-98/+86
* r600: make two compute functions static.Dave Airlie2016-04-072-5/+3
* r600: using pipe_grid_info more in evergreen_compute.Dave Airlie2016-04-072-26/+21
* r600: in evergreen_compute use ctx consistently instead of ctx_Dave Airlie2016-04-071-25/+25
* r600: use rctx consistently in evergreen_compute.cDave Airlie2016-04-071-74/+74
* r600: cleanup whitespace in evergreen_compute.cDave Airlie2016-04-071-87/+75
* r600g: Enable ARB_framebuffer_no_attachmentsEdward O'Callaghan2016-04-071-1/+1
* radeonsi: Enable ARB_framebuffer_no_attachmentsEdward O'Callaghan2016-04-071-1/+1
* radeonsi: Improve assert info out of si_set_framebuffer_state()Edward O'Callaghan2016-04-071-0/+2
* radeonsi: Allow 16 samples MSAA mode for PIPE_FORMAT_NONEEdward O'Callaghan2016-04-071-0/+5
* softpipe: Set samples and layers in set_framebuffer_state() cbEdward O'Callaghan2016-04-071-0/+2
* gallium/trace: Dump no.of samples and layers in fb stateEdward O'Callaghan2016-04-071-0/+2
* gallium: Put no.of {samples,layers} into pipe_framebuffer_stateEdward O'Callaghan2016-04-073-0/+40
* gallium: Add PIPE_CAP_FRAMEBUFFER_NO_ATTACHMENTEdward O'Callaghan2016-04-0716-0/+23
* radeonsi: set shader calling conventionsBas Nieuwenhuizen2016-04-061-1/+16
* freedreno/ir3: insert extra move into phiRob Clark2016-04-051-0/+10
* freedreno/ir3: eliminate unnecessary absneg'sRob Clark2016-04-052-3/+26
* clover: Fix build against clang SVN >= r265359Michel Dänzer2016-04-051-0/+3
* radeonsi: use bounded indexing for samplersBas Nieuwenhuizen2016-04-051-1/+4
* radeonsi: use bounded indexing for constant buffersBas Nieuwenhuizen2016-04-051-2/+3
* gallium/radeon: allow multiple exports of the same texture with different usageMarek Olšák2016-04-051-21/+33
* freedreno/ir3: deal with duplicate phi sourcesRob Clark2016-04-041-5/+20
* freedreno/ir3: fix silly brain-fart in RARob Clark2016-04-041-2/+1
* freedreno/ir3: don't cp into phi'sRob Clark2016-04-041-0/+6
* freedreno/ir3: we can't store immediate valuesRob Clark2016-04-041-0/+13
* freedreno/ir3: add dumping for use/def/live-in/live-outRob Clark2016-04-043-10/+42
* freedreno/ir3: drop unused instr category argRob Clark2016-04-045-114/+108
* freedreno/ir3: remove ir3_instruction::categoryRob Clark2016-04-0410-93/+84
* freedreno/ir3: encode instruction category in opc_tRob Clark2016-04-045-192/+201
* nvc0: add hardware ETC2 and ASTC support on GK20A and GM107+Ilia Mirkin2016-04-043-2/+64
* gallivm: Introduce lp_format_intrinsic.Jose Fonseca2016-04-043-14/+54
* gallivm: Use llvm.fabs.Jose Fonseca2016-04-031-8/+3
* gallivm: Prefer backend agnostic intrinsic for rounding.Jose Fonseca2016-04-031-7/+39
* gallivm: Add debug option to force SSE2.Jose Fonseca2016-04-031-11/+14
* llvmpipe: Test abs.Jose Fonseca2016-04-031-0/+1
* llvmpipe: Build lp_test_arit on MSVC too.Jose Fonseca2016-04-031-3/+1
* gallivm: Fix performance regressions due to vector selects.Jose Fonseca2016-04-031-22/+18
* gallivm: Remove lp_build_load_volatile.Jose Fonseca2016-04-032-12/+0
* gallivm: Use standard LLVMSetAlignment from LLVM 3.4 onwards.Jose Fonseca2016-04-039-27/+39
* gm107/ir: add OP_SELP emission, used in DSQRT loweringIlia Mirkin2016-04-021-0/+30
* nv50/ir: we can't load local memory directly into an outputIlia Mirkin2016-04-021-1/+2
* nv50/ir: fix envyas variants when building the code libSamuel Pitoiset2016-04-021-2/+2
* svga: remove unused svga_compile_key::texture_msaa fieldBrian Paul2016-04-022-2/+0
* svga: check TXF instruction's target to determine MSAABrian Paul2016-04-021-1/+1
* tgsi: add simple tgsi_is_msaa_target() helperBrian Paul2016-04-021-0/+8