summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* draw: add support for collecting primitives generated outside streamoutDave Airlie2019-12-064-1/+28
* llvmpipe: disable occlusion queries when requested by state trackerDave Airlie2019-12-062-1/+3
* llvmpipe: add queries disabled flagDave Airlie2019-12-062-0/+5
* blorp: Pass the VB size to the VF cache workaroundJason Ekstrand2019-12-051-0/+1
* android: radeonsi: fix build after vl refactoring (v2)Mauro Rossi2019-12-053-2/+15
* freedreno/ir3: fix neverball assert in case of unused VS inputsRob Clark2019-12-041-3/+0
* iris: Add restriction to 3DSTATE_CONSTANT_ packets.Rafael Antognolli2019-12-041-0/+11
* iris: Use 3DSTATE_CONSTANT_ALL when possible.Rafael Antognolli2019-12-042-2/+76
* iris: Rework push constants emitting code.Rafael Antognolli2019-12-041-42/+83
* lima: enable tilingVasily Khoruzhick2019-12-041-11/+30
* radeonsi: display cs blit count for AMD_DEBUG=testdmaPierre-Eric Pelloux-Prayer2019-12-041-3/+5
* radeonsi: implement sdma for GFX9Pierre-Eric Pelloux-Prayer2019-12-041-6/+191
* iris: Stop setting up fake paramsJason Ekstrand2019-12-042-13/+6
* gallium/scons: fix graw-xlib build on OSX.Dave Airlie2019-12-041-0/+2
* llvmpipe: enable texcoord semanticsDave Airlie2019-12-042-10/+18
* gallium/swr: Fix crash when use GL_TDFX_texture_compression_FXT1 format.Krzysztof Raszkowski2019-12-031-1/+3
* gallivm/llvmpipe: add support for front facing in sysval.Dave Airlie2019-12-036-1/+14
* llvmpipe/images: handle undefined atomic without crashingDave Airlie2019-12-031-2/+10
* panfrost: Remove blend shader hackAlyssa Rosenzweig2019-12-031-3/+0
* panfrost: White list the Mali T720Tomeu Vizoso2019-12-031-0/+1
* panfrost: Simplify shader patchingTomeu Vizoso2019-12-031-41/+19
* panfrost: Simplify draw_flagsAlyssa Rosenzweig2019-12-031-11/+2
* panfrost: Implement pan_tiler for non-hierarchy GPUsAlyssa Rosenzweig2019-12-032-10/+13
* panfrost: Add quirks system to cmdstreamTomeu Vizoso2019-12-036-13/+16
* iris: Allow max dynamic pool size of 2GB for gen12Jordan Justen2019-12-021-1/+9
* radeonsi/gfx10: fix the vertex order for triangle strips emitted by a GSMarek Olšák2019-12-021-3/+53
* radeonsi/gfx10: simplify some duplicated NGG GS codeMarek Olšák2019-12-021-62/+34
* mesa/main/util: moving gallium u_mm to util, remove main/mmAlejandro Piñeiro2019-12-024-394/+0
* iris: Map FXT1 texture formatsKenneth Graunke2019-12-011-0/+2
* st/mesa: Add GL_TDFX_texture_compression_FXT1 supportKenneth Graunke2019-12-011-1/+2
* etnaviv: remove dead codeChristian Gmeiner2019-11-291-3/+0
* etnaviv: handle integer case for GENERIC_ATTRIB_SCALEChristian Gmeiner2019-11-291-1/+5
* etnaviv: fix R10G10B10A2 vertex format entriesChristian Gmeiner2019-11-291-4/+4
* etnaviv: use NORMALIZE_SIGN_EXTENDChristian Gmeiner2019-11-291-1/+1
* etnaviv: fix integer vertex formatsChristian Gmeiner2019-11-291-24/+24
* panfrost: Make sure we reset the damage region of RTs at flush timeBoris Brezillon2019-11-293-1/+23
* gallium: Fix the ->set_damage_region() implementationBoris Brezillon2019-11-293-4/+35
* zink: silence coverity errorErik Faye-Lund2019-11-291-1/+1
* zink: error-check right variableErik Faye-Lund2019-11-291-1/+1
* zink: avoid NULL-derefErik Faye-Lund2019-11-291-2/+1
* zink: avoid NULL-derefErik Faye-Lund2019-11-291-2/+1
* zink: avoid NULL-derefErik Faye-Lund2019-11-291-2/+1
* zink: handle calloc-failureErik Faye-Lund2019-11-291-0/+2
* zink: do not try to destroy NULL-fenceErik Faye-Lund2019-11-291-1/+1
* zink: delete query rather than allocating a new oneErik Faye-Lund2019-11-291-1/+1
* zink: fix crash when restoring sampler-statesErik Faye-Lund2019-11-293-1/+3
* zink: reject invalid sample-countsErik Faye-Lund2019-11-291-0/+2
* zink: use true/false instead of TRUE/FALSEErik Faye-Lund2019-11-291-16/+16
* panfrost: Fix gnu-empty-initializer build errors.Vinson Lee2019-11-283-5/+5
* winsys/amdgpu: avoid double simple_mtx_unlock()Jonathan Gray2019-11-281-1/+0