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
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
/
brw_vec4_visitor.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Move the back-end compiler to src/intel/compiler
Jason Ekstrand
2017-03-13
1
-1917
/
+0
*
i965: remove unused brw_program.h include
Emil Velikov
2017-03-13
1
-1
/
+0
*
i965: Avoid int64 induced warnings
Dave Airlie
2017-01-20
1
-0
/
+2
*
i965/vec4: make emit_pull_constant_load support 64-bit loads
Iago Toral Quiroga
2017-01-03
1
-36
/
+44
*
i965/vec4: fix move_uniform_array_access_to_pull_constant() for 64-bit data
Iago Toral Quiroga
2017-01-03
1
-2
/
+18
*
i965/vec4: fix scratch writes for 64bit data
Iago Toral Quiroga
2017-01-03
1
-9
/
+55
*
i965/vec4: fix scratch reads for 64bit data
Iago Toral Quiroga
2017-01-03
1
-2
/
+14
*
i965/vec4: fix scratch offset for 64bit data
Iago Toral Quiroga
2017-01-03
1
-6
/
+16
*
i965: move the group field from fs_inst to backend_instruction.
Iago Toral Quiroga
2017-01-03
1
-0
/
+1
*
i965/vec4: fix size_written for doubles
Iago Toral Quiroga
2017-01-03
1
-1
/
+2
*
i965: move exec_size from fs_instruction to backend_instruction
Iago Toral Quiroga
2017-01-03
1
-0
/
+1
*
treewide: s/comparitor/comparator/
Ilia Mirkin
2016-12-12
1
-14
/
+14
*
i965/vec4: Handle component qualifiers on non-generic varyings.
Kenneth Graunke
2016-11-22
1
-50
/
+33
*
i965/vec4: use byte_offset() instead of offset()
Iago Toral Quiroga
2016-10-27
1
-1
/
+1
*
i965: Silence unused parameter warnings
Ian Romanick
2016-10-17
1
-2
/
+1
*
i965/vec4: Assert that pull constant load offsets are 16B-aligned.
Francisco Jerez
2016-09-14
1
-0
/
+1
*
i965/vec4: Don't spill non-GRF-aligned register regions.
Francisco Jerez
2016-09-14
1
-0
/
+2
*
i965/vec4: Replace vec4_instruction::regs_written with ::size_written field i...
Francisco Jerez
2016-09-14
1
-1
/
+1
*
i965/vec4: Replace dst/src_reg::reg_offset with dst/src_reg::offset expressed...
Francisco Jerez
2016-09-14
1
-7
/
+7
*
intel: s/brw_device_info/gen_device_info/
Jason Ekstrand
2016-09-03
1
-1
/
+1
*
i965/vec4: add support for packing vs/gs/tes outputs
Timothy Arceri
2016-07-21
1
-3
/
+34
*
i965: Stop muging cube array lengths by 6
Jason Ekstrand
2016-07-20
1
-11
/
+4
*
i965: enable the emission of the DIM instruction
Samuel Iglesias Gonsálvez
2016-07-14
1
-0
/
+1
*
glsl/types: rename is_dual_slot_double to is_dual_slot_64bit.
Dave Airlie
2016-06-09
1
-2
/
+2
*
i965: fix double-precision vertex inputs measurement
Juan A. Suarez Romero
2016-05-24
1
-15
/
+51
*
i965/vec4: handle doubles in type_size_vec4()
Iago Toral Quiroga
2016-05-16
1
-8
/
+10
*
i965/vec4: Always split uniforms in array_access_to_pull_constants
Jason Ekstrand
2016-04-20
1
-1
/
+3
*
i965: Push everything if pull_param == NULL
Jason Ekstrand
2016-04-14
1
-0
/
+6
*
i965/vec4: Get rid of the uniform_size array
Jason Ekstrand
2016-04-14
1
-11
/
+0
*
i965/vec4: Use MOV_INDIRECT instead of reladdr for indirect push constants
Jason Ekstrand
2016-04-14
1
-45
/
+41
*
i965/vec4: Use UD rather than D for uniform indirects
Jason Ekstrand
2016-04-14
1
-5
/
+5
*
i965/vec4: Inline get_pull_constant_offset
Jason Ekstrand
2016-04-13
1
-23
/
+14
*
i965: Fix textureSize() depth value for 1 layer surfaces on Gen4-6.
Kenneth Graunke
2016-03-31
1
-4
/
+10
*
i965/vec4/nir: remove emit_untyped_surface_read and emit_untyped_atomic at br...
Alejandro Piñeiro
2016-03-08
1
-55
/
+0
*
i965: Lower min/max after optimization on Gen4/5.
Matt Turner
2016-02-17
1
-12
/
+2
*
glsl/types: Add support for function types
Jason Ekstrand
2016-02-13
1
-0
/
+1
*
i965/vec4: Plumb separate surfaces and samplers through from NIR
Jason Ekstrand
2016-02-09
1
-4
/
+8
*
i965: Make uniform offsets be in terms of bytes
Jason Ekstrand
2015-12-07
1
-2
/
+1
*
i965/vec4: Use a stride of 1 and byte offsets for UBOs
Jason Ekstrand
2015-12-07
1
-10
/
+3
*
i965/vec4: Use byte offsets for UBO pulls on Sandy Bridge
Jason Ekstrand
2015-12-07
1
-3
/
+3
*
i965: Clean up #includes in the compiler.
Matt Turner
2015-11-24
1
-2
/
+1
*
i965: Push down inclusion of brw_program.h.
Matt Turner
2015-11-24
1
-0
/
+1
*
i965: Use NIR for lowering texture swizzle
Jason Ekstrand
2015-11-23
1
-85
/
+8
*
i965: Enable EXT_shader_samples_identical
Ian Romanick
2015-11-19
1
-0
/
+7
*
i965/vec4: Replace src_reg(imm) constructors with brw_imm_*().
Matt Turner
2015-11-19
1
-47
/
+47
*
i965: Rename GRF to VGRF.
Matt Turner
2015-11-13
1
-8
/
+8
*
i965: Use brw_reg's nr field to store register number.
Matt Turner
2015-11-13
1
-20
/
+20
*
i965: Remove fixed_hw_reg field from backend_reg.
Matt Turner
2015-11-13
1
-2
/
+0
*
i965: Use immediate storage in inherited brw_reg.
Matt Turner
2015-11-13
1
-1
/
+1
*
i965: Make 'dw1' and 'bits' unnamed structures in brw_reg.
Matt Turner
2015-11-13
1
-1
/
+1
[next]