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
*
st/dri: Initialise modifier to INVALID for DRI2
Daniel Stone
2018-04-02
1
-0
/
+1
*
st/dri: fix OpenGL-OpenCL interop for GL_TEXTURE_BUFFER
Marek Olšák
2018-03-09
1
-24
/
+34
*
meson: Use include directory variables instead of traversing
Dylan Baker
2018-03-07
1
-0
/
+2
*
st/dri: only expose config formats that are display targets
Ilia Mirkin
2018-02-19
1
-1
/
+2
*
mesa: add xbgr support adjacent to xrgb
Ilia Mirkin
2018-02-19
3
-1
/
+55
*
gallium: add type parameter to create_fence_fd
Andres Rodriguez
2018-01-30
1
-1
/
+1
*
autotools: include meson build files in tarball
Dylan Baker
2018-01-19
1
-1
/
+1
*
Revert "gallium/dri2: Enable {GLX_ARB,EGL_KHR}_context_flush_control"
Adam Jackson
2018-01-15
1
-2
/
+0
*
st/dri: Add option to control exposure of 10 bpc color configs.
Mario Kleiner
2018-01-03
1
-0
/
+8
*
st/dri: Add support for BGR[A/X]1010102 formats.
Mario Kleiner
2018-01-03
1
-1
/
+14
*
st/dri: Support texture_from_pixmap for BGR[A/X]1010102 formats.
Mario Kleiner
2018-01-03
1
-0
/
+3
*
st/dri2: Add buffer handling for BGR[A/X]1010102 formats.
Mario Kleiner
2018-01-03
1
-0
/
+13
*
st/dri2: Add format translations for BGR[A/X]1010102 formats.
Mario Kleiner
2018-01-03
1
-0
/
+28
*
st/dri: allow direct YUYV import
Lucas Stach
2017-12-20
1
-0
/
+7
*
gallium: plumb context priority through to driver
Rob Clark
2017-12-19
2
-2
/
+23
*
mesa: add AllowGLSLCrossStageInterpolationMismatch workaround
Tapani Pälli
2017-11-30
1
-0
/
+2
*
gallium/dri2: Enable {GLX_ARB,EGL_KHR}_context_flush_control
Adam Jackson
2017-11-29
1
-0
/
+2
*
st/dri: replace hard-coded array size with ARRAY_SIZE()
Eric Engestrom
2017-11-28
1
-1
/
+1
*
gallium/hud: add HUD sharing within a context share group
Marek Olšák
2017-11-25
1
-2
/
+10
*
gallium/hud: update the HUD interface for multiple contexts
Marek Olšák
2017-11-25
2
-3
/
+4
*
gallium/hud: use cso_get_pipe_context
Marek Olšák
2017-11-25
1
-1
/
+1
*
gallium/hud: split hud_draw into 3 separate functions
Marek Olšák
2017-11-25
1
-1
/
+1
*
st/dri: remove dead code and incorrect comment around make_current
Marek Olšák
2017-11-25
1
-13
/
+0
*
st/dri: clean up dri_unbind_context
Marek Olšák
2017-11-25
1
-3
/
+4
*
meson: don't use build_by_default for specific gallium drivers
Dylan Baker
2017-11-13
1
-1
/
+0
*
st/dri: fix deadlock when waiting on android fences
Marek Olšák
2017-11-11
1
-2
/
+1
*
st/dri: fix android fence regression
Marek Olšák
2017-11-10
1
-1
/
+1
*
st/dri: use stapi flush instead of pipe flush when creating fences
Nicolai Hähnle
2017-11-09
1
-5
/
+6
*
mesa: use simple mtx in core mesa
Timothy Arceri
2017-11-09
1
-11
/
+11
*
drisw: Enable flush control for llvmpipe and softpipe
Adam Jackson
2017-11-06
1
-0
/
+1
*
gallium: Wire up flush control
Adam Jackson
2017-11-06
1
-1
/
+5
*
dri: Change __DriverApiRec::CreateContext to take a struct for attribs
Neil Roberts
2017-11-06
2
-28
/
+24
*
egl,dri: Propagate context priority hint to driver->CreateContext
Chris Wilson
2017-10-20
2
-0
/
+2
*
st/mesa: Initialize textures array in st_framebuffer_validate
Michel Dänzer
2017-10-18
1
-3
/
+1
*
meson: Build gallium dri state tracker
Dylan Baker
2017-10-16
1
-0
/
+57
*
st/dri: Add definitions to allow importing 16-bit surfaces
Mark Thompson
2017-10-13
1
-0
/
+14
*
st/dri: implement __DRIimageExtension::validateUsage properly
Marek Olšák
2017-10-12
1
-8
/
+22
*
st/dri: implement createImageFromRenderbuffer(2)
Nicolai Hähnle
2017-10-10
3
-7
/
+71
*
mesa: Remove force_s3tc_enable driconf variable
Matt Turner
2017-10-02
1
-2
/
+0
*
gallium: Remove util_format_s3tc_enabled
Matt Turner
2017-10-02
1
-13
/
+0
*
st/dri: don't expose modifiers in EGL if the driver doesn't implement them
Marek Olšák
2017-09-27
1
-3
/
+5
*
dri: Introduce SWAP_METHOD tokens
Thomas Hellstrom
2017-08-10
1
-1
/
+2
*
st/dri2: fix kms_swrast driconf option handling
Rob Herring
2017-08-09
1
-3
/
+3
*
st/dri: add drisw image extension
Gurchetan Singh
2017-08-07
1
-0
/
+11
*
st/dri: move some image functions to dri_helpers.c
Gurchetan Singh
2017-08-07
3
-106
/
+124
*
st/dri: organize order of includers in dri_helpers
Gurchetan Singh
2017-08-07
1
-2
/
+3
*
st/dri: change dri_extensions to dri_helpers
Gurchetan Singh
2017-08-07
5
-6
/
+6
*
pipe-loader: remove config from pipe_loader_create_screen
Nicolai Hähnle
2017-08-04
2
-8
/
+3
*
gallium: get rid of pipe_screen_config::flags
Nicolai Hähnle
2017-08-04
4
-16
/
+7
*
st/dri2 Plumb the flush_swapbuffer functionality through to dri3
Thomas Hellstrom
2017-08-03
3
-0
/
+36
[next]