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
*
anv: Drop unused local variable
Caio Marcelo de Oliveira Filho
2019-08-23
1
-1
/
+0
*
intel/compiler: Silence maybe-uninitialized warning in GCC 9.1.1
Caio Marcelo de Oliveira Filho
2019-08-23
1
-1
/
+3
*
intel/nir: Add a helper for getting BRW_AOP from an intrinsic
Jason Ekstrand
2019-08-21
4
-170
/
+78
*
nir: Add explicit signs to image min/max intrinsics
Jason Ekstrand
2019-08-21
3
-18
/
+38
*
intel/compiler: Fix resource leak in error path
Danylo Piliaiev
2019-08-15
1
-0
/
+1
*
intel/fs: Add SLM size to brw_cs_prog_data
Jason Ekstrand
2019-08-12
2
-0
/
+2
*
intel/compiler: Fill a compiler statistics struct
Jason Ekstrand
2019-08-12
10
-20
/
+66
*
intel/fs: add 64 bit integer multiplication lowering
Paulo Zanoni
2019-08-12
2
-4
/
+70
*
intel/compiler: invert the logic of lower_integer_multiplication()
Paulo Zanoni
2019-08-12
1
-13
/
+10
*
intel/compiler: don't instantiate a builder for each instruction
Paulo Zanoni
2019-08-12
2
-12
/
+10
*
intel/compiler: extract subfunctions of lower_integer_multiplication()
Paulo Zanoni
2019-08-12
2
-186
/
+197
*
nir: merge and extend nir_opt_move_comparisons and nir_opt_move_load_ubo
Rhys Perry
2019-08-12
1
-1
/
+1
*
anv,i965,iris: deduplicate setting of total_shared
Rhys Perry
2019-08-08
1
-0
/
+1
*
intel/compiler: add ability to override shader's assembly
Danylo Piliaiev
2019-08-05
4
-12
/
+85
*
intel/nir: Add 1-bit opcodes to brw_cmod_for_nir_comparison_op
Jason Ekstrand
2019-08-03
1
-0
/
+10
*
intel/nir: Add a common nir comparison -> cmod helper
Jason Ekstrand
2019-08-03
4
-82
/
+47
*
meson: drop unused dep_{thread,dl}
Eric Engestrom
2019-08-03
1
-1
/
+1
*
meson: replace libmesa_util with idep_mesautil
Eric Engestrom
2019-08-03
1
-2
/
+2
*
intel/ir: Fix CFG corruption in opt_predicated_break().
Francisco Jerez
2019-08-01
2
-9
/
+0
*
intel/device: rename gen_get_device_info
Mark Janes
2019-08-01
1
-1
/
+1
*
iris: add support for gl_ClipVertex in tess eval shaders
Timothy Arceri
2019-08-01
1
-0
/
+9
*
iris: add support for gl_ClipVertex in geometry shaders
Timothy Arceri
2019-08-01
1
-0
/
+9
*
intel/vec4: Drop all of the 64-bit varying code
Jason Ekstrand
2019-07-31
4
-200
/
+47
*
intel/fs: Drop all of the 64-bit varying code
Jason Ekstrand
2019-07-31
2
-363
/
+139
*
intel: Use NIR to lower 64-bit varying access
Jason Ekstrand
2019-07-31
1
-6
/
+11
*
tree-wide: replace MAYBE_UNUSED with ASSERTED
Eric Engestrom
2019-07-31
5
-12
/
+12
*
intel/fs: Implement quad_swap_horizontal with a swizzle on gen7
Jason Ekstrand
2019-07-30
1
-7
/
+20
*
intel/fs: Use ALIGN16 instructions for all derivatives on gen <= 7
Jason Ekstrand
2019-07-30
2
-24
/
+65
*
i965/fs: Print the scheduler mode.
Matt Turner
2019-07-30
4
-8
/
+28
*
i965/fs: Add a shader_stats struct.
Matt Turner
2019-07-30
9
-27
/
+29
*
intel: Use a system value for gl_FragCoord
Jason Ekstrand
2019-07-29
3
-11
/
+8
*
intel/fs: Remove calculate_urb_setup from fs_visitor
Jason Ekstrand
2019-07-29
2
-14
/
+8
*
nir,intel: lower if (cond) demote() to new intrinsic demote_if(cond)
Daniel Schürmann
2019-07-24
1
-1
/
+3
*
i965: Use NIR to lower legacy userclipping.
Kenneth Graunke
2019-07-24
7
-158
/
+3
*
intel/compiler: Allow for required subgroup sizes
Jason Ekstrand
2019-07-24
3
-6
/
+42
*
intel/compiler: Allow for varying subgroup sizes
Jason Ekstrand
2019-07-24
3
-2
/
+26
*
intel/compiler: Be more conservative about subgroup sizes in GL
Jason Ekstrand
2019-07-24
8
-13
/
+50
*
intel/compiler: Lower gl_SubgroupSize in postprocess_nir
Jason Ekstrand
2019-07-24
1
-2
/
+7
*
intel/nir: Make brw_nir_apply_sampler_key more generic
Jason Ekstrand
2019-07-24
7
-16
/
+26
*
intel/compiler: don't use a keyword struct for a class fs_reg
Andrii Simiklit
2019-07-24
1
-1
/
+1
*
intel/fs: Stop stack allocating large arrays
Jason Ekstrand
2019-07-22
1
-6
/
+12
*
intel/compiler: Use nir_opt_conditional_discard
Caio Marcelo de Oliveira Filho
2019-07-22
1
-0
/
+1
*
intel/fs: Use a strided MOV instead of a conversion for load_* destinations
Jason Ekstrand
2019-07-17
1
-5
/
+3
*
intel/fs: Properly stride NULL replacement regs in DCE
Jason Ekstrand
2019-07-17
1
-1
/
+2
*
st,i965: Stop looping on 64-bit lowering
Jason Ekstrand
2019-07-16
2
-13
/
+5
*
nir,intel: Add support for lowering 64-bit nir_opt_extract_*
Jason Ekstrand
2019-07-15
1
-1
/
+2
*
intel: Run the optimization loop before and after lowering int64
Jason Ekstrand
2019-07-13
1
-1
/
+3
*
intel/compiler: remove abandoned comments
Andres Gomez
2019-07-12
1
-3
/
+0
*
nir: intel/vec4: Add flag to disable some algebraic optimizations
Ian Romanick
2019-07-11
1
-0
/
+1
*
intel/vec4: Try to emit immediate sources for MOV
Ian Romanick
2019-07-11
1
-4
/
+14
[next]