summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-10-02radeonsi: move r600_viewport.c to si_viewport.cNicolai Hähnle3-2/+2
2017-10-02radeonsi: fix maximum advertised point size / line widthNicolai Hähnle2-8/+3
2017-10-02radeonsi: deduce rast_prim correctly for tessellation point modeNicolai Hähnle1-3/+6
2017-10-02radeonsi: don't discard points and linesNicolai Hähnle2-2/+26
2017-10-02radeonsi: move current_rast_prim to r600_common_contextNicolai Hähnle5-9/+13
2017-10-02st/mesa: use R10G10B10X2 format where applicableNicolai Hähnle1-3/+8
2017-10-02gallium: add PIPE_FORMAT_R10G10B10X2_UNORMNicolai Hähnle4-0/+10
2017-10-02mesa/main: R10G10B10_(A2) formats are not color renderable in ESNicolai Hähnle1-2/+5
2017-10-02mesa/main: select the R10G10B10X2_UNORM internal format based on data typeNicolai Hähnle1-1/+3
2017-10-02glsl: do not set the 'smooth' qualifier by default on ES shadersNicolai Hähnle3-13/+23
2017-10-02freedreno: fix PIPE_QUERY_OCCLUSION_PREDICATE_CONSERVATIVERob Clark2-4/+5
2017-10-02egl/wayland: simplify LIBGL_ALWAYS_SOFTWARE logicEric Engestrom1-8/+4
2017-10-02radeonsi: fix a regression in integer cube map handlingNicolai Hähnle1-8/+26
2017-10-02amd/common: move ac_build_phi from radeonsiNicolai Hähnle3-17/+22
2017-10-02radv: remove unused radv_meta_state::btoi::render_pass handleSamuel Pitoiset1-1/+0
2017-10-02radv: do not check the number of levels when doing fast htileSamuel Pitoiset1-3/+0
2017-10-02radv: cleanup radv_device_finish_meta_XXX() helpersSamuel Pitoiset8-219/+136
2017-10-02radv: select the pipeline outside of emit_fast_clear_flush()Samuel Pitoiset1-12/+11
2017-10-02radv: drop useless param in emit_depth_decomp()Samuel Pitoiset1-5/+4
2017-10-02radv: drop useless check in depth_view_can_fast_clear()Samuel Pitoiset1-2/+1
2017-10-02radv: add radv_subpass_clear_attachment() helperSamuel Pitoiset1-20/+32
2017-10-02radv: add radv_attachment_needs_clear() helperSamuel Pitoiset1-39/+31
2017-10-02radv: remove unused param in radv_handle_{cmask,dcc}_image_transition()Samuel Pitoiset1-8/+4
2017-10-02radv: add radv_vi_dcc_enabled() helperSamuel Pitoiset3-2/+7
2017-10-02radv: do not need to double zero-init the meta state structuresSamuel Pitoiset12-28/+0
2017-10-02radv: inline destroy_render_pass()Samuel Pitoiset1-9/+6
2017-10-02radv: use pipeline handles instead of objects for meta clear operationsSamuel Pitoiset2-44/+36
2017-10-02radv: inline blit2d_unbind_dst()Samuel Pitoiset1-9/+3
2017-10-02radv: rework DCC/CMASK/FMASK/HTILE allocationsSamuel Pitoiset1-27/+56
2017-10-02i965: skip reading unused slots at the begining of the URB for the FSIago Toral Quiroga3-14/+38
2017-09-30i965: Normalize types for FBL, FBH, etcMatt Turner2-15/+11
2017-09-30radeonsi: don't use the template keywordMarek Olšák1-7/+7
2017-09-30glx: don't use the template keywordMarek Olšák1-3/+3
2017-09-30gallium/vl: don't use the template keywordMarek Olšák1-14/+14
2017-09-30egl/dri2: don't use the template keywordMarek Olšák1-3/+3
2017-09-30radeonsi/uvd: clean up si_video_buffer_createBenedikt Schemmer1-30/+17
2017-09-30radeonsi/uvd: fix planar formats broken since f70f6baaa3bb0f8b280ac2eaea69bbMarek Olšák1-3/+8
2017-09-30gallium: add new LOD opcodeRoland Scheidegger5-5/+74
2017-09-29drirc: whitelist glthread for OutlastKamil Páral1-0/+3
2017-09-29st/va: add dst rect to avoid scale on deintLeo Liu1-6/+6
2017-09-29radeonsi: emit DLDEXP and DFRACEXP TGSI opcodesNicolai Hähnle2-1/+26
2017-09-29radeonsi: emit LDEXP opcodeNicolai Hähnle2-1/+3
2017-09-29st/glsl_to_tgsi: use LDEXP when availableNicolai Hähnle1-3/+7
2017-09-29gallium: add LDEXP TGSI instruction and corresponding capNicolai Hähnle20-3/+50
2017-09-29tgsi: infer that dst[1] of DFRACEXP is an integerNicolai Hähnle5-6/+9
2017-09-29gallivm: add support for TGSI instructions with two outputsNicolai Hähnle3-1/+31
2017-09-29gallivm: add dst register index to lp_build_tgsi_context::emit_storeNicolai Hähnle6-20/+27
2017-09-29tgsi: clarify the semantics of DFRACEXPNicolai Hähnle4-22/+20
2017-09-29tgsi: fix the documentation of DLDEXPNicolai Hähnle1-1/+1
2017-09-29tgsi: infer that DLDEXP's second source has an integer typeNicolai Hähnle4-7/+11