summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/dri
Commit message (Expand)AuthorAgeFilesLines
* gallium: dri2: Use index as plane number.Lepton Wu2019-11-061-1/+1
* 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
* gallium: do not increase ref count of the new throttle fenceJames Xiong2019-10-171-2/+4
* 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
* 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
* gallium: extend resource_get_param to be as capable as resource_get_handleMarek Olšák2019-09-181-6/+13
* dri: Use DRM_FORMAT_* instead of defining our own copy.Eric Anholt2019-09-112-37/+38
* mesa: Eliminate gl_config::have{Accum,Depth,Stencil}BufferAdam Jackson2019-09-091-2/+2
* gallium: Add buffer and configs handling or fp16 formatsKevin Strasser2019-08-214-0/+50
* gallium: Use consistent approach for config format filteringKevin Strasser2019-08-211-8/+9
* gallium: add back YVU supportXiong, James2019-08-161-5/+5
* st/dri2: Implement DRI2bufferDamageExtensionDaniel Stone2019-08-131-0/+35
* gallium/dri2: Use pipe_screen::resource_get_param in image queriesJordan Justen2019-08-131-0/+71
* gallium/dri2: Support images with multiple planes for modifiersJordan Justen2019-08-132-3/+33
* gallium/dri2: Refactor image property queriesJordan Justen2019-08-131-69/+79
* gallium/dri2: Support creating multi-planar modifier imagesJordan Justen2019-08-131-10/+19
* gallium/dri2: Implement dri2ImageExtension.queryDmaBufFormatModifierAttribsJordan Justen2019-08-131-0/+50
* mesa/gallium: add dric option to allow overriding GL vendor stringTimothy Arceri2019-08-071-0/+7
* st/dri: Move dri2_format_mapping table and it's accessors from dri2.c to dri_...Jon Turney2019-08-063-213/+223
* st/dri: simplify dri_get_egl_image by reusing dri2_format_tableMike Blumenkrantz2019-07-313-42/+24
* Revert "st/dri: simplify dri_get_egl_image by reusing dri2_format_table"Kenneth Graunke2019-07-313-25/+42
* st/dri: simplify dri_get_egl_image by reusing dri2_format_tableMike Blumenkrantz2019-07-313-42/+25
* gallium: add handling for YUV planar surfacesMike Blumenkrantz2019-07-312-77/+193
* gallium: remove boolean from state tracker APIsIlia Mirkin2019-07-223-24/+24
* st/dri: fix typo in format table for GR1616 formatMike Blumenkrantz2019-07-011-1/+1
* st/dri: pass dri2_format_mapping directly to dri2_create_image_from_winsysMike Blumenkrantz2019-07-011-4/+5
* gallium/st: Add Gallium hud to swrast driversGert Wollny2019-06-211-0/+3
* st/dri: enable EGL_ANDROID_blob_cache on gallium driversTapani Pälli2019-05-241-0/+29
* st/dri: Minor style fixesKenneth Graunke2019-05-151-4/+6
* st/dri: decrease input lag by syncing sooner in SwapBuffersMarek Olšák2019-05-021-10/+10
* gallium: replace DRM_CONF_SHARE_FD with PIPE_CAP_DMABUFMarek Olšák2019-04-231-4/+1
* gallium: replace DRM_CONF_THROTTLE with PIPE_CAP_MAX_FRAMES_IN_FLIGHTMarek Olšák2019-04-231-5/+3
* st/dri: simplify throttling codeMarek Olšák2019-04-233-6/+3
* Delete autotoolsDylan Baker2019-04-151-54/+0
* st/dri: allow direct UYVY importChristian Gmeiner2019-03-111-0/+2
* st/dri: Set the PIPE_BIND_SHARED flag on create_image_with_modifiers.Eric Anholt2019-03-081-6/+1
* st/dri: drop duplicate #defineEric Engestrom2019-02-141-4/+0
* drm-uapi: use local files, not system libdrmEric Engestrom2019-02-141-0/+2
* st/dri: invalidate_resource depth/stencil before flush_resourceJonathan Marek2019-01-291-7/+7
* gallium: use put image shm2 path (v2)Dave Airlie2019-01-251-5/+12
* st/dri: fix dri2_format_table for argb1555 and rgb565Marek Olšák2019-01-141-1/+1
* st/dri: replace format conversion functions with single mapping tableLucas Stach2018-12-182-352/+149
* st/dri: allow both render and sampler compatible dma-buf formatsLucas Stach2018-12-181-12/+18
* drisw: Use separate drisw_loader_funcs for shmMichal Srb2018-12-051-3/+11
* gallium: rework PIPE_HANDLE_USAGE_* flagsMarek Olšák2018-10-302-11/+9
* st/dri: remove leftover local variableEric Engestrom2018-10-301-1/+0