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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
radeonsi: pass shader stage to si_set_shader_image
Nicolai Hähnle
2016-06-07
1
-5
/
+5
*
radeonsi: pass shader stage to si_set_sampler_view
Nicolai Hähnle
2016-06-07
1
-4
/
+5
*
radeonsi: move descriptor set begin_new_cs handling into a separate function
Nicolai Hähnle
2016-06-07
1
-21
/
+15
*
radeonsi: move enabled_mask out of si_descriptors
Nicolai Hähnle
2016-06-07
4
-30
/
+34
*
gallium/radeon: add support for sharing textures with DCC between processes
Marek Olšák
2016-06-07
3
-4
/
+51
*
gallium/radeon: don't discard DCC if an external user can write to it
Marek Olšák
2016-06-07
3
-12
/
+31
*
i915: fix typo CAP.
Dave Airlie
2016-06-07
1
-1
/
+1
*
nvc0: add support for VOTE tgsi opcodes
Ilia Mirkin
2016-06-06
5
-24
/
+77
*
gallium: add PIPE_CAP_TGSI_VOTE for when the VOTE ops are allowed
Ilia Mirkin
2016-06-06
17
-0
/
+17
*
gallium: add VOTE_* opcodes to implement GL_ARB_shader_group_vote
Ilia Mirkin
2016-06-06
3
-1
/
+26
*
nv50/ir: use round toward 0 when converting doubles to integers
Samuel Pitoiset
2016-06-06
1
-1
/
+3
*
gallium/radeon: don't re-set BO metadata after CMASK deallocation
Marek Olšák
2016-06-06
1
-1
/
+0
*
radeonsi: add a performance tweak for 4 SE parts
Marek Olšák
2016-06-06
1
-0
/
+11
*
radeonsi: simplify PRIMGROUP_SIZE computation for tessellation
Marek Olšák
2016-06-06
1
-9
/
+1
*
r600g: use hw MSAA resolve for non-trivial resolves
Marek Olšák
2016-06-06
1
-9
/
+53
*
radeonsi: use hw MSAA resolve for non-trivial resolves
Marek Olšák
2016-06-06
1
-10
/
+54
*
radeonsi: set descriptor dirty mask on shader buffer unbind
Nicolai Hähnle
2016-06-06
1
-0
/
+1
*
tgsi: fix mixed data type comparison in tgsi_point_sprite.c
Charmaine Lee
2016-06-06
1
-3
/
+3
*
svga: print shader linkage info when tgsi debug bit is on
Charmaine Lee
2016-06-06
1
-2
/
+5
*
tgsi: use truncf in micro_trunc
Lars Hamre
2016-06-06
1
-4
/
+4
*
nv50,nvc0: fix BGR10_A2UI vertex format
Ilia Mirkin
2016-06-05
1
-1
/
+1
*
nvc0: do not clear surfaces bins in the validate function
Samuel Pitoiset
2016-06-05
2
-5
/
+2
*
nvc0: re-validate images after launching a grid on Fermi
Samuel Pitoiset
2016-06-05
1
-0
/
+3
*
radeonsi: fix images with level > 0
Marek Olšák
2016-06-05
1
-1
/
+1
*
nvc0: reduce overhead from always marking images dirty
Ilia Mirkin
2016-06-04
1
-9
/
+36
*
nvc0: reduce overhead from always marking buffers dirty
Ilia Mirkin
2016-06-04
1
-6
/
+20
*
nvc0: fix memory barrier flag handling
Ilia Mirkin
2016-06-04
1
-9
/
+16
*
nvc0: mark bound buffer range valid
Ilia Mirkin
2016-06-04
3
-0
/
+9
*
gallium/radeon: don't use the DMA ring for pipelined buffer uploads
Marek Olšák
2016-06-04
1
-5
/
+4
*
r600g: don't flush caches when binding shader resources
Marek Olšák
2016-06-04
4
-31
/
+26
*
r600g: only do necessary cache flushes in cp_dma_copy_buffer
Marek Olšák
2016-06-04
1
-14
/
+1
*
r600g: only do necessary cache flushes in cp_dma_clear_buffer
Marek Olšák
2016-06-04
2
-14
/
+18
*
r600g: remove a CP DMA workaround that's not needed anymore
Marek Olšák
2016-06-04
1
-6
/
+0
*
r600g: fix CP DMA hazard with index buffer fetches (v3)
Marek Olšák
2016-06-04
7
-7
/
+93
*
r600g: properly sync CP with CP DMA on R6xx
Marek Olšák
2016-06-04
1
-1
/
+8
*
r600g: write WAIT_UNTIL in the correct place
Marek Olšák
2016-06-04
1
-8
/
+11
*
gallium/radeon: rename allocator_so_filled_size -> allocator_zeroed_memory
Marek Olšák
2016-06-04
3
-6
/
+6
*
gallium/u_suballoc: allow different alignment for each allocation
Marek Olšák
2016-06-04
8
-21
/
+20
*
freedreno/ir3: do idiv lowering after main opt loop
Rob Clark
2016-06-03
1
-16
/
+27
*
radeonsi: mark buffer texture range valid for shader images
Nicolai Hähnle
2016-06-03
1
-0
/
+23
*
nvc0: mark buffer texture range valid for shader images
Samuel Pitoiset
2016-06-03
3
-0
/
+31
*
svga: allow copy box in svga_transfer_dma_band()
Charmaine Lee
2016-06-02
1
-13
/
+20
*
freedreno: fix bad bitshift warnings
Rob Clark
2016-06-02
1
-0
/
+2
*
freedreno: assume builtin shaders do compile
Rob Clark
2016-06-02
1
-1
/
+2
*
freedreno/a4xx: silence coverity warning
Rob Clark
2016-06-02
1
-0
/
+6
*
freedreno/a3xx+a4xx: fix potential null ptr deref
Rob Clark
2016-06-02
2
-2
/
+4
*
freedreno/ir3: fix coverity warning
Rob Clark
2016-06-02
1
-1
/
+3
*
freedreno/ir3: use nir_shader_get_entrypoint() helper
Rob Clark
2016-06-02
1
-10
/
+1
*
freedreno/a4xx: fix incorrect enum type
Rob Clark
2016-06-02
1
-1
/
+1
*
freedreno: fix coverity negative array index warning
Rob Clark
2016-06-02
1
-0
/
+2
[prev]
[next]