index
:
~miku/mesa
flusha0
master
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
util
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-24
Revert "meson,ci: Disable sparse_array tests on windows"
Andres Gomez
1
-4
/
+1
2020-04-21
util/ralloc: fix ralloc alignment on Win64
Jesse Natalie
1
-0
/
+4
2020-04-21
remove final imports.h and imports.c bits
Dylan Baker
5
-135
/
+2
2020-04-21
mesa|mapi: replace _mesa_[v]snprintf with [v]snprintf
Dylan Baker
2
-47
/
+1
2020-04-21
replace imports memory functions with utils memory functions
Dylan Baker
2
-161
/
+0
2020-04-21
util: Add an aligned realloc function
Dylan Baker
4
-17
/
+40
2020-04-21
replace malloc macros in imports.h with u_memory.h versions
Dylan Baker
2
-1
/
+1
2020-04-21
Replace IS_INF_OR_NAN with util_is_inf_or_nan
Dylan Baker
1
-22
/
+0
2020-04-21
move windows strtok_r define to u_string
Dylan Baker
2
-4
/
+4
2020-04-21
replace IROUND with util functions
Dylan Baker
2
-17
/
+1
2020-04-21
mesa/main: remove unused IROUNDD
Dylan Baker
1
-8
/
+0
2020-04-21
Replace IROUND_POS with _mesa_roundevenf
Dylan Baker
1
-10
/
+0
2020-04-21
replace IFLOOR with util_ifloor
Dylan Baker
1
-31
/
+0
2020-04-21
u_math: add x86 optimized version of ifloor
Dylan Baker
1
-0
/
+18
2020-04-21
replace LOG2 with util_fast_log2
Dylan Baker
1
-30
/
+0
2020-04-21
replace _mesa_logbase2 with util_logbase2
Dylan Baker
1
-20
/
+0
2020-04-21
replace _mesa_next_pow_two_* with util_next_power_of_two_*
Dylan Baker
1
-52
/
+0
2020-04-21
replace _mesa_is_pow_two with util_is_power_of_two_*
Dylan Baker
1
-10
/
+0
2020-04-18
util/sparse_free_list: manipulate node pointers using atomic primitives
Lionel Landwerlin
1
-4
/
+4
2020-04-17
util/sparse_array: don't stomp head's counter on pop operations
D Scott Phillips
1
-2
/
+2
2020-04-16
util/tests: initialize variable
Erik Faye-Lund
1
-1
/
+1
2020-04-15
Fix util/process test on Cygwin
Jon Turney
1
-0
/
+5
2020-04-06
util: move and adjust the vertex upload heuristic equation from u_vbuf
Marek Olšák
1
-1
/
+19
2020-04-03
util/xmlconfig: fix sha1 comparison code
Pierre-Eric Pelloux-Prayer
1
-4
/
+5
2020-04-02
driconf: whilelist more games for glthread
Marek Olšák
1
-0
/
+35
2020-04-01
gallium/llvmpipe: add an optimised 32-bit memset
Dave Airlie
3
-0
/
+49
2020-03-31
util: move ALIGN/ROUND_DOWN_TO to u_math.h
Rob Clark
1
-0
/
+46
2020-03-30
util/u_queue: fix race in total_jobs_size access
Rhys Perry
1
-2
/
+2
2020-03-28
meson: inline `inc_common`
Eric Engestrom
10
-18
/
+18
2020-03-27
util: remove duplicated MALLOC_STRUCT and CALLOC_STRUCT
Marek Olšák
1
-12
/
+1
2020-03-27
util: don't include p_defines.h and u_pointer.h from gallium
Marek Olšák
5
-7
/
+21
2020-03-27
util: stop including files from mesa/main
Marek Olšák
5
-9
/
+27
2020-03-27
Move compiler.h and imports.h/c from src/mesa/main into src/util
Marek Olšák
7
-2
/
+636
2020-03-27
util/test: Use MAX_PATH on Windows
Daniel Stone
1
-0
/
+5
2020-03-27
util: fix process_test path
Pierre-Eric Pelloux-Prayer
1
-3
/
+4
2020-03-26
mesa: allow out-of-order drawing to optimize immediate mode if it's safe
Marek Olšák
1
-0
/
+5
2020-03-25
util/u_process: Add util_get_process_exec_path for macOS.
Vinson Lee
1
-0
/
+9
2020-03-25
gallium/util: Add back (and rename) util_float_to_half implementation
Roland Scheidegger
1
-1
/
+1
2020-03-24
util/u_process: fix Windows build
Pierre-Eric Pelloux-Prayer
1
-1
/
+2
2020-03-24
radeonsi: enable workarounds for YoYo engine based games
Pierre-Eric Pelloux-Prayer
1
-0
/
+17
2020-03-24
util/xmlconfig: add new sha1 application attribute
Pierre-Eric Pelloux-Prayer
2
-2
/
+30
2020-03-24
util/u_process: add util_get_process_exec_path
Pierre-Eric Pelloux-Prayer
4
-0
/
+141
2020-03-24
util/os_file: extend os_read_file to return the file size
Pierre-Eric Pelloux-Prayer
2
-3
/
+8
2020-03-24
radeonsi: clarify the conditions when FLUSH_AND_INV_DB is needed
Pierre-Eric Pelloux-Prayer
1
-3
/
+0
2020-03-20
util/sparse_array: Stash the node level in the node pointer
Jason Ekstrand
2
-60
/
+80
2020-03-20
meson,ci: Disable sparse_array tests on windows
Jason Ekstrand
1
-1
/
+4
2020-03-20
util/sparse_array: Add a node_size_log2 temporary
Jason Ekstrand
1
-7
/
+8
2020-03-20
util/sparse_array: Finish the sparse_array in the tests
Jason Ekstrand
1
-0
/
+2
2020-03-20
util/blob: Add overwrite function for uint8
Mark Menzynski
2
-0
/
+24
2020-03-19
driconf: enable glthread for "From The Depths"
Marek Olšák
1
-0
/
+4
[next]