aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
...
* util/disk_cache: add new driver_flags param to cache keysTimothy Arceri2017-05-232-2/+2
* u_format_test: Ignore S3TC errors.Jose Fonseca2017-05-221-0/+25
* gallium/radeon: add a query for monitoring Gallium thread loadMarek Olšák2017-05-222-0/+13
* radeonsi/gfx9: compile shaders with +xnackMarek Olšák2017-05-221-6/+7
* vc4: Remove dead code in vc4_dump_surface_msaa()Rhys Kidd2017-05-221-6/+0
* driconf: Add allow_glsl_builtin_variable_redeclaration optionJohn Brooks2017-05-202-0/+4
* nv50,nvc0: clear index buffer bufctx bin unconditionallyIlia Mirkin2017-05-202-5/+3
* nv50: fix vtxbuf cleanupIlia Mirkin2017-05-201-1/+1
* nvc0/ir: SHLADD's middle source must be an immediateIlia Mirkin2017-05-201-0/+2
* automake: add SWR LLVM gen_builder.hpp workaroundEmil Velikov2017-05-201-30/+11
* st/xvmc: add DRI3 supportEmil Velikov2017-05-191-1/+3
* st/omx: add DRI3 supportEmil Velikov2017-05-191-1/+3
* gallium/targets: link against XCB only as neededEmil Velikov2017-05-192-4/+12
* st/omx: fix building against X11-less setupsEmil Velikov2017-05-191-0/+6
* st/omx: remove unneeded X11 includeEmil Velikov2017-05-191-2/+0
* st/omx: remove unused drm_driver.h includesEmil Velikov2017-05-192-2/+0
* st/va: check if vl_*_screen_create has failed only onceEmil Velikov2017-05-191-4/+3
* st/va: fix misplaced closing bracketEmil Velikov2017-05-191-1/+1
* st/va: move variable declaration to where its usedEmil Velikov2017-05-191-2/+1
* auxiliary/vl: use vl_*_screen_create stubs when building w/o platformEmil Velikov2017-05-195-19/+35
* configure: check once for DRI3 dependenciesEmil Velikov2017-05-199-1/+10
* Android: r600: fix build when LLVM is disabledRob Herring2017-05-191-0/+4
* virgl: fix virgl_bo_transfer_{put, get} box struct copyRob Herring2017-05-191-2/+12
* radeonsi/gfx9: use CE RAM optimallyMarek Olšák2017-05-182-36/+134
* radeonsi: remove CE offset alignment restrictionMarek Olšák2017-05-181-2/+1
* radeonsi: only upload (dump to L2) those descriptors that are used by shadersMarek Olšák2017-05-184-24/+117
* radeonsi: record which descriptor slots are used by shadersMarek Olšák2017-05-185-0/+41
* radeonsi: update si_ce_needed_cs_spaceMarek Olšák2017-05-181-8/+8
* radeonsi: do only 1 big CE dump at end of IBs and one reload in the preambleMarek Olšák2017-05-185-37/+37
* radeonsi: remove early return in si_upload_descriptorsMarek Olšák2017-05-181-3/+0
* radeonsi: clamp indirect index to the number of declared shader resourcesMarek Olšák2017-05-184-4/+15
* radeonsi: merge sampler and image descriptor lists into oneMarek Olšák2017-05-186-112/+99
* radeonsi: merge constant and shader buffers descriptor lists into oneMarek Olšák2017-05-188-132/+152
* gallium/u_threaded: add a fast path for unbinding shader buffersMarek Olšák2017-05-181-3/+9
* gallium/u_threaded: add a fast path for unbinding shader imagesMarek Olšák2017-05-181-4/+10
* radeonsi: get the sampler view type from inst->Texture for TG4Samuel Pitoiset2017-05-181-7/+3
* tgsi: store the sampler view type directly in the instructionSamuel Pitoiset2017-05-184-7/+21
* tgsi: remove some unused OPCODE macrosSamuel Pitoiset2017-05-182-200/+0
* gallivm: Make sure module has the correct data layout when pass manager runsTom Stellard2017-05-181-16/+18
* ac: add radeon_info::num_{sdma,compute}_ringsNicolai Hähnle2017-05-182-4/+4
* ac_surface: use radeon_info from ac_gpu_infoNicolai Hähnle2017-05-182-6/+2
* ac/radeonsi: move radeon_info initialization to amd/commonNicolai Hähnle2017-05-182-238/+4
* ac/radeonsi: move struct radeon_info to ac_gpu_info.hNicolai Hähnle2017-05-181-61/+1
* ac/radeonsi: move some aspects of sanity checking to ac_surfaceNicolai Hähnle2017-05-181-16/+0
* ac/radeonsi: add ac_compute_surface to automatically switch gfx6 vs. gfx9Nicolai Hähnle2017-05-181-4/+1
* ac/radeonsi: move the bulk of gfx9_surface_init to ac_surfaceNicolai Hähnle2017-05-181-415/+10
* ac/radeonsi: move the bulk of gfx6_surface_init to ac_surfaceNicolai Hähnle2017-05-181-411/+16
* ac/radeonsi: move amdgpu_addr_create to ac_surfaceNicolai Hähnle2017-05-183-165/+1
* ac/radeonsi: move surface definitions to new header ac_surface.hNicolai Hähnle2017-05-181-147/+1
* vc4: Don't allocate new BOs to avoid synchronization when they're shared.Eric Anholt2017-05-171-1/+2