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: Heap-allocate 256K zlib buffer
Jory Pratt
2019-06-19
1
-1
/
+8
*
i965: Fix INTEL_DEBUG=bat
Caio Marcelo de Oliveira Filho
2019-06-12
2
-2
/
+17
*
util/hash_table: Properly handle the NULL key in hash_table_u64
Caio Marcelo de Oliveira Filho
2019-06-12
2
-5
/
+37
*
u_dynarray: turn util_dynarray_{grow, resize} into element-oriented macros
Nicolai Hähnle
2019-06-12
1
-14
/
+32
*
u_dynarray: return 0 on realloc failure and ensure no-op
Nicolai Hähnle
2019-06-12
1
-8
/
+10
*
util/futex: fix dangling pointer use
Eric Engestrom
2019-06-12
1
-5
/
+5
*
util/os_file: suppress sign comparison warning
Eric Engestrom
2019-06-09
1
-1
/
+1
*
util/os_file: fix error being sign-cast back and forth
Eric Engestrom
2019-06-09
1
-1
/
+1
*
util/os_file: avoid shadowing read() with a local variable
Eric Engestrom
2019-06-09
1
-5
/
+5
*
util/os_file: actually return the error read() gave us
Eric Engestrom
2019-06-09
1
-1
/
+3
*
util/hash_table: Assert that keys are not reserved pointers
Jason Ekstrand
2019-06-06
1
-1
/
+9
*
util/set: Assert that keys are not reserved pointers
Jason Ekstrand
2019-06-06
1
-0
/
+10
*
util/hash_table: Use fast modulo computation
Connor Abbott
2019-05-31
2
-37
/
+52
*
util/set: Use fast modulo computation
Connor Abbott
2019-05-31
2
-37
/
+52
*
util: Add a helper for faster remainders
Connor Abbott
2019-05-31
4
-0
/
+206
*
util/hash_table: Add specialized resizing add function
Connor Abbott
2019-05-31
1
-1
/
+27
*
util/set: Add specialized resizing add function
Connor Abbott
2019-05-31
1
-3
/
+23
*
util/hash_table: Pull out loop-invariant computations
Connor Abbott
2019-05-31
1
-14
/
+13
*
util/set: Pull out loop-invariant computations
Connor Abbott
2019-05-31
1
-16
/
+16
*
util/set: Add a _mesa_set_search_or_add() function
Connor Abbott
2019-05-31
3
-23
/
+107
*
list: add some iterator debug
Rob Clark
2019-05-30
1
-5
/
+16
*
Change a few frequented uses of DEBUG to !NDEBUG
Marek Olšák
2019-05-29
1
-2
/
+2
*
radeonsi: add drirc workaround for American Truck Simulator
Timothy Arceri
2019-05-28
1
-0
/
+3
*
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
[next]