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_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
*
util: fix valgrind errors when dumping pipe_draw_info
Nicolai Hähnle
2017-08-23
1
-3
/
+9
*
gallium/u_blitter: don't use boolean, TRUE, FALSE
Marek Olšák
2017-08-22
2
-73
/
+73
*
gallium/u_simple_shaders: do util_make_layered_clear_vertex_shader differently
Marek Olšák
2017-08-22
3
-25
/
+19
*
gallium/u_blitter: remove get_next_surface_layer callback
Marek Olšák
2017-08-22
2
-15
/
+1
*
gallium/util: add new module that allocate "numbers"
Samuel Pitoiset
2017-08-22
2
-0
/
+158
*
util/log: add auto logger facility
Nicolai Hähnle
2017-08-22
2
-2
/
+75
*
util: add chunk logging module
Nicolai Hähnle
2017-08-22
2
-0
/
+261
*
vl: add MJPEG profile and format
Leo Liu
2017-08-21
1
-0
/
+3
*
gallium/util: add util_{str,dump}_query_value_type
Nicolai Hähnle
2017-08-02
2
-0
/
+31
*
gallium: add util_dump_query_type and use it in ddebug
Nicolai Hähnle
2017-08-02
2
-0
/
+12
*
gallium: rename util_dump_* to util_str_* for enum-to-string conversion
Nicolai Hähnle
2017-08-02
3
-68
/
+64
*
gallium: add PIPE_QUERY_SO_OVERFLOW_ANY_PREDICATE and corresponding cap
Nicolai Hähnle
2017-08-02
2
-0
/
+2
*
gallium/util: fix unused variable warning
Timothy Arceri
2017-07-26
1
-3
/
+5
*
gallium/util: s/unsigned/enum tgsi_texture_type/
Brian Paul
2017-07-25
4
-21
/
+24
*
tgsi: populate precise
Karol Herbst
2017-07-21
1
-1
/
+1
*
gallium/util: Implement util_format_is_etc
Wladimir J. van der Laan
2017-07-21
1
-0
/
+13
*
gallium/util: fix nondeterministic avx512 detection
Tim Rowley
2017-07-19
1
-1
/
+1
*
gallium: auxiliary: Fix standalone Android build of u_cpu_detect (v2)
Tomasz Figa
2017-07-19
1
-2
/
+9
*
util: Make CLAMP turn NaN into MIN.
Kenneth Graunke
2017-07-18
1
-1
/
+2
*
gallium/u_blitter: don't use TXF for scaled blits
Marek Olšák
2017-07-17
1
-4
/
+6
*
gallium/vbuf: avoid segfault when we get invalid glDrawRangeElements()
Brian Paul
2017-06-20
1
-1
/
+15
*
gallium/vbuf: add some const qualifiers
Brian Paul
2017-06-20
1
-12
/
+13
*
gallium/util: Break recursion in pipe_resource_reference
Michel Dänzer
2017-06-15
1
-2
/
+8
*
tc: add ARB_bindless_texture support
Samuel Pitoiset
2017-06-14
3
-1
/
+133
*
gallium/util: whitespace, formatting fixes in u_upload_mgr.c
Brian Paul
2017-06-13
1
-25
/
+29
*
util: Move u_dynarray to src/util
Thomas Helland
2017-06-07
1
-114
/
+0
*
util/u_queue: add an option to set the minimum thread priority
Marek Olšák
2017-06-07
1
-1
/
+1
*
gallium/u_blitter: use 2D_ARRAY for cubemap blits if possible
Marek Olšák
2017-06-07
2
-19
/
+36
*
gallium/u_blitter: use TXF if possible
Marek Olšák
2017-06-07
1
-102
/
+190
*
gallium/u_blitter: use TEX_LZ if it's supported
Marek Olšák
2017-06-07
1
-4
/
+8
*
gallium/util: add _LZ and TXF options to simple shaders
Marek Olšák
2017-06-07
5
-32
/
+75
*
gallium/u_threaded: fixes for MSVC
Brian Paul
2017-06-05
1
-7
/
+9
*
gallium/u_threaded: remove 16 bytes from tc_batch
Marek Olšák
2017-06-05
2
-3
/
+0
*
gallium/u_threaded: align batches and call slots to 16 bytes
Marek Olšák
2017-06-05
2
-3
/
+17
*
gallium/u_threaded: add a fast path for unbinding shader buffers
Marek Olšák
2017-05-18
1
-3
/
+9
*
gallium/u_threaded: add a fast path for unbinding shader images
Marek Olšák
2017-05-18
1
-4
/
+10
*
gallium/u_threaded: drop and ignore all non-async debug callbacks
Marek Olšák
2017-05-15
2
-3
/
+8
*
gallium/util: add threaded_context as a pipe_context wrapper
Marek Olšák
2017-05-15
3
-0
/
+2720
*
gallium/u_upload: add u_upload_clone
Marek Olšák
2017-05-15
2
-0
/
+14
*
gallium: remove pipe_index_buffer and set_index_buffer
Marek Olšák
2017-05-10
12
-209
/
+118
[next]