summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-09-16radeonsi: emit DLDEXP and DFRACEXP TGSI opcodesldexpNicolai Hähnle2-1/+26
2017-09-16radeonsi: emit LDEXP opcodeNicolai Hähnle2-1/+3
2017-09-16st/glsl_to_tgsi: use LDEXP when availableNicolai Hähnle1-3/+7
2017-09-16gallium: add LDEXP TGSI instruction and corresponding capNicolai Hähnle20-3/+50
2017-09-16tgsi: infer that dst[1] of DFRACEXP is an integerNicolai Hähnle5-6/+9
2017-09-16gallivm: add support for TGSI instructions with two outputsNicolai Hähnle3-1/+31
2017-09-16gallivm: add dst register index to lp_build_tgsi_context::emit_storeNicolai Hähnle6-20/+27
2017-09-16tgsi: clarify the semantics of DFRACEXPNicolai Hähnle4-22/+20
2017-09-16tgsi: fix the documentation of DLDEXPNicolai Hähnle1-1/+1
2017-09-16tgsi: infer that DLDEXP's second source has an integer typeNicolai Hähnle4-7/+11
2017-09-16glsl/lower_instruction: handle denorms and overflow in ldexp correctlyNicolai Hähnle1-64/+107
2017-09-13st/glsl_to_tgsi: remove unused code in temprenameNicolai Hähnle1-15/+1
2017-09-13st/glsl_to_tgsi: be precise about merging scopesNicolai Hähnle1-2/+2
2017-09-13ac/surface: match Z and stencil tile configNicolai Hähnle1-7/+42
2017-09-13ac/surface: sanity-check that we got a TC-compatible HTILE if requestedNicolai Hähnle1-0/+6
2017-09-13ac/addrlib: enable assertions in debug buildsNicolai Hähnle1-9/+17
2017-09-13ac/addrlib: relax an assertionNicolai Hähnle1-1/+2
2017-09-13ac/addrlib: relax an assertionNicolai Hähnle1-1/+1
2017-09-13radeonsi: hard-code pixel center for interpolateAtSample without multisample ...Nicolai Hähnle3-1/+33
2017-09-13radeonsi: apply a mask to gl_SampleMaskIn in the PS prologNicolai Hähnle3-5/+76
2017-09-13radeonsi: remove SET_PREDICATION workaround on newer firmwareNicolai Hähnle1-2/+4
2017-09-13amd/common: get ME/PFP/CE firmware feature versions as wellNicolai Hähnle3-4/+12
2017-09-13radeonsi: rename variable to clarify its meaningNicolai Hähnle1-10/+10
2017-09-13radeonsi: make si_init_shader_selector_async staticNicolai Hähnle2-2/+1
2017-09-13radeonsi: fix segfault in descriptor dumpingNicolai Hähnle1-0/+18
2017-09-13ddebug: write out final driver log messages with GALLIUM_DDEBUG=alwaysNicolai Hähnle3-2/+15
2017-09-13swr/rast: Fetch compile state changesTim Rowley3-6/+15
2017-09-13swr/rast: adjust linux cpu topology identification codeTim Rowley1-43/+38
2017-09-13swr/rast: Missed conversion to SIMD_TTim Rowley1-1/+1
2017-09-13swr/rast: whitespace changesTim Rowley1-0/+2
2017-09-13swr/rast: add graph write to jit debug putputTim Rowley1-3/+3
2017-09-13swr/rast: Migrate memory pointers to gfxptr_t typeTim Rowley9-36/+36
2017-09-13swr/rast: Remove hardcoded clip/cull slot from clipperTim Rowley1-14/+21
2017-09-13swr/rast: Start to remove hardcoded clipcull_dist vertex attrib slotTim Rowley3-8/+15
2017-09-13swr/rast: Move clip/cull enables in APITim Rowley9-40/+40
2017-09-13swr/rast: Add new API SwrStallBETim Rowley2-0/+17
2017-09-13glsl: compile unused function outEric Engestrom1-0/+2
2017-09-13radv: compile out unused codeEric Engestrom1-0/+2
2017-09-13radv: clear push_constant_stages when resetting a command bufferSamuel Pitoiset1-0/+1
2017-09-13radv: add more radv_emit_XXX() helpers for the dynamic stateSamuel Pitoiset1-40/+77
2017-09-13radv: remove useless 'cmd_buffer' param from radv_buffer_view_init()Samuel Pitoiset4-7/+5
2017-09-13radv/gfx9: fix image resource handling.Dave Airlie1-8/+19
2017-09-13radv/ac: bump params array for image atomic comp swapDave Airlie1-1/+1
2017-09-13radv/gfx9: set mip0-depth correctly for 2d arrays/3d imagesDave Airlie1-2/+2
2017-09-13radv: handle GFX9 1D texturesDave Airlie2-14/+76
2017-09-13radv: don't use iview for meta image width/height.Dave Airlie2-13/+21
2017-09-12intel/eu/validate: Look up types on demand in execution_type()Jason Ekstrand1-4/+2
2017-09-12Revert "winsys/amdgpu: disable local BOs on Raven"Marek Olšák1-2/+1
2017-09-12radv: Don't allocate CMASK for linear images.Bas Nieuwenhuizen1-1/+3
2017-09-12radv: Disable multilayer & multilevel DCC.Bas Nieuwenhuizen1-0/+1