summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* panfrost: Add tilebuffer load? branchAlyssa Rosenzweig2019-04-072-1/+37
* panfrost/decode: Add flags for tilebuffer readbackAlyssa Rosenzweig2019-04-072-3/+21
* panfrost/midgard: use nir_src_is_const and nir_src_as_uintKarol Herbst2019-04-071-7/+4
* vc4: Prefer nir_src_comp_as_uint over nir_src_as_const_valueJason Ekstrand2019-04-072-18/+16
* iris: Silence unused variable warnings in release modeKenneth Graunke2019-04-061-3/+2
* tegra: fix the build after the set_shader_buffers changeMarek Olšák2019-04-051-1/+1
* softpipe: Use mag texture filter also for clamped lod == 0Gert Wollny2019-04-051-3/+3
* iris: handle aux properly in iris_resource_get_handleTapani Pälli2019-04-041-0/+8
* v3d: Don't try to use the TFU blit path if a scissor is enabled.Eric Anholt2019-04-041-1/+2
* v3d: Bump the maximum texture size to 4k for V3D 4.x.Eric Anholt2019-04-043-2/+29
* v3d: Add support for handling OOM signals from the simulator.Eric Anholt2019-04-043-14/+78
* iris: avoid use after free in shader destructionDave Airlie2019-04-051-7/+49
* radeonsi: set exact shader buffer read/write usage in CSMarek Olšák2019-04-046-24/+41
* gallium: add writable_bitmask parameter into set_shader_buffersMarek Olšák2019-04-0413-17/+28
* iris: Fix assert when using vertex attrib without buffer bindingDanylo Piliaiev2019-04-041-1/+2
* iris: move iris_flush_resource so we can call it from get_handleTapani Pälli2019-04-041-15/+15
* iris: Save/restore MI_PREDICATE_RESULT, not MI_PREDICATE_DATA.Kenneth Graunke2019-04-043-8/+8
* simplify LLVM version string printingEric Engestrom2019-04-042-18/+9
* radeonsi: add support for displayable DCC for multi-RB chipsMarek Olšák2019-04-047-4/+253
* radeonsi: add support for displayable DCC for 1 RB chipsMarek Olšák2019-04-042-4/+76
* radeonsi: add ability to bind images as image buffersMarek Olšák2019-04-042-3/+8
* radeonsi/gfx9: add support for PIPE_ALIGNED=0Marek Olšák2019-04-044-12/+30
* iris: move variable to the scope where it is being usedTapani Pälli2019-04-041-1/+1
* panfrost: Size tiled temp buffers correctlyAlyssa Rosenzweig2019-04-043-8/+13
* panfrost: Respect box->width in tiled storesAlyssa Rosenzweig2019-04-043-4/+6
* panfrost: Cleanup some indirection in pan_resourceAlyssa Rosenzweig2019-04-041-24/+21
* panfrost: Implement system valuesAlyssa Rosenzweig2019-04-047-188/+229
* virgl: also destroy all read-transfersErik Faye-Lund2019-04-032-2/+4
* panfrost: Remove support for legacy kernelsAlyssa Rosenzweig2019-04-035-25/+3
* etnaviv: only try to construct scanout resource when on KMS winsysLucas Stach2019-04-031-1/+1
* etnaviv: flush all pending contexts when accessing a resource with the CPULucas Stach2019-04-031-2/+8
* etnaviv: don't flush own context when updating resource useLucas Stach2019-04-031-1/+10
* etnaviv: shrink struct etna_3d_stateChristian Gmeiner2019-04-032-23/+0
* iris: Enable fast clears on gen8.Rafael Antognolli2019-04-021-2/+1
* iris: Add aux.sampler_usages.Rafael Antognolli2019-04-023-16/+34
* iris: Do not allocate clear_color_bo for gen8.Rafael Antognolli2019-04-022-6/+9
* iris: Manually apply fast clear color channel overrides.Rafael Antognolli2019-04-021-6/+16
* iris/gen8: Re-emit the SURFACE_STATE if the clear color changed.Rafael Antognolli2019-04-021-10/+28
* iris: Only update clear color for gens 8 and 9.Rafael Antognolli2019-04-021-1/+10
* radeonsi: don't use PFP_SYNC_ME with compute-only contextsMarek Olšák2019-04-021-1/+1
* virgl: define MAX_VERTEX_STREAMS based on availability of TF3Gert Wollny2019-04-022-1/+3
* softpipe: Implement ATOMFADD and enable cap TGSI_ATOMFADDGert Wollny2019-04-022-10/+18
* virgl: stricter usage of compressed 3d texturesErik Faye-Lund2019-04-021-0/+6
* virgl: do not allow compressed formats for buffersErik Faye-Lund2019-04-021-0/+3
* iris: Adapt to variable ppGTT sizeChris Wilson2019-04-011-1/+20
* radeonsi: implement ARB/KHR_parallel_shader_compile callbacksMarek Olšák2019-04-011-0/+31
* radeonsi: fix assertion failure by using the correct typeMarek Olšák2019-04-011-1/+1
* radeon/vcn/vp9: search the render target from the whole listLeo Liu2019-04-011-1/+1
* panfrost: Implement FIXED formatsAlyssa Rosenzweig2019-03-311-0/+9
* panfrost: Fix index calculation types and assertsAlyssa Rosenzweig2019-03-311-5/+4