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: Add SHADER_OPCODE_LOAD_PAYLOAD.
Matt Turner
2014-06-17
1
-0
/
+4
*
i965/fs: Move FB write default state mashing in a level.
Kenneth Graunke
2014-06-12
1
-7
/
+7
*
i965: Fix Haswell discard regressions since Gen4-5 line AA fix.
Kenneth Graunke
2014-06-12
1
-2
/
+7
*
i965/fs: Combine generate_math[12]_gen6 methods.
Kenneth Graunke
2014-06-10
1
-26
/
+9
*
i965/fs: Drop the generate_math[12]_gen7 methods.
Kenneth Graunke
2014-06-10
1
-23
/
+5
*
i965: Rename brw_math to gen4_math.
Kenneth Graunke
2014-06-10
1
-15
/
+15
*
i965: Split Gen4-5 and Gen6+ MATH instruction emitters.
Kenneth Graunke
2014-06-10
1
-18
/
+6
*
i965/fs: Add Gen < 6 runtime checks for line antialiasing.
Iago Toral Quiroga
2014-06-09
1
-27
/
+63
*
i965/fs: Let the gen < 8 generator know about runtime_check_aads_emit
Iago Toral Quiroga
2014-06-09
1
-1
/
+3
*
i965: Emit compaction stats without walking the assembly.
Matt Turner
2014-06-02
1
-0
/
+6
*
i965: Move program header printing to end of generate_code().
Matt Turner
2014-06-02
1
-16
/
+14
*
i965: Move annotation info into generate code.
Matt Turner
2014-06-02
1
-30
/
+22
*
i965: Put '_default_' in the name of functions that set default state.
Kenneth Graunke
2014-06-02
1
-66
/
+66
*
i965: Don't use brw_set_conditionalmod in the FS and vec4 compilers.
Kenneth Graunke
2014-06-02
1
-1
/
+11
*
i965/fs: Loop from 0 to inst->sources, not 0 to 3.
Matt Turner
2014-06-01
1
-1
/
+1
*
i965/fs: Don't modify ann_count if not debugging.
Matt Turner
2014-05-25
1
-1
/
+3
*
i965/fs: Use next_insn_offset rather than nr_insn.
Matt Turner
2014-05-24
1
-2
/
+2
*
i965: Print disassembly after compaction.
Matt Turner
2014-05-24
1
-86
/
+33
*
i965/fs: Make patch_discard_jumps_to_fb_writes return bool.
Matt Turner
2014-05-24
1
-2
/
+3
*
i965: Add annotation data structure and support code.
Matt Turner
2014-05-24
1
-2
/
+2
*
i965/fs+blorp: Remove left over dump_file arguments.
Matt Turner
2014-05-24
1
-7
/
+6
*
i965/fs: Don't hardcode DEBUG_WM in generic fs code.
Matt Turner
2014-05-24
1
-7
/
+9
*
i965: Pass in start_offset to brw_compact_instructions().
Matt Turner
2014-05-24
1
-2
/
+2
*
i965/fs: Rip struct brw_wm_compile out of the visitors and generators.
Kenneth Graunke
2014-05-18
1
-3
/
+4
*
i965/fs: Plumb a mem_ctx all the way through the FS compile.
Kenneth Graunke
2014-05-18
1
-3
/
+2
*
i965/fs: Replace c->key with a direct reference in the generators.
Kenneth Graunke
2014-05-18
1
-7
/
+7
*
i965/fs: Replace c->prog_data with a direct reference in the generators.
Kenneth Graunke
2014-05-18
1
-15
/
+16
*
i965: Rename brw/gen8_dump_compile to brw/gen8_disassemble.
Kenneth Graunke
2014-05-18
1
-2
/
+2
*
i965: Pass brw_context and assembly separately to brw_dump_compile.
Matt Turner
2014-05-15
1
-3
/
+2
*
i965: Pull brw_compact_instructions() out of brw_get_program().
Matt Turner
2014-05-15
1
-6
/
+2
*
i965: Retype pre-Gen6 varying pull load destination to UW.
Kenneth Graunke
2014-04-17
1
-1
/
+1
*
i965/fs: Add support for the MAC instruction.
Juha-Pekka Heikkila
2014-04-16
1
-0
/
+3
*
i965: Add writes_accumulator flag
Juha-Pekka Heikkila
2014-04-16
1
-6
/
+1
*
i965: Fix predicated-send-based discards with MRT.
Eric Anholt
2014-03-05
1
-2
/
+2
*
i965: Move compiler debugging output to stderr.
Eric Anholt
2014-02-22
1
-21
/
+24
*
i965: Use the object label when available for INTEL_DEBUG=vs,gs,fs output.
Eric Anholt
2014-02-22
1
-1
/
+2
*
i965: Make sure that backend_reg::type and brw_reg::type are consistent for f...
Francisco Jerez
2014-02-19
1
-0
/
+1
*
i965: Unify fs_generator:: and vec4_generator::mark_surface_used as a free fu...
Francisco Jerez
2014-02-19
1
-18
/
+10
*
i965/fs: Use conditional sends to do FB writes on HSW+.
Eric Anholt
2014-02-18
1
-9
/
+13
*
i965/fs: Remove fs_reg::sechalf.
Francisco Jerez
2014-02-12
1
-2
/
+0
*
i965/fs: Remove fs_reg::smear.
Francisco Jerez
2014-02-12
1
-2
/
+2
*
i965/fs: Add support for specifying register horizontal strides.
Francisco Jerez
2014-02-12
1
-3
/
+5
*
i965/fs: Add support for sub-register byte offsets to the FS back-end IR.
Francisco Jerez
2014-02-12
1
-0
/
+1
*
i965/fs: Simplify FS_OPCODE_SET_OMASK stride mashing a bit.
Kenneth Graunke
2014-02-11
1
-4
/
+2
*
i965/fs: Simplify FS_OPCODE_SET_SAMPLE_ID stride mashing a bit.
Kenneth Graunke
2014-02-11
1
-2
/
+1
*
i965: Remove *_generator::shader field; use prog field instead.
Paul Berry
2014-01-23
1
-4
/
+2
*
i965/fs: add support for BRW_OPCODE_AVG in fs_generator
Topi Pohjolainen
2014-01-23
1
-0
/
+3
*
i965/fs: introduce blorp specific rt-write for fs_generator
Topi Pohjolainen
2014-01-23
1
-0
/
+19
*
i965/fs: allow unit tests to dump the final patched assembly
Topi Pohjolainen
2014-01-23
1
-6
/
+7
*
i965/fs: introduce non-compressed equivalent of tex_cms
Topi Pohjolainen
2014-01-23
1
-0
/
+5
[next]