summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: adjust clip discard based on line width / point sizeNicolai Hähnle2017-10-023-11/+27
* radeonsi: remove si_context::{scissor_enabled,clip_halfz}Nicolai Hähnle2017-10-023-26/+24
* radeonsi: simplify the signature of si_update_vs_writes_viewport_indexNicolai Hähnle2017-10-023-7/+6
* radeonsi: move current_rast_prim into si_contextNicolai Hähnle2017-10-024-10/+11
* radeonsi: move and rename scissor and viewport state and functionsNicolai Hähnle2017-10-028-146/+184
* radeonsi: remove si_apply_scissor_bug_workaroundNicolai Hähnle2017-10-021-17/+0
* radeonsi: move r600_viewport.c to si_viewport.cNicolai Hähnle2017-10-022-0/+451
* radeonsi: fix maximum advertised point size / line widthNicolai Hähnle2017-10-021-2/+2
* radeonsi: deduce rast_prim correctly for tessellation point modeNicolai Hähnle2017-10-021-3/+6
* radeonsi: don't discard points and linesNicolai Hähnle2017-10-021-0/+7
* radeonsi: move current_rast_prim to r600_common_contextNicolai Hähnle2017-10-023-9/+8
* radeonsi: fix a regression in integer cube map handlingNicolai Hähnle2017-10-021-8/+26
* amd/common: move ac_build_phi from radeonsiNicolai Hähnle2017-10-021-17/+3
* radeonsi: don't use the template keywordMarek Olšák2017-09-301-7/+7
* radeonsi/uvd: clean up si_video_buffer_createBenedikt Schemmer2017-09-301-30/+17
* radeonsi/uvd: fix planar formats broken since f70f6baaa3bb0f8b280ac2eaea69bbMarek Olšák2017-09-301-3/+8
* radeonsi: emit DLDEXP and DFRACEXP TGSI opcodesNicolai Hähnle2017-09-292-1/+26
* radeonsi: emit LDEXP opcodeNicolai Hähnle2017-09-292-1/+3
* gallium: add LDEXP TGSI instruction and corresponding capNicolai Hähnle2017-09-291-0/+1
* tgsi: infer that dst[1] of DFRACEXP is an integerNicolai Hähnle2017-09-291-1/+1
* gallivm: add dst register index to lp_build_tgsi_context::emit_storeNicolai Hähnle2017-09-293-11/+18
* radeonsi: fix border color translation for integer texturesNicolai Hähnle2017-09-293-29/+60
* radeonsi: clamp border colors for upgraded depth texturesNicolai Hähnle2017-09-291-59/+60
* radeonsi: clamp depth comparison value only for fixed point formatsNicolai Hähnle2017-09-294-13/+48
* radeonsi/gfx9: fix geometry shaders without output verticesNicolai Hähnle2017-09-291-3/+5
* radeonsi: move descriptor logs to after corresponding draw/compute packetNicolai Hähnle2017-09-292-8/+6
* amd/common: remove ac_shader_abi::chip_classNicolai Hähnle2017-09-291-2/+0
* radeonsi: remove useless check in si_blit_decompress_color()Samuel Pitoiset2017-09-271-1/+3
* r600: fork and import gallium/radeonMarek Olšák2017-09-2616-84/+84
* gallium: Add PIPE_SHADER_CAP_INT64_ATOMICSJan Vesely2017-09-211-0/+1
* radeonsi: set MIP_POINT_PRECLAMP to 0Nicolai Hähnle2017-09-201-1/+1
* radeonsi: fix array textures layer coordinateNicolai Hähnle2017-09-201-1/+10
* gallium: Add PIPE_SHADER_CAP_FP16Jan Vesely2017-09-181-0/+1
* radeonsi: allow out-of-order rasterization in commutative blending casesNicolai Hähnle2017-09-185-4/+68
* radeonsi: add drirc option "radeonsi_assume_no_z_fights"Nicolai Hähnle2017-09-184-4/+8
* radeonsi: enable out-of-order rasterization when possible on VI and GFX9 dGPUsNicolai Hähnle2017-09-185-5/+191
* gallium/radeon: pass old_(perfect_)enable to set_occlusion_query_stateNicolai Hähnle2017-09-181-1/+3
* amd/common: remove has_ds_bpermute argument from ac_build_ddxyNicolai Hähnle2017-09-183-4/+1
* amd/common: add chip_class to ac_llvm_contextNicolai Hähnle2017-09-181-1/+1
* amd/common: round cube array slice in ac_prepare_cube_coordsNicolai Hähnle2017-09-181-0/+1
* radeonsi: workaround for gather4 on integer cube mapsNicolai Hähnle2017-09-181-6/+100
* radeonsi: enable STD430 packing of UBOs by defaultTimothy Arceri2017-09-151-1/+1
* gallium: introduce PIPE_CAP_LOAD_CONSTBUFTimothy Arceri2017-09-151-0/+1
* radeonsi: make use of LOAD for UBOsTimothy Arceri2017-09-151-10/+21
* radeonsi: move si_get_wave_info() to AMD common codeSamuel Pitoiset2017-09-141-93/+3
* gallium/{r600, radeonsi}: Fix segfault with color format (v2)Denis Pauk2017-09-141-1/+9
* radeonsi: hard-code pixel center for interpolateAtSample without multisample ...Nicolai Hähnle2017-09-133-1/+33
* radeonsi: apply a mask to gl_SampleMaskIn in the PS prologNicolai Hähnle2017-09-133-5/+76
* radeonsi: rename variable to clarify its meaningNicolai Hähnle2017-09-131-10/+10
* radeonsi: make si_init_shader_selector_async staticNicolai Hähnle2017-09-132-2/+1