summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-04-14radv: make sizes & offsets 32 bit in radv_descriptor_update_template_entry.Bas Nieuwenhuizen2-7/+7
2017-04-13docs: Update MESA_shader_integer_functions spec to version 3.Kenneth Graunke1-6/+8
2017-04-13radv: Set descriptor set limits.Bas Nieuwenhuizen1-15/+29
2017-04-13radv: Increase integer sizes in descriptor sets.Bas Nieuwenhuizen1-8/+8
2017-04-14radv: support S8_UINT as a depth/stencil format.Dave Airlie1-1/+1
2017-04-14radv: bump maxGeometryShaderInvocations.Dave Airlie1-1/+1
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-13radv: Add more trace points.Bas Nieuwenhuizen2-0/+3
2017-04-13radv: Ignore CmdUpdateBuffer with size 0.Bas Nieuwenhuizen1-0/+3
2017-04-13radv: Enable query inheritance.Bas Nieuwenhuizen1-1/+1
2017-04-13radv: enable variableMultisampleRate.Bas Nieuwenhuizen1-1/+1
2017-04-13gallium/hud: set the dump file streams to line bufferedEdmondo Tommasina1-0/+2
2017-04-13radv: fix stencil regression since new addrlib importDave Airlie2-1/+9
2017-04-13radv: allocate thin textures as linear.Dave Airlie1-0/+7
2017-04-13i965: add missing ir_unop_*/ir_binop_* in visit_leave()Samuel Pitoiset1-0/+3
2017-04-13st/mesa: fix wrong comparison in update_framebuffer_state()Samuel Pitoiset1-4/+4
2017-04-13radeon: fix duplicate 'const' specifierSamuel Pitoiset2-2/+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-13mesa: remove some unused functions in the perf monitor areaSamuel Pitoiset1-27/+0
2017-04-13mesa: remove unused clamp_float_to_uint() and clamp_half_to_uint()Samuel Pitoiset1-15/+0
2017-04-13mesa: remove unused _mesa_unmarshal_BindBufferBase()Samuel Pitoiset1-8/+0
2017-04-13virgl: add missing PIPE_CAP_DOUBLESSamuel Pitoiset1-0/+1
2017-04-13glsl: simplify apply_image_qualifier_to_variable()Samuel Pitoiset1-59/+58
2017-04-13glsl: add validate_fragment_flat_interpolation_input()Samuel Pitoiset1-63/+72
2017-04-13nvc0: Enable ARB_shader_ballot on Kepler+Boyan Ding3-3/+4
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
2017-04-13nvc0/ir: Properly handle a "split form" of predicate destinationBoyan Ding1-2/+13
2017-04-13gm107/ir: Emit third src 'bound' and optional predicate output of SHFLBoyan Ding2-9/+29
2017-04-13clover: Fix build against clang SVN >= r299965Michel Dänzer2-1/+7
2017-04-12st/mesa: add some _mesa_is_winsys_fbo() assertionsBrian Paul2-2/+9