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
*
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
*
nir: Zero local_size const struct for valgrind & nir_serialize
Jordan Justen
2017-10-25
1
-0
/
+1
*
glsl: Add field initializers for glsl_struct_field default constructor
Jordan Justen
2017-10-25
1
-0
/
+7
*
compiler/types: Support [de]serializing void types
Jason Ekstrand
2017-10-25
1
-0
/
+3
*
nir/intrinsics: Set the correct num_indices for load_output
Jason Ekstrand
2017-10-25
1
-1
/
+1
*
glsl: move shader_cache type handling to glsl_types
Connor Abbott
2017-10-25
3
-171
/
+178
*
vulkan: Update headers and registry to 1.0.64
Alex Smith
2017-10-26
2
-28
/
+181
*
ac/nir: generate correct instruction for atomic min/max on unsigned images
Matthew Nicholls
2017-10-25
1
-2
/
+4
*
gallium/util: remove some block alignment assertions
Roland Scheidegger
2017-10-25
1
-8
/
+0
*
meson: be explicit about the version required
Eric Engestrom
2017-10-25
1
-2
/
+8
*
meson: add opt-out of libunwind
Erik Faye-Lund
2017-10-25
2
-1
/
+8
*
gles2: support for GL_EXT_occlusion_query_boolean
Harish Krupo
2017-10-25
3
-7
/
+76
*
mesa: enum checks for GL_EXT_occlusion_query_boolean
Tapani Pälli
2017-10-25
1
-0
/
+44
*
radv: print NIR before LLVM IR and disassembly
Samuel Pitoiset
2017-10-25
1
-7
/
+10
*
radv: Fix truncation issue hexifying the cache uuid for the disk cache.
Bas Nieuwenhuizen
2017-10-25
1
-2
/
+2
*
radv: enable lower to scalar nir pass
Timothy Arceri
2017-10-25
1
-0
/
+24
*
ac: add support for explicit component packing
Timothy Arceri
2017-10-25
1
-16
/
+52
*
i965: fix unused var warnings in release build
Timothy Arceri
2017-10-25
6
-32
/
+13
*
radv: use device name in cache creation like radeonsi.
Dave Airlie
2017-10-25
1
-2
/
+3
*
radv: use a define for the transition point between cp and compute shader
Dave Airlie
2017-10-25
1
-3
/
+9
*
docs: Mark GL_KHR_no_error as done.
Kenneth Graunke
2017-10-24
1
-1
/
+1
*
i965: Call gen6_upload_push_constants() even when the stage is disabled.
Kenneth Graunke
2017-10-24
2
-18
/
+16
*
i965: Drop a bunch of downcasting and upcasting of gl_program pointers.
Kenneth Graunke
2017-10-24
1
-19
/
+12
*
i965: Move _mesa_shader_write_subroutine_indices down a level.
Kenneth Graunke
2017-10-24
2
-6
/
+3
*
radv: only emit dfsm packets if dfsm is allowed.
Dave Airlie
2017-10-24
2
-3
/
+4
*
meson: build freedreno
Rob Clark
2017-10-24
6
-2
/
+263
*
meson: extract out variable for nir_algebraic.py
Rob Clark
2017-10-24
2
-1
/
+3
*
freedreno/ir3: use a flag instead of setting PYTHONPATH
Rob Clark
2017-10-24
3
-6
/
+23
*
i965: Don't disable CCS for RT dependencies when dispatching compute.
Kenneth Graunke
2017-10-24
3
-5
/
+5
*
i965: Fix memmem compiler warnings.
Eric Anholt
2017-10-24
1
-1
/
+2
*
freedreno: per-context fd_pipe
Rob Clark
2017-10-24
9
-12
/
+20
*
freedreno: rename pipe -> vsc_pipe
Rob Clark
2017-10-24
6
-15
/
+15
[next]