aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* st/dri: constify dri_fill_st_visual's screenEmil Velikov2018-06-212-2/+4
* swr: bump minimum supported LLVM version to 5.0Juan A. Suarez Romero2018-06-212-5/+5
* radeonsi: add a debug flag to zero vram allocationsGrazvydas Ignotas2018-06-215-0/+7
* radeonsi: use shifts for sign extensionGrazvydas Ignotas2018-06-211-2/+2
* r600: fix copy/paste bug for sampleMaskIn workaroundRoland Scheidegger2018-06-211-1/+1
* v3d: Fix min vs mag determination when not doing mip filtering.Eric Anholt2018-06-201-2/+10
* v3d: Track write reference to the separate stencil buffer.Eric Anholt2018-06-201-1/+16
* v3d: Add missing reference to the separate stencil buffer.Eric Anholt2018-06-201-11/+13
* v3d: Fix return value from fence_finish.Eric Anholt2018-06-201-1/+1
* gallium: add scalar isa shader capChristian Gmeiner2018-06-2015-1/+32
* gallium/aux/util/u_cpu_detect.h: Fix -Wsign-compare warning in u_cpu_detect.cGert Wollny2018-06-201-1/+1
* gallium/aux/util/u_debug.h: Fix "noreturn" warnings in debug modeGert Wollny2018-06-201-2/+2
* gallium/aux/util: Fix some warningsGert Wollny2018-06-203-3/+3
* gallium/aux/tgsi_ureg.c: remove unused parameter from match_or_expand_immedia...Gert Wollny2018-06-201-2/+1
* gallium/aux/tgsi_two_side.c: Fix -Wsign-compare warningsGert Wollny2018-06-201-3/+4
* gallium/aux/tgsi_ureg.c: Fix various warningsGert Wollny2018-06-201-3/+3
* gallium/aux/tgsi_text.c: Fix -Wsign-compare warningsGert Wollny2018-06-202-5/+5
* gallium/aux/tgsi_point_sprite.c: Fix -Wsign-compare warningsGert Wollny2018-06-201-6/+7
* gallium/aux/tgsi_lowering.c: Fix -Wsign-compare warningsGert Wollny2018-06-201-3/+3
* gallium/aux/tgsi_build.c: Fix -Wsign-compare warningsGert Wollny2018-06-201-2/+4
* gallium/aux/tgsi_build.c: Remove now unused variableGert Wollny2018-06-201-7/+1
* gallium/aux/tgsi_build.c: Remove unused parameters prev_token from various fu...Gert Wollny2018-06-201-8/+0
* gallium/aux/tgsi_exec.c: Fix various -Wsign-compareGert Wollny2018-06-201-4/+4
* gallium/aux/tgsi_exec.c: remove superfluous parameter from etch_source_dGert Wollny2018-06-201-5/+4
* gallium/aux/tgsi_exec.c: remove superfluous parameter from store_dest_dstretGert Wollny2018-06-201-9/+5
* gallium/aux/tgsi_exec.c: Remove unused parameter from fetch_src_file_channelGert Wollny2018-06-201-10/+3
* gallium/aux/tgsi_exec.c: Remove paramater inst from exec_killGert Wollny2018-06-201-3/+2
* gallium/aux/tgsi_aa_point.c: Fix -Wsign-compare warningsGert Wollny2018-06-201-2/+2
* gallium/aux/tgsi_sanity.c: Fix -Wsign-compare warningsGert Wollny2018-06-201-2/+2
* gallium/aux/tgsi/tgsi_parse.c: Fix two warningsGert Wollny2018-06-201-3/+7
* gallium/aux/tgsi/tgsi_dump.c: Fix -Wsign-compare warningsGert Wollny2018-06-201-1/+1
* gallium/aux/cso_cache: Fix various warningsGert Wollny2018-06-202-7/+7
* radeonsi: rename r600_texture -> si_texture, rxxx -> xxx or sxxxMarek Olšák2018-06-1916-892/+886
* amd,radeonsi: rename radeon_winsys_cs -> radeon_cmdbufMarek Olšák2018-06-1958-274/+274
* freedreno/a5xx: move emit_marker5() into a5xx backendRob Clark2018-06-195-21/+24
* freedreno/a5xx: fix crash in dEQP-GLES31.stress.vertex_attribute_binding.buff...Rob Clark2018-06-193-1/+24
* freedreno/a5xx: don't crash if compute shader compile failsRob Clark2018-06-191-0/+2
* freedreno/ir3: fix missing recursion into block conditionRob Clark2018-06-191-0/+4
* freedreno/a5xx: better FOUR_QUAD/TWO_QUAD decision for computeRob Clark2018-06-191-4/+12
* freedreno/a5xx: bordercolor fixesRob Clark2018-06-191-4/+27
* freedreno: remove per-stateobj dirty_mask'sRob Clark2018-06-195-37/+16
* freedreno/a5xx: remove one image stateblockRob Clark2018-06-191-13/+0
* freedreno/a5xx: cubemap image fixesRob Clark2018-06-192-2/+7
* freedreno/ir3: handle image bufferRob Clark2018-06-191-1/+8
* freedreno/ir3: handle arrays of imagesRob Clark2018-06-191-6/+30
* freedreno/ir3: images can be arrays tooRob Clark2018-06-192-22/+83
* freedreno/ir3: use move_load_const passRob Clark2018-06-191-0/+3
* radeonsi: ignore PIPE_RESOURCE_FLAG_MAP_COHERENTMarek Olšák2018-06-192-5/+4
* radeonsi: always put persistent buffers into GTT on radeonMarek Olšák2018-06-191-1/+5
* radeonsi: fix si_get_num_queries for radeonMarek Olšák2018-06-191-5/+16