summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* 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
* meson: Link xvmc with libxvDylan Baker2019-09-271-3/+7
* meson: Try finding libxvmcw via pkg-config before using find_libraryDylan Baker2019-09-271-2/+7
* st/nine: Ignore D3DSIO_RET if it is the last instruction in a shaderDanylo Piliaiev2019-09-251-1/+7
* clover: eliminate "ignoring attributes on template argument" warningKarol Herbst2019-09-251-1/+10
* clover/codegen: remove unused get_symbol_offsets functionKarol Herbst2019-09-251-12/+0
* clover/llvm: remove harmful std::move callKarol Herbst2019-09-251-1/+1
* clover/nir: fix compilation with g++-5.5 and maybe earlierKarol Herbst2019-09-231-10/+7
* clover: add support for passing kernels as nir to the driverKarol Herbst2019-09-216-7/+245
* clover: prepare supporting multiple IRsKarol Herbst2019-09-213-6/+64
* clover: add support for drivers having no proper binary formatKarol Herbst2019-09-211-2/+3