summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600
AgeCommit message (Expand)AuthorFilesLines
2017-04-14gallium: add PIPE_CAP_TGSI_TES_LAYER_VIEWPORTNicolai Hähnle1-0/+1
2017-04-12Revert "r600g: get rid of dummy pixel shader"Marek Olšák3-30/+40
2017-04-10r600g: get rid of dummy pixel shaderConstantine Kharlamov3-40/+30
2017-04-10r600g: add draw_vbo check for a NULL pixel shaderConstantine Kharlamov4-2/+10
2017-04-10r600g: skip repeating vs, gs, and tes shader bindsConstantine Kharlamov1-1/+7
2017-04-05gallium: add PIPE_CAP_TGSI_BALLOTNicolai Hähnle1-0/+1
2017-04-05gallium: add sparse buffer interface and capabilityNicolai Hähnle1-0/+1
2017-04-04r600g: check rasterizer primitive states like in radeonsiConstantine Kharlamov1-8/+13
2017-04-04r600g: extract a code into a r600_emit_rasterizer_prim_state()Constantine Kharlamov3-14/+33
2017-04-04r600g/radeonsi: use the correct types (taken from pipe_draw_info)Constantine Kharlamov1-4/+4
2017-04-04r600g: remove duplicate memset by using a pointer, and constify argsConstantine Kharlamov1-22/+19
2017-04-03r600g: Add more (un)likely functionsConstantine Kharlamov1-6/+4
2017-04-03r600g: Remove intermediate assignment of pipe_draw_infoConstantine Kharlamov1-51/+50
2017-04-03r600g: Use separate index_bias variableConstantine Kharlamov1-3/+5
2017-03-31gallium: Add a cap to check if the driver supports fill_rectangleLyude1-0/+1
2017-04-01gallium: remove support for predicates from TGSI (v2)Marek Olšák2-6/+0
2017-03-31gallium: add PIPE_CAP_TGSI CLOCKNicolai Hähnle1-0/+1
2017-03-30radeon/uvd: adapt gfx9 surface to uvdLeo Liu1-2/+2
2017-03-30radeonsi/gfx9: fix MIP0_WIDTH & MIP0_HEIGHT for compressed texture blitsMarek Olšák2-5/+4
2017-03-30gallium/radeon: move pre-GFX9 radeon_surf.* members to radeon_surf.u.legacy.*Marek Olšák3-86/+86
2017-03-30amd: normalize register definition formattingMarek Olšák1-15/+45
2017-03-28r600g: check NULL return from r600_aligned_buffer_createJulien Isorce1-0/+10
2017-03-28r600g: check NULL return from u_upload_allocJulien Isorce1-0/+4
2017-03-23r600_shader.c: fix indentationJulien Isorce1-4/+4
2017-03-22Android: drop Android 4.4 (KitKat) supportRob Herring1-6/+2
2017-03-21r600_shader.c: check returned value of eg_get_interpolator_indexJulien Isorce1-2/+4
2017-03-20r600g/sb: Fix memory leak by reworking uses list (rebased)Constantine Kharlamov4-61/+28
2017-03-20r600g: Fix out of bounds accessBartosz Tomczyk2-20/+22
2017-03-20r600g: update sb documentationConstantine Kharlamov1-3/+6
2017-03-20r600g: make condition clearerConstantine Kharlamov1-6/+8
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