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
/
gallium
/
auxiliary
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
gallium/hash_table: use the same callback signatures as util/hash_table
Marek Olšák
2020-02-26
2
-22
/
+22
*
gallium/hash_table: consolidate hash tables with FD keys
Marek Olšák
2020-02-26
2
-0
/
+52
*
gallium/hash_table: consolidate hash tables with pointer keys
Marek Olšák
2020-02-26
6
-66
/
+32
*
tgsi_to_nir: set num_images and num_samplers with holes correctly
Marek Olšák
2020-02-26
1
-0
/
+14
*
gallium/util: remove unused debug_print_foo helpers
Erik Faye-Lund
2020-02-24
4
-159
/
+0
*
gallium/util: do not use debug_print_format
Erik Faye-Lund
2020-02-24
3
-16
/
+4
*
util: move debug_memory_{begin,end} to os_memory_debug.h
Erik Faye-Lund
2020-02-24
1
-6
/
+0
*
hud: add GALLIUM_HUD_SCALE
Jonathan Marek
2020-02-24
1
-8
/
+11
*
tgsi_to_nir: Reuse glsl_get_sampler_dim_coordinate_components().
Eric Anholt
2020-02-24
1
-19
/
+2
*
gallium: Add a cap for enabling lowering of image load/store intrinsics.
Eric Anholt
2020-02-24
1
-0
/
+2
*
gallium/swr: Fix min/max range index draw
Krzysztof Raszkowski
2020-02-24
1
-0
/
+9
*
util: promote u_debug_memory.c to src/util
Erik Faye-Lund
2020-02-21
3
-454
/
+0
*
gallivm: fix crash in emit_get_buffer_size
Roland Scheidegger
2020-02-20
1
-1
/
+3
*
gallivm: fix crash with bptc border color sampling
Roland Scheidegger
2020-02-20
1
-1
/
+10
*
gallium/auxiliary/vl: fix bob compute shaders for deint yuv
Thong Thai
2020-02-19
1
-0
/
+4
*
gallium/util: remove unused u_surfaces.c/h
Marek Olšák
2020-02-19
4
-228
/
+0
*
llvmpipe: Fix another uninitialized value warning, on init_val.
Eric Anholt
2020-02-18
1
-1
/
+1
*
llvmpipe: Silence uninitialized variable warning about "vals"
Eric Anholt
2020-02-18
1
-1
/
+1
*
llvmpipe: Fix warning about uninitialized "op" in the NIR path.
Eric Anholt
2020-02-18
1
-74
/
+75
*
llvmpipe: Silence uninitialized variable warning about "chan"
Eric Anholt
2020-02-18
1
-1
/
+1
*
llvmpipe: Silence "possibly uninitialized value" warning for ssbo_limit.
Eric Anholt
2020-02-18
1
-2
/
+2
*
llvmpipe: Fix real uninitialized use of "atype" for SEMANTIC_FACE
Eric Anholt
2020-02-18
1
-0
/
+1
*
zink: confused compilation macro usage for zink in target helpers.
luc
2020-02-17
1
-1
/
+1
*
gallivm/s390: fix pass init order on s390 with llvm 8 (v2)
Dave Airlie
2020-02-15
1
-2
/
+3
*
gallium/cso_hash: remove another layer of pointer indirection
Marek Olšák
2020-02-14
4
-50
/
+39
*
gallium/cso_hash: cosmetic changes, no behavior changes
Marek Olšák
2020-02-14
2
-57
/
+43
*
gallium/cso_hash: remove always constant variable nodeSize
Marek Olšák
2020-02-14
2
-3
/
+1
*
gallium/cso_hash: make cso_hash declared within structures instead of alloc'd
Marek Olšák
2020-02-14
8
-71
/
+60
*
gallium/cso_hash: inline a bunch of functions
Marek Olšák
2020-02-14
2
-46
/
+46
*
gallium/u_vbuf: adjust the heuristic for unrolling indices
Marek Olšák
2020-02-14
1
-2
/
+2
*
gallium/u_upload_mgr: don't do align twice in the u_upload_alloc fast path
Marek Olšák
2020-02-14
1
-8
/
+5
*
gallium/u_upload_mgr: reduce dereferences by adding buffer_size
Marek Olšák
2020-02-14
1
-9
/
+12
*
st: add support for INTEL_blackhole_render
Lionel Landwerlin
2020-02-13
1
-0
/
+4
*
draw: don't emit vertex to streams with no outputs
Dave Airlie
2020-02-07
1
-0
/
+5
*
draw: emit multiple streams to streamout.
Dave Airlie
2020-02-07
1
-1
/
+1
*
draw/gs: track emitted prims + verts per stream.
Dave Airlie
2020-02-07
2
-17
/
+14
*
draw: change geom shader output to an array of outputs.
Dave Airlie
2020-02-07
4
-12
/
+20
*
gallivm/nir: add support for multiple vertex streams
Dave Airlie
2020-02-07
2
-31
/
+37
*
gallivm/swr: add stream_id to geom epilogue emit
Dave Airlie
2020-02-07
4
-5
/
+8
*
u_tile: Skip the packed temporary and just store tiles directly.
Eric Anholt
2020-02-06
1
-22
/
+12
*
mesa/st: Move the SYSTEM_VALUE -> TGSI_SEMANTIC map to tgsi_from_mesa.
Eric Anholt
2020-02-05
2
-0
/
+85
*
glsl,nir: Switch the enum representing shader image formats to PIPE_FORMAT.
Eric Anholt
2020-02-05
1
-99
/
+3
*
gallium/swr: Fix various asserts and security issues
Jan Zielinski
2020-02-05
1
-1
/
+2
*
gallium: Refactor some single-pixel util_format_read/writes.
Eric Anholt
2020-02-04
1
-1
/
+1
*
gallium: Add and use a helper for packing uc from a color_union.
Eric Anholt
2020-02-04
2
-16
/
+10
*
softpipe: Refactor pipe_get/put_tile_rgba_* paths.
Eric Anholt
2020-02-04
4
-284
/
+102
*
softpipe: Drop the raw_to* part of the tile cache interface.
Eric Anholt
2020-02-04
2
-21
/
+3
*
gallium/util: Remove pipe_get_tile_z/put_tile_z.
Eric Anholt
2020-02-04
2
-264
/
+0
*
util: Make helper functions for pack/unpacking pixel rows.
Eric Anholt
2020-02-04
1
-8
/
+3
*
gallium/util: Increase the debug_flush map depth
Thomas Hellstrom
2020-01-29
1
-1
/
+1
[prev]
[next]