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
...
*
gallivm: add popcount intrinsic wrapper
Dave Airlie
2019-11-28
2
-1
/
+15
*
gallivm: nir->tgsi info convertor (v2)
Dave Airlie
2019-11-28
5
-1
/
+816
*
gallivm: split out the flow control ir to a common file.
Dave Airlie
2019-11-28
6
-479
/
+599
*
radeonsi: enable SPIR-V and GL 4.6 for NIR
Marek Olšák
2019-11-27
1
-6
/
+5
*
radeonsi/nir: support interface output types to fix SPIR-V xfb piglits
Marek Olšák
2019-11-27
1
-1
/
+1
*
radeonsi/nir: fix location_frac handling for TCS outputs
Marek Olšák
2019-11-27
1
-1
/
+1
*
radeonsi/nir: don't rely on data.patch for tess factors
Marek Olšák
2019-11-27
1
-1
/
+4
*
radeonsi/nir: validate is_patch because SPIR-V doesn't set it for tess factors
Marek Olšák
2019-11-27
1
-10
/
+21
*
radeonsi: simplify get_tcs_tes_buffer_address_from_generic_indices
Marek Olšák
2019-11-27
1
-27
/
+19
*
radeonsi: simplify the interface of get_dw_address_from_generic_indices
Marek Olšák
2019-11-27
1
-29
/
+19
*
radeonsi/nir: implement subgroup system values for SPIR-V
Marek Olšák
2019-11-27
4
-0
/
+11
*
ac/nir: don't rely on data.patch for tess factors
Marek Olšák
2019-11-27
1
-2
/
+6
*
drirc: Set vs_position_always_invariant for Shadow of Mordor on Intel
Kenneth Graunke
2019-11-27
1
-0
/
+10
*
driconf, glsl: Add a vs_position_always_invariant option
Kenneth Graunke
2019-11-27
8
-0
/
+23
*
turnip: Disable timestamp queries for now.
Eric Anholt
2019-11-27
1
-2
/
+2
*
freedreno/perfcntrs/fdperf: add missing a2xx case in select_counter
Jonathan Marek
2019-11-27
1
-0
/
+1
*
freedreno/perfcntrs/fdperf: add missing a20x compatible
Jonathan Marek
2019-11-27
1
-0
/
+1
*
freedreno/perfcntrs/fdperf: fix u64 print on 32-bit builds
Jonathan Marek
2019-11-27
1
-1
/
+2
*
freedreno/perfcntrs: add a2xx MH counters
Jonathan Marek
2019-11-27
1
-4
/
+186
*
freedreno/registers: add missing MH perfcounter enum for a2xx
Jonathan Marek
2019-11-27
1
-0
/
+185
*
v3d: fix indirect BO allocation for uniforms
Iago Toral Quiroga
2019-11-27
1
-3
/
+8
*
radv: enable VK_KHR_shader_subgroup_extended_types on GFX10
Samuel Pitoiset
2019-11-27
1
-1
/
+1
*
ac: add 8-bit and 16-bit supports to ac_build_permlane16()
Samuel Pitoiset
2019-11-27
1
-8
/
+16
*
radv/gfx10: fix implementation of exclusive scans
Samuel Pitoiset
2019-11-27
1
-24
/
+52
*
radv: fix enabling sample shading with SampleID/SamplePosition
Samuel Pitoiset
2019-11-27
1
-7
/
+24
*
turnip: fix integer render targets
Jonathan Marek
2019-11-26
1
-1
/
+3
*
anv: Push constants are relative to dynamic state on IVB
Jason Ekstrand
2019-11-26
1
-0
/
+17
*
gallium/auxiliary: Fix uses of gnu struct = {} extension
Dylan Baker
2019-11-26
5
-8
/
+8
*
st/mesa: add st_variant base class to simplify code for shader variants
Marek Olšák
2019-11-26
8
-307
/
+149
*
st/mesa: don't use ** in the st_nir_link_shaders signature
Marek Olšák
2019-11-26
1
-20
/
+20
*
st/mesa: simplify looping over linked shaders when linking NIR
Marek Olšák
2019-11-26
1
-48
/
+28
*
st/mesa: propagate gl_PatchVerticesIn from TCS to TES before linking for NIR
Marek Olšák
2019-11-26
1
-2
/
+2
*
st/mesa: don't call ProgramStringNotify in glsl_to_nir
Marek Olšák
2019-11-26
2
-13
/
+16
*
st/mesa: don't use redundant stp->state.ir.nir
Marek Olšák
2019-11-26
3
-25
/
+12
*
st/mesa: don't serialize all streamout state if there are no SO outputs
Marek Olšák
2019-11-26
1
-4
/
+15
*
iris: Disable VF cache partial address workaround on Gen11+
Kenneth Graunke
2019-11-26
2
-0
/
+14
*
freedreno: switch to layout helper
Rob Clark
2019-11-26
27
-199
/
+190
*
freedreno/a6xx: Log the tiling mode in resource layout debug.
Eric Anholt
2019-11-26
1
-2
/
+2
*
freedreno: Convert the slice struct to the new resource header.
Eric Anholt
2019-11-26
23
-71
/
+43
*
freedreno: Introduce a resource layout header.
Eric Anholt
2019-11-26
1
-0
/
+164
*
freedreno: Introduce a fd_resource_tile_mode() helper.
Eric Anholt
2019-11-26
8
-36
/
+24
*
freedreno: Introduce a fd_resource_layer_stride() helper.
Eric Anholt
2019-11-26
2
-11
/
+15
*
freedreno: use rsc->slice accessor everywhere
Rob Clark
2019-11-26
14
-45
/
+58
*
nir: Make algebraic backtrack and reprocess after a replacement.
Eric Anholt
2019-11-26
2
-22
/
+97
*
nir: Refactor algebraic's block walk
Eric Anholt
2019-11-26
1
-31
/
+31
*
nir: Maintain the algebraic automaton's state as we work.
Connor Abbott
2019-11-26
2
-38
/
+78
*
etnaviv: support 3d/array/integer formats in texture descriptors
Jonathan Marek
2019-11-26
1
-3
/
+19
*
etnaviv: blt: fix partial ZS clears with TS
Jonathan Marek
2019-11-26
1
-4
/
+7
*
aco: don't value-number instructions from within a loop with ones after the l...
Daniel Schürmann
2019-11-26
1
-1
/
+6
*
aco: set dlc/glc correctly for image loads
Rhys Perry
2019-11-26
1
-0
/
+3
[prev]
[next]