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
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
*
util/xmlconfig: fix sha1 comparison code
Pierre-Eric Pelloux-Prayer
2020-04-03
1
-4
/
+5
*
driconf: whilelist more games for glthread
Marek Olšák
2020-04-02
1
-0
/
+35
*
gallium/llvmpipe: add an optimised 32-bit memset
Dave Airlie
2020-04-01
3
-0
/
+49
*
util: move ALIGN/ROUND_DOWN_TO to u_math.h
Rob Clark
2020-03-31
1
-0
/
+46
*
util/u_queue: fix race in total_jobs_size access
Rhys Perry
2020-03-30
1
-2
/
+2
*
meson: inline `inc_common`
Eric Engestrom
2020-03-28
10
-18
/
+18
*
util: remove duplicated MALLOC_STRUCT and CALLOC_STRUCT
Marek Olšák
2020-03-27
1
-12
/
+1
*
util: don't include p_defines.h and u_pointer.h from gallium
Marek Olšák
2020-03-27
5
-7
/
+21
*
util: stop including files from mesa/main
Marek Olšák
2020-03-27
5
-9
/
+27
*
Move compiler.h and imports.h/c from src/mesa/main into src/util
Marek Olšák
2020-03-27
7
-2
/
+636
*
util/test: Use MAX_PATH on Windows
Daniel Stone
2020-03-27
1
-0
/
+5
*
util: fix process_test path
Pierre-Eric Pelloux-Prayer
2020-03-27
1
-3
/
+4
*
mesa: allow out-of-order drawing to optimize immediate mode if it's safe
Marek Olšák
2020-03-26
1
-0
/
+5
*
util/u_process: Add util_get_process_exec_path for macOS.
Vinson Lee
2020-03-25
1
-0
/
+9
*
gallium/util: Add back (and rename) util_float_to_half implementation
Roland Scheidegger
2020-03-25
1
-1
/
+1
*
util/u_process: fix Windows build
Pierre-Eric Pelloux-Prayer
2020-03-24
1
-1
/
+2
*
radeonsi: enable workarounds for YoYo engine based games
Pierre-Eric Pelloux-Prayer
2020-03-24
1
-0
/
+17
*
util/xmlconfig: add new sha1 application attribute
Pierre-Eric Pelloux-Prayer
2020-03-24
2
-2
/
+30
*
util/u_process: add util_get_process_exec_path
Pierre-Eric Pelloux-Prayer
2020-03-24
4
-0
/
+141
*
util/os_file: extend os_read_file to return the file size
Pierre-Eric Pelloux-Prayer
2020-03-24
2
-3
/
+8
*
radeonsi: clarify the conditions when FLUSH_AND_INV_DB is needed
Pierre-Eric Pelloux-Prayer
2020-03-24
1
-3
/
+0
*
util/sparse_array: Stash the node level in the node pointer
Jason Ekstrand
2020-03-20
2
-60
/
+80
*
meson,ci: Disable sparse_array tests on windows
Jason Ekstrand
2020-03-20
1
-1
/
+4
*
util/sparse_array: Add a node_size_log2 temporary
Jason Ekstrand
2020-03-20
1
-7
/
+8
*
util/sparse_array: Finish the sparse_array in the tests
Jason Ekstrand
2020-03-20
1
-0
/
+2
*
util/blob: Add overwrite function for uint8
Mark Menzynski
2020-03-20
2
-0
/
+24
*
driconf: enable glthread for "From The Depths"
Marek Olšák
2020-03-19
1
-0
/
+4
*
radeonsi: enable glsl_zero_init for Curse of the Dead Gods
Pierre-Eric Pelloux-Prayer
2020-03-19
1
-0
/
+5
*
glsl/tests: Fix waiting for disk_cache_put() to finish.
Eric Anholt
2020-03-12
2
-0
/
+12
*
util/ra: move NO_REG to header
Rob Clark
2020-03-10
2
-2
/
+4
*
util/ra: spiff out select_reg_callback
Rob Clark
2020-03-10
2
-9
/
+24
*
glsl: Add ir_constant constructor for fp16
Kristian H. Kristensen
2020-03-09
1
-2
/
+18
*
radeonsi: remove AMD_DEBUG=sisched option
Pierre-Eric Pelloux-Prayer
2020-03-06
7
-29
/
+0
*
util: move debug_memory_{begin,end} to os_memory_debug.h
Erik Faye-Lund
2020-02-24
2
-1
/
+6
*
util: Change os_same_file_description return type from bool to int
Michel Dänzer
2020-02-21
2
-10
/
+18
*
util: promote u_debug_memory.c to src/util
Erik Faye-Lund
2020-02-21
3
-0
/
+454
*
util: remove the dependency on kcmp.h
Marek Olšák
2020-02-20
1
-1
/
+2
*
Mark a few static inline helpers with ASSERTED
Kristian H. Kristensen
2020-02-19
2
-2
/
+2
*
glsl/blob: Do not call memcpy if there is nothing to copy
Danylo Piliaiev
2020-02-19
1
-2
/
+2
*
Revert "gallium: Fix big-endian addressing of non-bitmask array formats."
Eric Anholt
2020-02-11
1
-17
/
+6
*
gitlab-ci: Add ppc64el and s390x cross-build jobs
Michel Dänzer
2020-02-05
3
-0
/
+3
*
util/disk_cache: check for write() failure in the zstd path
Eric Engestrom
2020-02-05
1
-1
/
+5
*
util: Drop unpacking from int signed to unsigned and vice versa.
Eric Anholt
2020-02-04
2
-4
/
+2
*
util: Make helper functions for pack/unpacking pixel rows.
Eric Anholt
2020-02-04
2
-4
/
+104
*
util/os_socket: fix header unavailable on windows
Eric Engestrom
2020-02-04
1
-1
/
+2
*
util/os_socket: Include unistd.h to fix build error
Bernd Kuhls
2020-02-03
1
-0
/
+1
*
util/simple_mtx: add a missing include to get ASSERTED
Marek Olšák
2020-01-24
1
-0
/
+1
*
util/hash_table: added hash functions for integer types
Anthony Pesch
2020-01-23
6
-15
/
+57
*
util/hash_table: replace _mesa_hash_data's fnv1a hash function with xxhash
Anthony Pesch
2020-01-23
1
-2
/
+4
*
util: move fnv1a hash implementation into its own header
Anthony Pesch
2020-01-23
5
-30
/
+64
[next]