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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/fs: Make try_constant_propagate() static.
Matt Turner
2014-06-25
1
-1
/
+0
*
i965: Make can_do_source_mods() a member of the instruction classes.
Matt Turner
2014-06-25
1
-2
/
+1
*
i965: Mark backend_instruction and bblock_t as structs.
Matt Turner
2014-06-17
1
-1
/
+1
*
i965/fs: Lower LOAD_PAYLOAD and clean up.
Matt Turner
2014-06-17
1
-0
/
+1
*
i965/fs: Add SHADER_OPCODE_LOAD_PAYLOAD.
Matt Turner
2014-06-17
1
-0
/
+2
*
i965/fs: Combine generate_math[12]_gen6 methods.
Kenneth Graunke
2014-06-10
1
-7
/
+4
*
i965/fs: Drop the generate_math[12]_gen7 methods.
Kenneth Graunke
2014-06-10
1
-7
/
+0
*
i965/fs: Add Gen < 6 runtime checks for line antialiasing.
Iago Toral Quiroga
2014-06-09
1
-0
/
+4
*
i965/fs: Let the gen < 8 generator know about runtime_check_aads_emit
Iago Toral Quiroga
2014-06-09
1
-0
/
+2
*
i965: Move annotation info into generate code.
Matt Turner
2014-06-02
1
-4
/
+2
*
i965/fs: Add fs_inst constructor that takes a list of sources.
Matt Turner
2014-06-01
1
-0
/
+3
*
i965/fs: Add a function to resize fs_inst's sources array.
Matt Turner
2014-06-01
1
-0
/
+2
*
i965/fs: Clean up fs_inst constructors.
Matt Turner
2014-06-01
1
-9
/
+8
*
i965/fs: Store the number of sources an fs_inst has.
Matt Turner
2014-06-01
1
-1
/
+2
*
i965/fs: ralloc fs_inst's fs_reg sources.
Matt Turner
2014-06-01
1
-1
/
+1
*
i965/fs: Disable fs_inst assignment operator.
Matt Turner
2014-06-01
1
-0
/
+2
*
i965/fs: Add and use an fs_inst copy constructor.
Matt Turner
2014-06-01
1
-0
/
+1
*
i965: Give dump_instructions() a filename argument.
Matt Turner
2014-06-01
1
-0
/
+1
*
i965: Give dump_instruction() a FILE* argument.
Matt Turner
2014-06-01
1
-0
/
+1
*
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
[next]