summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw
AgeCommit message (Expand)AuthorFilesLines
2018-09-06gallium: split depth_clip into depth_clip_near & depth_clip_farMarek Olšák1-1/+1
2018-07-23draw: force draw pipeline if there's more than 65535 verticesRoland Scheidegger3-0/+21
2018-05-19draw: get rid of special logic to not emit null trisRoland Scheidegger1-38/+0
2018-04-25draw: fix different sign logic when clippingRoland Scheidegger1-9/+8
2018-04-25draw: simplify clip null tri logicRoland Scheidegger1-11/+9
2018-03-10draw: fix alpha value for very short aa linesRoland Scheidegger2-2/+24
2018-03-07draw: fix line stippling with aa linesRoland Scheidegger1-4/+13
2018-03-07draw: simplify (and correct) aaline fallback (v2)Roland Scheidegger1-409/+105
2018-02-28draw: don't needlessly iterate through all sampler view slotsRoland Scheidegger1-1/+1
2018-02-01gallivm/llvmpipe: add const qualifiers on sampler variablesBrian Paul1-1/+1
2018-01-17draw: remove VSPLIT_CREATE_IDX macroRoland Scheidegger1-11/+12
2018-01-17draw: fix vsplit code when the (post-bias) index value is -1Roland Scheidegger2-3/+4
2017-10-27gallium: s/unsigned/enum pipe_prim_type/Brian Paul1-1/+2
2017-10-27draw: don't cull tris with zero areaRoland Scheidegger2-3/+12
2017-09-09llvmpipe, draw: improve shader cache debuggingRoland Scheidegger2-22/+43
2017-09-07llvmpipe, draw: increase shader cache limitsRoland Scheidegger1-1/+1
2017-07-12draw: whitespace, formatting fixes in draw_vs_exec.cBrian Paul1-47/+43
2017-07-12draw: s/unsigned/enum tgsi_semantic/Brian Paul2-3/+3
2017-07-08draw: handle more TGSI_SEMANTIC_COLOR indicesRoland Scheidegger3-10/+27
2017-06-15draw: check for line_width != 1.0f in validate_pipeline()Brian Paul1-3/+4
2017-06-15draw: whitespace and formatting fixesBrian Paul2-60/+58
2017-06-07tree-wide: remove trailing backslashEric Engestrom3-3/+3
2017-05-10gallium: remove pipe_index_buffer and set_index_bufferMarek Olšák2-6/+3
2017-05-10gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytesMarek Olšák3-8/+13
2017-04-26draw: whitespace fixes in draw_pipe_vbuf.cBrian Paul1-104/+89
2017-04-13draw: remove unused wideline_stage()Samuel Pitoiset1-11/+0
2017-04-13draw: remove unused overflow()Samuel Pitoiset1-8/+0
2017-03-16draw: (trivial) remove a unnecessary lp_build_alloca()Roland Scheidegger1-2/+0
2017-03-08draw: s/unsigned/enum pipe_shader_type/Brian Paul4-14/+15
2017-03-08gallium: s/unsigned/enum pipe_shader_type/ for pipe_screen::get_shader_param()Brian Paul2-4/+6
2017-01-18configure.ac: Revert recent HAVE_LLVM changes.Jose Fonseca5-12/+12
2017-01-18configure.ac: Set and use HAVE_GALLIUM_LLVM defineTobias Droste5-12/+12
2017-01-05gallium: remove TGSI_OPCODE_SUBMarek Olšák2-11/+11
2016-12-21draw: use SoA fetch, not AoS oneRoland Scheidegger1-48/+23
2016-12-21gallivm: optimize gather a bit, by using supplied destination typeRoland Scheidegger1-1/+1
2016-11-21draw: drop some overflow computationsRoland Scheidegger1-65/+46
2016-11-21draw: simplify fetch some moreRoland Scheidegger1-63/+55
2016-11-21draw: unify linear and elts draw jit functionsRoland Scheidegger3-89/+70
2016-11-21draw: use same argument order for jit draw linear / elts functionsRoland Scheidegger3-34/+30
2016-11-21draw: drop unnecessary index overflow handling from vsplit codeRoland Scheidegger2-56/+28
2016-11-21draw: simplify vsplit elts code a bitRoland Scheidegger3-40/+18
2016-11-18draw: finally optimize bool clip mask generationRoland Scheidegger3-23/+26
2016-11-18draw: use vectorized calculations for fetch (v2)Roland Scheidegger1-131/+265
2016-11-09gallivm: Fix build after removal of deprecated attribute API v3Tom Stellard1-4/+2
2016-11-09Revert "draw: use vectorized calculations for fetch"Roland Scheidegger2-282/+159
2016-11-08draw: use vectorized calculations for fetchRoland Scheidegger2-159/+282
2016-11-04draw: fix undefined input handling some more...Roland Scheidegger1-50/+54
2016-10-19draw: improve vertex fetch (v2)Roland Scheidegger1-86/+104
2016-10-19draw: improved handling of undefined inputsRoland Scheidegger1-21/+32
2016-10-12draw: initialize shader inputsRoland Scheidegger1-0/+7