summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2018-06-20gallium: add scalar isa shader capChristian Gmeiner15-1/+32
2018-06-20gallium/aux/util/u_cpu_detect.h: Fix -Wsign-compare warning in u_cpu_detect.cGert Wollny1-1/+1
2018-06-20gallium/aux/util/u_debug.h: Fix "noreturn" warnings in debug modeGert Wollny1-2/+2
2018-06-20gallium/aux/util: Fix some warningsGert Wollny3-3/+3
2018-06-20gallium/aux/tgsi_ureg.c: remove unused parameter from match_or_expand_immedia...Gert Wollny1-2/+1
2018-06-20gallium/aux/tgsi_two_side.c: Fix -Wsign-compare warningsGert Wollny1-3/+4
2018-06-20gallium/aux/tgsi_ureg.c: Fix various warningsGert Wollny1-3/+3
2018-06-20gallium/aux/tgsi_text.c: Fix -Wsign-compare warningsGert Wollny2-5/+5
2018-06-20gallium/aux/tgsi_point_sprite.c: Fix -Wsign-compare warningsGert Wollny1-6/+7
2018-06-20gallium/aux/tgsi_lowering.c: Fix -Wsign-compare warningsGert Wollny1-3/+3
2018-06-20gallium/aux/tgsi_build.c: Fix -Wsign-compare warningsGert Wollny1-2/+4
2018-06-20gallium/aux/tgsi_build.c: Remove now unused variableGert Wollny1-7/+1
2018-06-20gallium/aux/tgsi_build.c: Remove unused parameters prev_token from various fu...Gert Wollny1-8/+0
2018-06-20gallium/aux/tgsi_exec.c: Fix various -Wsign-compareGert Wollny1-4/+4
2018-06-20gallium/aux/tgsi_exec.c: remove superfluous parameter from etch_source_dGert Wollny1-5/+4
2018-06-20gallium/aux/tgsi_exec.c: remove superfluous parameter from store_dest_dstretGert Wollny1-9/+5
2018-06-20gallium/aux/tgsi_exec.c: Remove unused parameter from fetch_src_file_channelGert Wollny1-10/+3
2018-06-20gallium/aux/tgsi_exec.c: Remove paramater inst from exec_killGert Wollny1-3/+2
2018-06-20gallium/aux/tgsi_aa_point.c: Fix -Wsign-compare warningsGert Wollny1-2/+2
2018-06-20gallium/aux/tgsi_sanity.c: Fix -Wsign-compare warningsGert Wollny1-2/+2
2018-06-20gallium/aux/tgsi/tgsi_parse.c: Fix two warningsGert Wollny1-3/+7
2018-06-20gallium/aux/tgsi/tgsi_dump.c: Fix -Wsign-compare warningsGert Wollny1-1/+1
2018-06-20gallium/aux/cso_cache: Fix various warningsGert Wollny2-7/+7
2018-06-19radeonsi: rename r600_texture -> si_texture, rxxx -> xxx or sxxxMarek Olšák16-892/+886
2018-06-19amd,radeonsi: rename radeon_winsys_cs -> radeon_cmdbufMarek Olšák58-274/+274
2018-06-19freedreno/a5xx: move emit_marker5() into a5xx backendRob Clark5-21/+24
2018-06-19freedreno/a5xx: fix crash in dEQP-GLES31.stress.vertex_attribute_binding.buff...Rob Clark3-1/+24
2018-06-19freedreno/a5xx: don't crash if compute shader compile failsRob Clark1-0/+2
2018-06-19freedreno/ir3: fix missing recursion into block conditionRob Clark1-0/+4
2018-06-19freedreno/a5xx: better FOUR_QUAD/TWO_QUAD decision for computeRob Clark1-4/+12
2018-06-19freedreno/a5xx: bordercolor fixesRob Clark1-4/+27
2018-06-19freedreno: remove per-stateobj dirty_mask'sRob Clark5-37/+16
2018-06-19freedreno/a5xx: remove one image stateblockRob Clark1-13/+0
2018-06-19freedreno/a5xx: cubemap image fixesRob Clark2-2/+7
2018-06-19freedreno/ir3: handle image bufferRob Clark1-1/+8
2018-06-19freedreno/ir3: handle arrays of imagesRob Clark1-6/+30
2018-06-19freedreno/ir3: images can be arrays tooRob Clark2-22/+83
2018-06-19freedreno/ir3: use move_load_const passRob Clark1-0/+3
2018-06-19radeonsi: ignore PIPE_RESOURCE_FLAG_MAP_COHERENTMarek Olšák2-5/+4
2018-06-19radeonsi: always put persistent buffers into GTT on radeonMarek Olšák1-1/+5
2018-06-19radeonsi: fix si_get_num_queries for radeonMarek Olšák1-5/+16
2018-06-19radeonsi: don't expose performance counters for non-existent blocksMarek Olšák1-13/+16
2018-06-19ac/gpu_info: add radeon_info::num_tcc_blocksMarek Olšák1-0/+26
2018-06-19radeonsi: set a better NUM_PATCHES hard limitMarek Olšák1-3/+10
2018-06-19radeonsi: make sure LS-HS vector lanes are reasonably occupiedMarek Olšák1-0/+8
2018-06-19radeonsi: properly compute an LS-HS thread group size limitMarek Olšák1-2/+3
2018-06-19v3d: Fix blitting from a linear winsys BO.Eric Anholt1-0/+36
2018-06-19virgl: Remove debugging left-oversTomeu Vizoso1-2/+0
2018-06-19mesa/util: add allow_glsl_relaxed_es driconfig overrideTimothy Arceri3-0/+4
2018-06-19mesa/util: add allow_glsl_builtin_const_expression driconf overrideTimothy Arceri3-0/+4