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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium+mesa: fix tgsi_semantic array type
Eric Engestrom
2019-07-24
1
-2
/
+4
*
gallivm: rework lp_build_tgsi_soa to take a struct
Dave Airlie
2019-07-24
3
-70
/
+70
*
tgsi/scan: add uses_fbfetch
Marek Olšák
2019-07-23
2
-0
/
+4
*
u_blitter: add a msaa parameter to util_blitter_clear
Pierre-Eric Pelloux-Prayer
2019-07-23
2
-7
/
+10
*
u_blitter: enable msaa when dst num samples is > 1
Pierre-Eric Pelloux-Prayer
2019-07-23
1
-6
/
+12
*
gallium: switch boolean -> bool at the interface definitions
Ilia Mirkin
2019-07-22
23
-140
/
+140
*
tgsi: fix warning: ‘interp’ may be used uninitialized
Marek Olšák
2019-07-22
1
-0
/
+1
*
gallivm: fix warning: ‘op’ may be used uninitialized
Marek Olšák
2019-07-22
1
-0
/
+3
*
pipe-loader: use radeonsi for MM if amdgpu dri is used
Jeremy Newton
2019-07-19
1
-0
/
+9
*
util: use standard name for vsnprintf()
Eric Engestrom
2019-07-19
6
-6
/
+6
*
util: use standard name for snprintf()
Eric Engestrom
2019-07-19
18
-52
/
+52
*
util: use standard name for vasprintf()
Eric Engestrom
2019-07-19
2
-2
/
+2
*
util: use standard name for sprintf()
Eric Engestrom
2019-07-19
2
-15
/
+15
*
util: use standard name for strncmp()
Eric Engestrom
2019-07-19
1
-1
/
+1
*
util: use standard name for strncat()
Eric Engestrom
2019-07-19
1
-3
/
+3
*
util: use standard name for strdup()
Eric Engestrom
2019-07-19
1
-1
/
+1
*
util: use standard name for strchrnul()
Eric Engestrom
2019-07-19
1
-1
/
+1
*
gallium: Add PIPE_CAP_TGSI_FS_POINT_IS_SYSVAL
Andreas Baierl
2019-07-18
1
-0
/
+1
*
nir/tgsi: Extend tgsi_to_nir.c to support gl_PointCoord as a system value.
Andreas Baierl
2019-07-18
1
-0
/
+20
*
u_format: Remove pointless comments.
Eric Anholt
2019-07-16
1
-6
/
+0
*
gallium: use MAP_DIRECTLY to mean supression of DISCARD in buffer_subdata
Marek Olšák
2019-07-15
2
-7
/
+14
*
gallium: get rid of PIPE_CAP_SM3
Erik Faye-Lund
2019-07-10
1
-6
/
+3
*
gallium: give vertex-shader saturate its own cap
Erik Faye-Lund
2019-07-10
1
-0
/
+1
*
gallium: give fragment-shader derivatives its own cap
Erik Faye-Lund
2019-07-10
1
-0
/
+1
*
gallium: give fragment-shader texture-lod its own cap
Erik Faye-Lund
2019-07-10
1
-0
/
+3
*
gallium: Add util_format_is_unorm8 check
Alyssa Rosenzweig
2019-07-09
1
-1
/
+16
*
llvmpipe: enable ARB_shader_storage_buffer_object
Dave Airlie
2019-07-07
1
-1
/
+2
*
draw: add shader buffer interfaces.
Dave Airlie
2019-07-07
4
-1
/
+57
*
gallivm: add buffer operations to the tgsi->llvm conversion.
Dave Airlie
2019-07-07
3
-4
/
+315
*
gallivm: move mask_vec function up higher so it can be reused.
Dave Airlie
2019-07-07
1
-14
/
+15
*
tgsi: denote which load/store/atomic channels are unsigned
Dave Airlie
2019-07-07
1
-0
/
+12
*
draw: add support for ssbo ptrs to jit tables.
Dave Airlie
2019-07-07
2
-3
/
+49
*
gallivm: add some basic SSBO limits. (v2)
Dave Airlie
2019-07-07
1
-0
/
+4
*
util: add util_copy_shader_buffer.
Dave Airlie
2019-07-07
1
-0
/
+16
*
gallivm: add ssbo pointers to the soa build api.
Dave Airlie
2019-07-07
3
-4
/
+13
*
gallivm: add compare exchange wrapper
Dave Airlie
2019-07-07
3
-1
/
+39
*
vertex shader: add exec masking (v2)
Dave Airlie
2019-07-07
1
-3
/
+10
*
gallium/u_blitter: add return to fix the build
Marek Olšák
2019-07-03
1
-0
/
+1
*
radeonsi/gfx10: generate gfx10_format_table.h
Nicolai Hähnle
2019-07-03
1
-1
/
+2
*
gallium/u_blitter: implement copying from ZS to color and vice versa
Marek Olšák
2019-07-03
5
-35
/
+314
*
gallium/util: rewrite depth-stencil blit shaders
Marek Olšák
2019-07-03
3
-183
/
+46
*
gallium/u_blitter: enable MSAA when blitting to MSAA surfaces
Brian Paul
2019-07-03
1
-22
/
+34
*
vl: Use CS composite shader only if TEX_LZ and DIV are supported
Gert Wollny
2019-06-30
2
-8
/
+11
*
gallium: Add CAP for opcode DIV
Gert Wollny
2019-06-30
1
-0
/
+1
*
vl: replace DIV-ADD with MAD using inverse size
Gert Wollny
2019-06-30
1
-4
/
+5
*
gallium/u_transfer_helper: Don't leak a reference to the resource.
Kenneth Graunke
2019-06-28
1
-0
/
+2
*
gallivm: Improve lp_build_rcp_refine.
Jose Fonseca
2019-06-28
1
-6
/
+6
*
gallium: Make util_copy_image_view handle shader_access
Kenneth Graunke
2019-06-27
1
-0
/
+2
*
gallium: Teach GALLIUM_REFCNT_LOG about array textures
Kenneth Graunke
2019-06-27
1
-0
/
+9
*
gallium/util: Make it possible to disable persistent maps in the upload manager
Thomas Hellstrom
2019-06-20
2
-2
/
+16
[next]