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
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/glsl_to_nir: use nir based program resource list builder
Timothy Arceri
2019-12-13
8
-10
/
+20
*
st/glsl_to_nir: call gl_nir_lower_buffers() a little later
Timothy Arceri
2019-12-13
1
-1
/
+2
*
glsl: add subroutine support to nir_build_program_resource_list()
Timothy Arceri
2019-12-13
1
-2
/
+31
*
glsl: add support for named varyings in nir_build_program_resource_list()
Timothy Arceri
2019-12-13
1
-15
/
+286
*
glsl: copy the new data fields when converting to nir
Timothy Arceri
2019-12-13
1
-0
/
+4
*
nir: add some fields to nir_variable_data
Timothy Arceri
2019-12-13
1
-0
/
+28
*
glsl: copy the how_declared field when converting to nir
Timothy Arceri
2019-12-13
1
-0
/
+10
*
glsl: move nir_remap_dual_slot_attributes() call out of glsl_to_nir()
Timothy Arceri
2019-12-13
3
-7
/
+16
*
i965: Enable GL_EXT_gpu_shader4 on Gen6+
Jason Ekstrand
2019-12-12
1
-0
/
+1
*
radv: enable SpvCapabilityImageMSArray
Samuel Pitoiset
2019-12-12
1
-0
/
+1
*
panfrost: Add routines to calculate stack size/shift
Alyssa Rosenzweig
2019-12-12
2
-0
/
+31
*
panfrost: Split stack_shift nibble from unk0
Alyssa Rosenzweig
2019-12-12
3
-2
/
+5
*
panfrost: Rename unknown_address_0 -> scratchpad
Alyssa Rosenzweig
2019-12-12
3
-3
/
+4
*
panfrost: Describe thread local storage sizing rules
Alyssa Rosenzweig
2019-12-12
3
-1
/
+82
*
pan/midgard: Fix shift for TLS access
Alyssa Rosenzweig
2019-12-12
1
-2
/
+18
*
pan/midgard: Simplify and fix vector copyprop
Alyssa Rosenzweig
2019-12-12
1
-14
/
+5
*
pan/midgard: Don't try to free NULL in LCRA
Alyssa Rosenzweig
2019-12-12
1
-0
/
+3
*
pan/midgard: Force alignment for csel_v
Alyssa Rosenzweig
2019-12-12
1
-0
/
+8
*
pan/midgard: Don't use no_spill for memory spill src
Alyssa Rosenzweig
2019-12-12
1
-2
/
+4
*
pan/midgard: Use no_spill bitmask
Alyssa Rosenzweig
2019-12-12
2
-15
/
+16
*
pan/midgard: Dynamically allocate r26/27 for spills
Alyssa Rosenzweig
2019-12-12
2
-5
/
+10
*
pan/midgard: Remove code marked "TODO: remove me"
Alyssa Rosenzweig
2019-12-12
1
-5
/
+0
*
pan/midgard: Remove consecutive_skip code
Alyssa Rosenzweig
2019-12-12
1
-18
/
+8
*
pan/midgard: Move bounds checking into LCRA
Alyssa Rosenzweig
2019-12-12
2
-9
/
+5
*
pan/midgard: Remove spill cost heuristic
Alyssa Rosenzweig
2019-12-12
1
-21
/
+0
*
pan/midgard: Simplify spillability test
Alyssa Rosenzweig
2019-12-12
1
-27
/
+9
*
pan/midgard: Split spill node selection/spilling
Alyssa Rosenzweig
2019-12-12
1
-20
/
+30
*
pan/midgard: Move spilling code out of scheduler
Alyssa Rosenzweig
2019-12-12
7
-339
/
+380
*
st/mesa: Don't access members of NULL pointers
Tomeu Vizoso
2019-12-12
2
-2
/
+2
*
panfrost: Don't lose bits!
Tomeu Vizoso
2019-12-12
1
-4
/
+4
*
util: Don't access members of NULL pointers
Tomeu Vizoso
2019-12-12
1
-5
/
+10
*
nir: Don't copy empty array
Tomeu Vizoso
2019-12-12
1
-2
/
+4
*
pan/midgard: Remove undefined behavior
Tomeu Vizoso
2019-12-12
1
-1
/
+1
*
panfrost: Hold a reference to sampler views
Tomeu Vizoso
2019-12-12
1
-3
/
+9
*
gallium/swr: Fix Windows build
Jan Zielinski
2019-12-12
1
-1
/
+4
*
ac/nir: fix out-of-bound access when loading constants from global
Samuel Pitoiset
2019-12-12
1
-4
/
+14
*
anv: fix assumptions about temporary fence payload
Lionel Landwerlin
2019-12-12
1
-9
/
+14
*
anv: fix fence underlying primitive checks
Lionel Landwerlin
2019-12-12
1
-3
/
+13
*
vtn/opencl: add shuffle/shuffle support
Dave Airlie
2019-12-12
1
-1
/
+52
*
vtn: convert vload/store to single value loops
Dave Airlie
2019-12-12
1
-11
/
+20
*
iris: Default to X-tiling for scanout buffers without modifiers
Kenneth Graunke
2019-12-11
1
-0
/
+2
*
llvmpipe: enable ARB_shader_draw_parameters.
Dave Airlie
2019-12-12
1
-1
/
+2
*
gallivm: fixup base_vertex support
Dave Airlie
2019-12-12
3
-3
/
+8
*
gallivm/draw: add support for draw_id system value.
Dave Airlie
2019-12-12
9
-3
/
+19
*
gallivm: add base instance sysval support
Dave Airlie
2019-12-12
5
-4
/
+14
*
nv50/ir: implement global atomics and handle it for nir
Karol Herbst
2019-12-11
2
-4
/
+40
*
nir: handle nir_deref_type_ptr_as_array in rematerialize_deref_in_block
Karol Herbst
2019-12-11
1
-0
/
+1
*
spirv: add OpLifetime*
Rob Clark
2019-12-11
1
-0
/
+4
*
clover/spirv: allow Int64 Atomics for supported devices
Karol Herbst
2019-12-11
1
-0
/
+6
*
clover/nir: set spirv environment to OpenCL
Karol Herbst
2019-12-11
1
-0
/
+1
[next]