summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gallium: add writable_bitmask parameter into set_shader_buffersMarek Olšák2019-04-0419-28/+51
* 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
* util/process: document memory leakEric Engestrom2019-04-041-0/+4
* simplify LLVM version string printingEric Engestrom2019-04-047-47/+21
* gallium/u_dump: util_dump_sampler_view: Dump u.tex.first_levelGuido Günther2019-04-041-1/+1
* gallium: ddebug: Add missing fence related wrappersGuido Günther2019-04-042-0/+37
* st/mesa: Fix GL_MAP_COLOR with glDrawPixels GL_COLOR_INDEXDanylo Piliaiev2019-04-041-2/+32
* gallium/hud: fix rounding error in nic bps computationEric Engestrom2019-04-041-2/+2
* gallium/hud: prevent buffer overflowEric Engestrom2019-04-043-6/+6
* gallium/hud: fix memory leaksEric Engestrom2019-04-043-2/+7
* radeonsi: enable displayable DCC on RavensMarek Olšák2019-04-042-0/+12
* radeonsi: add support for displayable DCC for multi-RB chipsMarek Olšák2019-04-0411-14/+387
* radeonsi: add support for displayable DCC for 1 RB chipsMarek Olšák2019-04-047-7/+113
* 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
* amd/addrlib: fix uninitialized values for Addr2ComputeDccAddrFromCoordMarek Olšák2019-04-041-0/+2
* iris: move variable to the scope where it is being usedTapani Pälli2019-04-041-1/+1
* st/nir: run st_nir_opts after 64bit ops loweringTapani 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
* nir: Add "viewport vector" system valuesAlyssa Rosenzweig2019-04-041-0/+5
* virgl: also destroy all read-transfersErik Faye-Lund2019-04-032-2/+4
* meson: Error if LLVM is turned off but clover it turned onDylan Baker2019-04-031-0/+2
* meson: Error if LLVM doesn't have rtti when building cloverDylan Baker2019-04-031-0/+2
* panfrost: Remove support for legacy kernelsAlyssa Rosenzweig2019-04-038-39/+8
* 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
* intel/compiler: use defined size for vector componentsDave Airlie2019-04-031-1/+1
* nir: use proper array sizing define for vectorsDave Airlie2019-04-031-4/+4
* Revert "nir: propagate known constant values into the if-then branch"Timothy Arceri2019-04-031-60/+0
* nir: propagate known constant values into the if-then branchTimothy Arceri2019-04-031-0/+60
* virgl: close drm fd when destroying virgl screen.Lepton Wu2019-04-021-0/+1
* 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
* haiku: Fix hgl dispatch build. Tested under meson/scons.Alexander von Gluck IV2019-04-021-1/+1
* docs: Fix 19.0.x version numbersGuido Günther2019-04-021-4/+4
* docs/relnotes: document parallel_shader_compile changes in 19.1.0, not 19.0.0Marek Olšák2019-04-022-2/+2
* CI: use wayland ci-templates repo to create the base imageBenjamin Tissoires2019-04-023-182/+177
* 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