summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
AgeCommit message (Expand)AuthorFilesLines
2020-04-21gallium/utils: silence strncpy warningPierre-Eric Pelloux-Prayer1-1/+1
2020-04-16gallium/u_threaded: flush batch when hitting mapping limitPierre-Eric Pelloux-Prayer2-0/+24
2020-04-15st/mesa: add support for GL_NV_viewport_array2Ilia Mirkin1-0/+4
2020-04-15gallium: add PIPE_CAP_VIEWPORT_MASKIlia Mirkin1-0/+1
2020-04-15gallium: add TGSI_PROPERTY_LAYER_VIEWPORT_RELATIVEIlia Mirkin1-0/+1
2020-04-15gallium: add TGSI_SEMANTIC_VIEWPORT_MASKIlia Mirkin1-0/+1
2020-04-16draw/tess: free the NIRDave Airlie1-1/+5
2020-04-16draw: free the NIR IR.Dave Airlie2-4/+11
2020-04-15gallium: initialize viewport swizzle in cso_set_viewport_dimsKarol Herbst1-0/+4
2020-04-15gallium: add PIPE_CAP_SYSTEM_SVMKarol Herbst1-0/+3
2020-04-15u_blitter: fix stencil blittingDave Airlie1-1/+1
2020-04-15draw: fix user culling pipeline order. (v2)Dave Airlie8-130/+214
2020-04-15draw/cull: run pipeline for culled points.Dave Airlie1-0/+3
2020-04-15draw: fix tessellation stats queryDave Airlie1-2/+5
2020-04-15gallivm/draw: calloc prim id toavoid undefDave Airlie1-1/+1
2020-04-15gallivm/nir: lower implicit lod to tex.Dave Airlie1-0/+3
2020-04-15gallivm: fix left over shader vote debugDave Airlie1-1/+0
2020-04-15draw: collect tessellation invocations statisticsDave Airlie1-0/+6
2020-04-14gallium/tgsi_to_nir: Set nir_intrinsic_align_mul to 16 and offset to 0Gert Wollny1-0/+1
2020-04-12gallium: add viewport swizzling state and capIlia Mirkin1-0/+1
2020-04-07meson: fix debug build on AndroidDominik Behr1-1/+10
2020-04-07gallivm: Add missing header for powf.Vinson Lee1-0/+1
2020-04-06util: move and adjust the vertex upload heuristic equation from u_vbufMarek Olšák1-2/+1
2020-04-04Revert "gallivm: disable rgtc/latc SNORM accellerated fetches"Dave Airlie1-19/+13
2020-04-04gallivm/rgtc: enable fast path for snorm types.Dave Airlie1-3/+9
2020-04-04gallivm/rgtc: fix the truncation to 8-bitDave Airlie1-6/+10
2020-04-02gallivm: fix stream id fetchRoland Scheidegger1-4/+3
2020-04-02gallivm: switch the mask6/mask7 cases for signed rgtc formatsRoland Scheidegger1-2/+2
2020-04-02gallivm: fix rgtc2 formatRoland Scheidegger1-0/+2
2020-04-02gallium/util: let shader live cache users know if a hit occuredPierre-Eric Pelloux-Prayer2-2/+7
2020-04-01gallium/llvmpipe: add an optimised 32-bit memsetDave Airlie1-7/+3
2020-03-30st/mesa: add environment variable pin_app_thread for faster glthread on AMD ZenMarek Olšák1-0/+10
2020-03-30gallium/u_threaded: call the driver to pin threads to L3 immediatelyMarek Olšák1-6/+14
2020-03-30util: fix u_fifo_pop()Rob Clark1-1/+1
2020-03-30ddebug: add missing forward declarationPierre-Eric Pelloux-Prayer1-0/+1
2020-03-27util: don't include p_defines.h and u_pointer.h from galliumMarek Olšák5-3/+5
2020-03-26x86_init_func_common: Add ENDBR at function entryH.J. Lu1-0/+5
2020-03-26mesa: allow out-of-order drawing to optimize immediate mode if it's safeMarek Olšák1-0/+1
2020-03-25gallium/util: Add back (and rename) util_float_to_half implementationRoland Scheidegger1-0/+57
2020-03-25gallivm: disable rgtc/latc SNORM accellerated fetchesRoland Scheidegger1-13/+19
2020-03-25rbug: do not return void-valueErik Faye-Lund1-1/+1
2020-03-25rbug: clean up cast-warningsErik Faye-Lund1-2/+2
2020-03-25pipebuffer: clean up cast-warningsErik Faye-Lund1-2/+2
2020-03-23gallium/gallivm: Remove workaround disabling AVX code for newer CPUsJan Zielinski1-9/+3
2020-03-23gallivm: add support for rgtc/latc fetches.Dave Airlie3-3/+415
2020-03-23gallivm/s3tc: split out dxt5 alpha codeDave Airlie1-35/+55
2020-03-21vbo,gallium: make glBegin/End buffer size configurable by driversMarek Olšák1-0/+3
2020-03-20tgsi/util: Change boolean for boolMark Menzynski2-3/+4
2020-03-17gallium/util: Switch util_float_to_half to _mesa_float_to_half()'s impl.Eric Anholt1-52/+2
2020-03-17gallium/u_vbuf: simplify the first if statement in u_vbuf_upload_buffersMarek Olšák1-6/+8