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: Remove direct fs_visitor gl_fragment_program dependence
Jordan Justen
2014-09-06
1
-1
/
+0
*
i965/fs: Remove direct fs_generator brw_wm_prog_key dependence
Jordan Justen
2014-09-05
1
-1
/
+1
*
i965/fs: Remove direct fs_generator brw_wm_prog_data dependence
Jordan Justen
2014-09-05
1
-1
/
+1
*
i965/fs: Don't store gl_fragment_program* in fs_generator
Jordan Justen
2014-09-05
1
-1
/
+1
*
i965/fs: Rename fs_generator::prog to shader_prog
Jordan Justen
2014-09-05
1
-2
/
+2
*
i965/fs: Add stage variable to fs_generator
Jordan Justen
2014-09-05
1
-0
/
+1
*
i965/fs: Add init function to fs_visitor
Jordan Justen
2014-09-04
1
-0
/
+1
*
i965/fs: don't pass ir_variable * to emit_samplepos_setup()
Connor Abbott
2014-09-01
1
-1
/
+1
*
i965/fs: don't pass ir_variable * to emit_frontfacing_interpolation()
Connor Abbott
2014-09-01
1
-1
/
+1
*
i965/fs: Preserve CFG in register allocation.
Matt Turner
2014-08-22
1
-2
/
+2
*
i965: Add invalidate_cfg parameter to invalidate_live_intervals().
Matt Turner
2014-08-22
1
-1
/
+1
*
i965: Pass a cfg pointer to generate_{code,assembly}.
Matt Turner
2014-08-18
1
-3
/
+3
*
i965: Add optimization pass to let us use the replicate data message
Kristian Høgsberg
2014-08-15
1
-0
/
+3
*
i965/fs: Add support for nonconst sampler indexing in FS visitor
Chris Forbes
2014-08-15
1
-2
/
+2
*
i965/fs: Add pass to rename registers to break live ranges.
Kenneth Graunke
2014-08-14
1
-0
/
+1
*
i965/fs: Support fine/coarse derivative opcodes
Chris Forbes
2014-08-15
1
-2
/
+2
*
i965/fs: Drop "do dual source blending" generator parameter.
Kenneth Graunke
2014-08-13
1
-2
/
+0
*
i965: Delete the Gen8 code generators.
Kenneth Graunke
2014-08-12
1
-87
/
+0
*
i965/fs/Gen8: Pass sampler_index to generate_tex
Chris Forbes
2014-08-09
1
-1
/
+2
*
i965/fs/Gen4-7: Pass sampler_index to generate_tex
Chris Forbes
2014-08-09
1
-1
/
+2
*
i965/fs: pass sampler as src1 of texture op
Chris Forbes
2014-08-09
1
-7
/
+8
*
i965: Add cfg to backend_visitor.
Matt Turner
2014-07-21
1
-1
/
+1
*
i965/fs: Move aeb list into opt_cse_local.
Matt Turner
2014-07-14
1
-1
/
+1
*
i965/fs: add support for ir_*_interpolate_at_* expressions
Chris Forbes
2014-07-13
1
-0
/
+2
*
i965/fs: add generator support for pixel interpolator query
Chris Forbes
2014-07-13
1
-0
/
+7
*
i965: Rename intel_asm_printer -> intel_asm_annotation.
Matt Turner
2014-07-05
1
-1
/
+1
*
i965: Make a brw_predicate enum.
Matt Turner
2014-07-05
1
-1
/
+1
*
i965: Make a brw_conditional_mod enum.
Matt Turner
2014-07-05
1
-4
/
+5
*
i965: Move common fields into backend_instruction.
Matt Turner
2014-07-05
1
-12
/
+0
*
i965: Use enum brw_reg_type for register types.
Matt Turner
2014-07-05
1
-2
/
+2
*
i965: Move is_zero/one/null/accumulator into backend_reg.
Matt Turner
2014-07-05
1
-4
/
+0
*
i965: Make a common backend_reg class.
Matt Turner
2014-07-05
1
-23
/
+1
*
i965: Drop imm union from visitor register classes.
Matt Turner
2014-07-05
1
-7
/
+0
*
i965/fs: Pass cfg to calculate_live_intervals().
Matt Turner
2014-07-01
1
-1
/
+1
*
i965/fs: Add no_dd_{clear,check} fields to fs_inst.
Matt Turner
2014-06-30
1
-0
/
+2
*
i965/fs: Pass const references to emit functions.
Matt Turner
2014-06-30
1
-6
/
+7
*
i965/fs: Pass const references to instruction functions.
Matt Turner
2014-06-30
1
-29
/
+33
*
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
[next]