summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2017-04-14swr: Fix swr osmesa buildGeorge Kyriazis1-1/+1
2017-04-15etnaviv: SINGLE_BUFFER support on GC3000Wladimir J. van der Laan8-28/+63
2017-04-15etnaviv: Update includes from rnndbWladimir J. van der Laan5-20/+91
2017-04-15etnaviv: Add chipMinorFeatures4 and 5Wladimir J. van der Laan2-1/+15
2017-04-15etnaviv: resolve tile status when flushing resourcePhilipp Zabel2-0/+11
2017-04-15etnaviv: stop repeatedly resolving an unchanged resource into its scanout pri...Philipp Zabel1-1/+4
2017-04-14swr: Add polygon stipple supportGeorge Kyriazis5-9/+84
2017-04-14radeonsi: add missing initialization for userptr buffersNicolai Hähnle1-0/+4
2017-04-14radeonsi: cope with missing disassemblyNicolai Hähnle1-1/+2
2017-04-14gallium/ddebug: dump missing members of pipe_draw_infoNicolai Hähnle2-0/+7
2017-04-14radeonsi: enable ARB_shader_viewport_layer_arrayNicolai Hähnle1-1/+1
2017-04-14radeonsi: handle ignored LAYER and VIEWPORT_INDEX writesNicolai Hähnle1-0/+20
2017-04-14tgsi: clarify TGSI_SEMANTIC_{LAYER,VIEWPORT_INDEX}Nicolai Hähnle1-0/+10
2017-04-14gallium: add PIPE_CAP_TGSI_TES_LAYER_VIEWPORTNicolai Hähnle17-0/+19
2017-04-14swr: Enable MSAA in OpenSWR software rendererBruce Cherniak6-25/+313
2017-04-14swr: Removed unnecessary PIPE_BIND flags from swr_is_format_supportedBruce Cherniak1-2/+1
2017-04-14swr: Align swr_context allocation to SIMD alignment.Bruce Cherniak1-2/+5
2017-04-14swr: update gallium driver docsTim Rowley2-6/+12
2017-04-14gallium/docs: small correction about register files for atomicsRob Clark1-2/+4
2017-04-14freedreno: enable draw/batch reordering by defaultRob Clark2-3/+3
2017-04-14freedreno/ir3: small re-orderRob Clark1-24/+23
2017-04-14freedreno/ir3: move 'keeps' to block levelRob Clark5-20/+22
2017-04-14freedreno/ir3: convert dynamic arrays to rallocRob Clark3-14/+8
2017-04-14swr: add linux to scons buildGeorge Kyriazis2-7/+2
2017-04-13st/nine: Fix support for ps 1.4 dw and dz modifiersAxel Davy1-2/+2
2017-04-13clover: Add missing include to compat headerJan Vesely1-0/+1
2017-04-13gallium/radeon: never use staging buffers with AMD_pinned_memoryNicolai Hähnle1-2/+16
2017-04-13radeonsi: fix gl_BaseVertex in non-indexed drawsNicolai Hähnle3-4/+23
2017-04-13radeonsi: provide VS_STATE input to all VS variantsNicolai Hähnle5-27/+18
2017-04-13radeonsi: change the bit-packing of LS out/TCS in dataNicolai Hähnle3-9/+14
2017-04-13radeonsi: emit VS_STATE register explicitly from si_draw_vboNicolai Hähnle6-2/+27
2017-04-13radeonsi: extract derived tess state emit to higher levelNicolai Hähnle1-6/+7
2017-04-13radeonsi: drop support for TGSI_SEMANTIC_VERTEXID_NOBASENicolai Hähnle1-2/+3
2017-04-13gallium/hud: set the dump file streams to line bufferedEdmondo Tommasina1-0/+2
2017-04-13svga: remove unused vmw_dri1_intersect_src_bbox()Samuel Pitoiset1-32/+0
2017-04-13llvmpipe: remove unused subpixel_snap() and fixed_to_float()Samuel Pitoiset1-6/+3
2017-04-13softpipe: remove unused sp_exec_fragment_shader()Samuel Pitoiset1-8/+0
2017-04-13softpipe: remove unused quad_shade_stage()Samuel Pitoiset1-8/+0
2017-04-13softpipe: remove unused get_texel_quad_2d()Samuel Pitoiset1-17/+0
2017-04-13trace: remove some unused trace_dump_tag*() functionsSamuel Pitoiset1-52/+0
2017-04-13draw: remove unused wideline_stage()Samuel Pitoiset1-11/+0
2017-04-13draw: remove unused overflow()Samuel Pitoiset1-8/+0
2017-04-13virgl: add missing PIPE_CAP_DOUBLESSamuel Pitoiset1-0/+1
2017-04-13nvc0: Enable ARB_shader_ballot on Kepler+Boyan Ding1-1/+2
2017-04-13nvc0/ir: Implement TGSI_OPCODE_BALLOT and TGSI_OPCODE_READ_*Boyan Ding1-0/+31
2017-04-13nvc0/ir: Implement TGSI_SEMANTIC_SUBGROUP_*Boyan Ding1-0/+27
2017-04-13nvc0/ir: Add SV_LANEMASK_* system values.Boyan Ding5-0/+25
2017-04-13nvc0/ir: Allow 0/1 immediate value as source of OP_VOTEBoyan Ding3-11/+60
2017-04-13gk110/ir: Emit OP_SHFLBoyan Ding1-0/+56
2017-04-13nvc0/ir: Emit OP_SHFLBoyan Ding1-0/+53