summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/dri/dri2.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-13gallium: rename 'state tracker' to 'frontend'Marek Olšák1-2275/+0
2020-04-27st/dri: Set next in template instead of after creation. (v2)Bas Nieuwenhuizen1-1/+1
2020-04-02gallium: enable EGL_EXT_image_dma_buf_import_modifiers unconditionallyAdam Jackson1-16/+20
2020-02-06gallium: let the pipe drivers decide the supported modifiersJames Xiong1-6/+2
2020-01-22gallium: dmabuf support for yuv formats that are not natively supportedJames Xiong1-9/+6
2020-01-21gallium: check all planes' pipe formats in case of multi-samplersDongwon Kim1-5/+10
2020-01-20Revert "st/dri: do FLUSH_VERTICES before calling flush_resource"Daniel Stone1-4/+6
2020-01-17st/dri: do FLUSH_VERTICES before calling flush_resourceMarek Olšák1-6/+4
2020-01-15st/mesa: don't lower YUV when driver supports it nativelyJonathan Marek1-14/+14
2020-01-15st/dri: track if image is created by a dmabufGurchetan Singh1-0/+1
2019-12-10st/dri: assume external consumers of back buffers can write to the buffersMarek Olšák1-6/+6
2019-12-10st/mesa: add a notify_before_flush callback param to flushPierre-Eric Pelloux-Prayer1-2/+2
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 Brezillon1-4/+19
2019-11-14util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt1-1/+1
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-06gallium: dri2: Use index as plane number.Lepton Wu1-1/+1
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-14gallium: rename PIPE_CAP_MAX_FRAMES_IN_FLIGHT to PIPE_CAP_THROTTLEJames Xiong1-2/+1
2019-10-14gallium: simplify throttle implementationJames Xiong1-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-09-18gallium: extend resource_get_param to be as capable as resource_get_handleMarek Olšák1-6/+13
2019-09-11dri: Use DRM_FORMAT_* instead of defining our own copy.Eric Anholt1-2/+2
2019-08-21gallium: Add buffer and configs handling or fp16 formatsKevin Strasser1-0/+18
2019-08-13st/dri2: Implement DRI2bufferDamageExtensionDaniel Stone1-0/+35
2019-08-13gallium/dri2: Use pipe_screen::resource_get_param in image queriesJordan Justen1-0/+71
2019-08-13gallium/dri2: Support images with multiple planes for modifiersJordan Justen1-3/+32
2019-08-13gallium/dri2: Refactor image property queriesJordan Justen1-69/+79
2019-08-13gallium/dri2: Support creating multi-planar modifier imagesJordan Justen1-10/+19
2019-08-13gallium/dri2: Implement dri2ImageExtension.queryDmaBufFormatModifierAttribsJordan Justen1-0/+50
2019-08-06st/dri: Move dri2_format_mapping table and it's accessors from dri2.c to dri_...Jon Turney1-213/+0
2019-07-31st/dri: simplify dri_get_egl_image by reusing dri2_format_tableMike Blumenkrantz1-16/+1
2019-07-31Revert "st/dri: simplify dri_get_egl_image by reusing dri2_format_table"Kenneth Graunke1-1/+16
2019-07-31st/dri: simplify dri_get_egl_image by reusing dri2_format_tableMike Blumenkrantz1-16/+1
2019-07-31gallium: add handling for YUV planar surfacesMike Blumenkrantz1-76/+177
2019-07-01st/dri: fix typo in format table for GR1616 formatMike Blumenkrantz1-1/+1
2019-07-01st/dri: pass dri2_format_mapping directly to dri2_create_image_from_winsysMike Blumenkrantz1-4/+5
2019-05-24st/dri: enable EGL_ANDROID_blob_cache on gallium driversTapani Pälli1-0/+29
2019-05-15st/dri: Minor style fixesKenneth Graunke1-4/+6
2019-04-23gallium: replace DRM_CONF_SHARE_FD with PIPE_CAP_DMABUFMarek Olšák1-4/+1
2019-04-23gallium: replace DRM_CONF_THROTTLE with PIPE_CAP_MAX_FRAMES_IN_FLIGHTMarek Olšák1-5/+3
2019-04-23st/dri: simplify throttling codeMarek Olšák1-3/+1
2019-03-11st/dri: allow direct UYVY importChristian Gmeiner1-0/+2
2019-03-08st/dri: Set the PIPE_BIND_SHARED flag on create_image_with_modifiers.Eric Anholt1-6/+1
2019-02-14st/dri: drop duplicate #defineEric Engestrom1-4/+0
2019-02-14drm-uapi: use local files, not system libdrmEric Engestrom1-0/+2