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
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/u_threaded: convert dividing by index_size to a bit shift
Marek Olšák
2020-02-28
1
-1
/
+1
*
gallium/u_threaded: fix uploading user indices with start != 0
Marek Olšák
2020-02-28
1
-1
/
+2
*
gallium: pass cso_velems_state into cso_context instead of pipe_vertex_element
Marek Olšák
2020-02-28
4
-37
/
+38
*
gallium/hash_table: remove some function wrappers
Marek Olšák
2020-02-26
6
-99
/
+10
*
gallium/hash_table: turn it into a wrapper around util/hash_table
Marek Olšák
2020-02-26
6
-248
/
+41
*
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
*
gallium/util: remove unused debug_print_foo helpers
Erik Faye-Lund
2020-02-24
2
-155
/
+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
*
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
1
-452
/
+0
*
gallium/util: remove unused u_surfaces.c/h
Marek Olšák
2020-02-19
2
-224
/
+0
*
gallium/cso_hash: remove another layer of pointer indirection
Marek Olšák
2020-02-14
2
-5
/
+2
*
gallium/cso_hash: make cso_hash declared within structures instead of alloc'd
Marek Olšák
2020-02-14
3
-24
/
+22
*
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
*
u_tile: Skip the packed temporary and just store tiles directly.
Eric Anholt
2020-02-06
1
-22
/
+12
*
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
*
radeonsi: print shader cache stats with AMD_DEBUG=cache_stats
Marek Olšák
2020-01-24
2
-1
/
+6
*
gallium/util: add a cache of live shaders for shader CSO deduplication
Marek Olšák
2020-01-24
2
-0
/
+269
*
gallium: Add a cap bit for integer multiplication between 32-bit and 16-bit
Ian Romanick
2020-01-23
1
-0
/
+1
*
gallium: Add a cap bit for OpenCL-style extended integer functions
Ian Romanick
2020-01-23
1
-0
/
+3
*
util: call bind_sampler_states before setting sampler_views
Pierre-Eric Pelloux-Prayer
2020-01-17
1
-6
/
+6
*
gallium: fix a warning
Erik Faye-Lund
2020-01-14
1
-1
/
+1
*
llvmpipe: add support for ARB_indirect_parameters.
Dave Airlie
2020-01-09
1
-1
/
+18
*
gallium/util: add multi_draw_indirect to util_draw_indirect.
Dave Airlie
2020-01-09
1
-9
/
+13
*
gallium: bypass u_vbuf if it's not needed (no fallbacks and no user VBOs)
Marek Olšák
2020-01-08
2
-0
/
+6
*
gallium: put u_vbuf_get_caps return values into u_vbuf_caps
Marek Olšák
2020-01-08
2
-14
/
+13
*
u_vbuf: don't try to delete NULL driver CSO
Iago Toral Quiroga
2020-01-03
1
-1
/
+2
*
Revert "u_vbuf: Regard non-constant vbufs with non-instance elements as free"
Marek Olšák
2019-12-30
1
-13
/
+4
*
u_vbuf: Return true in u_vbuf_get_caps if nb of vbufs is below minimum
Paul Cercueil
2019-12-21
1
-0
/
+5
*
u_vbuf: Regard non-constant vbufs with non-instance elements as free
Paul Cercueil
2019-12-21
1
-4
/
+13
*
u_vbuf: use single vertex buffer if it's not possible to have multiple
Wladimir J. van der Laan
2019-12-21
1
-1
/
+20
*
u_vbuf: Only create driver CSO if no incompatible elements
Paul Cercueil
2019-12-21
1
-2
/
+6
*
u_vbuf: Mark vbufs incompatible if more were requested than HW supports
Paul Cercueil
2019-12-21
1
-0
/
+11
*
u_vbuf: add logic to use a limited number of vbufs
Wladimir J. van der Laan
2019-12-21
2
-0
/
+8
*
gallium: add PIPE_CAP_MAX_VERTEX_BUFFERS
Christian Gmeiner
2019-12-21
1
-0
/
+3
*
gallium/auxiliary: Handle count == 0 in u_vbuf_get_minmax_index_mapped
Icecream95
2019-12-16
1
-0
/
+6
*
gallium/auxiliary: Reduce conversions in u_vbuf_get_minmax_index_mapped
Icecream95
2019-12-16
1
-6
/
+12
[next]