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
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: add buffer_data() and buffer_data_error() helpers
Samuel Pitoiset
2017-08-02
1
-48
/
+64
*
mesa: add KHR_no_error support to glLineWidth()
Samuel Pitoiset
2017-08-02
3
-1
/
+12
*
mesa: add line_width() helper
Samuel Pitoiset
2017-08-02
1
-9
/
+16
*
pipe-loader: fix driinfo for software and non-radeonsi drivers
Nicolai Hähnle
2017-08-02
2
-4
/
+6
*
mesa/st: Reduce the number of frontbuffer flush calls
Thomas Hellstrom
2017-08-02
2
-39
/
+10
*
Fix gallium SCons build
Nicolai Hähnle
2017-08-02
1
-0
/
+1
*
glsl: look up for transform feedback varyings after linking
Juan A. Suarez Romero
2017-08-02
1
-0
/
+7
*
radeonsi: add enable_sisched driconf option
Nicolai Hähnle
2017-08-02
3
-0
/
+16
*
radeonsi: prepare for driver-specific driconf options
Nicolai Hähnle
2017-08-02
9
-1
/
+58
*
pipe-loader: move configuration_query into drm_helper
Nicolai Hähnle
2017-08-02
3
-37
/
+43
*
st/dri: implement v2 of DRI_ConfigOptions
Nicolai Hähnle
2017-08-02
4
-2
/
+55
*
pipe-loader: extract a standalone get_driver_descriptor helper function
Nicolai Hähnle
2017-08-02
1
-19
/
+30
*
pipe-loader: pass only the driver_name to pipe_loader_find_module
Nicolai Hähnle
2017-08-02
2
-5
/
+5
*
gallium: add driconf options to pipe_screen_config
Nicolai Hähnle
2017-08-02
2
-0
/
+5
*
gallium: move loading of drirc to pipe-loader
Nicolai Hähnle
2017-08-02
10
-59
/
+77
*
gallium: move driinfo XML to pipe_loader
Nicolai Hähnle
2017-08-02
6
-40
/
+46
*
gallium: add pipe_screen_config to screen_create functions
Nicolai Hähnle
2017-08-02
37
-88
/
+118
*
st/drm: add DRM_CONF_XML_OPTIONS
Nicolai Hähnle
2017-08-02
1
-0
/
+2
*
util: add merge_driinfo.py
Nicolai Hähnle
2017-08-02
1
-0
/
+222
*
glx: use v2 of DRI_ConfigOptions
Nicolai Hähnle
2017-08-02
1
-14
/
+99
*
radeonsi: enable ARB_transform_feedback_overflow_query
Nicolai Hähnle
2017-08-02
1
-1
/
+1
*
radeonsi: avoid redundant SET_PREDICATION packet with QBO workaround
Nicolai Hähnle
2017-08-02
1
-4
/
+9
*
radeonsi: fix streamout overflow predication on VI+
Nicolai Hähnle
2017-08-02
3
-18
/
+75
*
gallium/radeon: implement qbo for SO_OVERFLOW_PREDICATE
Nicolai Hähnle
2017-08-02
1
-7
/
+37
*
gallium/radeon: implement basic parts of PIPE_QUERY_SO_OVERFLOW_ANY_PREDICATE
Nicolai Hähnle
2017-08-02
1
-25
/
+73
*
gallium/radeon: fix render predication by SO overflow predicate
Nicolai Hähnle
2017-08-02
1
-7
/
+6
*
gallium/radeon: fix ARB_query_buffer_object conversion to boolean
Nicolai Hähnle
2017-08-02
1
-1
/
+2
*
st/mesa: implement ARB_transform_feedback_overflow_query
Nicolai Hähnle
2017-08-02
2
-1
/
+4
*
ddebug: handle get_query_result_resource as a GPU call
Nicolai Hähnle
2017-08-02
3
-32
/
+92
*
gallium/util: add util_{str,dump}_query_value_type
Nicolai Hähnle
2017-08-02
2
-0
/
+31
*
gallium: add util_dump_query_type and use it in ddebug
Nicolai Hähnle
2017-08-02
3
-11
/
+13
*
gallium: rename util_dump_* to util_str_* for enum-to-string conversion
Nicolai Hähnle
2017-08-02
7
-103
/
+99
*
gallium: add PIPE_QUERY_SO_OVERFLOW_ANY_PREDICATE and corresponding cap
Nicolai Hähnle
2017-08-02
21
-2
/
+36
*
android: export intermediates from libmesa_util
Tapani Pälli
2017-08-02
2
-0
/
+5
*
intel: move gen_decoder.* back to COMMON_FILES
Tapani Pälli
2017-08-02
2
-5
/
+3
*
android: link libmesa_intel_common with zlib and expat
Tapani Pälli
2017-08-02
1
-0
/
+5
*
ac/nir: Add float cast before shadow comparator clamp.
Bas Nieuwenhuizen
2017-08-02
1
-1
/
+2
*
i965: Check result of make_surface() for intel_miptree_create_for_bo
Chris Wilson
2017-08-01
1
-0
/
+2
*
virgl: add BPTC support.
Dave Airlie
2017-08-02
1
-0
/
+3
*
mesa/st: fix conditional jump depends on uninitialised value
Timothy Arceri
2017-08-02
1
-0
/
+1
*
radeon/ac: use ds_swizzle for derivs on si/cik.
Dave Airlie
2017-08-02
4
-39
/
+44
*
vulkan: Import in the latest 1.0.57 header and XML from Khronos
Jason Ekstrand
2017-08-01
1
-935
/
+949
*
ac/nir: fix nir_op_unpack_64_2x32_split_y emission
Connor Abbott
2017-08-01
1
-1
/
+1
*
ac/nir: fix lsb emission
Connor Abbott
2017-08-01
1
-1
/
+11
*
nir: fix algebraic optimizations
Connor Abbott
2017-08-01
1
-2
/
+2
*
anv: Autogenerate extension query and lookup
Jason Ekstrand
2017-08-01
6
-154
/
+142
*
anv: Add a new centralized extensions file
Jason Ekstrand
2017-08-01
3
-26
/
+72
*
egl/drm: Fix misused x and y offsets in swrast_get_image()
Gwan-gyeong Mun
2017-08-01
1
-4
/
+19
*
egl/drm: Fix misused x and y offsets in swrast_put_image2()
Gwan-gyeong Mun
2017-08-01
1
-2
/
+17
*
gbm: add gbm_bo_get_bpp()
Eric Engestrom
2017-08-01
3
-0
/
+70
[next]