summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600
AgeCommit message (Expand)AuthorFilesLines
2017-03-15gallium: add PIPE_CAP_TGSI_TEX_TXF_LZMarek Olšák1-0/+1
2017-03-15r600: refactor binding code for attach buffer to CB.Dave Airlie1-33/+78
2017-03-15r600: refactor out CB setup.Dave Airlie1-104/+143
2017-03-15r600: refactor texture resource words setup code.Dave Airlie1-88/+131
2017-03-15r600: factor out the code to initialise a buffer resource.Dave Airlie1-29/+51
2017-03-15r600g: make framebuffer atom rely on dual src blend state.Dave Airlie4-2/+7
2017-03-08android: r600: fix libmesa_amd_common dependencyMauro Rossi1-0/+1
2017-03-08gallium: s/uint/enum pipe_shader_type/ for set_constant_buffer()Brian Paul1-1/+2
2017-03-08gallium: s/unsigned/enum pipe_shader_type/ for pipe_screen::get_shader_param()Brian Paul1-1/+3
2017-03-07build: Replace NEED_RADEON_LLVM with HAVE_GALLIUM_LLVM.Matt Turner2-2/+2
2017-02-28automake: r600: radeonsi: correctly manage libamd_common.la linkingEmil Velikov1-3/+3
2017-02-28gallium/radeon: Add libamd_common.a to TARGET_LIB_DEPS also for r600Michel Dänzer1-0/+5
2017-02-28radeon: remove unused radeon_elf_util.{c,h}Timothy Arceri1-1/+0
2017-02-28radeon/ac: switch to ac_shader_binary_config_start()Timothy Arceri1-1/+2
2017-02-28radeon/ac: switch from radeon_elf_read() to ac_elf_read()Timothy Arceri1-1/+1
2017-02-28radeon/ac: switch from radeon_shader_binary to ac_shader_binaryTimothy Arceri2-3/+3
2017-02-25gallium: remove PIPE_CAP_USER_INDEX_BUFFERSMarek Olšák1-1/+0
2017-02-19gallium/u_index_modify: don't add PIPE_TRANSFER_UNSYNCHRONIZED unconditionallyMarek Olšák1-1/+1
2017-02-18gallium: remove TGSI_OPCODE_CLAMPMarek Olšák1-3/+3
2017-02-18gallium/u_suballoc: allow setting pipe_resource::flagsMarek Olšák1-2/+3
2017-02-14gallium/radeon: remove the internal u_upload_mgr pointerMarek Olšák1-5/+9
2017-02-09gallium: add separate PIPE_CAP_INT64_DIVMODIlia Mirkin1-0/+1
2017-02-08r600/sb: Fix memory leakBartosz Tomczyk1-1/+7
2017-02-02gallium: turn PIPE_SHADER_CAP_DOUBLES into a screen capabilityNicolai Hähnle1-1/+8
2017-01-30r600: fix a compilation warning in r600_screen_create()Samuel Pitoiset1-1/+1
2017-01-30gallium/radeon: merge dirty_fb_counter and dirty_tex_descriptor_counterMarek Olšák1-4/+4
2017-01-30r600: Fix stack overflowBartosz Tomczyk1-1/+1
2017-01-30gallium/radeon: clean up r600_query_init_backend_maskMarek Olšák1-1/+1
2017-01-29r600g: use ieee variants of multiplication instructionsIlia Mirkin2-18/+19
2017-01-28r600g: add support for optionally using non-IEEE mul opsIlia Mirkin2-4/+18
2017-01-27gallium: Add integer 64 capabilityDave Airlie1-0/+1
2017-01-23gallium: add PIPE_CAP_TGSI_MUL_ZERO_WINSIlia Mirkin1-0/+1
2017-01-23r600: implement DDIVNicolai Hähnle1-0/+59
2017-01-23r600: factor out cayman_emit_unary_double_rawNicolai Hähnle1-20/+42
2017-01-23r600: double multiply can handle only one multiply at a timeNicolai Hähnle1-17/+19
2017-01-16gallium: add flags parameter to texture barrierIlia Mirkin1-1/+1
2017-01-16gallium: add PIPE_CAP_TGSI_FS_FBFETCHIlia Mirkin1-1/+2
2017-01-05gallium/radeon: prevent SDMA stalls by detecting RAW hazards in need_dma_spaceMarek Olšák4-4/+0
2017-01-05gallium: remove TGSI_OPCODE_SUBMarek Olšák1-14/+0
2017-01-05gallium: remove TGSI_OPCODE_ABSMarek Olšák1-6/+3
2017-01-05gallium: add PIPE_CAP_GLSL_OPTIMIZE_CONSERVATIVELYMarek Olšák1-0/+1
2017-01-03r600/sb: Fix loop optimization related hangs on egHeiko Przybyl6-30/+68
2016-12-01gallium: support for native fence fd'sRob Clark1-0/+1
2016-11-30gallium: add PIPE_CAP_TGSI_CAN_READ_OUTPUTSNicolai Hähnle1-0/+1
2016-11-15gallium: add PIPE_SHADER_CAP_LOWER_IF_THRESHOLDMarek Olšák1-0/+1
2016-11-01gallium/radeon: remove radeon_surf_level::pitch_bytesMarek Olšák2-4/+4
2016-10-26gallium/radeon: stop using PIPE_BIND_CUSTOMMarek Olšák3-7/+5
2016-10-26r600g: remove a redundant buffer_create helperMarek Olšák1-23/+8
2016-10-26gallium/radeon: don't do (fmask.size && cmask.size)Marek Olšák2-2/+2
2016-10-26gallium/radeon: remove unnecessary fields from radeon_surf_levelMarek Olšák2-8/+8