summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers
AgeCommit message (Expand)AuthorFilesLines
2020-01-03st/va: Add support for P010, used for 10-bit videosThong Thai4-15/+37
2020-01-03gallium: Add PIPE_FORMAT_P010 supportThong Thai1-0/+3
2019-12-27nine: fix empty-body-issuesEric Engestrom1-1/+1
2019-12-19st/va: Convert interlaced NV12 to progressiveThong Thai1-4/+48
2019-12-11clover/spirv: allow Int64 Atomics for supported devicesKarol Herbst1-0/+6
2019-12-11clover/nir: set spirv environment to OpenCLKarol Herbst1-0/+1
2019-12-11clover/nir: treat UniformConstant as global memoryKarol Herbst2-1/+2
2019-12-10st/dri: assume external consumers of back buffers can write to the buffersMarek Olšák1-6/+6
2019-12-10st/dri: use st->flush callback to flush the backbufferPierre-Eric Pelloux-Prayer1-39/+63
2019-12-10st/mesa: add a notify_before_flush callback param to flushPierre-Eric Pelloux-Prayer8-15/+16
2019-12-06gallium: Store the image format in winsys_handleNanley Chery1-0/+4
2019-12-06gallium/dri2: Fix creation of multi-planar modifier imagesNanley Chery1-19/+16
2019-11-29gallium: Fix the ->set_damage_region() implementationBoris Brezillon3-4/+35
2019-11-27driconf, glsl: Add a vs_position_always_invariant optionKenneth Graunke1-0/+2
2019-11-15clover/llvm: fix build after llvm 10 commit 1dfede3122eeAaron Watry2-4/+20
2019-11-14util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt19-19/+19
2019-11-14Revert "st/dri: assume external consumers of back buffers can write to the bu...Tapani Pälli1-6/+6
2019-11-14Revert "st/dri: add support for EGL_EXT_image_flush_external"Tapani Pälli1-91/+40
2019-11-11st/mesa: fix Sanctuary and Tropics by disabling ARB_gpu_shader5 for themMarek Olšák1-0/+2
2019-11-06gallium: dri2: Use index as plane number.Lepton Wu1-1/+1
2019-11-05util: rename PIPE_ARCH_*_ENDIAN to UTIL_ARCH_*_ENDIANDylan Baker1-3/+3
2019-11-05gallium/osmesa: Use PIPE_ARCH_*_ENDIAN instead of little_endian functionDylan Baker1-20/+15
2019-10-28util: remove LIST_IS_EMPTY macroTimothy Arceri7-12/+12
2019-10-28util: remove LIST_DEL macroTimothy Arceri5-8/+8
2019-10-28util: remove LIST_ADDTAIL macroTimothy Arceri5-11/+11
2019-10-28util: remove LIST_INITHEAD macroTimothy Arceri7-16/+16
2019-10-25st/dri: add support for EGL_EXT_image_flush_externalMarek Olšák1-40/+91
2019-10-25st/dri: assume external consumers of back buffers can write to the buffersMarek Olšák1-6/+6
2019-10-25st/nine: Fix unused variable warnings in release build.Timur Kristóf1-9/+9
2019-10-25st/nine: Fix build with -Werror=empty-bodyTimur Kristóf1-3/+3
2019-10-17gallium: do not increase ref count of the new throttle fenceJames Xiong1-2/+4
2019-10-15gallium/xlib: Fix xmesa drawable creationAdam Jackson1-6/+2
2019-10-14gallium: rename PIPE_CAP_MAX_FRAMES_IN_FLIGHT to PIPE_CAP_THROTTLEJames Xiong1-2/+1
2019-10-14gallium: simplify throttle implementationJames Xiong4-110/+13
2019-10-10meson: fix gallium-osmesa to build for windowsDylan Baker1-1/+10
2019-10-10meson: build wgl state trackerDylan Baker1-0/+57
2019-10-10clover: fix the nir_serialize build failureMarek Olšák1-1/+1
2019-10-09clover: Remove unused codeMatt Turner1-17/+0
2019-10-09clover: use iterator_range in get_kernel_nodesGreg V1-2/+2
2019-10-09vl: use u_format in vl_video_buffer_formatsMarek Olšák1-4/+2
2019-10-07meson: use idep_nir instead of libnir in libclnirEric Engestrom1-2/+2
2019-10-07Revert "Revert "st/dri2: Implement DRI2bufferDamageExtension""Boris Brezillon1-0/+35
2019-10-07Revert "st/dri2: Implement DRI2bufferDamageExtension"Boris Brezillon1-35/+0
2019-10-05st/dri: Perform MSAA downsampling for __DRI2_THROTTLE_COPYSUBBUFFERKenneth Graunke1-2/+4
2019-10-01meson: remove -DGALLIUM_SOFTPIPE from st/osmesaDylan Baker1-1/+0
2019-10-01haiku: fix Mesa buildKen Mays2-3/+11
2019-09-30meson: gallium media state trackers require libdrm with x11Dylan Baker4-8/+14
2019-09-27meson: Link xvmc with libxvDylan Baker1-3/+7
2019-09-27meson: Try finding libxvmcw via pkg-config before using find_libraryDylan Baker1-2/+7
2019-09-25st/nine: Ignore D3DSIO_RET if it is the last instruction in a shaderDanylo Piliaiev1-1/+7