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
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi/compute: Use the HSA abi for non-TGSI compute shaders v3
Tom Stellard
2016-09-16
2
-18
/
+227
*
radeonsi/compute: Add some more debug printfs
Tom Stellard
2016-09-16
1
-0
/
+3
*
nir: Add a flag to lower_io to force "sample" interpolation
Jason Ekstrand
2016-09-15
1
-1
/
+1
*
nir: Report progress from nir_lower_phis_to_scalar.
Kenneth Graunke
2016-09-14
2
-3
/
+2
*
nir: Report progress from nir_lower_alu_to_scalar.
Kenneth Graunke
2016-09-14
2
-2
/
+2
*
radeonsi: reload PS inputs with direct indexing at each use (v2)
Marek Olšák
2016-09-14
3
-22
/
+41
*
radeonsi: get rid of constant buffer preloading
Marek Olšák
2016-09-14
1
-24
/
+14
*
radeonsi: get rid of img/buf/sampler descriptor preloading (v2)
Marek Olšák
2016-09-14
1
-132
/
+47
*
radeonsi: rename get_sampler_desc -> load_sampler_desc
Marek Olšák
2016-09-14
1
-11
/
+11
*
radeonsi: cosmetic changes in si_shader.c
Marek Olšák
2016-09-14
1
-3
/
+5
*
radeonsi: load streamout buffer descriptors before use (v2)
Marek Olšák
2016-09-14
1
-33
/
+14
*
vc4: Implement job shuffling
Eric Anholt
2016-09-14
8
-194
/
+333
*
vc4: Handle resolve skipping at job submit time.
Eric Anholt
2016-09-14
3
-31
/
+37
*
vc4: Move the render job state into a separate structure.
Eric Anholt
2016-09-14
12
-255
/
+287
*
vc4: Always unref the current job surfaces at job reset time.
Eric Anholt
2016-09-14
3
-36
/
+21
*
vc4: Move job-submit skip cases to vc4_job_submit().
Eric Anholt
2016-09-14
2
-12
/
+12
*
vc4: Move bin CL trailer to job_submit() time.
Eric Anholt
2016-09-14
2
-11
/
+14
*
vc4: Simplify the DISCARD_RANGE handling
Eric Anholt
2016-09-14
1
-12
/
+15
*
vc4: Fix incorrect clearing of Z/stencil when cleared separately.
Eric Anholt
2016-09-14
3
-15
/
+38
*
radeonsi: fix FP64 UBO loads with indirect uniform block indexing
Marek Olšák
2016-09-13
1
-2
/
+1
*
radeonsi: clean up CP DMA emit code
Marek Olšák
2016-09-13
1
-84
/
+60
*
radeonsi: print the IB and buffer list in VM fault reports
Marek Olšák
2016-09-13
1
-1
/
+2
*
radeonsi: add sampler view BOs to the BO list last
Marek Olšák
2016-09-13
1
-7
/
+10
*
radeonsi: export SampleMask from pixel shaders at full rate
Marek Olšák
2016-09-13
3
-16
/
+56
*
gallium/radeon: set new r600_resource fields correctly in other places too
Marek Olšák
2016-09-13
1
-0
/
+11
*
ddebug: dump shader buffers and images
Marek Olšák
2016-09-13
1
-3
/
+27
*
ddebug: fix a crash in resource_get_handle
Marek Olšák
2016-09-13
1
-1
/
+1
*
radeon: Don't check DCC on pipe buffers
Jan Vesely
2016-09-13
1
-3
/
+4
*
android: add support for libmesa_amdgpu_addrlib
Mauro Rossi
2016-09-13
2
-1
/
+5
*
radeonsi: don't preload constants at the beginning of shaders
Marek Olšák
2016-09-12
1
-20
/
+11
*
winsys/amdgpu: remove amdgpu_cs_lookup_buffer
Nicolai Hähnle
2016-09-12
1
-0
/
+3
*
gallium/radeon: page alignment for buffers is unnecessary
Nicolai Hähnle
2016-09-12
1
-4
/
+1
*
freedreno/a3xx: disable filtering for texture buffers and int textures
Ilia Mirkin
2016-09-11
1
-0
/
+2
*
gm107/ir: allow indirect inputs to be loaded by frag shader
Ilia Mirkin
2016-09-10
2
-5
/
+21
*
gm107/ir: AL2P writes to a predicate register
Ilia Mirkin
2016-09-10
1
-0
/
+1
*
radeonsi: flush TC L2 before using a compute indirect buffer
Marek Olšák
2016-09-09
1
-2
/
+10
*
radeonsi: fix the VGT performance tweak for small instances
Marek Olšák
2016-09-09
1
-5
/
+6
*
radeonsi: remove the cache_flush atom
Marek Olšák
2016-09-09
7
-12
/
+9
*
r300g: Set R300_VAP_CNTL on RSxxx to avoid triangle flickering
Max Staudt
2016-09-09
1
-1
/
+9
*
gallium: remove PIPE_BIND_TRANSFER_READ/WRITE
Marek Olšák
2016-09-08
14
-57
/
+9
*
radeonsi: unify si_set_optimal_micro_tile_mode call sites
Marek Olšák
2016-09-08
1
-8
/
+4
*
radeonsi: fix texture reinterpretation after DCC fast clear
Marek Olšák
2016-09-08
1
-12
/
+20
*
radeonsi: enable DCC fast clear for 128-bit formats
Marek Olšák
2016-09-08
1
-13
/
+32
*
radeonsi: clamp integer clear color values for DCC fast clear
Marek Olšák
2016-09-08
1
-4
/
+12
*
Revert "radeonsi: enable SDMA on CIK"
Marek Olšák
2016-09-08
1
-0
/
+4
*
swr: fixes for format mapping and texture sizing
Tim Rowley
2016-09-08
1
-2
/
+16
*
freedreno: reject imports with bogus pitch
Rob Clark
2016-09-07
3
-8
/
+7
*
radeonsi: skip redundant INDEX_TYPE writes
Marek Olšák
2016-09-07
3
-20
/
+32
*
radeonsi: add more unlikely() uses into si_draw_vbo
Marek Olšák
2016-09-07
1
-5
/
+5
*
radeonsi: skip draws with instance_count == 0
Marek Olšák
2016-09-07
1
-3
/
+13
[next]