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
/
mesa
/
drivers
/
dri
/
i965
/
brw_vec4.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Eliminate brw_nir_lower_{inputs,outputs,io} functions.
Kenneth Graunke
2016-02-26
1
-3
/
+3
*
i965: Lower min/max after optimization on Gen4/5.
Matt Turner
2016-02-17
1
-0
/
+38
*
i965: Fix gl_DrawID in the vec4 backend.
Kenneth Graunke
2016-02-14
1
-5
/
+5
*
i965: Rename optimizer debug 00 filename
Ben Widawsky
2016-02-12
1
-1
/
+1
*
i965/vec4: Drop support for ATTR as an instruction destination.
Kenneth Graunke
2016-02-09
1
-16
/
+0
*
i965: Apply VS attribute workarounds in NIR.
Kenneth Graunke
2016-02-09
1
-0
/
+3
*
i965: Explicitly write the "TR DS Cache Disable" bit at TCS EOT.
Kenneth Graunke
2016-02-09
1
-1
/
+1
*
i965/fs/generator: Take an actual shader stage rather than a string
Jason Ekstrand
2016-01-15
1
-1
/
+1
*
i965: Make an is_scalar boolean in brw_compile_vs().
Kenneth Graunke
2016-01-14
1
-5
/
+5
*
i965: Move 3-src subnr swizzle handling into the vec4 backend.
Kenneth Graunke
2016-01-02
1
-0
/
+13
*
i965: Add support for gl_DrawIDARB and enable extension
Kristian Høgsberg Kristensen
2015-12-29
1
-1
/
+12
*
i965: Add support for gl_BaseVertexARB and gl_BaseInstanceARB
Kristian Høgsberg Kristensen
2015-12-29
1
-2
/
+5
*
i965: Don't set interleave or complete on TCS EOT message.
Kenneth Graunke
2015-12-28
1
-0
/
+1
*
i965: Relase input URB Handles on Gen7/7.5 when TCS threads finish.
Kenneth Graunke
2015-12-28
1
-0
/
+1
*
i965: Port tessellation evaluation shaders to vec4 mode.
Kenneth Graunke
2015-12-28
1
-0
/
+1
*
i965: Add tessellation control shaders.
Kenneth Graunke
2015-12-22
1
-1
/
+9
*
i965: Add src/dst interference for certain instructions with hazards.
Kenneth Graunke
2015-11-30
1
-0
/
+29
*
i965: Clean up #includes in the compiler.
Matt Turner
2015-11-24
1
-7
/
+0
*
i965: Prevent implicit upcasts to brw_reg.
Matt Turner
2015-11-24
1
-2
/
+3
*
i965: Use scope operator to ensure brw_reg is interpreted as a type.
Matt Turner
2015-11-24
1
-2
/
+2
*
i965: Use implicit backend_reg copy-constructor.
Matt Turner
2015-11-24
1
-4
/
+2
*
i965: Add and use backend_reg::equals().
Matt Turner
2015-11-24
1
-4
/
+2
*
i965: Use nir_lower_tex for texture coordinate lowering
Jason Ekstrand
2015-11-23
1
-0
/
+2
*
i965: Move postprocess_nir to codegen time
Jason Ekstrand
2015-11-23
1
-1
/
+5
*
i965: Drop IMM fs_reg/src_reg -> brw_reg conversions.
Matt Turner
2015-11-19
1
-5
/
+1
*
i965/vec4: Replace src_reg(imm) constructors with brw_imm_*().
Matt Turner
2015-11-19
1
-55
/
+12
*
i965: Convert scalar_* flags to a scalar_stage array.
Kenneth Graunke
2015-11-16
1
-2
/
+2
*
i965: Use BRW_MRF_COMPR4 macro in more places.
Matt Turner
2015-11-13
1
-1
/
+1
*
i965: Combine register file field.
Matt Turner
2015-11-13
1
-10
/
+6
*
i965: Replace HW_REG with ARF/FIXED_GRF.
Matt Turner
2015-11-13
1
-83
/
+58
*
i965: Rename GRF to VGRF.
Matt Turner
2015-11-13
1
-16
/
+16
*
i965: Use brw_reg's nr field to store register number.
Matt Turner
2015-11-13
1
-52
/
+48
*
i965: Unwrap some lines.
Matt Turner
2015-11-13
1
-4
/
+1
*
i965/vec4: Remove swizzle/writemask fields from src/dst_reg.
Matt Turner
2015-11-13
1
-2
/
+0
*
i965: Remove fixed_hw_reg field from backend_reg.
Matt Turner
2015-11-13
1
-63
/
+47
*
i965: Use immediate storage in inherited brw_reg.
Matt Turner
2015-11-13
1
-19
/
+20
*
i965: Make 'dw1' and 'bits' unnamed structures in brw_reg.
Matt Turner
2015-11-13
1
-20
/
+20
*
i965: Print force_writemask_all in dump_instructions().
Kenneth Graunke
2015-11-11
1
-0
/
+3
*
i965/vec4/skl+: Use ld2dms_w instead of ld2dms
Neil Roberts
2015-11-05
1
-0
/
+1
*
i965: Replace default case with list of enum values.
Matt Turner
2015-11-02
1
-8
/
+11
*
i965/vec4: Wrap vec4_generator in a C function.
Kenneth Graunke
2015-10-29
1
-3
/
+3
*
i965/vec4: Convert src_reg/dst_reg to brw_reg at the end of the visitor.
Kenneth Graunke
2015-10-29
1
-0
/
+86
*
i965: remove unneeded src_reg copy in emit_shader_time_write
Emil Velikov
2015-10-28
1
-1
/
+1
*
i965/vec4: print predicate control at brw_vec4 dump_instruction
Alejandro Piñeiro
2015-10-22
1
-2
/
+3
*
i965/vec4: adding vec4_cmod_propagation optimization
Alejandro Piñeiro
2015-10-22
1
-0
/
+1
*
i965: Remove block arg from foreach_inst_in_block_*_starting_from
Neil Roberts
2015-10-21
1
-1
/
+1
*
i965: Extract can_change_source_types() functions.
Matt Turner
2015-10-19
1
-0
/
+12
*
i965/vs: Move URB entry_size and read_length calculations to compile_vs
Jason Ekstrand
2015-10-19
1
-0
/
+34
*
i965: Rename brw_foo_emit to brw_compile_foo
Jason Ekstrand
2015-10-19
1
-10
/
+10
*
i965/vs: Rework vs_emit to take a nir_shader and a brw_compiler
Jason Ekstrand
2015-10-19
1
-43
/
+27
[next]