summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw
Commit message (Expand)AuthorAgeFilesLines
* Revert "draw: revert using correct order for prim decomposition."Zebediah Figura2019-11-221-3/+1
* util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt2019-11-146-6/+6
* util: rename PIPE_ARCH_*_ENDIAN to UTIL_ARCH_*_ENDIANDylan Baker2019-11-051-1/+1
* util/u_endian: set PIPE_ARCH_*_ENDIAN to 1Dylan Baker2019-11-051-1/+1
* gallium/swr: Enable GL_ARB_gpu_shader5: multiple streamsKrzysztof Raszkowski2019-10-291-1/+2
* gallivm/draw/swr: make the gs_iface not depend on tgsi.Dave Airlie2019-10-151-17/+18
* llvmpipe/draw: handle UBOs that are < 16 bytes.Dave Airlie2019-10-101-2/+7
* aux/draw: replace binary HAVE_LLVM checks with LLVM_AVAILABLEEric Engestrom2019-09-068-26/+26
* draw: add vs/gs images supportDave Airlie2019-08-278-7/+316
* draw: add jit image type for vs/gs images.Dave Airlie2019-08-272-19/+109
* gallivm: move first/last level jit texture members.Dave Airlie2019-08-272-10/+10
* gallium: fix windows build from params change.Dave Airlie2019-07-251-2/+4
* gallivm: rework lp_build_tgsi_soa to take a structDave Airlie2019-07-241-24/+32
* util: use standard name for snprintf()Eric Engestrom2019-07-191-9/+9
* draw: add shader buffer interfaces.Dave Airlie2019-07-074-1/+57
* draw: add support for ssbo ptrs to jit tables.Dave Airlie2019-07-072-3/+49
* gallivm: add ssbo pointers to the soa build api.Dave Airlie2019-07-071-2/+2
* vertex shader: add exec masking (v2)Dave Airlie2019-07-071-3/+10
* draw: fix memory leak introduced 7720ce32aNeha Bhende2019-05-171-1/+3
* auxiliary/draw: fix crash with zero-stride draw autoRoland Scheidegger2019-05-161-1/+2
* draw: flush when setting stream-out targetsErik Faye-Lund2019-05-061-0/+2
* draw: fix building error in draw_gs_init()Mauro Rossi2019-04-141-1/+1
* draw: fix undefined shift of (1 << 31)Dave Airlie2019-04-121-1/+1
* draw: add support to tgsi paths for geometry streams. (v2)Dave Airlie2019-04-096-122/+192
* tgsi: add support for geometry shader streams.Dave Airlie2019-04-091-3/+3
* draw: add stream member to stats callbackDave Airlie2019-04-092-1/+2
* softpipe/draw: fix vertex id in soft paths.Dave Airlie2019-03-285-11/+19
* draw/vs: partly fix basevertex/vertex idDave Airlie2019-03-271-4/+3
* draw/gs: fix point size outputs from geometry shader.Dave Airlie2019-03-261-8/+1
* draw: bail instead of assert on instance count (v2)Dave Airlie2019-03-261-1/+3
* draw: fix infinite loop in line stipplingRoland Scheidegger2018-11-291-11/+15
* gallium: split depth_clip into depth_clip_near & depth_clip_farMarek Olšák2018-09-061-1/+1
* draw: force draw pipeline if there's more than 65535 verticesRoland Scheidegger2018-07-233-0/+21
* draw: get rid of special logic to not emit null trisRoland Scheidegger2018-05-191-38/+0
* draw: fix different sign logic when clippingRoland Scheidegger2018-04-251-9/+8
* draw: simplify clip null tri logicRoland Scheidegger2018-04-251-11/+9
* draw: fix alpha value for very short aa linesRoland Scheidegger2018-03-102-2/+24
* draw: fix line stippling with aa linesRoland Scheidegger2018-03-071-4/+13
* draw: simplify (and correct) aaline fallback (v2)Roland Scheidegger2018-03-071-409/+105
* draw: don't needlessly iterate through all sampler view slotsRoland Scheidegger2018-02-281-1/+1
* gallivm/llvmpipe: add const qualifiers on sampler variablesBrian Paul2018-02-011-1/+1
* draw: remove VSPLIT_CREATE_IDX macroRoland Scheidegger2018-01-171-11/+12
* draw: fix vsplit code when the (post-bias) index value is -1Roland Scheidegger2018-01-172-3/+4
* gallium: s/unsigned/enum pipe_prim_type/Brian Paul2017-10-271-1/+2
* draw: don't cull tris with zero areaRoland Scheidegger2017-10-272-3/+12
* llvmpipe, draw: improve shader cache debuggingRoland Scheidegger2017-09-092-22/+43
* llvmpipe, draw: increase shader cache limitsRoland Scheidegger2017-09-071-1/+1
* draw: whitespace, formatting fixes in draw_vs_exec.cBrian Paul2017-07-121-47/+43
* draw: s/unsigned/enum tgsi_semantic/Brian Paul2017-07-122-3/+3
* draw: handle more TGSI_SEMANTIC_COLOR indicesRoland Scheidegger2017-07-083-10/+27