index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
state_trackers
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
7
-13
/
+14
*
gallium/hud: use cso_get_pipe_context
Marek Olšák
2017-11-25
4
-4
/
+4
*
gallium/hud: split hud_draw into 3 separate functions
Marek Olšák
2017-11-25
4
-4
/
+4
*
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
*
st/va: implement poc type
Boyuan Zhang
2017-11-17
1
-0
/
+1
*
autotools: change version TINY -> PATCH
Dylan Baker
2017-11-16
1
-1
/
+1
*
autotools: set XA versions in configure.ac and configure header file
Dylan Baker
2017-11-16
1
-3
/
+3
*
gallium/wgl: fix default pixel format issue
Frank Richter
2017-11-15
1
-2
/
+21
*
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
*
meson: build gallium-xlib based glx
Dylan Baker
2017-11-10
1
-0
/
+27
*
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
*
util: move os_time.[ch] to src/util
Nicolai Hähnle
2017-11-09
1
-1
/
+1
*
mesa: use simple mtx in core mesa
Timothy Arceri
2017-11-09
1
-11
/
+11
*
clover: use the unified check for c++11 instead of the gcc version number
Gert Wollny
2017-11-08
1
-3
/
+3
*
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
*
meson: build gallium based osmesa
Dylan Baker
2017-10-27
1
-0
/
+28
*
clover: Fix compilation after clang r315871
Jan Vesely
2017-10-25
2
-5
/
+12
*
egl,dri: Propagate context priority hint to driver->CreateContext
Chris Wilson
2017-10-20
2
-0
/
+2
*
st/osmesa: include u_inlines.h for pipe_resource_reference
Michel Dänzer
2017-10-18
1
-0
/
+1
*
st/mesa: Initialize textures array in st_framebuffer_validate
Michel Dänzer
2017-10-18
5
-12
/
+5
*
st/va: Return correct width and height for encode/decode support
Mark Thompson
2017-10-17
1
-10
/
+30
*
st/va: Fix config entrypoint handling
Mark Thompson
2017-10-17
1
-6
/
+12
*
st/va: Disable vaExportSurfaceHandle()
Mark Thompson
2017-10-17
2
-2
/
+2
*
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
*
st/va: Implement vaExportSurfaceHandle()
Mark Thompson
2017-10-07
3
-1
/
+153
*
st/va: add RGB support to vlVaPutSurface
Leo Liu
2017-10-04
1
-1
/
+13
*
st/va: don't re-allocate interlaced buffer with pakced format
Leo Liu
2017-10-04
1
-4
/
+6
*
st/vdpau: don't re-allocate interlaced buffer with packed YUV format
Leo Liu
2017-10-04
1
-0
/
+2
*
mesa: Remove force_s3tc_enable driconf variable
Matt Turner
2017-10-02
2
-3
/
+0
*
gallium: Remove util_format_s3tc_enabled
Matt Turner
2017-10-02
1
-13
/
+0
*
st/va: add dst rect to avoid scale on deint
Leo Liu
2017-09-29
1
-6
/
+6
*
st/va: use pipe transfer_map to map upload buffer
Leo Liu
2017-09-28
1
-3
/
+9
*
st/dri: don't expose modifiers in EGL if the driver doesn't implement them
Marek Olšák
2017-09-27
1
-3
/
+5
*
clover: Query and export int64 atomics
Jan Vesely
2017-09-27
3
-2
/
+11
*
st/va/postproc: implement the DRM prime grabber
Leo Liu
2017-09-25
1
-2
/
+16
*
st/va/postproc: use progressive target buffer for scaling
Leo Liu
2017-09-25
1
-0
/
+18
*
st/va: make internal func vlVaHandleSurfaceAllocate() call simpler
Leo Liu
2017-09-25
3
-7
/
+4
*
st/va/postproc: add a full NV12 deint support from buffer I to P
Leo Liu
2017-09-25
1
-1
/
+21
[next]