aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: don't lower YUV when driver supports it nativelyJonathan Marek2020-01-151-14/+14
* st/dri: track if image is created by a dmabufGurchetan Singh2020-01-153-0/+10
* st/wgl: eliminate implicit cast warningErik Faye-Lund2020-01-141-2/+4
* st/va: Add support for P010, used for 10-bit videosThong Thai2020-01-034-15/+37
* gallium: Add PIPE_FORMAT_P010 supportThong Thai2020-01-031-0/+3
* nine: fix empty-body-issuesEric Engestrom2019-12-271-1/+1
* st/va: Convert interlaced NV12 to progressiveThong Thai2019-12-191-4/+48
* clover/spirv: allow Int64 Atomics for supported devicesKarol Herbst2019-12-111-0/+6
* clover/nir: set spirv environment to OpenCLKarol Herbst2019-12-111-0/+1
* clover/nir: treat UniformConstant as global memoryKarol Herbst2019-12-112-1/+2
* st/dri: assume external consumers of back buffers can write to the buffersMarek Olšák2019-12-101-6/+6
* st/dri: use st->flush callback to flush the backbufferPierre-Eric Pelloux-Prayer2019-12-101-39/+63
* st/mesa: add a notify_before_flush callback param to flushPierre-Eric Pelloux-Prayer2019-12-108-15/+16
* gallium: Store the image format in winsys_handleNanley Chery2019-12-061-0/+4
* gallium/dri2: Fix creation of multi-planar modifier imagesNanley Chery2019-12-061-19/+16
* gallium: Fix the ->set_damage_region() implementationBoris Brezillon2019-11-293-4/+35
* driconf, glsl: Add a vs_position_always_invariant optionKenneth Graunke2019-11-271-0/+2
* clover/llvm: fix build after llvm 10 commit 1dfede3122eeAaron Watry2019-11-152-4/+20
* util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt2019-11-1419-19/+19
* Revert "st/dri: assume external consumers of back buffers can write to the bu...Tapani Pälli2019-11-141-6/+6
* Revert "st/dri: add support for EGL_EXT_image_flush_external"Tapani Pälli2019-11-141-91/+40
* st/mesa: fix Sanctuary and Tropics by disabling ARB_gpu_shader5 for themMarek Olšák2019-11-111-0/+2
* gallium: dri2: Use index as plane number.Lepton Wu2019-11-061-1/+1
* util: rename PIPE_ARCH_*_ENDIAN to UTIL_ARCH_*_ENDIANDylan Baker2019-11-051-3/+3
* gallium/osmesa: Use PIPE_ARCH_*_ENDIAN instead of little_endian functionDylan Baker2019-11-051-20/+15
* util: remove LIST_IS_EMPTY macroTimothy Arceri2019-10-287-12/+12
* util: remove LIST_DEL macroTimothy Arceri2019-10-285-8/+8
* util: remove LIST_ADDTAIL macroTimothy Arceri2019-10-285-11/+11
* util: remove LIST_INITHEAD macroTimothy Arceri2019-10-287-16/+16
* st/dri: add support for EGL_EXT_image_flush_externalMarek Olšák2019-10-251-40/+91
* st/dri: assume external consumers of back buffers can write to the buffersMarek Olšák2019-10-251-6/+6
* st/nine: Fix unused variable warnings in release build.Timur Kristóf2019-10-251-9/+9
* st/nine: Fix build with -Werror=empty-bodyTimur Kristóf2019-10-251-3/+3
* gallium: do not increase ref count of the new throttle fenceJames Xiong2019-10-171-2/+4
* gallium/xlib: Fix xmesa drawable creationAdam Jackson2019-10-151-6/+2
* gallium: rename PIPE_CAP_MAX_FRAMES_IN_FLIGHT to PIPE_CAP_THROTTLEJames Xiong2019-10-141-2/+1
* gallium: simplify throttle implementationJames Xiong2019-10-144-110/+13
* meson: fix gallium-osmesa to build for windowsDylan Baker2019-10-101-1/+10
* meson: build wgl state trackerDylan Baker2019-10-101-0/+57
* clover: fix the nir_serialize build failureMarek Olšák2019-10-101-1/+1
* clover: Remove unused codeMatt Turner2019-10-091-17/+0
* clover: use iterator_range in get_kernel_nodesGreg V2019-10-091-2/+2
* vl: use u_format in vl_video_buffer_formatsMarek Olšák2019-10-091-4/+2
* meson: use idep_nir instead of libnir in libclnirEric Engestrom2019-10-071-2/+2
* Revert "Revert "st/dri2: Implement DRI2bufferDamageExtension""Boris Brezillon2019-10-071-0/+35
* Revert "st/dri2: Implement DRI2bufferDamageExtension"Boris Brezillon2019-10-071-35/+0
* st/dri: Perform MSAA downsampling for __DRI2_THROTTLE_COPYSUBBUFFERKenneth Graunke2019-10-051-2/+4
* meson: remove -DGALLIUM_SOFTPIPE from st/osmesaDylan Baker2019-10-011-1/+0
* haiku: fix Mesa buildKen Mays2019-10-012-3/+11
* meson: gallium media state trackers require libdrm with x11Dylan Baker2019-09-304-8/+14