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
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv,ac/nir: lower deref operations for shared memory
Samuel Pitoiset
2019-11-29
2
-22
/
+45
*
aco: fix a couple of value numbering issues
Daniel Schürmann
2019-11-29
1
-11
/
+18
*
aco: don't split live-ranges of linear VGPRs
Daniel Schürmann
2019-11-29
1
-4
/
+11
*
aco: implement global atomics
Rhys Perry
2019-11-29
2
-0
/
+107
*
aco: improve FLAT/GLOBAL scheduling
Rhys Perry
2019-11-29
5
-14
/
+30
*
aco: don't enable store_global for helper invocations
Rhys Perry
2019-11-29
4
-0
/
+8
*
aco: fix SADDR with FLAT on GFX10
Rhys Perry
2019-11-29
1
-1
/
+1
*
aco: fix assembly of FLAT/GLOBAL atomics
Rhys Perry
2019-11-29
1
-1
/
+1
*
aco: fix GFX10 opcodes for some global/flat atomics
Rhys Perry
2019-11-29
1
-6
/
+6
*
aco: improve WAR hazard workaround with >64bit stores
Rhys Perry
2019-11-29
1
-9
/
+15
*
aco: add v_nop inbetween exec write and VMEM/DS/FLAT
Rhys Perry
2019-11-29
1
-5
/
+8
*
aco: fix incorrect cast in parse_wait_instr()
Rhys Perry
2019-11-29
1
-1
/
+1
*
aco: fix i2i64
Rhys Perry
2019-11-29
1
-2
/
+6
*
aco: propagate p_wqm on an image_sample's coordinate p_create_vector
Rhys Perry
2019-11-29
1
-9
/
+12
*
etnaviv: remove dead code
Christian Gmeiner
2019-11-29
1
-3
/
+0
*
etnaviv: handle integer case for GENERIC_ATTRIB_SCALE
Christian Gmeiner
2019-11-29
1
-1
/
+5
*
etnaviv: fix R10G10B10A2 vertex format entries
Christian Gmeiner
2019-11-29
1
-4
/
+4
*
etnaviv: use NORMALIZE_SIGN_EXTEND
Christian Gmeiner
2019-11-29
1
-1
/
+1
*
etnaviv: fix integer vertex formats
Christian Gmeiner
2019-11-29
1
-24
/
+24
*
i965: update Makefile.sources for perf changes
Jonathan Gray
2019-11-29
1
-2
/
+0
*
panfrost: Make sure we reset the damage region of RTs at flush time
Boris Brezillon
2019-11-29
3
-1
/
+23
*
gallium: Fix the ->set_damage_region() implementation
Boris Brezillon
2019-11-29
3
-4
/
+35
*
zink: silence coverity error
Erik Faye-Lund
2019-11-29
1
-1
/
+1
*
zink: error-check right variable
Erik Faye-Lund
2019-11-29
1
-1
/
+1
*
zink: avoid NULL-deref
Erik Faye-Lund
2019-11-29
1
-2
/
+1
*
zink: avoid NULL-deref
Erik Faye-Lund
2019-11-29
1
-2
/
+1
*
zink: avoid NULL-deref
Erik Faye-Lund
2019-11-29
1
-2
/
+1
*
zink: handle calloc-failure
Erik Faye-Lund
2019-11-29
1
-0
/
+2
*
zink: do not try to destroy NULL-fence
Erik Faye-Lund
2019-11-29
1
-1
/
+1
*
zink: delete query rather than allocating a new one
Erik Faye-Lund
2019-11-29
1
-1
/
+1
*
zink: fix crash when restoring sampler-states
Erik Faye-Lund
2019-11-29
3
-1
/
+3
*
zink: reject invalid sample-counts
Erik Faye-Lund
2019-11-29
1
-0
/
+2
*
zink: use true/false instead of TRUE/FALSE
Erik Faye-Lund
2019-11-29
1
-16
/
+16
*
st/mesa: unmap pbo after updating cache
Erik Faye-Lund
2019-11-29
1
-2
/
+2
*
panfrost: Fix gnu-empty-initializer build errors.
Vinson Lee
2019-11-28
3
-5
/
+5
*
radv: Fix timeline semaphore refcounting.
Bas Nieuwenhuizen
2019-11-28
1
-9
/
+4
*
winsys/amdgpu: avoid double simple_mtx_unlock()
Jonathan Gray
2019-11-28
1
-1
/
+0
*
util/driconfig: print ATTENTION if MESA_DEBUG=silent is not set
Marek Olšák
2019-11-28
1
-7
/
+22
*
glsl: handle max uniform limits with lower_const_arrays_to_uniforms
Tapani Pälli
2019-11-28
3
-5
/
+40
*
radv: Unify max_descriptor_set_size.
Bas Nieuwenhuizen
2019-11-28
1
-14
/
+15
*
amd/llvm: Refactor ac_build_scan.
Bas Nieuwenhuizen
2019-11-28
1
-40
/
+51
*
radv: add more constants to avoid using magic numbers
Samuel Pitoiset
2019-11-28
2
-6
/
+14
*
ac/llvm: convert src operands to pointers if necessary
Samuel Pitoiset
2019-11-28
1
-0
/
+11
*
llvmpipe: add initial nir support
Dave Airlie
2019-11-28
10
-20
/
+125
*
gallivm: add swizzle support where one channel isn't defined.
Dave Airlie
2019-11-28
2
-12
/
+35
*
gallium: add nir lowering passes for the draw pipe stages. (v2)
Dave Airlie
2019-11-28
7
-27
/
+547
*
draw: add nir info gathering and building support
Dave Airlie
2019-11-28
5
-26
/
+63
*
gallivm: add nir->llvm translation (v2)
Dave Airlie
2019-11-28
5
-0
/
+3142
*
gallivm: add selection for non-32 bit types
Dave Airlie
2019-11-28
1
-1
/
+8
*
gallivm: add cttz wrapper
Dave Airlie
2019-11-28
2
-0
/
+17
[next]