summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2019-01-01nv30: disable rendering to 3D texturesIlia Mirkin1-0/+6
2018-12-30nv30: fix some s3tc layout issuesIlia Mirkin2-7/+26
2018-12-30nv30: use correct helper to get blocks in y directionIlia Mirkin1-1/+1
2018-12-30nv30: add support for multi-layer transfersIlia Mirkin1-4/+35
2018-12-30nv30: fix rare issue with fp unbinding not finding the bufctxIlia Mirkin1-1/+1
2018-12-30nv30: avoid setting user_priv without setting cur_ctxIlia Mirkin1-3/+1
2018-12-30v3d: Add support for requesting the sample offsets.Eric Anholt1-0/+22
2018-12-30v3d: Hook up some shader-db output to GL_ARB_debug_output.Eric Anholt1-0/+12
2018-12-29v3d: Add a "precompile" debug flag for shader-db.Eric Anholt1-0/+76
2018-12-28meson: Override C++ standard to gnu++11 when building with altivec on ppc64Dylan Baker1-0/+3
2018-12-28radeonsi: Enable adaptive_sync by default for radeonNicholas Kazlauskas1-0/+4
2018-12-28etnaviv: Consolidate buffer references from framebuffersTomeu Vizoso3-10/+9
2018-12-28virgl/vtest: fix front buffer flush with protocol version 0.Dave Airlie1-1/+1
2018-12-26nv50,nvc0: add missing CAPs for unsupported featuresIlia Mirkin2-0/+3
2018-12-26nvc0: enable GL_NV_shader_atomic_float on pre-MaxwellIlia Mirkin1-0/+2
2018-12-26nv50/ir: add support for converting ATOMFADD to proper irIlia Mirkin1-0/+4
2018-12-26gallium: add PIPE_CAP_TGSI_ATOMFADD to indicate supportIlia Mirkin3-0/+4
2018-12-26tgsi: add ATOMFADD operationIlia Mirkin6-2/+23
2018-12-26gallium/ttn: Fix setup of outputs_written.Eric Anholt1-1/+1
2018-12-23st/nine: Increase the limit of cached ff shadersAxel Davy1-2/+2
2018-12-23st/nine: Add src reference to nine_context_range_uploadAxel Davy3-1/+8
2018-12-23st/nine: Bind src not dst in nine_context_box_uploadAxel Davy4-6/+6
2018-12-23st/nine: Fix volumetexture dtor on ctor failureAxel Davy1-1/+2
2018-12-23st/nine: Switch to presentation buffer if resize is detectedAxel Davy1-1/+36
2018-12-23st/nine: Use helper to release swapchain buffers laterAxel Davy2-8/+42
2018-12-22freedreno/a6xx: fix 3d texture layoutRob Clark3-3/+15
2018-12-22freedreno: update generated headersRob Clark7-21/+28
2018-12-22freedreno/a6xx: improve setup_slices() debug msgsRob Clark1-6/+5
2018-12-22freedreno/a6xx: simplify special case for 3d layoutRob Clark1-9/+10
2018-12-22freedreno: combine fd_resource_layer_offset()/fd_resource_offset()Rob Clark1-13/+2
2018-12-21gallivm: abort when trying to use non-existing intrinsicRoland Scheidegger1-0/+10
2018-12-21gallivm: don't use pavg.b intrinsic on llvm >= 6.0Roland Scheidegger2-51/+95
2018-12-13pipe-loader: meson: reference correct libraryEmil Velikov1-1/+1
2018-12-20vc4: Hook up perf_debug() output to GL_ARB_debug_output as well.Eric Anholt2-0/+3
2018-12-20vc4: Wire up core pipe_debug_callbackRhys Kidd2-0/+14
2018-12-20v3d: Hook up perf_debug() output to GL_ARB_debug output as well.Eric Anholt2-0/+3
2018-12-20v3d: Wire up core pipe_debug_callbackRhys Kidd2-0/+14
2018-12-20v3d: Drop shadow comparison state from shader variant key.Eric Anholt1-2/+0
2018-12-20v3d: Fix simulator mode on i915 render nodes.Eric Anholt1-28/+73
2018-12-20gallivm: use llvm jit code for decoding s3tcRoland Scheidegger7-383/+2239
2018-12-19v3d: Load and store aligned utiles all at once.Eric Anholt1-8/+114
2018-12-19vc4: Move the utile load/store functions to a header for reuse by v3d.Eric Anholt2-202/+11
2018-12-19v3d: Implement texture_subdata to reduce teximage upload copies.Eric Anholt1-29/+85
2018-12-19v3d: Remove dead prototypes for load/store utile functions.Eric Anholt1-2/+0
2018-12-19v3d: Don't try to create shadow tiled temporaries for 1D textures.Eric Anholt1-1/+2
2018-12-19v3d: Fix check for TFU job completion in the simulator.Eric Anholt1-1/+1
2018-12-19v3d: Put the dst bo first in the list of BOs for TFU calls.Eric Anholt1-2/+2
2018-12-19winsys/amdgpu: Pull in LLVM CFLAGSMichel Dänzer2-1/+2
2018-12-19virgl: move resource creation / import / destruction to common codeGurchetan Singh4-114/+89
2018-12-19virgl: move resource metadata into base resourceGurchetan Singh4-91/+71