summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* mesa/main: correct extension-checks for GL_PRIMITIVE_RESTART_FIXED_INDEXErik Faye-Lund2019-05-291-3/+2
* mesa/main: correct extension-checks for GL_BLEND_ADVANCED_COHERENT_KHRErik Faye-Lund2019-05-291-2/+4
* mesa/main: correct extension-checks for GL_FRAMEBUFFER_SRGBErik Faye-Lund2019-05-291-2/+6
* mesa/main: correct extension-checks for MESA_tile_raster_orderErik Faye-Lund2019-05-291-6/+12
* mesa/main: make the CONSERVATIVE_RASTERIZATION_NV checks consistentErik Faye-Lund2019-05-291-1/+2
* mesa/main: make the PRIMITIVE_RESTART_NV checks consistentErik Faye-Lund2019-05-291-3/+2
* radv: use view format when selecting the resolve path for subpassesSamuel Pitoiset2019-05-291-8/+13
* radv: always use view format when performing subpass resolvesSamuel Pitoiset2019-05-293-12/+21
* radv: sync before resetting a pool if there is active pending queriesSamuel Pitoiset2019-05-294-0/+27
* intel/decoder: Use get_state_size() over guessed counts in more casesKenneth Graunke2019-05-281-0/+2
* meson: Link Gallium drivers with ld_args_build_idMike Lothian2019-05-281-1/+1
* nir/lower_non_uniform: safely iterate over blocksLionel Landwerlin2019-05-281-1/+1
* radv: allocate more space in the CS when emitting eventsSamuel Pitoiset2019-05-281-1/+1
* iris: Ask st to vectorize our IO.Kenneth Graunke2019-05-281-0/+1
* st/nir: Re-vectorize shader IOKenneth Graunke2019-05-282-0/+31
* mesa: Prevent classic swrast crash on a surfaceless context v2.Mathias Fröhlich2019-05-281-1/+8
* radv add radv_get_resolve_pipeline() in the compute pathSamuel Pitoiset2019-05-281-20/+36
* radv: cleanup the compute resolve path for subpassSamuel Pitoiset2019-05-281-56/+29
* radeonsi: add drirc workaround for American Truck SimulatorTimothy Arceri2019-05-281-0/+3
* Revert "st/mesa: expose 0 shader binary formats for compat profiles for Qt"Timothy Arceri2019-05-284-14/+6
* anv: fix apply_pipeline_layout pass for arrays of YCbCr descriptorsLionel Landwerlin2019-05-271-2/+15
* radeonsi: clean up winsys creationMarek Olšák2019-05-275-36/+30
* radeonsi: allow query functions for compute-only contextsMarek Olšák2019-05-272-4/+5
* ac: treat Mullins as Kabini, remove the enumMarek Olšák2019-05-279-21/+4
* etnaviv: rs: choose clear format based on block sizeChristian Gmeiner2019-05-271-1/+13
* lima/ppir: implement discard and discard_ifVasily Khoruzhick2019-05-277-10/+253
* radv: ignore the loadOp if the first use of an attachment is a resolveSamuel Pitoiset2019-05-271-9/+3
* radv: always dirty the framebuffer when restoring a subpassSamuel Pitoiset2019-05-272-2/+4
* radv: add radv_clear_htile() helperSamuel Pitoiset2019-05-273-6/+16
* anv/android: fix missing dependencies issue during parallel buildChenglei Ren2019-05-271-9/+9
* radv: tidy up GetQueryPoolResults for occlusion queriesSamuel Pitoiset2019-05-271-7/+5
* iris: Don't flag IRIS_DIRTY_URB after BLORP operations unless it changedKenneth Graunke2019-05-261-0/+1
* Revert "mesa: unreference current winsys buffers when unbinding winsys buffers"Dave Airlie2019-05-271-4/+0
* panfrost/midgard: Implement fneg/fabs/fsatAlyssa Rosenzweig2019-05-261-0/+20
* lima: fix lima_blit with non-zero level source resourceQiang Yu2019-05-251-25/+12
* lima: fix render to non-zero level textureQiang Yu2019-05-251-4/+6
* virgl: remove an incorrect check in virgl_res_needs_flushChia-I Wu2019-05-241-15/+0
* virgl: reemit resources on first draw/clear/computeChia-I Wu2019-05-241-6/+24
* virgl: add missing emit_res for SO targetsChia-I Wu2019-05-241-2/+8
* gallivm: fix default cbuf info.Roland Scheidegger2019-05-241-1/+1
* panfrost: Dereference sampled textureTomeu Vizoso2019-05-241-6/+3
* panfrost: ci: Avoid pulling Docker image on every runTomeu Vizoso2019-05-241-23/+29
* nir: Drop imov/fmov in favor of one mov instructionJason Ekstrand2019-05-2440-106/+80
* nir/builder: Merge nir_[if]mov_alu into one nir_mov_alu helperJason Ekstrand2019-05-246-36/+18
* nir/lower_to_source_mods: Stop turning add, sat, and neg into movJason Ekstrand2019-05-242-40/+19
* nir/source_mods: Add a helpers for setting source modifiersJason Ekstrand2019-05-241-6/+18
* intel: Implement abs, neg, and sat in the back-endJason Ekstrand2019-05-242-9/+44
* intel/nir: Call alu_to_scalar one last time before out-of-ssaJason Ekstrand2019-05-241-0/+2
* nir/builder: Remove the use_fmov parameter from nir_swizzleJason Ekstrand2019-05-2415-51/+48
* ptn,ttn: Use nir_channel for selecting channelsJason Ekstrand2019-05-242-2/+2