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_generator.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Unroll SIMD16 DDY_FINE on Sandybridge.
Kenneth Graunke
2016-04-25
1
-1
/
+5
*
i965/blorp: Prepare render target write for gen8
Topi Pohjolainen
2016-04-21
1
-4
/
+5
*
i965/fs: Add support for MOV_INDIRECT on pre-Broadwell hardware
Jason Ekstrand
2016-04-14
1
-13
/
+62
*
i965/fs: Don't force MASK_DISABLE on INDIRECT_MOV instructions
Jason Ekstrand
2016-04-14
1
-1
/
+0
*
i965/fs: Set exec size for gen7 pull const loads
Iago Toral Quiroga
2016-03-17
1
-0
/
+1
*
i965: Set dest type to UW for several send messages
Jordan Justen
2016-02-26
1
-1
/
+1
*
i965/fs: Plumb separate surfaces and samplers through from NIR
Jason Ekstrand
2016-02-09
1
-1
/
+1
*
i965/fs: Separate the sampler from the surface in generate_tex
Jason Ekstrand
2016-02-09
1
-6
/
+14
*
i965/fs: Implement support for extract_word.
Matt Turner
2016-02-01
1
-0
/
+22
*
i965/fs: Always set channel 2 of texture headers in some stages
Jason Ekstrand
2016-01-15
1
-0
/
+8
*
i965/fs/generator: Take an actual shader stage rather than a string
Jason Ekstrand
2016-01-15
1
-3
/
+4
*
i965: Drop extra newline from shader compile messages.
Matt Turner
2016-01-13
1
-1
/
+1
*
i965: Clean up #includes in the compiler.
Matt Turner
2015-11-24
1
-2
/
+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
/
+1
*
i965/fs: Stomp the texture return type to UINT32 for resinfo messages
Jason Ekstrand
2015-11-23
1
-0
/
+11
*
i965: Drop IMM fs_reg/src_reg -> brw_reg conversions.
Matt Turner
2015-11-19
1
-31
/
+1
*
i965: Introduce a MOV_INDIRECT opcode.
Kenneth Graunke
2015-11-14
1
-0
/
+34
*
i965: Add a SHADER_OPCODE_URB_READ_SIMD8_PER_SLOT opcode.
Kenneth Graunke
2015-11-13
1
-0
/
+4
*
i965: Use BRW_MRF_COMPR4 macro in more places.
Matt Turner
2015-11-13
1
-1
/
+1
*
i965: Replace HW_REG with ARF/FIXED_GRF.
Matt Turner
2015-11-13
1
-2
/
+5
*
i965/fs: Handle type-V immediates in brw_reg_from_fs_reg().
Matt Turner
2015-11-13
1
-0
/
+3
*
i965: Rename GRF to VGRF.
Matt Turner
2015-11-13
1
-2
/
+2
*
i965: Use brw_reg's nr field to store register number.
Matt Turner
2015-11-13
1
-4
/
+4
*
i965: Remove fixed_hw_reg field from backend_reg.
Matt Turner
2015-11-13
1
-6
/
+3
*
i965: Use immediate storage in inherited brw_reg.
Matt Turner
2015-11-13
1
-6
/
+6
*
i965: Add and use enum brw_reg_file.
Matt Turner
2015-11-13
1
-2
/
+3
*
i965: Make 'dw1' and 'bits' unnamed structures in brw_reg.
Matt Turner
2015-11-13
1
-20
/
+22
*
i965: Add initial assembly validation pass.
Matt Turner
2015-11-12
1
-0
/
+8
*
i965: Set annotation_info's mem_ctx.
Matt Turner
2015-11-12
1
-1
/
+1
*
i965/fs: Do not mark used surfaces in FS_OPCODE_GET_BUFFER_SIZE
Iago Toral Quiroga
2015-11-05
1
-2
/
+0
*
i965/fs: Do not mark used direct surfaces in UNIFORM_PULL_CONSTANT_LOAD
Iago Toral Quiroga
2015-11-05
1
-10
/
+0
*
i965/fs: Do not mark direct used surfaces in VARYING_PULL_CONSTANT_LOAD
Iago Toral Quiroga
2015-11-05
1
-8
/
+0
*
i965/fs/skl+: Use ld2dms_w instead of ld2dms
Neil Roberts
2015-11-05
1
-0
/
+5
*
i965: Replace default case with list of enum values.
Matt Turner
2015-11-02
1
-2
/
+7
*
i965: dump scheduling cycle estimates
Connor Abbott
2015-10-30
1
-5
/
+6
*
i965/fs: Emit a single ADD instruction for SET_SAMPLE_ID on Gen8+.
Matt Turner
2015-10-22
1
-1
/
+1
*
i965/fs: Drop unnecessary write-enable-all from SET_SAMPLE_ID.
Matt Turner
2015-10-22
1
-5
/
+5
*
i965/fs: Use type-W for immediate in SampleID setup.
Matt Turner
2015-10-22
1
-1
/
+1
*
i965: Implement ARB_shader_stencil_export (gen9+)
Ben Widawsky
2015-10-21
1
-0
/
+53
*
i965: Introduce a new SHADER_OPCODE_URB_READ_SIMD8 opcode.
Kenneth Graunke
2015-10-21
1
-0
/
+26
*
i965: Introduce new SHADER_OPCODE_URB_WRITE_SIMD8_MASKED/PER_SLOT opcodes.
Kenneth Graunke
2015-10-21
1
-0
/
+11
*
i965/fs: Remove the gl_program from the generator
Jason Ekstrand
2015-10-19
1
-2
/
+1
*
i965/asm: Explicitly use a nir_instr for IR annotations
Jason Ekstrand
2015-10-19
1
-1
/
+1
*
i965/fs: Handle non-const sample number in interpolateAtSample
Neil Roberts
2015-10-09
1
-3
/
+2
*
i965/fs: Implement FS_OPCODE_GET_BUFFER_SIZE
Samuel Iglesias Gonsalvez
2015-09-25
1
-0
/
+47
*
i965: Turn BRW_MAX_MRF into a macro that accepts a hardware generation
Iago Toral Quiroga
2015-09-21
1
-6
/
+6
*
i965: Move MRF register asserts out of brw_reg.h
Iago Toral Quiroga
2015-09-21
1
-1
/
+4
*
i965: Maximum allowed size of SEND messages is 15 (4 bits)
Iago Toral Quiroga
2015-09-21
1
-0
/
+2
*
i965: add support for textureSamples function
Ilia Mirkin
2015-09-10
1
-0
/
+4
[next]