summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* broadcom/vc4: Allow importing linear BOs with arbitrary offset/stride.Eric Anholt2018-02-231-8/+25
* broadcom/vc4: Ignore PIPE_BIND_DISPLAY_TARGET in is_format_supported().Eric Anholt2018-02-231-0/+2
* etnaviv: fix in-place resolve tile countLucas Stach2018-02-232-2/+4
* etnaviv: switch magic single buffer state to "3"Lucas Stach2018-02-231-1/+1
* etnaviv: add debug switch to disable single buffer featureLucas Stach2018-02-232-0/+4
* etnaviv: npot_tex_any_wrap needs one bit onlyChristian Gmeiner2018-02-231-1/+1
* nv50,nvc0: fix integer MS resolves using 2d engineIlia Mirkin2018-02-221-1/+2
* nvc0: fix writing query results into bufferIlia Mirkin2018-02-221-4/+10
* nv50,nvc0: fix clear buffer accelerationIlia Mirkin2018-02-222-28/+17
* radeonsi/nir: collect more accurate output_usagemaskTimothy Arceri2018-02-221-13/+43
* radeonsi/nir: disable GLSL IR loop unrollingTimothy Arceri2018-02-221-0/+2
* radeonsi/nir: fix tess varying loads for doublesTimothy Arceri2018-02-221-2/+2
* ac/radeonsi: pass type to load_tess_varyings()Timothy Arceri2018-02-222-0/+3
* radeonsi: don't flush when si_eliminate_fast_color_clear is no-opMarek Olšák2018-02-211-1/+5
* radeonsi: make texture_discard_cmask/eliminate functions non-staticMarek Olšák2018-02-212-11/+13
* radeonsi: enable uvd encode for HEVC mainJames Zhu2018-02-211-1/+3
* radeonsi:create uvd hevc enc entryJames Zhu2018-02-211-3/+12
* radeon/uvd:add uvd hevc enc functionsJames Zhu2018-02-213-0/+383
* radeon/uvd:add uvd hevc enc hw ib implementationJames Zhu2018-02-213-0/+1134
* radeon/uvd:add uvd hevc enc hw interface headerJames Zhu2018-02-213-0/+471
* nvir/nvc0: fix legalizing of ld unlock c0[0x10000]Karol Herbst2018-02-211-1/+1
* freedreno/ir3: fix use_count refcnt'ing issueRob Clark2018-02-201-0/+1
* svga: replaced 'unsigned' with proper enum types in shader codeBrian Paul2018-02-201-12/+21
* swr: bump minimum supported LLVM version to 4.0Andres Gomez2018-02-202-3/+3
* svga: Fix a leftover debug hackThomas Hellstrom2018-02-201-2/+2
* nv50,nvc0: mark ABGR format as displayable instead of ARGB formatIlia Mirkin2018-02-191-2/+2
* radeonsi: add nir shader cache supportTimothy Arceri2018-02-201-11/+30
* radeonsi: rename variables tgsi_binary -> ir_binaryTimothy Arceri2018-02-201-21/+21
* radeonsi: fix regression from 32-bit pointers on CIMarek Olšák2018-02-191-1/+1
* radeonsi/nir: fix gl_FragCoord for pixel_center_integerTimothy Arceri2018-02-191-0/+5
* gm107/ir: avoid using kepler instruction capabilitiesIlia Mirkin2018-02-172-21/+45
* nvc0: add support for bindless on maxwell+Ilia Mirkin2018-02-173-14/+116
* gm107/ir: change how SUQ works in preparation for bindlessIlia Mirkin2018-02-173-1/+61
* nvc0: Use GP100_COMPUTE_CLASS on GP10BMikko Perttunen2018-02-171-1/+2
* radeonsi: implement 32-bit pointers in user data SGPRs (v2)Marek Olšák2018-02-175-59/+123
* radeonsi: disallow constant buffers with a 64-bit address in slot 0Marek Olšák2018-02-172-1/+9
* radeonsi: move const_uploader allocations to 32-bit address spaceMarek Olšák2018-02-173-2/+7
* gallium/radeon: add 32-bit address space heapsMarek Olšák2018-02-171-3/+44
* gallium: use PIPE_CAP_CONSTBUF0_FLAGSMarek Olšák2018-02-171-1/+1
* gallium: allow drivers to impose BO flags restrictions on constant buffer 0Marek Olšák2018-02-1716-0/+16
* meson: freedreno depends on nirDylan Baker2018-02-161-0/+1
* swr/rast: blend_epi32() should return Integer, not FloatGeorge Kyriazis2018-02-161-1/+1
* swr/rast: Normalize path for debug metadataGeorge Kyriazis2018-02-161-1/+2
* swr/rast: Consolidate archrast Draw eventsGeorge Kyriazis2018-02-164-26/+79
* swr/rast: Add semantics for translating addressGeorge Kyriazis2018-02-162-0/+5
* swr/rast: Convert C Sampler intrinsicsGeorge Kyriazis2018-02-162-0/+19
* swr/rast: Make SIMDLib templated types easier to useGeorge Kyriazis2018-02-165-298/+307
* swr/rast: Be more explicit when fetching next componentGeorge Kyriazis2018-02-162-4/+11
* swr/rast: Fix bug related to passing AR handleGeorge Kyriazis2018-02-161-1/+1
* swr/rast: Fix primitive replication issue in tesselation PA.George Kyriazis2018-02-162-2/+3