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
/
intel
/
compiler
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel/compiler/icl: Use invocation id bits 22:16 instead of 23:17
Topi Pohjolainen
2018-10-17
1
-2
/
+6
*
i965/fs: Add 64-bit int immediate support to dump_instructions()
Matt Turner
2018-10-16
2
-0
/
+8
*
intel: disable FS IR validation in release mode.
Kenneth Graunke
2018-10-15
1
-0
/
+2
*
intel/nir, freedreno/ir3: Use the separated dead write vars pass
Caio Marcelo de Oliveira Filho
2018-10-15
1
-0
/
+1
*
intel/vec4: Fix nir_op_b2[fi] with 64-bit result
Jason Ekstrand
2018-10-11
1
-1
/
+6
*
intel/fs: Fix nir_op_b2[fi] with 64-bit result on Gen8 LP and Gen9 LP
Jason Ekstrand
2018-10-11
1
-5
/
+5
*
intel: Introducing Whiskey Lake platform
Rodrigo Vivi
2018-10-11
1
-0
/
+1
*
intel: Don't propagate conditional modifiers if a UD source is negated
Jason Ekstrand
2018-10-10
5
-0
/
+50
*
intel/compiler: Don't handle fsign.sat
Ian Romanick
2018-10-09
2
-23
/
+3
*
intel/fs: Fix a typo in need_matching_subreg_offset
Jason Ekstrand
2018-10-02
1
-1
/
+1
*
intel/compiler: Export TCS passthrough creation
Caio Marcelo de Oliveira Filho
2018-09-25
2
-0
/
+86
*
intel/compiler/icl: Use barrier id bits 24:30 instead of 24:27,31
Topi Pohjolainen
2018-09-25
1
-3
/
+13
*
i965/fs: Don't propagate conditional modifiers from integer compares to adds
Ian Romanick
2018-09-17
1
-1
/
+9
*
Replace uses of _mesa_bitcount with util_bitcount
Dylan Baker
2018-09-07
5
-6
/
+11
*
nir: Drop the vs_inputs_dual_locations option
Jason Ekstrand
2018-09-06
1
-3
/
+0
*
intel/compiler: remove unused get_image_base_type()
Eric Engestrom
2018-09-06
1
-19
/
+0
*
i965/fs: include multisamplers on image_intrinsic_coord_components
Alejandro Piñeiro
2018-09-05
1
-0
/
+2
*
intel/compiler: rename brw_nir_lower_glsl_images
Alejandro Piñeiro
2018-09-05
1
-2
/
+2
*
intel/compiler: Remove redundant nir_remove_dead_variables call
Jason Ekstrand
2018-09-04
1
-2
/
+0
*
intel: compiler: remove dead local variables at optimization pass
Lionel Landwerlin
2018-09-03
1
-0
/
+5
*
i965/vec4: Clamp indirect tes input array reads with 0x0fffffff
Ian Romanick
2018-09-01
1
-1
/
+11
*
i965/vec4: Correctly handle uniform sources in generate_tes_add_indirect_urb_...
Ian Romanick
2018-09-01
1
-1
/
+14
*
intel: Introducing Amber Lake platform
Rodrigo Vivi
2018-08-31
1
-0
/
+1
*
intel/nir: Lowering image loads and stores trashes all metadata
Jason Ekstrand
2018-08-30
1
-2
/
+2
*
intel/compiler: Remove surface_idx from brw_image_param
Jason Ekstrand
2018-08-29
2
-13
/
+6
*
intel: Use TXS for image_size when we have a typed surface
Jason Ekstrand
2018-08-29
5
-4
/
+74
*
anv,i965: Lower away image derefs in the driver
Jason Ekstrand
2018-08-29
5
-118
/
+122
*
nir: Use a bitfield for image access qualifiers
Jason Ekstrand
2018-08-29
1
-1
/
+1
*
intel/compiler: Use two components for 1D array image sizes
Jason Ekstrand
2018-08-29
1
-23
/
+14
*
intel/compiler: Do image load/store lowering to NIR
Jason Ekstrand
2018-08-29
6
-1120
/
+882
*
i965/vec4: Emit BRW_AOP_INC or BRW_AOP_DEC for atomicAdd of +1 or -1
Ian Romanick
2018-08-28
1
-3
/
+16
*
i965/fs: Emit BRW_AOP_INC or BRW_AOP_DEC for imageAtomicAdd of +1 or -1
Ian Romanick
2018-08-28
1
-3
/
+9
*
i965/fs: Refactor image atomics to be a bit more like other atomics
Ian Romanick
2018-08-28
1
-40
/
+44
*
i965/fs: Emit BRW_AOP_INC or BRW_AOP_DEC for atomicAdd of +1 or -1
Ian Romanick
2018-08-28
1
-4
/
+23
*
intel/compiler: Silence unused parameter warnings in brw_eu.h
Ian Romanick
2018-08-28
1
-1
/
+1
*
i965: Add INTEL_fragment_shader_ordering support.
Kevin Rogovin
2018-08-28
1
-0
/
+1
*
intel/eu: print bytes instead of 32 bit hex value
Sagar Ghuge
2018-08-27
1
-17
/
+30
*
intel/nir: Enable nir_opt_find_array_copies
Jason Ekstrand
2018-08-23
2
-13
/
+28
*
intel/nir: Use nir_shrink_vec_array_vars
Jason Ekstrand
2018-08-23
1
-0
/
+1
*
intel/nir: Use the new structure and array splitting passes
Jason Ekstrand
2018-08-23
1
-0
/
+2
*
intel/compiler: Implement untyped atomic float min, max, and compare-swap dat...
Ian Romanick
2018-08-22
14
-1
/
+261
*
intel/compiler: Expand untyped atomic message type field by a bit
Ian Romanick
2018-08-22
3
-4
/
+9
*
intel/compiler: Silence unused parameter warnings
Ian Romanick
2018-08-22
5
-7
/
+5
*
Revert "intel/nir: Call nir_lower_io_to_scalar_early"
Jason Ekstrand
2018-08-15
1
-12
/
+5
*
meson: Build with Python 3
Mathieu Bridon
2018-08-10
1
-1
/
+1
*
intel: Fix SIMD16 unaligned payload GRF reads on Gen4-5.
Kenneth Graunke
2018-08-09
1
-0
/
+20
*
intel/compiler: Add brw_get_compiler_config_value for disk cache
Jordan Justen
2018-08-01
2
-0
/
+39
*
anv/pipeline: More aggressively optimize away color attachments
Jason Ekstrand
2018-08-01
1
-0
/
+1
*
intel/nir: Call nir_lower_io_to_scalar_early
Jason Ekstrand
2018-08-01
1
-5
/
+12
*
intel/nir: Split IO arrays into elements
Jason Ekstrand
2018-08-01
1
-0
/
+4
[next]