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/ra: Improve ra_set_finalize() performance.
Eric Anholt
2020-04-29
1
-4
/
+1
*
util/ra: Use util_dynarray for handling the conflict lists.
Eric Anholt
2020-04-29
1
-35
/
+18
*
util/ra: Use util_dynarray for the adjacency list.
Eric Anholt
2020-04-29
1
-44
/
+19
*
util/ra: Sanity check that we're adding a valid reg to a class.
Eric Anholt
2020-04-29
1
-0
/
+2
*
util/ra: Sanity check that the driver selected a valid reg.
Eric Anholt
2020-04-29
1
-0
/
+1
*
Revert "meson,ci: Disable sparse_array tests on windows"
Andres Gomez
2020-04-24
1
-4
/
+1
*
util/ralloc: fix ralloc alignment on Win64
Jesse Natalie
2020-04-21
1
-0
/
+4
*
remove final imports.h and imports.c bits
Dylan Baker
2020-04-21
5
-135
/
+2
*
mesa|mapi: replace _mesa_[v]snprintf with [v]snprintf
Dylan Baker
2020-04-21
2
-47
/
+1
*
replace imports memory functions with utils memory functions
Dylan Baker
2020-04-21
2
-161
/
+0
*
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
2
-1
/
+1
*
Replace IS_INF_OR_NAN with util_is_inf_or_nan
Dylan Baker
2020-04-21
1
-22
/
+0
*
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
2
-17
/
+1
*
mesa/main: remove unused IROUNDD
Dylan Baker
2020-04-21
1
-8
/
+0
*
Replace IROUND_POS with _mesa_roundevenf
Dylan Baker
2020-04-21
1
-10
/
+0
*
replace IFLOOR with util_ifloor
Dylan Baker
2020-04-21
1
-31
/
+0
*
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
1
-30
/
+0
*
replace _mesa_logbase2 with util_logbase2
Dylan Baker
2020-04-21
1
-20
/
+0
*
replace _mesa_next_pow_two_* with util_next_power_of_two_*
Dylan Baker
2020-04-21
1
-52
/
+0
*
replace _mesa_is_pow_two with util_is_power_of_two_*
Dylan Baker
2020-04-21
1
-10
/
+0
*
util/sparse_free_list: manipulate node pointers using atomic primitives
Lionel Landwerlin
2020-04-18
1
-4
/
+4
*
util/sparse_array: don't stomp head's counter on pop operations
D Scott Phillips
2020-04-17
1
-2
/
+2
*
util/tests: initialize variable
Erik Faye-Lund
2020-04-16
1
-1
/
+1
*
Fix util/process test on Cygwin
Jon Turney
2020-04-15
1
-0
/
+5
*
util: move and adjust the vertex upload heuristic equation from u_vbuf
Marek Olšák
2020-04-06
1
-1
/
+19
*
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
[next]