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
Commit message (
Expand
)
Author
Age
Files
Lines
*
meson: wayland-egl depends on wayland-client
Daniel Stone
2017-10-26
1
-0
/
+1
*
freedreno: implement pipe->invalidate_resource()
Rob Clark
2017-10-26
2
-1
/
+28
*
freedreno: GL_ARB_texture_barrier
Rob Clark
2017-10-26
2
-1
/
+13
*
freedreno/a5xx: rename invalidate_resource()
Rob Clark
2017-10-26
1
-8
/
+9
*
freedreno/a5xx: mem2gmem is read-only for BO
Rob Clark
2017-10-26
1
-1
/
+1
*
freedreno: small rename
Rob Clark
2017-10-26
1
-4
/
+4
*
radeon/video: add gfx9 offsets when rejoin the video surface
Leo Liu
2017-10-26
1
-1
/
+4
*
radv: only copy the dynamic states that changed
Samuel Pitoiset
2017-10-26
1
-23
/
+69
*
radv: store the dynamic state mask into radv_dynamic_state
Samuel Pitoiset
2017-10-26
3
-7
/
+12
*
radv: only emit the depth bounds test values when set dynamically
Samuel Pitoiset
2017-10-26
1
-2
/
+1
*
glsl/linker: Fix type checks for location aliasing
Iago Toral Quiroga
2017-10-26
1
-3
/
+19
*
glsl/linker: refactor check_location_aliasing
Iago Toral Quiroga
2017-10-26
1
-64
/
+46
*
glsl/linker: validate explicit locations for SSO programs
Iago Toral Quiroga
2017-10-26
3
-0
/
+71
*
glsl/linker: generalize validate_explicit_variable_location for SSO
Iago Toral Quiroga
2017-10-26
1
-2
/
+16
*
glsl/linker: create a helper function to validate explicit locations
Iago Toral Quiroga
2017-10-26
1
-39
/
+55
*
glsl/linker: outputs in the same location must share auxiliary storage
Iago Toral Quiroga
2017-10-26
1
-6
/
+30
*
glsl/linker: outputs in the same location must share interpolation
Iago Toral Quiroga
2017-10-26
1
-4
/
+41
*
glsl/linker: fix location aliasing checks for interface variables
Iago Toral Quiroga
2017-10-26
1
-12
/
+33
*
glsl/linker: refactor link-time validation of output locations
Iago Toral Quiroga
2017-10-26
1
-55
/
+73
*
glsl/linker: report linker errors for invalid explicit locations on inputs
Iago Toral Quiroga
2017-10-26
1
-0
/
+7
*
ac/llvm: drop pointless wrappers around umsb/imsb
Dave Airlie
2017-10-26
1
-14
/
+2
*
ac/llvm: consolidate find lsb function.
Dave Airlie
2017-10-26
4
-54
/
+38
*
ac/llvm: drop v4f32empty. (v2)
Dave Airlie
2017-10-26
1
-12
/
+0
*
ac/llvm: add i1false/i1true to common code.
Dave Airlie
2017-10-26
3
-41
/
+33
*
ac/llvm: use the ac i32 0/1 and f32 0/1 llvm types.
Dave Airlie
2017-10-26
1
-60
/
+52
*
ac/nir: move lds declaration/load/store into shared code.
Dave Airlie
2017-10-26
5
-57
/
+55
*
st/mesa: enable nir path for all shaders.
Dave Airlie
2017-10-26
1
-9
/
+1
*
st/program: add support for gs/tes/tcs nir shaders.
Dave Airlie
2017-10-26
3
-4
/
+56
*
st/program: rework basic variant interface
Dave Airlie
2017-10-26
3
-15
/
+12
*
anv/entrypoints: Dump useful data if mako throws an exception
Jason Ekstrand
2017-10-25
1
-5
/
+17
*
nir/opt_intrinsics: Rework progress
Jason Ekstrand
2017-10-25
1
-5
/
+9
*
intel/compiler: Call nir_lower_system_values in brw_preprocess_nir
Jason Ekstrand
2017-10-25
3
-4
/
+2
*
i965/program: Move nir_lower_system_values higher up
Jason Ekstrand
2017-10-25
1
-1
/
+2
*
nir/lower_wpos_ytransform: Support system value intrinsics
Jason Ekstrand
2017-10-25
1
-0
/
+4
*
anv/pipeline: Call nir_lower_system_valaues after brw_preprocess_nir
Jason Ekstrand
2017-10-25
1
-1
/
+2
*
anv/pipeline: Drop nir_lower_clip_cull_distance_arrays
Jason Ekstrand
2017-10-25
1
-2
/
+0
*
anv/pipeline: Dump shader immedately after spirv_to_nir
Jason Ekstrand
2017-10-25
1
-0
/
+15
*
intel/eu: Use EXECUTE_1 for JMPI
Jason Ekstrand
2017-10-25
2
-2
/
+1
*
i965/fs: Add brw_reg_type_from_bit_size utility method
Alejandro Piñeiro
2017-10-25
1
-5
/
+64
*
i965/fs/nir: Use the nir_src_bit_size helper
Jason Ekstrand
2017-10-25
1
-9
/
+3
*
intel/fs: Handle flag read/write aliasing in needs_src_copy
Jason Ekstrand
2017-10-25
1
-1
/
+3
*
clover: Fix compilation after clang r315871
Jan Vesely
2017-10-25
2
-5
/
+12
*
glsl_to_tgsi: remove unused glsl_version variable
Marek Olšák
2017-10-26
1
-3
/
+0
*
radv: Compute ac keys from pipeline key.
Bas Nieuwenhuizen
2017-10-26
1
-72
/
+41
*
radv: Add single pipeline cache key.
Bas Nieuwenhuizen
2017-10-26
3
-8
/
+55
*
radv: Don't compute as_ls/as_es before hashing.
Bas Nieuwenhuizen
2017-10-26
1
-14
/
+12
*
glsl_to_nir: Zero nir_constant in constant_copy for valgrind & nir_serialize
Jordan Justen
2017-10-25
1
-1
/
+1
*
glsl_to_nir: Zero nir_variable struct for valgrind & nir_serialize
Jordan Justen
2017-10-25
1
-1
/
+1
*
nir: Zero nir_load_const_instr::value for valgrind & nir_serialize
Jordan Justen
2017-10-25
1
-1
/
+1
*
intel/nir: Zero local index const struct for valgrind & nir_serialize
Jordan Justen
2017-10-25
1
-0
/
+1
[next]