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_fs.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Make uniform offsets be in terms of bytes
Jason Ekstrand
2015-12-07
1
-3
/
+1
*
i965/fs: Use a stride of 1 and byte offsets for UBOs
Jason Ekstrand
2015-12-07
1
-8
/
+8
*
i965: Add src/dst interference for certain instructions with hazards.
Kenneth Graunke
2015-11-30
1
-0
/
+65
*
i965: Fix fragment shader struct inputs.
Kenneth Graunke
2015-11-25
1
-78
/
+79
*
i965: Clean up #includes in the compiler.
Matt Turner
2015-11-24
1
-13
/
+0
*
i965: Compile brw_cs_fill_local_id_payload() as C.
Matt Turner
2015-11-24
1
-36
/
+0
*
i965: Push down inclusion of brw_program.h.
Matt Turner
2015-11-24
1
-0
/
+1
*
i965: Prevent implicit upcasts to brw_reg.
Matt Turner
2015-11-24
1
-1
/
+2
*
i965: Use scope operator to ensure brw_reg is interpreted as a type.
Matt Turner
2015-11-24
1
-1
/
+1
*
i965: Add and use backend_reg::equals().
Matt Turner
2015-11-24
1
-2
/
+1
*
i965: Use nir_lower_tex for texture coordinate lowering
Jason Ekstrand
2015-11-23
1
-0
/
+4
*
i965: Move postprocess_nir to codegen time
Jason Ekstrand
2015-11-23
1
-2
/
+9
*
i965/fs: print non-1 strides when dumping instructions
Connor Abbott
2015-11-23
1
-0
/
+12
*
i965/fs: Replace fs_reg(imm) constructors with brw_imm_*().
Matt Turner
2015-11-19
1
-74
/
+26
*
i965: Allow indirect GS input indexing in the scalar backend.
Kenneth Graunke
2015-11-18
1
-17
/
+0
*
i965: Add assertion for src_stencil payload size
Ben Widawsky
2015-11-17
1
-0
/
+6
*
i965: Introduce a MOV_INDIRECT opcode.
Kenneth Graunke
2015-11-14
1
-0
/
+28
*
i965: Add a SHADER_OPCODE_URB_READ_SIMD8_PER_SLOT opcode.
Kenneth Graunke
2015-11-13
1
-0
/
+2
*
i965: Make convert_attr_sources_to_hw_regs handle stride == 0.
Kenneth Graunke
2015-11-13
1
-1
/
+2
*
i965: Combine register file field.
Matt Turner
2015-11-13
1
-3
/
+2
*
i965: Replace HW_REG with ARF/FIXED_GRF.
Matt Turner
2015-11-13
1
-67
/
+53
*
i965/fs: Set stride correctly for immediates in fs_reg(brw_reg).
Matt Turner
2015-11-13
1
-0
/
+6
*
i965: Rename GRF to VGRF.
Matt Turner
2015-11-13
1
-52
/
+52
*
i965: Use brw_reg's nr field to store register number.
Matt Turner
2015-11-13
1
-82
/
+81
*
i965: Unwrap some lines.
Matt Turner
2015-11-13
1
-4
/
+1
*
i965: Remove fixed_hw_reg field from backend_reg.
Matt Turner
2015-11-13
1
-48
/
+45
*
i965: Use immediate storage in inherited brw_reg.
Matt Turner
2015-11-13
1
-40
/
+40
*
i965: Make 'dw1' and 'bits' unnamed structures in brw_reg.
Matt Turner
2015-11-13
1
-37
/
+37
*
i965: Print force_writemask_all in dump_instructions().
Kenneth Graunke
2015-11-11
1
-0
/
+3
*
i965: Fix scalar VS float[] and vec2[] output arrays.
Kenneth Graunke
2015-11-05
1
-0
/
+13
*
i965/fs: Do not mark used direct surfaces in UNIFORM_PULL_CONSTANT_LOAD
Iago Toral Quiroga
2015-11-05
1
-1
/
+1
*
i965/fs: Do not mark direct used surfaces in VARYING_PULL_CONSTANT_LOAD
Iago Toral Quiroga
2015-11-05
1
-3
/
+4
*
i965/fs/skl+: Fix calculating gl_SampleID for 16x MSAA
Neil Roberts
2015-11-05
1
-1
/
+7
*
i965/fs/skl+: Use ld2dms_w instead of ld2dms
Neil Roberts
2015-11-05
1
-2
/
+40
*
i965: Add scalar geometry shader support.
Kenneth Graunke
2015-11-03
1
-14
/
+194
*
i965: Replace default case with list of enum values.
Matt Turner
2015-11-02
1
-10
/
+3
*
i965/fs: move the fs_reg::smear() from get_timestamp() to the callers
Emil Velikov
2015-10-30
1
-12
/
+17
*
i965: always run the post-RA scheduler
Connor Abbott
2015-10-30
1
-2
/
+1
*
i965/fs: Use group(4, 0) to emit an exec-size 4 MOV.
Matt Turner
2015-10-29
1
-2
/
+3
*
i965: Implement ARB_fragment_layer_viewport.
Kenneth Graunke
2015-10-28
1
-1
/
+6
*
i965/fs: Properly check for PAD in fragment shaders with > 16 varyings.
Kenneth Graunke
2015-10-28
1
-4
/
+1
*
i965/fs: Use unsigned immediate 0 when eliminating SHADER_OPCODE_FIND_LIVE_CH...
Kristian Høgsberg Kristensen
2015-10-23
1
-1
/
+1
*
i965: Don't use message headers for untyped reads
Kristian Høgsberg Kristensen
2015-10-23
1
-1
/
+1
*
i965/fs: Trim unneeded channels in SampleID setup.
Matt Turner
2015-10-22
1
-6
/
+6
*
i965/fs: Use type-W for immediate in SampleID setup.
Matt Turner
2015-10-22
1
-2
/
+2
*
i965: Implement ARB_shader_stencil_export (gen9+)
Ben Widawsky
2015-10-21
1
-0
/
+14
*
i965/fs: Enumerate logical fb writes arguments
Ben Widawsky
2015-10-21
1
-12
/
+15
*
i965: Introduce a new SHADER_OPCODE_URB_READ_SIMD8 opcode.
Kenneth Graunke
2015-10-21
1
-0
/
+2
*
i965: Introduce new SHADER_OPCODE_URB_WRITE_SIMD8_MASKED/PER_SLOT opcodes.
Kenneth Graunke
2015-10-21
1
-0
/
+9
*
i965/fs: Disable opt_sampler_eot for more message types
Neil Roberts
2015-10-21
1
-6
/
+8
[next]