aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
...
* swr/rast: Fix bug related to passing AR handleGeorge Kyriazis2018-02-161-1/+1
* swr/rast: Fix primitive replication issue in tesselation PA.George Kyriazis2018-02-162-2/+3
* swr/rast: Use llvm intrinsic masked gatherGeorge Kyriazis2018-02-162-0/+14
* swr/rast: Misc cleanupGeorge Kyriazis2018-02-163-49/+60
* swr/rast: Renamed variable in vertexbufferstateGeorge Kyriazis2018-02-163-6/+8
* swr/rast: Fix GATHERPS to avoid assertions.George Kyriazis2018-02-161-2/+3
* swr/rast: More precise user clip distance interpolationGeorge Kyriazis2018-02-162-17/+4
* swr/rast: Cull prims when all verts have negative clip distancesGeorge Kyriazis2018-02-161-0/+4
* swr/rast: whitespace and comment cleanupGeorge Kyriazis2018-02-162-20/+21
* swr/rast: Fix invalid number of attributesGeorge Kyriazis2018-02-161-1/+1
* swr/rast: Add clipper stats.George Kyriazis2018-02-164-17/+31
* swr/rast: Separate event types to public and privateGeorge Kyriazis2018-02-167-119/+155
* swr/rast: Clean up event types and remove BE eventsGeorge Kyriazis2018-02-162-80/+0
* swr/rast: Removed unused variableGeorge Kyriazis2018-02-1611-34/+2
* swr/rast: Separate RDTSC code from archrastGeorge Kyriazis2018-02-1615-186/+181
* swr/rast: Cleanup of mpPrivateContext in BuilderGeorge Kyriazis2018-02-163-3/+15
* swr/rast: Remove some JIT debug codeGeorge Kyriazis2018-02-161-45/+0
* swr/rast: Don't include private context in gather argsGeorge Kyriazis2018-02-164-14/+17
* swr/rast: Cleanup knob definitionsGeorge Kyriazis2018-02-161-50/+40
* swr/rast: Add missing parameter to a few gather functionsGeorge Kyriazis2018-02-162-12/+12
* etnaviv: add useful information to BO import errorsPhilipp Zabel2018-02-161-2/+6
* radeonsi/nir: set TGSI_PROPERTY_FS_EARLY_DEPTH_STENCIL correctlyTimothy Arceri2018-02-161-1/+2
* virgl: remap query types to hw support.Dave Airlie2018-02-161-2/+35
* clover: Fix build after llvm r325155 and r325160Jan Vesely2018-02-153-2/+30
* meson: fix xvmc target linkageDylan Baker2018-02-151-3/+4
* meson: Fix xa target linkageDylan Baker2018-02-151-3/+5
* meson: Fix omx-bellagio target linkageDylan Baker2018-02-151-3/+4
* meson: fix va target linkageDylan Baker2018-02-151-3/+4
* meson: fix vdpau target linkageDylan Baker2018-02-151-3/+5
* meson: link dri3 xcb libs into vlwinsys instead of into each targetDylan Baker2018-02-156-18/+11
* meson: use va-api version reported by pkg-configDylan Baker2018-02-151-3/+3
* meson: add libswdri and libswkmsdri to dri link_withDylan Baker2018-02-151-9/+2
* meson: add libswdri and libswkmsdri to d3dadaptor link_withDylan Baker2018-02-151-10/+3
* meson: define empty variables for libswdri and libswkmsdriDylan Baker2018-02-153-5/+12
* svga: replace gotos with else clausesBrian Paul2018-02-153-23/+20
* svga: s/unsigned/enum pipe_shader_type/Brian Paul2018-02-153-4/+6
* svga: move duplicated code for setting fillmode/flatshade stateBrian Paul2018-02-151-20/+10
* svga: move svga_update_state() call in draw codeBrian Paul2018-02-151-18/+19
* svga: call tgsi_scan_shader() for dummy shadersBrian Paul2018-02-152-0/+7
* nvc0: disable MS Images for sample_count == 1 on MaxwellKarol Herbst2018-02-151-1/+1
* radeonsi/nir: fix si_nir_load_tcs_varyings() for outputsTimothy Arceri2018-02-151-2/+11
* radeonsi/nir: fix shader ballot return value bitsizeTimothy Arceri2018-02-151-1/+1
* ac: remove nir_to_llvm_context from ac_nir_translate()Samuel Pitoiset2018-02-141-1/+1
* r600: fix regression in gl_FragColor drawingDave Airlie2018-02-141-0/+2
* r600: fix array spill if temp[0] is before all arraysDave Airlie2018-02-141-0/+2
* virgl: add ARB_sample_shading support.Dave Airlie2018-02-143-3/+6
* virgl: add ARB_draw_indirect support.Dave Airlie2018-02-143-2/+28
* tgsi: Recognize RET in main for tgsi_transformRoland Scheidegger2018-02-141-7/+55
* gallium: drop all the guard band float caps.Dave Airlie2018-02-1416-80/+0
* virgl: Support v2 caps struct (v2)Stéphane Marchesin2018-02-133-13/+82