index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
/
brw_fs.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Print disassembly after compaction.
Matt Turner
2014-05-24
1
-9
/
+5
*
i965/fs: Make patch_discard_jumps_to_fb_writes return bool.
Matt Turner
2014-05-24
1
-2
/
+2
*
i965/fs+blorp: Remove left over dump_file arguments.
Matt Turner
2014-05-24
1
-3
/
+2
*
i965/fs: Don't hardcode DEBUG_WM in generic fs code.
Matt Turner
2014-05-24
1
-1
/
+3
*
i965/fs: Rip struct brw_wm_compile out of the visitors and generators.
Kenneth Graunke
2014-05-18
1
-6
/
+6
*
i965/fs: Plumb a mem_ctx all the way through the FS compile.
Kenneth Graunke
2014-05-18
1
-0
/
+3
*
i965/fs: Replace c->key with a direct reference in the generators.
Kenneth Graunke
2014-05-18
1
-0
/
+2
*
i965/fs: Replace c->key with a direct reference in fs_visitor.
Kenneth Graunke
2014-05-18
1
-0
/
+1
*
i965/fs: Replace c->prog_data with a direct reference in the generators.
Kenneth Graunke
2014-05-18
1
-0
/
+2
*
i965/fs: Replace c->prog_data with a direct reference in fs_visitor.
Kenneth Graunke
2014-05-18
1
-0
/
+1
*
i965/fs: Move some flags that affect code generation to fs_visitor.
Kenneth Graunke
2014-05-18
1
-0
/
+3
*
i965/fs: Move payload register info from brw_wm_compile to fs_visitor.
Kenneth Graunke
2014-05-18
1
-0
/
+14
*
i965/fs: Simplify gl_SampleMaskIn handling.
Kenneth Graunke
2014-05-18
1
-1
/
+0
*
i965/fs: Move c->last_scratch into fs_visitor.
Kenneth Graunke
2014-05-18
1
-0
/
+3
*
i965/fs: Port untyped atomic message support to Broadwell.
Kenneth Graunke
2014-05-01
1
-0
/
+5
*
i965/fs: Port untyped surface read support to Broadwell.
Kenneth Graunke
2014-05-01
1
-0
/
+3
*
i965: Drop mark_surface_used from gen8 generators.
Kenneth Graunke
2014-05-01
1
-2
/
+0
*
i965/fs: Remove 'mul_arg' from try_emit_mad().
Matt Turner
2014-04-30
1
-1
/
+1
*
i965: Add is_accumulator() function.
Juha-Pekka Heikkila
2014-04-16
1
-0
/
+1
*
i965/fs: Remove dead_code_eliminate_local().
Matt Turner
2014-04-15
1
-1
/
+0
*
i965/fs: Track whether we're doing dual source in a more obvious way.
Eric Anholt
2014-04-08
1
-0
/
+1
*
i965/fs: Mark appropriate fs_inst members as const.
Matt Turner
2014-04-05
1
-8
/
+8
*
i965: Accurately bail on SIMD16 compiles.
Kenneth Graunke
2014-03-18
1
-0
/
+4
*
i965/fs: Use a single instance of the pull_constant_loc[] array.
Kenneth Graunke
2014-03-18
1
-1
/
+1
*
i965/fs: Don't renumber UNIFORM registers.
Kenneth Graunke
2014-03-18
1
-8
/
+5
*
i965/fs: Split pull parameter decision making from mechanical demoting.
Kenneth Graunke
2014-03-18
1
-0
/
+1
*
i965/fs: Save push constant location information.
Kenneth Graunke
2014-03-18
1
-0
/
+6
*
Revert "i965/fs: Make fs_reg's type an enum for better debugging."
Matt Turner
2014-02-21
1
-2
/
+2
*
i965/fs: Drop the emit(fs_inst) overload.
Kenneth Graunke
2014-02-21
1
-1
/
+0
*
i965/fs: Pass fs_regs by constant reference where possible.
Matt Turner
2014-02-21
1
-6
/
+8
*
i965/fs: Use a bitfield for fs_inst's bool fields.
Matt Turner
2014-02-21
1
-7
/
+7
*
i965/fs: Reorder fs_inst's fields for better packing.
Matt Turner
2014-02-21
1
-9
/
+11
*
i965/fs: Reduce the sizes of some fs_inst members.
Matt Turner
2014-02-21
1
-6
/
+6
*
i965/fs: Reorder fs_reg for better packing.
Matt Turner
2014-02-21
1
-15
/
+15
*
i965/fs: Make fs_reg's type an enum for better debugging.
Matt Turner
2014-02-21
1
-2
/
+2
*
i965/fs: Reduce the sizes of some fs_reg members.
Matt Turner
2014-02-21
1
-3
/
+3
*
i965/fs: Implement FS_OPCODE_[UN]PACK_HALF_2x16_SPLIT[_XY] opcodes.
Kenneth Graunke
2014-02-20
1
-0
/
+7
*
i965/fs: Add an optimization pass to remove redundant flags movs.
Eric Anholt
2014-02-20
1
-0
/
+1
*
i965/fs: Implement FS_OPCODE_SET_OMASK on Broadwell.
Kenneth Graunke
2014-02-19
1
-0
/
+3
*
i965/fs: Implement FS_OPCODE_SET_SAMPLE_ID on Broadwell.
Kenneth Graunke
2014-02-19
1
-0
/
+4
*
i965/fs: Allocate the param_size array dynamically.
Francisco Jerez
2014-02-19
1
-1
/
+1
*
i965/fs: Use a separate variable to keep track of the last uniform index seen.
Francisco Jerez
2014-02-19
1
-0
/
+3
*
i965/fs: Remove fs_reg::retype.
Francisco Jerez
2014-02-19
1
-1
/
+1
*
i965: Make sure that backend_reg::type and brw_reg::type are consistent for f...
Francisco Jerez
2014-02-19
1
-0
/
+7
*
i965: Add non-mutating helper functions to modify the register offset.
Francisco Jerez
2014-02-19
1
-0
/
+8
*
i965: Unify fs_generator:: and vec4_generator::mark_surface_used as a free fu...
Francisco Jerez
2014-02-19
1
-2
/
+0
*
i965/fs: Remove fs_reg::sechalf.
Francisco Jerez
2014-02-12
1
-1
/
+13
*
i965/fs: Remove fs_reg::smear.
Francisco Jerez
2014-02-12
1
-1
/
+3
*
i965/fs: Add support for specifying register horizontal strides.
Francisco Jerez
2014-02-12
1
-0
/
+5
*
i965/fs: Add support for sub-register byte offsets to the FS back-end IR.
Francisco Jerez
2014-02-12
1
-0
/
+14
[next]