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
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove final imports.h and imports.c bits
Dylan Baker
2020-04-21
218
-952
/
+843
*
dri/nouveau: replace assert with unreachable
Dylan Baker
2020-04-21
1
-1
/
+3
*
mesa: move ADD_POINTERS to macros.h
Dylan Baker
2020-04-21
1
-0
/
+1
*
mesa|mapi: replace _mesa_[v]snprintf with [v]snprintf
Dylan Baker
2020-04-21
18
-78
/
+44
*
replace imports memory functions with utils memory functions
Dylan Baker
2020-04-21
19
-254
/
+96
*
util: Add an aligned realloc function
Dylan Baker
2020-04-21
4
-17
/
+40
*
replace malloc macros in imports.h with u_memory.h versions
Dylan Baker
2020-04-21
68
-1
/
+70
*
Replace IS_INF_OR_NAN with util_is_inf_or_nan
Dylan Baker
2020-04-21
11
-49
/
+28
*
move windows strtok_r define to u_string
Dylan Baker
2020-04-21
2
-4
/
+4
*
replace IROUND with util functions
Dylan Baker
2020-04-21
12
-95
/
+80
*
mesa/main: remove unused IROUNDD
Dylan Baker
2020-04-21
1
-8
/
+0
*
Replace IROUND_POS with _mesa_roundevenf
Dylan Baker
2020-04-21
4
-24
/
+11
*
replace IFLOOR with util_ifloor
Dylan Baker
2020-04-21
7
-77
/
+47
*
u_math: add x86 optimized version of ifloor
Dylan Baker
2020-04-21
1
-0
/
+18
*
replace LOG2 with util_fast_log2
Dylan Baker
2020-04-21
3
-33
/
+3
*
replace _mesa_logbase2 with util_logbase2
Dylan Baker
2020-04-21
11
-38
/
+18
*
replace _mesa_next_pow_two_* with util_next_power_of_two_*
Dylan Baker
2020-04-21
2
-53
/
+1
*
replace _mesa_is_pow_two with util_is_power_of_two_*
Dylan Baker
2020-04-21
11
-40
/
+29
*
freedreno/drm-shim: Add support for faking other adreno chips.
Eric Anholt
2020-04-21
2
-3
/
+124
*
r600/sfn: use new temp register allocation when loading single value temporaries
Gert Wollny
2020-04-21
1
-2
/
+1
*
r600/sfn: Count only literals that are not inline to split instruction groups
Gert Wollny
2020-04-21
1
-1
/
+11
*
r600/sfn: Fix using the result of a fetch instruction in next fetch
Gert Wollny
2020-04-21
1
-0
/
+11
*
r600/sfn: Fix handling of GS inputs
Gert Wollny
2020-04-21
1
-0
/
+3
*
r600/sfn: Handle b2b1 like it was a mov
Gert Wollny
2020-04-21
1
-0
/
+1
*
r600/sfn: Fix null pointer deref in live range evalation
Gert Wollny
2020-04-21
1
-2
/
+4
*
r600/nir: Pin interpolation results to channel
Gert Wollny
2020-04-21
3
-0
/
+11
*
r600/sfn: Implementing instructions blocks
Gert Wollny
2020-04-21
12
-36
/
+199
*
r600/sfn: Fix setting alignments when lowering UBOs
Gert Wollny
2020-04-21
1
-1
/
+1
*
r600/sfn: Reduce array limit for scratch usage
Gert Wollny
2020-04-21
1
-1
/
+1
*
r600: Dump a few more variables when requested
Gert Wollny
2020-04-21
1
-0
/
+32
*
anv/android: fix assert in anv_import_ahw_memory
Abhishek Kumar
2020-04-21
1
-1
/
+1
*
st/mesa: Re-assign vs in locations after updating nir info for ffvp/ARB_vp
Danylo Piliaiev
2020-04-21
1
-0
/
+1
*
tu: Fix the advertised maxFragmentInputComponents
Connor Abbott
2020-04-21
1
-1
/
+1
*
freedreno/a6xx: Expand various varying-count bitfields
Connor Abbott
2020-04-21
1
-6
/
+6
*
docs: remove outdated sentence
Erik Faye-Lund
2020-04-21
1
-3
/
+0
*
st/omx: fix gcc warnings
Pierre-Eric Pelloux-Prayer
2020-04-21
1
-3
/
+3
*
gallium/utils: silence strncpy warning
Pierre-Eric Pelloux-Prayer
2020-04-21
1
-1
/
+1
*
mesa: fix crash in find_value
Pierre-Eric Pelloux-Prayer
2020-04-21
1
-1
/
+5
*
nir: Delete the fnoise opcodes
Jason Ekstrand
2020-04-21
4
-44
/
+1
*
glsl: Hard-code noise to zero in builtin_functions.cpp
Jason Ekstrand
2020-04-21
16
-229
/
+33
*
st/glsl_to_nir: make use of nir linker for linking uniforms
Timothy Arceri
2020-04-21
3
-14
/
+17
*
glsl: fix gl_nir_set_uniform_initializers() for bindless textures
Timothy Arceri
2020-04-21
1
-0
/
+6
*
glsl: add bindless support to nir uniform linker
Timothy Arceri
2020-04-21
1
-77
/
+172
*
pick-ui: show commit sha in the pick list
Eric Engestrom
2020-04-21
1
-1
/
+1
*
pick-ui: make .pick_status.json path relative to the git root instead of the ...
Eric Engestrom
2020-04-21
1
-1
/
+4
*
pick-ui: compute .pick_status.json path only once
Eric Engestrom
2020-04-21
1
-7
/
+6
*
intel/fs: Coalesce when the src live range is contained in the dst
Jason Ekstrand
2020-04-21
1
-7
/
+43
*
intel/fs: Rename block to scan_block in can_coalesce_vars
Jason Ekstrand
2020-04-21
1
-4
/
+4
*
radv: use common nir_convert_ycbcr
Jonathan Marek
2020-04-20
1
-122
/
+9
*
anv: use common nir_convert_ycbcr
Jonathan Marek
2020-04-20
1
-123
/
+8
[next]