aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/dri
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-105-9/+9
* 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
* util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt2019-11-144-4/+4
* 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
* 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