index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
*
python: Use open(), not file()
Mathieu Bridon
2018-08-01
1
-1
/
+3
*
util: don't use __builtin_clz unconditionally
Marek Olšák
2018-07-31
1
-1
/
+11
*
mesa: add ASTC 2D LDR decoder
Marek Olšák
2018-07-31
2
-0
/
+64
*
util/list: Make some helpers take const lists
Jason Ekstrand
2018-07-29
1
-4
/
+4
*
python: Better check for keys in dicts
Mathieu Bridon
2018-07-24
1
-2
/
+2
*
util/disk_cache: Fix disk_cache_get_function_timestamp with disabled cache.
Bas Nieuwenhuizen
2018-07-20
1
-5
/
+3
*
util/string_buffer: fix warning in tests
Caio Marcelo de Oliveira Filho
2018-07-18
1
-3
/
+3
*
util/hash_table: add helper to remove entry by key
Caio Marcelo de Oliveira Filho
2018-07-13
6
-1
/
+78
*
util/set: helper to remove entry by key
Caio Marcelo de Oliveira Filho
2018-07-12
3
-0
/
+39
*
util/set: add a clone function
Caio Marcelo de Oliveira Filho
2018-07-12
3
-0
/
+58
*
util/set: add a basic unit test
Caio Marcelo de Oliveira Filho
2018-07-12
5
-1
/
+130
*
util/rb_tree: Fix a compiler warning
Jason Ekstrand
2018-07-12
1
-1
/
+1
*
python: Use the print function
Mathieu Bridon
2018-07-06
2
-46
/
+40
*
vma/tests: Fix compilation if limits.h defines PAGE_SIZE (v2)
Jon Turney
2018-07-06
1
-8
/
+8
*
util: u_queue: fix android build error
Lionel Landwerlin
2018-07-05
1
-1
/
+1
*
Util: fix msvc build
Benedikt Schemmer
2018-07-05
1
-1
/
+1
*
util: rb-tree: A simple, invasive, red-black tree
Jason Ekstrand
2018-07-05
4
-0
/
+694
*
util/drirc: turn on force_glsl_extensions_warn for No Mans Sky
Timothy Arceri
2018-07-05
1
-0
/
+4
*
util/queue: remove leftover debug code
Marek Olšák
2018-07-04
1
-1
/
+0
*
Shorten u_queue names
Marek Olšák
2018-07-04
1
-1
/
+1
*
kutil/queue: add a process name into a thread name
Marek Olšák
2018-07-04
2
-3
/
+31
*
gallium/os: use util_get_process_name when possible
Marek Olšák
2018-07-04
1
-0
/
+2
*
util: extract get_process_name from xmlconfig.c
Marek Olšák
2018-07-04
5
-84
/
+156
*
util/macros: Import ALIGN_POT from ralloc.c
Jason Ekstrand
2018-07-02
4
-10
/
+8
*
util: add allow_glsl_relaxed_es to drirc for Google Earth VR
Timothy Arceri
2018-06-19
1
-0
/
+1
*
mesa/util: add allow_glsl_relaxed_es driconfig override
Timothy Arceri
2018-06-19
1
-0
/
+5
*
util: add allow_glsl_builtin_const_expression to drirc for Google Earth VR
Timothy Arceri
2018-06-19
1
-0
/
+4
*
mesa/util: add allow_glsl_builtin_const_expression driconf override
Timothy Arceri
2018-06-19
1
-0
/
+5
*
util: manually extract the program name from program_invocation_name
Timothy Arceri
2018-06-19
1
-1
/
+10
*
util/bitset: include util/macro.h
Christian Gmeiner
2018-06-15
1
-0
/
+1
*
util/tests/vma: Fix warning c++11-narrowing
Scott D Phillips
2018-06-05
1
-1
/
+1
*
util: tests: vma test depends on C++11 support
Scott D Phillips
2018-06-05
1
-2
/
+5
*
util: Add a randomized test for the virtual memory allocator
Scott D Phillips
2018-05-31
5
-1
/
+315
*
util: Add a virtual memory allocator
Jason Ekstrand
2018-05-31
4
-1
/
+292
*
util/u_math: Implement a logbase2 function for unsigned long
Pierre Moreau
2018-05-29
1
-0
/
+11
*
util/set: add a set_clear function
Scott D Phillips
2018-05-04
2
-0
/
+26
*
util/u_queue: fix a deadlock in util_queue_finish
Marek Olšák
2018-04-27
2
-0
/
+10
*
util/srgb: Add a float sRGB -> linear helper
Jason Ekstrand
2018-04-24
1
-0
/
+14
*
mesa: include mtypes.h less
Marek Olšák
2018-04-12
2
-1
/
+1
*
util: Include bitscan.h directly
Ian Romanick
2018-03-29
1
-1
/
+1
*
util: Optimize util_is_power_of_two_nonzero
Ian Romanick
2018-03-29
1
-0
/
+17
*
util: Use util_is_power_of_two_nonzero in u_vector
Ian Romanick
2018-03-29
1
-2
/
+2
*
util: Add and use util_is_power_of_two_nonzero
Ian Romanick
2018-03-29
1
-0
/
+11
*
util: Move util_is_power_of_two to bitscan.h and rename to util_is_power_of_t...
Ian Romanick
2018-03-29
2
-2
/
+14
*
drirc: whitelist glthread for Medieval II: TW, Carnivores: DHR, Far Cry 2
Marek Olšák
2018-03-28
1
-0
/
+15
*
meson/configure: detect endian.h instead of trying to guess when it's available
Eric Engestrom
2018-03-23
1
-1
/
+1
*
util: Use set_foreach instead of rolling our own
Thomas Helland
2018-03-14
1
-6
/
+2
*
util: Implement a hash table cloning function
Thomas Helland
2018-03-14
2
-0
/
+24
*
drirc: whitespace fix
Eric Engestrom
2018-03-08
1
-2
/
+2
*
drirc: Disable the GLX_SGI_video_sync extension for gnome-shell on vmware
Thomas Hellstrom
2018-03-08
1
-0
/
+1
[next]