index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
auxiliary
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/u_dump: add and use util_dump_transfer_usage
Nicolai Hähnle
2017-11-09
4
-16
/
+61
*
gallium/u_dump: add util_dump_ns
Nicolai Hähnle
2017-11-09
2
-0
/
+13
*
gallium/u_dump: export util_dump_ptr
Nicolai Hähnle
2017-11-09
2
-2
/
+5
*
gallium: add pipe_context::callback
Nicolai Hähnle
2017-11-09
2
-0
/
+47
*
gallium/u_threaded: implement pipe_context::set_log_context
Nicolai Hähnle
2017-11-09
1
-0
/
+11
*
gallium/u_threaded: avoid syncs for get_query_result
Nicolai Hähnle
2017-11-09
1
-17
/
+48
*
gallium/u_threaded: implement asynchronous flushes
Nicolai Hähnle
2017-11-09
3
-2
/
+154
*
gallium/u_threaded: mark queries flushed only for non-deferred flushes
Nicolai Hähnle
2017-11-09
2
-4
/
+6
*
gallium: remove unused and deprecated u_time.h
Nicolai Hähnle
2017-11-09
1
-150
/
+0
*
util: move os_time.[ch] to src/util
Nicolai Hähnle
2017-11-09
1
-1
/
+1
*
gallium: add async debug message forwarding helper
Nicolai Hähnle
2017-11-09
2
-0
/
+188
*
gallium: clarify the constraints on sampler_view_destroy
Nicolai Hähnle
2017-11-09
1
-6
/
+10
*
gallium: Guard assertions by NDEBUG instead of DEBUG
Michel Dänzer
2017-11-07
1
-1
/
+1
*
gallium/u_vbuf: use signed vertex buffers offsets for optimal uploads
Marek Olšák
2017-11-06
1
-2
/
+10
*
gallium/u_threaded: don't map big VRAM buffers for the first upload directly
Marek Olšák
2017-11-06
2
-0
/
+20
*
gallium/u_threaded: clean up tc_improve_map_buffer_flags and prevent reentry
Marek Olšák
2017-11-06
1
-7
/
+12
*
gallium/util: remove some block alignment assertions
Roland Scheidegger
2017-10-25
1
-8
/
+0
*
gallium/util: use util_snprintf() in u_socket_connect()
Brian Paul
2017-10-24
1
-1
/
+2
*
gallium/util: don't call close() on Windows in u_tests.c
Brian Paul
2017-10-23
1
-0
/
+2
*
mesa: use util_strdup() macro in u_debug_symbol.c
Brian Paul
2017-10-23
1
-1
/
+1
*
gallium/util: replace gethostbyname() with getaddrinfo()
Brian Paul
2017-10-23
1
-13
/
+22
*
gallium: add tests for PIPE_FORMAT_{X1,A1}B5G5R5_UNORM formats
Nicolai Hähnle
2017-10-12
1
-0
/
+13
*
gallium: Add support for 5551 with the 1-bit field in the low bit.
Eric Anholt
2017-10-10
1
-0
/
+2
*
u_threaded_context: fix a memory leak
Nicolai Hähnle
2017-10-10
1
-7
/
+8
*
radeonsi: don't change viewport for blits, use window-space positions
Marek Olšák
2017-10-07
2
-1
/
+4
*
radeonsi: don't save and restore vertex buffers and elements for u_blitter
Marek Olšák
2017-10-07
1
-6
/
+9
*
gallium/u_blitter: let drivers decide which VS to use for draw_rectangle
Marek Olšák
2017-10-07
2
-41
/
+61
*
gallium/u_blitter: let drivers set the vertex elements state
Marek Olšák
2017-10-07
2
-26
/
+30
*
gallium/u_blitter: remove blitter_context_priv::viewport
Marek Olšák
2017-10-07
1
-10
/
+8
*
gallivm/ppc64le: allow environmental control of Altivec code generation
Ben Crocker
2017-10-05
1
-8
/
+24
*
gallium/u_tests: fix ifdef for sync_file fences
George Kyriazis
2017-10-03
1
-1
/
+1
*
gallium: Remove util_format_s3tc_init()
Matt Turner
2017-10-02
2
-78
/
+5
*
gallium: Remove util_format_s3tc_enabled
Matt Turner
2017-10-02
3
-59
/
+1
*
gallium/u_tests: test sync_file fences
Marek Olšák
2017-10-03
1
-0
/
+101
*
gallium: add PIPE_FORMAT_R10G10B10X2_UNORM
Nicolai Hähnle
2017-10-02
2
-0
/
+7
*
gallium/util: use new util_vasprintf() function
Brian Paul
2017-09-28
1
-1
/
+2
*
gallium: Weaken assertion about u_mm's align2 field.
Eric Anholt
2017-09-26
1
-1
/
+4
*
gallium/util: Remove unused keymap
Thomas Helland
2017-09-21
2
-386
/
+0
*
gallium: add PIPE_QUERY_OCCLUSION_PREDICATE_CONSERVATIVE
Nicolai Hähnle
2017-09-18
2
-0
/
+2
*
gallium/{r600, radeonsi}: Fix segfault with color format (v2)
Denis Pauk
2017-09-14
1
-0
/
+4
*
gallium/u_blitter: use UTIL_BLITTER_ATTRIB_NONE (0) instead of 0 directly
Marek Olšák
2017-09-11
1
-2
/
+2
*
gallium/u_blitter: don't pass GENERIC in VS if it's not needed
Marek Olšák
2017-09-11
1
-17
/
+45
*
gallium/u_blitter: use draw_rectangle for all blits except cubemaps
Marek Olšák
2017-09-11
2
-88
/
+98
*
gallium/u_blitter: use draw_rectangle callback for layered clears
Marek Olšák
2017-09-11
2
-28
/
+29
*
gallium/u_blitter: add new union blitter_attrib to replace pipe_color_union
Marek Olšák
2017-09-11
2
-52
/
+53
*
gallium/tests: always use two-dimensional constant references
Nicolai Hähnle
2017-09-04
1
-2
/
+2
*
gallium/u_threaded: rename IGNORE_VALID_RANGE -> NO_INFER_UNSYNCHRONIZED
Marek Olšák
2017-08-28
2
-4
/
+4
*
gallium/u_threaded: disallow discard_range if map_buffer is unsynchronized
Marek Olšák
2017-08-28
1
-1
/
+3
*
gallium/vbuf: fix buffer reference bugs
Brian Paul
2017-08-25
1
-4
/
+3
*
gallium/u_threaded: fix a typo
Marek Olšák
2017-08-25
1
-1
/
+1
[next]