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
*
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
*
gallivm/nir: add missing break for isub.
Dave Airlie
2020-01-27
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
4
-0
/
+273
*
gallivm: fix find lsb
Dave Airlie
2020-01-23
1
-1
/
+2
*
galllivm: fix gather offset casting
Dave Airlie
2020-01-23
1
-2
/
+4
*
gallivm: fix gather component handling.
Dave Airlie
2020-01-23
1
-2
/
+3
*
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
*
gallium: Fix a couple of multiple definition warnings.
Timur Kristóf
2020-01-22
1
-4
/
+4
*
gallium/gallivm: enable linking lp_bld_printf function with C++ code
Jan Zielinski
2020-01-21
1
-0
/
+7
*
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
*
nir: Rename nir_intrinsic_barrier to control_barrier
Jason Ekstrand
2020-01-13
1
-1
/
+1
*
nir: Add a new memory_barrier_tcs_patch intrinsic
Jason Ekstrand
2020-01-13
1
-0
/
+1
*
llmvpipe: No-op implement more barriers
Jason Ekstrand
2020-01-13
1
-0
/
+3
*
llvmpipe: add ARB_derivative_control support
Dave Airlie
2020-01-10
1
-0
/
+4
*
spirv,nir: add new lod parameter to image_{load,store} intrinsics
Samuel Pitoiset
2020-01-09
1
-0
/
+5
*
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
4
-7
/
+89
*
gallium/cso_context: move non-vbuf vertex buffer and element code into helpers
Marek Olšák
2020-01-08
1
-24
/
+43
*
gallium: put u_vbuf_get_caps return values into u_vbuf_caps
Marek Olšák
2020-01-08
4
-19
/
+25
*
gallium: tgsi_from_mesa - handle VARYING_SLOT_FACE
Gert Wollny
2020-01-04
1
-0
/
+4
[next]