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/macros: rework DIV_ROUND_UP macro
Christian Gmeiner
2019-07-04
1
-1
/
+1
*
util: add os_file_create_unique()
Eric Engestrom
2019-06-28
2
-0
/
+34
*
meson: set up a proper internal dependency for xmlconfig
Eric Engestrom
2019-06-27
1
-0
/
+7
*
xmlconfig: add missing #include
Eric Engestrom
2019-06-27
1
-0
/
+3
*
xmlpool: fix typo in comment
Eric Engestrom
2019-06-27
1
-2
/
+2
*
util: support "y" and "n" in env_var_as_boolean()
Eric Engestrom
2019-06-24
1
-0
/
+2
*
include: update GL headers from the registry
Marek Olšák
2019-06-21
1
-0
/
+1
*
util/os_file: resize buffer to what was actually needed
Eric Engestrom
2019-06-20
1
-0
/
+11
*
util: add empty line before virgl options
Alejandro Piñeiro
2019-06-20
1
-0
/
+1
*
util: add missing DRI_CONF_OPT_END
Alejandro Piñeiro
2019-06-20
1
-0
/
+1
*
virgl: Add a tweak to set the value for emulated queries of GL_SAMPLES_PASSED
Gert Wollny
2019-06-20
1
-0
/
+5
*
virgl: Add tweak to apply a swizzle when drawing/blitting to a emulated BGRA ...
Gert Wollny
2019-06-20
1
-0
/
+4
*
virgl: Add driconf tweak for emulating BGRA surfaces on GLES
Gert Wollny
2019-06-20
2
-1
/
+34
*
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
[next]