index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
state_trackers
/
dri
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: dri2: Use index as plane number.
Lepton Wu
2019-11-06
1
-1
/
+1
*
st/dri: add support for EGL_EXT_image_flush_external
Marek Olšák
2019-10-25
1
-40
/
+91
*
st/dri: assume external consumers of back buffers can write to the buffers
Marek Olšák
2019-10-25
1
-6
/
+6
*
gallium: do not increase ref count of the new throttle fence
James Xiong
2019-10-17
1
-2
/
+4
*
gallium: rename PIPE_CAP_MAX_FRAMES_IN_FLIGHT to PIPE_CAP_THROTTLE
James Xiong
2019-10-14
1
-2
/
+1
*
gallium: simplify throttle implementation
James Xiong
2019-10-14
4
-110
/
+13
*
Revert "Revert "st/dri2: Implement DRI2bufferDamageExtension""
Boris Brezillon
2019-10-07
1
-0
/
+35
*
Revert "st/dri2: Implement DRI2bufferDamageExtension"
Boris Brezillon
2019-10-07
1
-35
/
+0
*
st/dri: Perform MSAA downsampling for __DRI2_THROTTLE_COPYSUBBUFFER
Kenneth Graunke
2019-10-05
1
-2
/
+4
*
gallium: extend resource_get_param to be as capable as resource_get_handle
Marek Olšák
2019-09-18
1
-6
/
+13
*
dri: Use DRM_FORMAT_* instead of defining our own copy.
Eric Anholt
2019-09-11
2
-37
/
+38
*
mesa: Eliminate gl_config::have{Accum,Depth,Stencil}Buffer
Adam Jackson
2019-09-09
1
-2
/
+2
*
gallium: Add buffer and configs handling or fp16 formats
Kevin Strasser
2019-08-21
4
-0
/
+50
*
gallium: Use consistent approach for config format filtering
Kevin Strasser
2019-08-21
1
-8
/
+9
*
gallium: add back YVU support
Xiong, James
2019-08-16
1
-5
/
+5
*
st/dri2: Implement DRI2bufferDamageExtension
Daniel Stone
2019-08-13
1
-0
/
+35
*
gallium/dri2: Use pipe_screen::resource_get_param in image queries
Jordan Justen
2019-08-13
1
-0
/
+71
*
gallium/dri2: Support images with multiple planes for modifiers
Jordan Justen
2019-08-13
2
-3
/
+33
*
gallium/dri2: Refactor image property queries
Jordan Justen
2019-08-13
1
-69
/
+79
*
gallium/dri2: Support creating multi-planar modifier images
Jordan Justen
2019-08-13
1
-10
/
+19
*
gallium/dri2: Implement dri2ImageExtension.queryDmaBufFormatModifierAttribs
Jordan Justen
2019-08-13
1
-0
/
+50
*
mesa/gallium: add dric option to allow overriding GL vendor string
Timothy Arceri
2019-08-07
1
-0
/
+7
*
st/dri: Move dri2_format_mapping table and it's accessors from dri2.c to dri_...
Jon Turney
2019-08-06
3
-213
/
+223
*
st/dri: simplify dri_get_egl_image by reusing dri2_format_table
Mike Blumenkrantz
2019-07-31
3
-42
/
+24
*
Revert "st/dri: simplify dri_get_egl_image by reusing dri2_format_table"
Kenneth Graunke
2019-07-31
3
-25
/
+42
*
st/dri: simplify dri_get_egl_image by reusing dri2_format_table
Mike Blumenkrantz
2019-07-31
3
-42
/
+25
*
gallium: add handling for YUV planar surfaces
Mike Blumenkrantz
2019-07-31
2
-77
/
+193
*
gallium: remove boolean from state tracker APIs
Ilia Mirkin
2019-07-22
3
-24
/
+24
*
st/dri: fix typo in format table for GR1616 format
Mike Blumenkrantz
2019-07-01
1
-1
/
+1
*
st/dri: pass dri2_format_mapping directly to dri2_create_image_from_winsys
Mike Blumenkrantz
2019-07-01
1
-4
/
+5
*
gallium/st: Add Gallium hud to swrast drivers
Gert Wollny
2019-06-21
1
-0
/
+3
*
st/dri: enable EGL_ANDROID_blob_cache on gallium drivers
Tapani Pälli
2019-05-24
1
-0
/
+29
*
st/dri: Minor style fixes
Kenneth Graunke
2019-05-15
1
-4
/
+6
*
st/dri: decrease input lag by syncing sooner in SwapBuffers
Marek Olšák
2019-05-02
1
-10
/
+10
*
gallium: replace DRM_CONF_SHARE_FD with PIPE_CAP_DMABUF
Marek Olšák
2019-04-23
1
-4
/
+1
*
gallium: replace DRM_CONF_THROTTLE with PIPE_CAP_MAX_FRAMES_IN_FLIGHT
Marek Olšák
2019-04-23
1
-5
/
+3
*
st/dri: simplify throttling code
Marek Olšák
2019-04-23
3
-6
/
+3
*
Delete autotools
Dylan Baker
2019-04-15
1
-54
/
+0
*
st/dri: allow direct UYVY import
Christian Gmeiner
2019-03-11
1
-0
/
+2
*
st/dri: Set the PIPE_BIND_SHARED flag on create_image_with_modifiers.
Eric Anholt
2019-03-08
1
-6
/
+1
*
st/dri: drop duplicate #define
Eric Engestrom
2019-02-14
1
-4
/
+0
*
drm-uapi: use local files, not system libdrm
Eric Engestrom
2019-02-14
1
-0
/
+2
*
st/dri: invalidate_resource depth/stencil before flush_resource
Jonathan Marek
2019-01-29
1
-7
/
+7
*
gallium: use put image shm2 path (v2)
Dave Airlie
2019-01-25
1
-5
/
+12
*
st/dri: fix dri2_format_table for argb1555 and rgb565
Marek Olšák
2019-01-14
1
-1
/
+1
*
st/dri: replace format conversion functions with single mapping table
Lucas Stach
2018-12-18
2
-352
/
+149
*
st/dri: allow both render and sampler compatible dma-buf formats
Lucas Stach
2018-12-18
1
-12
/
+18
*
drisw: Use separate drisw_loader_funcs for shm
Michal Srb
2018-12-05
1
-3
/
+11
*
gallium: rework PIPE_HANDLE_USAGE_* flags
Marek Olšák
2018-10-30
2
-11
/
+9
*
st/dri: remove leftover local variable
Eric Engestrom
2018-10-30
1
-1
/
+0
[next]