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
*
util: add missing include to build_id.h
Timothy Arceri
2019-05-20
1
-0
/
+2
*
radeonsi: disable primitive restart for triangles for DiRT Rally
Marek Olšák
2019-05-16
1
-0
/
+3
*
util/os_file: always use the 'grow' mechanism
Eric Engestrom
2019-05-16
1
-42
/
+20
*
util/ra: Assert nodes are in-bounds in add_node_interference
Jason Ekstrand
2019-05-14
1
-0
/
+1
*
util/ra: Don't destroy the graph in ra_allocate()
Jason Ekstrand
2019-05-14
1
-76
/
+102
*
util/ra: Add a helper for resetting a node's interference
Jason Ekstrand
2019-05-14
2
-0
/
+37
*
util/ra: Add helpers for adding nodes to an interference graph
Jason Ekstrand
2019-05-14
2
-20
/
+72
*
util/ralloc: Add helpers for growing zero-initialized memory
Jason Ekstrand
2019-05-14
2
-0
/
+87
*
util/ra: Improve the performance of ra_simplify
Jason Ekstrand
2019-05-14
1
-30
/
+119
*
util/ra: Only update q_total if the reg is not assigned
Jason Ekstrand
2019-05-14
1
-1
/
+1
*
util/ra: Only update best_optimistic_node if !progress
Jason Ekstrand
2019-05-14
1
-1
/
+5
*
util/ra: Make in_stack a bitset in the graph
Jason Ekstrand
2019-05-14
1
-18
/
+15
*
util/ra: Get rid of tabs
Jason Ekstrand
2019-05-14
2
-28
/
+28
*
v3d: Use driconf to expose non-MSAA texture limits for Xorg.
Eric Anholt
2019-05-13
2
-1
/
+9
*
util/set: Add a helper to resize a set
Jason Ekstrand
2019-05-13
2
-0
/
+16
*
util/set: Add a search_and_add function
Jason Ekstrand
2019-05-13
2
-5
/
+31
*
radeonsi: add config entry for Counter-Strike Global Offensive
Timothy Arceri
2019-05-07
1
-0
/
+3
*
util/drirc: add workarounds for bugs in Doom 3: BFG
Timothy Arceri
2019-05-06
1
-0
/
+5
*
tests/vma: fix build with MSVC
Dylan Baker
2019-05-03
1
-0
/
+8
*
util/tests: Use define instead of VLA
Dylan Baker
2019-05-03
5
-20
/
+25
*
util/bitset: fix bitset range mask calculations.
Dave Airlie
2019-05-03
1
-2
/
+2
*
util/tests: add basic unit tests for bitset
Dave Airlie
2019-05-03
2
-0
/
+141
*
util/bitset: Return an actual bool from test macros
Jason Ekstrand
2019-05-02
1
-2
/
+2
*
util: move #include out of #if linux
Eric Engestrom
2019-05-01
1
-1
/
+1
*
st/nine: Control shader constant inlining with drirc
Axel Davy
2019-04-30
1
-0
/
+5
*
drirc: Add Gallium nine workaround for Rayman Legends
Axel Davy
2019-04-30
1
-0
/
+5
*
st/nine: Add drirc option to use data_internal for dynamic textures
Axel Davy
2019-04-30
1
-0
/
+5
*
util: add os_read_file() helper
Eric Engestrom
2019-04-30
4
-0
/
+158
*
delete autotools .gitignore files
Eric Engestrom
2019-04-29
3
-22
/
+0
*
radeonsi: add si_debug_options for convenient adding/removing of options
Nicolai Hähnle
2019-04-25
2
-15
/
+52
*
drirc: Add workaround for Epic Games Launcher
Danylo Piliaiev
2019-04-22
1
-0
/
+4
*
ralloc: Fully qualify non-virtual destructor call
Kristian H. Kristensen
2019-04-19
1
-1
/
+1
*
drirc: add Spectacle, Falkon to a-sync blacklist
grmat
2019-04-15
1
-0
/
+6
*
drirc: add Waterfox to adaptive-sync blacklist
davidbepo
2019-04-15
1
-0
/
+3
*
drirc: add Budgie WM to adaptive-sync blacklist
El Christianito
2019-04-15
1
-0
/
+3
*
Delete autotools
Dylan Baker
2019-04-15
7
-425
/
+0
*
u_dynarray: add util_dynarray_grow_cap
Qiang Yu
2019-04-11
1
-6
/
+17
*
u_math: add ushort_to_float/float_to_ushort
Qiang Yu
2019-04-11
1
-0
/
+31
*
util/process: document memory leak
Eric Engestrom
2019-04-04
1
-0
/
+4
*
util/queue: add util_queue_adjust_num_threads
Marek Olšák
2019-04-01
2
-6
/
+52
*
util/queue: hold a lock when reading num_threads in util_queue_finish
Marek Olšák
2019-04-01
1
-3
/
+3
*
util/queue: add ability to kill a subset of threads
Marek Olšák
2019-04-01
2
-21
/
+36
*
util/queue: move thread creation into a separate function
Marek Olšák
2019-04-01
1
-24
/
+32
*
util: no-op __builtin_types_compatible_p() for non-GCC compilers
Brian Paul
2019-03-29
1
-0
/
+4
*
util/disk_cache: close fd in the fallback path
Eric Engestrom
2019-03-28
1
-4
/
+3
*
android: static link with libexpat with Android O+
Kishore Kadiyala
2019-03-25
1
-0
/
+6
*
util: Add a drm_find_modifier helper
Alyssa Rosenzweig
2019-03-14
1
-0
/
+55
*
util: Add a DAG datastructure.
Eric Anholt
2019-03-11
4
-0
/
+222
*
util: #define PATH_MAX when undefined (eg. Hurd)
Eric Engestrom
2019-03-05
1
-0
/
+4
*
util: emulate futex on FreeBSD using umtx
Greg V
2019-03-03
1
-0
/
+34
[next]