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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
i965: Create a macro for setting all dirty bits.
Paul Berry
2014-09-01
4
-7
/
+18
*
i965: Create a macro for setting a dirty bit.
Paul Berry
2014-09-01
32
-67
/
+74
*
i965: add missing parens in vec4 visitor
Dave Airlie
2014-09-02
1
-1
/
+2
*
i965/fs: Don't segfault when debug-logging a null program
Jason Ekstrand
2014-09-01
1
-2
/
+2
*
i965/vec4: Don't segfault when debug-logging a null program
Jason Ekstrand
2014-09-01
1
-2
/
+2
*
i965/fs: don't use ir->shadow_comparitor in emit_texture_*
Connor Abbott
2014-09-01
2
-7
/
+5
*
i965/fs: don't pass ir_variable * to emit_samplepos_setup()
Connor Abbott
2014-09-01
3
-5
/
+4
*
i965/fs: don't pass ir_variable * to emit_frontfacing_interpolation()
Connor Abbott
2014-09-01
4
-6
/
+6
*
i965: Fix GPU hangs when INTEL_DEBUG=no16 is set.
Kenneth Graunke
2014-08-31
1
-1
/
+2
*
i965/vec4: Remove try_emit_saturate
Abdiel Janulgue
2014-08-31
2
-22
/
+0
*
i965/fs: Refactor try_emit_saturate
Abdiel Janulgue
2014-08-31
1
-15
/
+8
*
i965/vec4: Allow propagation of instructions with saturate flag to sel
Abdiel Janulgue
2014-08-31
1
-27
/
+58
*
i965/fs: Allow propagation of instructions with saturate flag to sel
Abdiel Janulgue
2014-08-31
1
-1
/
+17
*
yi965/vec4: Add support for ir_unop_saturate
Abdiel Janulgue
2014-08-31
1
-0
/
+4
*
i965/fs: Add support for ir_unop_saturate
Abdiel Janulgue
2014-08-31
2
-0
/
+5
*
i965/vec4/fs: Count loops in shader debug
Abdiel Janulgue
2014-08-31
2
-4
/
+8
*
i965/vec4: inline generate_vec4_instruction() within generate_code()
Abdiel Janulgue
2014-08-31
2
-316
/
+296
*
i965: Add 2x MSAA support to Broadwell fast clear code.
Kenneth Graunke
2014-08-31
1
-0
/
+1
*
i965/vec4: Update register coalescing test.
Matt Turner
2014-08-30
1
-4
/
+1
*
i965: Use unreachable() to silence warning.
Matt Turner
2014-08-30
1
-2
/
+1
*
glsl: Eliminate ir_variable::data.atomic.buffer_index
Ian Romanick
2014-08-29
2
-2
/
+2
*
i965: Mark BRW_CONDITIONAL_R as Gen <= 5.
Matt Turner
2014-08-28
1
-1
/
+1
*
i965/disasm: Show jump count for if/iff/halt.
Matt Turner
2014-08-28
1
-1
/
+1
*
i965/disasm: Disassemble JMPI's source properly.
Matt Turner
2014-08-28
1
-1
/
+2
*
i965/disasm: Add break/cont/halt to list of has_uip().
Matt Turner
2014-08-28
1
-1
/
+4
*
i965/disasm: Disassemble Z/NZ conditional modifiers as .z/.nz.
Matt Turner
2014-08-28
1
-2
/
+2
*
i965: Disable try_emit_b2f_of_compare on Gen4-6.
Kenneth Graunke
2014-08-22
1
-0
/
+7
*
i965/fs: Preserve CFG in predicated break pass.
Matt Turner
2014-08-22
1
-4
/
+25
*
i965/fs: Rename variable in predicated break pass.
Matt Turner
2014-08-22
1
-7
/
+8
*
i965/fs: Preserve CFG in the SEL peephole.
Matt Turner
2014-08-22
1
-6
/
+9
*
i965: Preserve CFG when deleting dead control flow.
Matt Turner
2014-08-22
1
-9
/
+45
*
i965/cfg: Add functions to combine basic blocks.
Matt Turner
2014-08-22
2
-0
/
+54
*
i965/cfg: Point to bblock_t containing associated control flow
Matt Turner
2014-08-22
3
-27
/
+15
*
i965/fs: Preserve CFG in register allocation.
Matt Turner
2014-08-22
2
-10
/
+14
*
i965: Use basic-block aware insertion/removal functions.
Matt Turner
2014-08-22
9
-40
/
+50
*
i965: Add invalidate_cfg parameter to invalidate_live_intervals().
Matt Turner
2014-08-22
5
-7
/
+9
*
i965: Add basic-block aware backend_instruction::insert_* methods.
Matt Turner
2014-08-22
2
-0
/
+52
*
i965: Add a basic-block aware backend_instruction::remove method.
Matt Turner
2014-08-22
2
-0
/
+50
*
i965/cfg: Add a function to remove a block from the cfg.
Matt Turner
2014-08-22
2
-4
/
+59
*
i965/cfg: Add functions to test if a block is a successor/predecessor.
Matt Turner
2014-08-22
2
-0
/
+26
*
i965: Fix JIP/UIP calculations.
Matt Turner
2014-08-22
1
-8
/
+6
*
dri/radeon: nuke the remaining references to sarea
Emil Velikov
2014-08-21
3
-11
/
+0
*
dri/radeon: cleanup the radeon_context vtbl
Emil Velikov
2014-08-21
8
-163
/
+0
*
dri/radeon: drop obsolete radeon_{dri,macros}.h headers
Emil Velikov
2014-08-21
7
-248
/
+2
*
i965,meta: Stop unlocking the texture to try and prevent deadlocks.
Kenneth Graunke
2014-08-20
1
-4
/
+0
*
i965/vec4: Allow reswizzling writemasks when swizzle is single-valued.
Matt Turner
2014-08-20
1
-27
/
+33
*
i965: Flush the RC and TC before doing a fast clear resolve
Kristian Høgsberg
2014-08-19
1
-2
/
+2
*
i965: Enable ARB_conditional_render_inverted on Gen6+.
Chris Forbes
2014-08-20
1
-0
/
+1
*
i965/vec4: Add a pass to reduce swizzles.
Matt Turner
2014-08-19
2
-0
/
+99
*
i965/cfg: Add a foreach_block_and_inst_safe macro.
Matt Turner
2014-08-18
1
-0
/
+4
[prev]
[next]