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_vec4.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
i965/vec4: Add basic common subexpression elimination.
Kenneth Graunke
2014-07-06
1
-0
/
+2
*
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
-3
/
+3
*
i965: Make a brw_conditional_mod enum.
Matt Turner
2014-07-05
1
-4
/
+6
*
i965: Move common fields into backend_instruction.
Matt Turner
2014-07-05
1
-13
/
+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
-6
/
+0
*
i965: Make a common backend_reg class.
Matt Turner
2014-07-05
1
-18
/
+2
*
i965: Drop imm union from visitor register classes.
Matt Turner
2014-07-05
1
-7
/
+0
*
i965/vec4: Pass const references to instruction functions.
Matt Turner
2014-06-30
1
-35
/
+57
*
i965/vec4: Pass const references to vec4_instruction().
Matt Turner
2014-06-30
1
-4
/
+4
*
i965/vec4: Make try_copy_propagate() static.
Matt Turner
2014-06-25
1
-3
/
+0
*
i965/vec4: Rename try_copy/constant_propagat{ion,e} to match the fs.
Matt Turner
2014-06-25
1
-2
/
+2
*
i965: Make can_do_source_mods() a member of the instruction classes.
Matt Turner
2014-06-25
1
-2
/
+1
*
i965/vec4: Emit smarter code for b2f of a comparison
Ian Romanick
2014-06-11
1
-0
/
+1
*
i965/vec4: Combine generate_math[12]_gen6 methods.
Kenneth Graunke
2014-06-10
1
-7
/
+4
*
i965/vec4: Drop the generate_math2_gen7() method.
Kenneth Graunke
2014-06-10
1
-4
/
+0
*
i965: Make src_reg::equals() take a constant reference, not a pointer.
Kenneth Graunke
2014-06-10
1
-1
/
+1
*
i965: Move annotation info into generate code.
Matt Turner
2014-06-02
1
-4
/
+2
*
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
-8
/
+5
*
i965/vec4: Port untyped atomic message support to Broadwell.
Kenneth Graunke
2014-05-01
1
-0
/
+4
*
i965/vec4: Port untyped surface reads 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/vec4: 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
/
+2
*
i965/vec4: Add is_null() method to dst_reg.
Matt Turner
2014-03-24
1
-0
/
+2
*
i965/vec4: Rename depends_on_flags() to reads_flag().
Matt Turner
2014-03-24
1
-1
/
+1
*
i965/vec4: Add and use vec4_instruction::writes_flag().
Matt Turner
2014-03-24
1
-0
/
+5
*
i965/vec4: Add missing doxygen close brace.
Matt Turner
2014-03-24
1
-0
/
+1
*
i965: Merge resolving of shader program source
Topi Pohjolainen
2014-03-05
1
-1
/
+1
*
i965/vec4: Mark invariant members as constants in vec4_visitor
Topi Pohjolainen
2014-03-05
1
-3
/
+3
*
i965: Allocate vec4_visitor's uniform_size and uniform_vector_size arrays dyn...
Petri Latvala
2014-02-28
1
-2
/
+3
*
i965/vec4: Handle ir_triop_lrp on Gen4-5 as well.
Kenneth Graunke
2014-02-26
1
-0
/
+3
*
i965: support gl_InvocationID for gen7
Jordan Justen
2014-02-20
1
-0
/
+1
*
i965/vec4: Trivial improvements to the with_writemask() function.
Francisco Jerez
2014-02-19
1
-2
/
+8
*
i965: Make sure that backend_reg::type and brw_reg::type are consistent for f...
Francisco Jerez
2014-02-19
1
-0
/
+14
*
i965/vec4: Add non-mutating helper functions to modify src_reg::swizzle and :...
Francisco Jerez
2014-02-19
1
-0
/
+24
*
i965: Add non-mutating helper functions to modify the register offset.
Francisco Jerez
2014-02-19
1
-0
/
+16
*
i965: Unify fs_generator:: and vec4_generator::mark_surface_used as a free fu...
Francisco Jerez
2014-02-19
1
-2
/
+0
*
i965: Move up duplicated fields from stage-specific prog_data to brw_stage_pr...
Francisco Jerez
2014-02-19
1
-3
/
+0
*
i965/vec4: Add constructor of src_reg from a fixed hardware reg.
Francisco Jerez
2014-02-19
1
-0
/
+1
*
i965/vec4: Fix confusion between SWIZZLE and BRW_SWIZZLE macros.
Francisco Jerez
2014-02-12
1
-1
/
+1
*
i965/vec4: Emit shader w/a for Gen6 gather
Chris Forbes
2014-02-08
1
-0
/
+1
*
i965: Remove *_generator::shader field; use prog field instead.
Paul Berry
2014-01-23
1
-1
/
+0
*
i965: Add GS support to INTEL_DEBUG=shader_time.
Paul Berry
2014-01-21
1
-1
/
+8
*
i965: Create a new vec4 backend for Broadwell.
Kenneth Graunke
2014-01-18
1
-0
/
+61
*
i965/vs: Sample from MCS surface when required
Chris Forbes
2013-12-07
1
-0
/
+1
*
i965/vec4: Add invalidate_live_intervals method.
Matt Turner
2013-11-20
1
-0
/
+1
*
i965/gen7: Handle atomic instructions from the VEC4 back-end.
Francisco Jerez
2013-11-04
1
-0
/
+9
[prev]
[next]