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
*
vulkan/wsi: Add a driconf option to force WSI to advertise BGRA8_UNORM first
Jason Ekstrand
2020-01-14
2
-0
/
+6
*
util: initialize float-array with float-literals
Erik Faye-Lund
2020-01-14
1
-1
/
+1
*
ir3: Set up full/half register conflicts correctly
Kristian H. Kristensen
2020-01-09
2
-0
/
+30
*
radeonsi: remove TGSI
Marek Olšák
2020-01-06
1
-6
/
+0
*
util/format: Add the P010 format used for 10-bit videos
Thong Thai
2020-01-03
4
-0
/
+44
*
android: Fix u_format_table.c being generated twice
Robert Foss
2019-12-31
1
-4
/
+1
*
u_format: move format tests to util/tests/
Eric Engestrom
2019-12-27
3
-1
/
+896
*
util/format: add trivial srgb<->linear conversion test
Eric Engestrom
2019-12-27
3
-0
/
+53
*
util/format: add PIPE_FORMAT_ASTC_*x*x*_SRGB to util_format_{srgb,linear}()
Eric Engestrom
2019-12-27
1
-0
/
+40
*
util/format: remove left-over util_format_description_table declaration
Eric Engestrom
2019-12-27
1
-4
/
+0
*
util/format: add missing vulkan formats
Jonathan Marek
2019-12-19
2
-2
/
+27
*
utils/os_socket: Define ssize_t on windows.
Rafael Antognolli
2019-12-16
1
-0
/
+4
*
drirc: Final Fantasy VIII: Remastered needs allow_higher_compat_version
Kenneth Graunke
2019-12-13
1
-0
/
+4
*
util/os_socket: Add socket related functions.
Rafael Antognolli
2019-12-13
4
-0
/
+158
*
util/simple_mtx: don't set the canary when it can't be checked
Eric Engestrom
2019-12-13
1
-1
/
+3
*
util/u_thread: Restrict u_thread_get_time_nano on macOS.
Vinson Lee
2019-12-10
1
-1
/
+1
*
util: Detect use-after-destroy in simple_mtx
Kenneth Graunke
2019-12-10
1
-1
/
+10
*
drirc: set allow_higher_compat_version for Faster Than Light
Gurchetan Singh
2019-12-09
1
-1
/
+9
*
util/atomic: Fix p_atomic_add for unlocked and msvc paths
Roland Scheidegger
2019-12-09
1
-2
/
+2
*
util/atomic: Add p_atomic_add_return for the unlocked path
Jason Ekstrand
2019-12-05
1
-1
/
+1
*
util/vma: Add a function to allocate a particular address range
Jason Ekstrand
2019-12-05
2
-0
/
+41
*
util/vma: Factor out the hole splitting part of util_vma_heap_alloc
Jason Ekstrand
2019-12-05
1
-43
/
+48
*
util/atomic: Add a _return variant of p_atomic_add
Jason Ekstrand
2019-12-05
1
-2
/
+15
*
util/u_thread: don't restrict u_thread_get_time_nano() to __linux__
Jonathan Gray
2019-12-02
1
-1
/
+1
*
util/futex: use futex syscall on OpenBSD
Jonathan Gray
2019-12-02
1
-0
/
+18
*
mesa/main/util: moving gallium u_mm to util, remove main/mm
Alejandro Piñeiro
2019-12-02
4
-0
/
+393
*
st/mesa: Add GL_TDFX_texture_compression_FXT1 support
Kenneth Graunke
2019-12-01
1
-0
/
+1
*
util/driconfig: print ATTENTION if MESA_DEBUG=silent is not set
Marek Olšák
2019-11-28
1
-7
/
+22
*
drirc: Set vs_position_always_invariant for Shadow of Mordor on Intel
Kenneth Graunke
2019-11-27
1
-0
/
+10
*
driconf, glsl: Add a vs_position_always_invariant option
Kenneth Graunke
2019-11-27
1
-0
/
+5
*
drirc: Add glsl_zero_init workaround for GpuTest
Danylo Piliaiev
2019-11-25
1
-0
/
+7
*
disk_cache_get_function_timestamp: check for dladdr
Michel Zou
2019-11-23
1
-1
/
+1
*
util/blob: add 8-bit and 16-bit reads and writes
Marek Olšák
2019-11-23
2
-72
/
+71
*
drirc: Enable glthread for dolphin/citra/yuzu.
Markus Wick
2019-11-22
1
-0
/
+11
*
mesa: enable glthread for 7 Days To Die
Marek Olšák
2019-11-18
1
-0
/
+8
*
radeonsi: enable mesa_glthread for GfxBench
Pierre-Eric Pelloux-Prayer
2019-11-18
1
-0
/
+4
*
android: util/format: fix include path list
Mauro Rossi
2019-11-16
1
-1
/
+2
*
util: Move gallium's PIPE_FORMAT utils to /util/format/
Eric Anholt
2019-11-14
29
-1
/
+11289
*
util/android: fix android build errors
Tapani Pälli
2019-11-13
1
-1
/
+1
*
st/mesa: fix Sanctuary and Tropics by disabling ARB_gpu_shader5 for them
Marek Olšák
2019-11-11
2
-0
/
+7
*
util: Use ZSTD for shader cache if possible
Dylan Baker
2019-11-11
2
-0
/
+31
*
util: add blob_finish_get_buffer
Marek Olšák
2019-11-08
2
-0
/
+14
*
util/u_endian: Add error checks
Dylan Baker
2019-11-05
1
-0
/
+6
*
util: rename PIPE_ARCH_*_ENDIAN to UTIL_ARCH_*_ENDIAN
Dylan Baker
2019-11-05
3
-22
/
+22
*
util/u_endian: set PIPE_ARCH_*_ENDIAN to 1
Dylan Baker
2019-11-05
3
-12
/
+21
*
util/u_endian: Use _WIN32 instead of _MSC_VER
Dylan Baker
2019-11-05
1
-1
/
+1
*
meson: move idep_xmlconfig_headers to xmlpool/
Eric Engestrom
2019-10-31
2
-6
/
+6
*
meson: split out idep_xmlconfig_headers from idep_xmlconfig
Eric Engestrom
2019-10-31
1
-2
/
+5
*
util: Add a free list structure for use with util_sparse_array
Jason Ekstrand
2019-10-31
2
-0
/
+137
*
util: Add a util_sparse_array data structure
Jason Ekstrand
2019-10-31
6
-0
/
+399
[next]