index
:
~mattst88/mesa
add-f-d-d
arb_gpu_shader5
ballot
bug-109404
compact
dead/csel
dead/double-scheduler
dead/g45-transposed-read
dead/i965-sched-v3
dead/lround
dead/lround2
dead/lvn
dead/nir-vec4-rc
dead/pspom
dead/spf
dead/validate-old
dead/vec4-neg-mul-cse
dead/vec4-rc
dead/vector-logic
deferred/locking
deferred/no-peephole-sel
double-scheduler
experiment/brwinst-struct
experiment/cfg
experiment/demorgan-reverse
experiment/fsgenerator
experiment/glsl_ir_ssa
experiment/opt-1-minus-x-into-swiz
experiment/sample_lz
experiment/single-i965-gen
experiment/ssa
experiment/ssa-before-fixups
for-mark
for-rafael
fp64
jenkins
lvn
master
musl
sched
sched-eot
single-i965-gen
tag/oct-18-2013
tag/oct-2-2014
tag/oct-2-2014-2
vec4-lower-int-mul
vf-component-packing
wip/arb_shader_group_vote
wip/bool
wip/const-vf
wip/const-vf2
wip/dot
wip/gen4-optimize-int-conv
wip/lround
wip/nir-gvn
wip/nir-optimization-progress
wip/packing
wip/pending-scheduler
wip/predicate-block
wip/sample_lz
wip/sched-eot
wip/unorm
wip/validate
wip/vec4-builder
wip/vec4-lower-int-mul
mattst88's mesa repository
mattst88
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-26
util: use OpenBSD/NetBSD code on FreeBSD/DragonFly
Greg V
1
-1
/
+2
2017-10-26
winsys/svga/drm: add ERESTART define for *BSD
Greg V
1
-0
/
+5
2017-10-26
loader: use drmGetDeviceNameFromFd2 from libdrm
Greg V
1
-35
/
+1
2017-10-26
meson: wayland-egl depends on wayland-client
Daniel Stone
1
-0
/
+1
2017-10-26
freedreno: implement pipe->invalidate_resource()
Rob Clark
2
-1
/
+28
2017-10-26
freedreno: GL_ARB_texture_barrier
Rob Clark
2
-1
/
+13
2017-10-26
freedreno/a5xx: rename invalidate_resource()
Rob Clark
1
-8
/
+9
2017-10-26
freedreno/a5xx: mem2gmem is read-only for BO
Rob Clark
1
-1
/
+1
2017-10-26
freedreno: small rename
Rob Clark
1
-4
/
+4
2017-10-26
radeon/video: add gfx9 offsets when rejoin the video surface
Leo Liu
1
-1
/
+4
2017-10-26
radv: only copy the dynamic states that changed
Samuel Pitoiset
1
-23
/
+69
2017-10-26
radv: store the dynamic state mask into radv_dynamic_state
Samuel Pitoiset
3
-7
/
+12
2017-10-26
radv: only emit the depth bounds test values when set dynamically
Samuel Pitoiset
1
-2
/
+1
2017-10-26
glsl/linker: Fix type checks for location aliasing
Iago Toral Quiroga
1
-3
/
+19
2017-10-26
glsl/linker: refactor check_location_aliasing
Iago Toral Quiroga
1
-64
/
+46
2017-10-26
glsl/linker: validate explicit locations for SSO programs
Iago Toral Quiroga
3
-0
/
+71
2017-10-26
glsl/linker: generalize validate_explicit_variable_location for SSO
Iago Toral Quiroga
1
-2
/
+16
2017-10-26
glsl/linker: create a helper function to validate explicit locations
Iago Toral Quiroga
1
-39
/
+55
2017-10-26
glsl/linker: outputs in the same location must share auxiliary storage
Iago Toral Quiroga
1
-6
/
+30
2017-10-26
glsl/linker: outputs in the same location must share interpolation
Iago Toral Quiroga
1
-4
/
+41
2017-10-26
glsl/linker: fix location aliasing checks for interface variables
Iago Toral Quiroga
1
-12
/
+33
2017-10-26
glsl/linker: refactor link-time validation of output locations
Iago Toral Quiroga
1
-55
/
+73
2017-10-26
glsl/linker: report linker errors for invalid explicit locations on inputs
Iago Toral Quiroga
1
-0
/
+7
2017-10-26
ac/llvm: drop pointless wrappers around umsb/imsb
Dave Airlie
1
-14
/
+2
2017-10-26
ac/llvm: consolidate find lsb function.
Dave Airlie
4
-54
/
+38
2017-10-26
ac/llvm: drop v4f32empty. (v2)
Dave Airlie
1
-12
/
+0
2017-10-26
ac/llvm: add i1false/i1true to common code.
Dave Airlie
3
-41
/
+33
2017-10-26
ac/llvm: use the ac i32 0/1 and f32 0/1 llvm types.
Dave Airlie
1
-60
/
+52
2017-10-26
ac/nir: move lds declaration/load/store into shared code.
Dave Airlie
5
-57
/
+55
2017-10-26
st/mesa: enable nir path for all shaders.
Dave Airlie
1
-9
/
+1
2017-10-26
st/program: add support for gs/tes/tcs nir shaders.
Dave Airlie
3
-4
/
+56
2017-10-26
st/program: rework basic variant interface
Dave Airlie
3
-15
/
+12
2017-10-25
anv/entrypoints: Dump useful data if mako throws an exception
Jason Ekstrand
1
-5
/
+17
2017-10-25
nir/opt_intrinsics: Rework progress
Jason Ekstrand
1
-5
/
+9
2017-10-25
intel/compiler: Call nir_lower_system_values in brw_preprocess_nir
Jason Ekstrand
3
-4
/
+2
2017-10-25
i965/program: Move nir_lower_system_values higher up
Jason Ekstrand
1
-1
/
+2
2017-10-25
nir/lower_wpos_ytransform: Support system value intrinsics
Jason Ekstrand
1
-0
/
+4
2017-10-25
anv/pipeline: Call nir_lower_system_valaues after brw_preprocess_nir
Jason Ekstrand
1
-1
/
+2
2017-10-25
anv/pipeline: Drop nir_lower_clip_cull_distance_arrays
Jason Ekstrand
1
-2
/
+0
2017-10-25
anv/pipeline: Dump shader immedately after spirv_to_nir
Jason Ekstrand
1
-0
/
+15
2017-10-25
intel/eu: Use EXECUTE_1 for JMPI
Jason Ekstrand
2
-2
/
+1
2017-10-25
i965/fs: Add brw_reg_type_from_bit_size utility method
Alejandro Piñeiro
1
-5
/
+64
2017-10-25
i965/fs/nir: Use the nir_src_bit_size helper
Jason Ekstrand
1
-9
/
+3
2017-10-25
intel/fs: Handle flag read/write aliasing in needs_src_copy
Jason Ekstrand
1
-1
/
+3
2017-10-25
clover: Fix compilation after clang r315871
Jan Vesely
2
-5
/
+12
2017-10-26
glsl_to_tgsi: remove unused glsl_version variable
Marek Olšák
1
-3
/
+0
2017-10-26
radv: Compute ac keys from pipeline key.
Bas Nieuwenhuizen
1
-72
/
+41
2017-10-26
radv: Add single pipeline cache key.
Bas Nieuwenhuizen
3
-8
/
+55
2017-10-26
radv: Don't compute as_ls/as_es before hashing.
Bas Nieuwenhuizen
1
-14
/
+12
2017-10-25
glsl_to_nir: Zero nir_constant in constant_copy for valgrind & nir_serialize
Jordan Justen
1
-1
/
+1
[prev]
[next]