aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* util: Drop unpacking from int signed to unsigned and vice versa.Eric Anholt2020-02-042-4/+2
* gallium: Refactor some single-pixel util_format_read/writes.Eric Anholt2020-02-043-11/+9
* gallium: Add and use a helper for packing uc from a color_union.Eric Anholt2020-02-047-59/+15
* softpipe: Refactor pipe_get/put_tile_rgba_* paths.Eric Anholt2020-02-047-397/+136
* softpipe: Drop the raw_to* part of the tile cache interface.Eric Anholt2020-02-042-21/+3
* gallium/util: Remove pipe_get_tile_z/put_tile_z.Eric Anholt2020-02-042-264/+0
* mesa/st: Use direct util_format_pack/unpack instead of u_tile.Eric Anholt2020-02-041-8/+7
* util: Make helper functions for pack/unpacking pixel rows.Eric Anholt2020-02-0411-63/+124
* clover: add trivial clCreateCommandQueueWithProperties implementationKarol Herbst2020-02-042-1/+22
* gallium/osmesa: Try to fix the test for big-endian.Eric Anholt2020-02-041-0/+21
* gallium/osmesa: Fill out other format tests.Eric Anholt2020-02-041-42/+68
* gallium/osmesa: Fix MakeCurrent of non-8888 contexts.Eric Anholt2020-02-041-1/+1
* gallium/osmesa: Fix a typo in the unit test's test names.Eric Anholt2020-02-041-1/+1
* osmesa/tests: Cover OSMESA_RGB GL_UNSIGNED_BYTE caseDanylo Piliaiev2020-02-041-5/+21
* st/mesa: Handle the rest renderbuffer formats from OSMesaDanylo Piliaiev2020-02-041-0/+5
* util/os_socket: fix header unavailable on windowsEric Engestrom2020-02-041-1/+2
* i965: Do not set front_buffer_dirty if there is no front bufferDanylo Piliaiev2020-02-041-1/+3
* gitlab-ci: Switch kernel for LAVA jobs to 5.5Tomeu Vizoso2020-02-042-2/+2
* panfrost: Use size0 when calculating the offset to a depth levelAlyssa Rosenzweig2020-02-042-7/+12
* panfrost: Only clamp the LOD to disable mipmapping when neededTomeu Vizoso2020-02-041-6/+7
* panfrost: Fix decoding of tiled 3D texturesTomeu Vizoso2020-02-041-2/+2
* st/mesa: use uint-result for sampling stencil buffersErik Faye-Lund2020-02-041-4/+5
* pan/midgard: Remove unused variableAlyssa Rosenzweig2020-02-041-2/+0
* pan/midgard: Check for null constsAlyssa Rosenzweig2020-02-041-0/+2
* panfrost: Avoid overlapping copyAlyssa Rosenzweig2020-02-041-1/+3
* etnaviv: Destroy rsc->pending_ctx set in etna_resource_destroy()Marek Vasut2020-02-041-0/+1
* turnip: Be explicit about converting vk compare func to a6xxKristian H. Kristensen2020-02-041-1/+8
* nir: Remove always-true assertKristian H. Kristensen2020-02-041-1/+0
* glsl: Use 'using' to be explicit about visitor overloadsKristian H. Kristensen2020-02-044-0/+11
* spirv/opencl: Cast opcode up front to avoid warningsKristian H. Kristensen2020-02-041-8/+10
* freedreno/fdperf: Cast away some ignored return valuesKristian H. Kristensen2020-02-041-4/+4
* nir: Make unroll pragma work on clangKristian H. Kristensen2020-02-041-9/+18
* nir: Delete unused is_var_constant() helperKristian H. Kristensen2020-02-041-6/+0
* Revert "gitlab-ci: disable a630 tests as mesa-cheza is down"Fritz Koenig2020-02-031-6/+6
* clover: Use explicit conversion from llvm::StringRef to std::stringJan Vesely2020-02-032-2/+3
* zink: disallow depth-stencil blits with format-changeErik Faye-Lund2020-02-031-0/+4
* zink: be more careful about the mask-checkErik Faye-Lund2020-02-031-2/+4
* panfrost: Fix the damage box clamping logicBoris Brezillon2020-02-031-0/+2
* pan/midgard: Stop leaking instruction objects in mir_schedule_alu()Boris Brezillon2020-02-031-18/+16
* pan/midgard: Don't check 'branch && branch->writeout' twice in mir_schedule_a...Boris Brezillon2020-02-031-1/+1
* pan/midgard: Lower bitfield extract to shiftsBoris Brezillon2020-02-031-0/+1
* pan/midgard: Make sure we pass the right RT id to emit_fragment_store()Boris Brezillon2020-02-031-1/+26
* pan/midgard: Add an enum to describe the render targetsBoris Brezillon2020-02-031-1/+9
* util/os_socket: Include unistd.h to fix build errorBernd Kuhls2020-02-031-0/+1
* gitlab-ci: disable a630 tests as mesa-cheza is downEric Engestrom2020-02-031-6/+6
* nv50: report max lod bias of 15.0Ilia Mirkin2020-02-021-1/+1
* egl: put full path to libEGL_mesa.so in GLVND jsonEric Engestrom2020-02-023-8/+36
* radv: Allow non-dedicated linear images and buffer.Bas Nieuwenhuizen2020-02-022-6/+13
* pan/midgard: Implement mixed-type constant packingAlyssa Rosenzweig2020-02-021-52/+47
* pan/midgard: Break out one-src read_componentsAlyssa Rosenzweig2020-02-022-23/+31