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/fs: do not require force_writemask_all with exec_size 4
Samuel Iglesias Gonsálvez
2016-07-13
1
-1
/
+1
*
i965: Defeat the register stride checker in pull uniform messages.
Samuel Iglesias Gonsálvez
2016-06-13
1
-1
/
+1
*
i965: Defeat the register stride checker in URB reads.
Kenneth Graunke
2016-06-13
1
-1
/
+1
*
i965/fs: Add (sub)reg_offset asserts to brw_reg_from_fs_reg.
Francisco Jerez
2016-05-27
1
-0
/
+2
*
i965/fs: Expose arbitrary channel execution groups to the IR.
Francisco Jerez
2016-05-27
1
-3
/
+4
*
i965/ir: Make BROADCAST emit an unmasked single-channel move.
Francisco Jerez
2016-05-27
1
-0
/
+1
*
i965/fs: Lower 32-wide scratch writes in the generator.
Francisco Jerez
2016-05-27
1
-6
/
+24
*
i965/fs: Implement scratch reads and writes of 4 GRFs at a time.
Francisco Jerez
2016-05-27
1
-0
/
+4
*
i965/fs: Clean up remaining uses of dispatch_width in the generator.
Francisco Jerez
2016-05-27
1
-6
/
+7
*
i965/eu: Remove brw_codegen::compressed and ::compressed_stack.
Francisco Jerez
2016-05-27
1
-5
/
+5
*
i965/fs: No need to reset predicate control after emitting some instructions.
Francisco Jerez
2016-05-27
1
-2
/
+0
*
i965/fs: Pass current execution size to brw_IF() and brw_DO().
Francisco Jerez
2016-05-27
1
-2
/
+2
*
i965/fs: Extend region width calculation to allow arbitrary execution sizes.
Francisco Jerez
2016-05-27
1
-16
/
+23
*
i965/fs: Pass the compression mode to brw_reg_from_fs_reg().
Kenneth Graunke
2016-05-27
1
-5
/
+6
*
i965/fs: Simplify per-instruction compression control setup in generator.
Francisco Jerez
2016-05-27
1
-27
/
+17
*
i965/fs: No need to set compression control at the top of generate_code().
Francisco Jerez
2016-05-27
1
-2
/
+0
*
i965/eu: Fix a bunch of compression control bugs in the generator.
Francisco Jerez
2016-05-27
1
-1
/
+1
*
i965/fs: Remove FS_OPCODE_PACK_STENCIL_REF virtual instruction.
Francisco Jerez
2016-05-27
1
-45
/
+0
*
i965/fs: Remove extract virtual opcodes.
Francisco Jerez
2016-05-27
1
-22
/
+0
*
i965/fs: Remove manual splitting of DDY ops in the generator.
Francisco Jerez
2016-05-27
1
-37
/
+1
*
i965/fs: Remove manual unrolling of BFI instructions from the generator.
Francisco Jerez
2016-05-27
1
-34
/
+2
*
i965/fs: Drop Gen7 CMP SIMD unrolling workaround from the generator.
Francisco Jerez
2016-05-27
1
-36
/
+10
*
i965/fs: Drop lowering code for a few three-source instructions from the gene...
Francisco Jerez
2016-05-27
1
-47
/
+4
*
i965/fs: Set default access mode to Align1 for all instructions in the genera...
Francisco Jerez
2016-05-27
1
-0
/
+1
*
i965/fs: Remove handcrafted math SIMD lowering from the generator.
Francisco Jerez
2016-05-27
1
-91
/
+21
*
i965/fs: Rename Gen4 physical varying pull constant load opcode.
Francisco Jerez
2016-05-27
1
-5
/
+5
*
i965/fs: Hide varying pull constant load message setup behind logical opcode.
Francisco Jerez
2016-05-27
1
-7
/
+2
*
i965/fs: Mark UBO uniform pull constant loads as force_writemask_all.
Francisco Jerez
2016-05-23
1
-0
/
+2
*
i965: Delete dead dFdy flipping code.
Kenneth Graunke
2016-05-20
1
-19
/
+5
*
i965, anv: Use NIR FragCoord re-center and y-transform passes.
Kenneth Graunke
2016-05-20
1
-4
/
+4
*
i965: Add infrastucture for sample lod-zero operations.
Matt Turner
2016-05-19
1
-0
/
+14
*
i965: Make brw_reg_from_fs_reg() halve exec_size when compressed.
Kenneth Graunke
2016-05-17
1
-4
/
+6
*
i965: Move compression decisions before brw_reg_from_fs_reg().
Kenneth Graunke
2016-05-17
1
-26
/
+26
*
i965/blorp: Delete the old blorp shader emit code
Jason Ekstrand
2016-05-14
1
-21
/
+0
*
i965: Fix undefined df bits in brw_reg comparisons.
Kenneth Graunke
2016-05-14
1
-1
/
+1
*
i965/fs: extend exec_size halving in the generator
Connor Abbott
2016-05-10
1
-6
/
+10
*
i965/fs: Don't follow pow with an instruction with two dest regs.
Matt Turner
2016-05-05
1
-0
/
+18
*
i965/fs: Use inst->regs_written for rlen for texture instructions
Jason Ekstrand
2016-04-26
1
-9
/
+2
*
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
[next]