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
*
st/dri: Use fence extension in drisw.c
Gurchetan Singh
2017-06-02
1
-0
/
+2
*
st/dri: move fence implemention into separate file
Gurchetan Singh
2017-06-02
4
-203
/
+263
*
glthread/gallium: require safe_glthread to start glthread
Gregory Hainaut
2017-05-29
1
-4
/
+17
*
st/wgl: whitespace, formatting fixes in stw_device.c
Brian Paul
2017-05-25
1
-12
/
+9
*
st/nine: Fix a regression and syntax cleanup
Axel Davy
2017-05-24
4
-19
/
+16
*
driconf: Add allow_glsl_builtin_variable_redeclaration option
John Brooks
2017-05-20
1
-0
/
+3
*
st/xvmc: add DRI3 support
Emil Velikov
2017-05-19
1
-1
/
+3
*
st/omx: add DRI3 support
Emil Velikov
2017-05-19
1
-1
/
+3
*
st/omx: fix building against X11-less setups
Emil Velikov
2017-05-19
1
-0
/
+6
*
st/omx: remove unneeded X11 include
Emil Velikov
2017-05-19
1
-2
/
+0
*
st/omx: remove unused drm_driver.h includes
Emil Velikov
2017-05-19
2
-2
/
+0
*
st/va: check if vl_*_screen_create has failed only once
Emil Velikov
2017-05-19
1
-4
/
+3
*
st/va: fix misplaced closing bracket
Emil Velikov
2017-05-19
1
-1
/
+1
*
st/va: move variable declaration to where its used
Emil Velikov
2017-05-19
1
-2
/
+1
*
auxiliary/vl: use vl_*_screen_create stubs when building w/o platform
Emil Velikov
2017-05-19
2
-4
/
+0
*
configure: check once for DRI3 dependencies
Emil Velikov
2017-05-19
4
-1
/
+5
*
Android: push driver build details to driver makefiles
Rob Herring
2017-05-11
1
-1
/
+1
*
Android: Fix swrast only build
Rob Herring
2017-05-11
1
-5
/
+3
*
gallium: remove pipe_index_buffer and set_index_buffer
Marek Olšák
2017-05-10
5
-58
/
+56
*
gallium: separate indirect stuff from pipe_draw_info - 80 -> 56 bytes
Marek Olšák
2017-05-10
2
-2
/
+0
*
gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytes
Marek Olšák
2017-05-10
3
-32
/
+48
*
st/wgl: whitespace, formatting fixes in stw_pixelformat.c
Brian Paul
2017-04-28
1
-72
/
+62
*
st/wgl: allow WGL_BIND_TO_TEXTURE_RGB_ARB for RGBA visuals
Charmaine Lee
2017-04-28
1
-2
/
+2
*
st/wgl: use ARRAY_SIZE() macro in wglChoosePixelFormatARB()
Brian Paul
2017-04-28
1
-1
/
+1
*
st/wgl: whitespace/formatting fixes in stw_ext_pixelformat.c
Brian Paul
2017-04-28
1
-59
/
+52
*
clover: Fix build since clang r301442
Jan Vesely
2017-04-27
2
-1
/
+3
*
st/clover: add space between < and ::
Emil Velikov
2017-04-21
6
-17
/
+17
*
st/nine: Fix support for ps 1.4 dw and dz modifiers
Axel Davy
2017-04-13
1
-2
/
+2
*
clover: Add missing include to compat header
Jan Vesely
2017-04-13
1
-0
/
+1
*
clover: Fix build against clang SVN >= r299965
Michel Dänzer
2017-04-13
2
-1
/
+7
*
st/glx: Add awareness for multisample pixel formats to st/glx-xlib.
Bruce Cherniak
2017-04-07
3
-15
/
+30
*
st/wgl: sort strings in stw_extension_string[] array
Brian Paul
2017-04-07
1
-3
/
+3
*
st/wgl: pseudo-implementation of WGL_EXT_swap_control
Brian Paul
2017-04-07
7
-12
/
+86
*
st/clover: Fix build after shrink of pipe_box
Aaron Watry
2017-04-05
1
-3
/
+3
*
st: Add cubeMapFace parameter to st_finalize_texture.
Michal Srb
2017-04-01
1
-1
/
+1
*
gallium: remove support for predicates from TGSI (v2)
Marek Olšák
2017-04-01
1
-16
/
+2
*
st/wgl: Replace variable name hdc with hDrawDC
Neha Bhende
2017-03-31
2
-10
/
+10
*
st/wgl: add support for WGL_ARB_make_current_read
Brian Paul
2017-03-31
8
-16
/
+107
*
stw/wgl: add null context check in wglBindTexImageARB()
Brian Paul
2017-03-31
1
-0
/
+6
*
vdpau: fix a maybe-uninitialized warning
Marek Olšák
2017-03-30
1
-1
/
+1
*
st/va: remove assert for single slice
Nayan Deshmukh
2017-03-28
1
-1
/
+1
*
st/nine: Use atomics for available_texture_mem
Axel Davy
2017-03-26
1
-2
/
+2
*
st/nine: Resolve deadlock in surface/volume dtors when using csmt
Axel Davy
2017-03-26
3
-5
/
+17
*
st/nine: Fix user vertex data uploader with csmt
Axel Davy
2017-03-26
2
-8
/
+8
*
clover: use pipe_resource references
Jan Vesely
2017-03-24
2
-3
/
+9
*
st/omx/enc: use PIPE_USAGE_STAGING for output buffer
Leo Liu
2017-03-23
1
-2
/
+4
*
driconf: add force_glsl_abs_sqrt option
Samuel Pitoiset
2017-03-22
1
-0
/
+3
*
Android: clean-up trailing '\' in make variables
Rob Herring
2017-03-22
1
-3
/
+3
*
st/wgl: consistently use ifndef guards over pragma once
Emil Velikov
2017-03-22
1
-1
/
+3
*
st/dri: wait for thread to finish before unbinding context
Timothy Arceri
2017-03-18
1
-0
/
+3
[next]