summaryrefslogtreecommitdiff
path: root/src/gallium/frontends
AgeCommit message (Expand)AuthorFilesLines
2021-06-22wgl: remove hard limit on pixelformatsErik Faye-Lund3-18/+22
2021-06-18nine: only enable tgsi disk cache if the driver supports itMike Blumenkrantz1-1/+1
2021-06-17glthread: change when glFlush flushes asynchronouslyMarek Olšák1-0/+2
2021-06-14ci: bump x86_test-base tagAndres Gomez1-8/+0
2021-06-14gallium/va: Add support for PRIME_2 import.Bas Nieuwenhuizen1-2/+141
2021-06-11lavapipe: use cso cachingMike Blumenkrantz3-104/+33
2021-06-11llvmpipe: do not always use pixel-rounded coordinates for pointsErik Faye-Lund1-1/+0
2021-06-10ci: Update piglit and deqp/piglit-runner.Emma Anholt1-1/+0
2021-06-09Revert "st/mesa: execute glFlush asynchronously if no image has been imported...Rob Clark1-2/+0
2021-06-08nir: Move workgroup_size and workgroup_variable_size into common shader_infoCaio Marcelo de Oliveira Filho2-7/+7
2021-06-08frontends/omx: use pipe buffer map instead of texture mapBoyuan Zhang3-4/+4
2021-06-08frontends/va: use the entrypoint from context instead of the hard-coded oneLeo Liu1-1/+1
2021-06-08frontends/va: include the profile queries for encoder as wellLeo Liu1-1/+2
2021-06-08frontends/va: use the correct entrypoint to get config attributesLeo Liu1-2/+2
2021-06-07compiler: Rename local_size to workgroup_sizeCaio Marcelo de Oliveira Filho2-7/+7
2021-06-07frontend/dri: Fix fence-fd logicRob Clark1-1/+9
2021-06-06vdpau: allow state tracker to report a lower number of macroblocksIlia Mirkin1-1/+5
2021-06-04st/mesa: execute glFlush asynchronously if no image has been imported/exportedMarek Olšák1-0/+2
2021-06-04frontends/va: Derive image from interlaced buffers for h26[4/5]encodeSureshGuttula1-0/+2
2021-06-03frontends/va: use pipe buffer map instead of texture mapLeo Liu1-1/+1
2021-06-03frontend/dri: fix bool/int comparisonPierre-Eric Pelloux-Prayer1-1/+1
2021-06-03frontend/dri: set PIPE_BIND_PROTECTED laterPierre-Eric Pelloux-Prayer1-2/+3
2021-05-29frontends/vdpau: disable UseStRpsBits for vdpau hevcBoyuan Zhang1-0/+1
2021-05-29frontends/va: get st_rps_bits from VA pic param hevcBoyuan Zhang1-0/+2
2021-05-29lavapipe: do not interpret cube-compatible as cubemapErik Faye-Lund1-2/+0
2021-05-29lavapipe: handle cube-array image-viewsErik Faye-Lund1-0/+2
2021-05-28lavapipe: add more format mappings for vertex buffer formatsMike Blumenkrantz1-0/+13
2021-05-27lavapipe: also ignore multiple pipeline barriers in successionMike Blumenkrantz1-2/+5
2021-05-27lavapipe: skip "pipeline barriers" if they're first or last in a cmdbufMike Blumenkrantz1-0/+7
2021-05-26lavapipe: moar @optimizeMike Blumenkrantz1-2/+23
2021-05-26gallium/dri: implement EGL_KHR_mutable_render_bufferYiwei Zhang3-10/+51
2021-05-26gallium/st: add a back buffer fallback for front renderingYiwei Zhang7-9/+20
2021-05-25frontend/dri: add EXPLICIT_FLUSH hint in dri2_resource_get_paramLucas Stach1-3/+3
2021-05-21gallium: split transfer_(un)map into buffer_(un)map and texture_(un)mapMarek Olšák24-83/+83
2021-05-21frontends/va/picture:Fix wrong reallocation even surface is protectedSureshGuttula1-1/+1
2021-05-21gallium/dri: Allow use of R8G8_R8B8 for YUYV and G8R8_B8R8 for UYVYIan Romanick1-0/+35
2021-05-21gallium/dri: Add Y21x formatsIan Romanick1-1/+22
2021-05-21gallium/dri: Add Y41x formatsIan Romanick1-2/+24
2021-05-21ci: Add test which occasionally times out to lavapipe-vk skipsAndres Gomez1-0/+1
2021-05-20nine: Fix uninitialized warning in texture9.cTimur Kristóf1-1/+1
2021-05-20ci/deqp: Make DEQP_EXPECTED_RENDERER a required regex for VK like for GLES.Eric Anholt1-0/+2
2021-05-19gallium/dri: copy image use in dup_imageLucas Stach1-0/+1
2021-05-19gallium/dri: implement createImageWithModifiers2Simon Ser1-2/+17
2021-05-19d3d10umd: Avoid duplication in CreateDevice.Jose Fonseca1-295/+113
2021-05-19d3d10umd,d3d10sw: Initial import.Jose Fonseca34-0/+11933
2021-05-17gallium/dri: Remove unused dri_drawable::drisw_surfaceAdam Jackson2-5/+0
2021-05-14ci: Update VK-GL-CTS to 1.2.6.1Juan A. Suarez Romero2-21/+120
2021-05-14lavapipe: fix fencing when submitting multiple cmdbufsMike Blumenkrantz3-11/+11
2021-05-13wgl: Remove opengl32.mingw.def.Jose Fonseca1-388/+0
2021-05-12frontends/va: fix multi planes for external memeory typeLeo Liu1-2/+8