aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* util: Add util functionality for GL4.1 supportNeha Bhende2020-06-058-0/+680
* freedreno/a6xx: more early-zRob Clark2020-06-051-2/+11
* ci: bump virglrenderer to latest versionDave Airlie2020-06-042-2/+2
* turnip: Simplify vertex buffer bindings.Eric Anholt2020-06-043-32/+25
* turnip: Don't bother clamping VB size.Eric Anholt2020-06-041-3/+1
* turnip: Move vertex buffer bindings to SET_DRAW_STATE.Eric Anholt2020-06-041-26/+44
* llvmpipe: move coroutines out of noopt caseDave Airlie2020-06-043-431/+4
* pan/mdg: Ensure ld_vary_16 is alignedAlyssa Rosenzweig2020-06-041-0/+6
* freedreno/a6xx: Fix VFD_CONTROL emitKristian H. Kristensen2020-06-042-11/+8
* radv: Always expose non-visible local memory type on dedicated GPUsClément Guérin2020-06-041-18/+7
* pan/mdg: Legalize inverts with constantsAlyssa Rosenzweig2020-06-042-7/+37
* nir: reuse existing psiz-variableErik Faye-Lund2020-06-041-6/+20
* i965: fix export of GEM handlesLionel Landwerlin2020-06-044-5/+152
* iris: fix export of GEM handlesLionel Landwerlin2020-06-045-10/+155
* i965: don't forget to set screen on duped imageLionel Landwerlin2020-06-041-0/+1
* iris: fix BO destruction in error pathLionel Landwerlin2020-06-041-1/+3
* mesa: Fix NetBSD compiler macro.Vinson Lee2020-06-032-2/+2
* freedreno/a6xx: also consider alpha-test for ztest-modeRob Clark2020-06-043-1/+4
* freedreno/a6xx: add early-lrz-late-z modeRob Clark2020-06-043-18/+44
* freedreno/a6xx: re-work LRZ state trackingRob Clark2020-06-0410-87/+162
* freedreno/a6xx: update depth-plane control regsRob Clark2020-06-043-11/+56
* freedreno/a6xx: sync registers from envytoolsRob Clark2020-06-041-1/+8
* freedreno/ir3: split kill from no_earlyzRob Clark2020-06-049-9/+16
* docs/features.txt: Update for freedrenoKristian H. Kristensen2020-06-041-3/+3
* freedreno/a6xx: Turn on robustness extensionsKristian H. Kristensen2020-06-041-4/+2
* vdpau: Fix wrong calloc sizeof argument.Vinson Lee2020-06-031-1/+1
* OPTIONAL: iris: Perform BLORP buffer barriers outside of iris_blorp_exec() hook.Francisco Jerez2020-06-034-15/+24
* iris: Remove iris_flush_depth_and_render_caches().Francisco Jerez2020-06-032-28/+0
* iris: Emit single render target flush PIPE_CONTROL on format mismatch.Francisco Jerez2020-06-031-1/+4
* iris: Open-code iris_cache_flush_for_read() and iris_cache_flush_for_depth().Francisco Jerez2020-06-033-23/+12
* iris: Remove render cache hash table-based synchronization.Francisco Jerez2020-06-035-59/+7
* iris: Remove depth cache set tracking and synchronization.Francisco Jerez2020-06-036-37/+2
* iris: Perform compute predraw flushes from compute batch.Francisco Jerez2020-06-031-7/+2
* iris: Remove batch argument of iris_resource_prepare_access() and friends.Francisco Jerez2020-06-035-24/+22
* iris: Insert buffer barrier in existing cache flush helpers.Francisco Jerez2020-06-031-0/+6
* iris: Implement buffer-local memory barrier based on cache coherency matrix.Francisco Jerez2020-06-032-0/+132
* iris: Update cache coherency matrix on PIPE_CONTROL.Francisco Jerez2020-06-031-0/+40
* iris: Introduce cache coherency matrix for batch-local memory ordering.Francisco Jerez2020-06-032-0/+50
* iris: Report use of any in-flight buffers on first draw call after sync bound...Francisco Jerez2020-06-032-4/+8
* iris: Drop redundant iris_address::write flag.Francisco Jerez2020-06-033-5/+4
* iris: Annotate all BO uses with domain and sequence number information.Francisco Jerez2020-06-038-92/+161
* iris: Bracket batch operations which access memory within sync regions.Francisco Jerez2020-06-035-3/+76
* iris: Add infrastructure to partition batch into sync boundaries.Francisco Jerez2020-06-033-0/+61
* iris: Add batch-local synchronization book-keeping to iris_bo.Francisco Jerez2020-06-031-0/+55
* panfrost: Mark point sprites as todo on BifrostAlyssa Rosenzweig2020-06-031-2/+7
* panfrost: Fix gl_PointSize out of GL_POINTSAlyssa Rosenzweig2020-06-031-0/+9
* panfrost: Prefer sysval for gl_PointCoord on BifrostAlyssa Rosenzweig2020-06-031-0/+1
* pan/bi: Disassemble gl_PointCoord reads.Alyssa Rosenzweig2020-06-031-1/+3
* panfrost: Explicitly convert to 32-bit for logic-opsAlyssa Rosenzweig2020-06-031-1/+11
* panfrost: Readd MIDGARD_SHADERLESS quirk to t760Alyssa Rosenzweig2020-06-031-1/+1