summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2017-04-12st/mesa: minor optimization in st_DrawBuffers()Brian Paul1-8/+16
2017-04-13mesa/st: only update samplers for stages that have changedTimothy Arceri4-28/+94
2017-04-12st/mesa: Fix missing-braces warning.Vinson Lee1-1/+1
2017-04-12radv: Disable primitive restart for non-indexed drawsAlex Smith2-22/+34
2017-04-12anv: Only define wsi_cbs when VK_USE_PLATFORM_WAYLAND_KHR definedMatt Turner1-0/+2
2017-04-12Revert "r600g: get rid of dummy pixel shader"Marek Olšák3-30/+40
2017-04-12mesa: fix memory leak in arb_fragment_programBartosz Tomczyk1-0/+1
2017-04-12radv: Hash the immutable samplers.Bas Nieuwenhuizen1-0/+3
2017-04-12radv: Use an offset instead of pointers for immutable samplers.Bas Nieuwenhuizen4-27/+39
2017-04-12radv: Stop shadowing the result in radv_GetQueryPoolResults.Bas Nieuwenhuizen1-4/+4
2017-04-12radv: Return VK_NOT_READY if the query results are not available.Bas Nieuwenhuizen1-0/+6
2017-04-12radv: Set query availability bit even if we don't wait.Bas Nieuwenhuizen1-3/+4