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
/
auxiliary
Commit message (
Expand
)
Author
Age
Files
Lines
*
util: add chunk logging module
Nicolai Hähnle
2017-08-22
3
-0
/
+263
*
vl: add MJPEG profile and format
Leo Liu
2017-08-21
1
-0
/
+3
*
Fix build when HAVE_LIBDRM isn't defined
Jon Turney
2017-08-18
1
-0
/
+4
*
gallium/os: fix os_time_get_nano() to roll over less
Frank Richter
2017-08-16
1
-1
/
+8
*
loader: rework xmlconfig dependency
Emil Velikov
2017-08-04
1
-2
/
+4
*
pipe-loader: fix swrast probing
Nicolai Hähnle
2017-08-04
1
-1
/
+1
*
pipe-loader: remove config from pipe_loader_create_screen
Nicolai Hähnle
2017-08-04
5
-11
/
+9
*
android: radeonsi: prepare for driver-specific driconf options
Mauro Rossi
2017-08-03
1
-1
/
+1
*
pipe-loader: fix driinfo for software and non-radeonsi drivers
Nicolai Hähnle
2017-08-02
1
-0
/
+2
*
Fix gallium SCons build
Nicolai Hähnle
2017-08-02
1
-0
/
+1
*
radeonsi: prepare for driver-specific driconf options
Nicolai Hähnle
2017-08-02
3
-1
/
+28
*
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
3
-0
/
+52
*
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
1
-0
/
+3
*
gallium: move loading of drirc to pipe-loader
Nicolai Hähnle
2017-08-02
5
-4
/
+56
*
gallium: move driinfo XML to pipe_loader
Nicolai Hähnle
2017-08-02
5
-1
/
+45
*
gallium: add pipe_screen_config to screen_create functions
Nicolai Hähnle
2017-08-02
10
-51
/
+57
*
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
2
-0
/
+12
*
gallium: rename util_dump_* to util_str_* for enum-to-string conversion
Nicolai Hähnle
2017-08-02
3
-68
/
+64
*
gallium: add PIPE_QUERY_SO_OVERFLOW_ANY_PREDICATE and corresponding cap
Nicolai Hähnle
2017-08-02
2
-0
/
+2
*
gallium: Fix Thomas's email address
Kenneth Graunke
2017-07-28
3
-3
/
+3
*
gallium/util: fix unused variable warning
Timothy Arceri
2017-07-26
1
-3
/
+5
*
gallium/util: s/unsigned/enum tgsi_texture_type/
Brian Paul
2017-07-25
4
-21
/
+24
*
tgsi/text: parse _PRECISE modifier
Karol Herbst
2017-07-21
1
-3
/
+14
*
tgsi: populate precise
Karol Herbst
2017-07-21
4
-3
/
+24
*
tgsi/dump: print _PRECISE modifier on Instructions
Karol Herbst
2017-07-21
1
-0
/
+4
*
tgsi: add precise flag to tgsi_instruction
Karol Herbst
2017-07-21
1
-0
/
+1
*
gallivm: handle call attributes for llvm < 4.0 in lp_add_function_attr
Roland Scheidegger
2017-07-21
1
-3
/
+7
*
gallium/util: Implement util_format_is_etc
Wladimir J. van der Laan
2017-07-21
1
-0
/
+13
*
gallium/util: fix nondeterministic avx512 detection
Tim Rowley
2017-07-19
1
-1
/
+1
*
renderonly/etnaviv: stop importing resource from renderonly
Lucas Stach
2017-07-19
2
-48
/
+24
*
gallium: auxiliary: Fix standalone Android build of u_cpu_detect (v2)
Tomasz Figa
2017-07-19
2
-2
/
+10
*
util: Make CLAMP turn NaN into MIN.
Kenneth Graunke
2017-07-18
1
-1
/
+2
*
gallivm: inline gallivm_init_llvm_targets
Marek Olšák
2017-07-17
2
-18
/
+8
*
st/va: Fix scaling list ordering for H.265
Mark Thompson
2017-07-17
2
-0
/
+23
*
gallium/u_blitter: don't use TXF for scaled blits
Marek Olšák
2017-07-17
1
-4
/
+6
*
gallium/hud: use double values for all graphs
Christoph Haag
2017-07-14
3
-8
/
+14
*
draw: whitespace, formatting fixes in draw_vs_exec.c
Brian Paul
2017-07-12
1
-47
/
+43
*
draw: s/unsigned/enum tgsi_semantic/
Brian Paul
2017-07-12
2
-3
/
+3
*
draw: handle more TGSI_SEMANTIC_COLOR indices
Roland Scheidegger
2017-07-08
3
-10
/
+27
*
tgsi_from_mesa: add tgsi_get_gl_frag_result_semantic
Nicolai Hähnle
2017-07-05
2
-0
/
+40
*
tgsi_from_mesa: add pipe_shader_type_from_mesa
Nicolai Hähnle
2017-07-05
1
-0
/
+23
*
tgsi,st/mesa: move varying slot to semantic mapping into a helper for VS
Nicolai Hähnle
2017-07-05
3
-0
/
+195
*
gallium: os_process fixes for Android
Rob Herring
2017-06-30
1
-2
/
+2
*
pipe_loader_sw: fix compilation warning
Brian Paul
2017-06-27
1
-1
/
+2
*
Android: add renderonly files to libmesa_gallium
Rob Herring
2017-06-26
1
-0
/
+1
*
gallium/hud: add glthread counters
Marek Olšák
2017-06-26
3
-0
/
+91
[next]