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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
i965/vec4: Reswizzle sources when necessary.
Matt Turner
2014-09-05
2
-11
/
+25
*
i965/fs: Clean up emitting of untyped atomic and surface reads
Jason Ekstrand
2014-09-05
1
-6
/
+4
*
i965/fs: Fix basic block tracking in try_rep_send().
Matt Turner
2014-09-05
1
-4
/
+9
*
i965/fs: Pass block to insert and remove functions missed earlier.
Matt Turner
2014-09-05
1
-7
/
+7
*
i965: Mark cfg dumping functions const.
Kenneth Graunke
2014-09-05
2
-4
/
+4
*
i965: Update if_block/else_block in the dead control flow pass.
Matt Turner
2014-09-05
1
-0
/
+7
*
i965/fs: Connect cfg properly in predicated break peephole.
Matt Turner
2014-09-05
1
-4
/
+9
*
Revert 5 i965 patches: 8e27a4d2, 373143ed, c5bdf9be, 6f56e142, 88e3d404
Jordan Justen
2014-09-04
34
-185
/
+112
*
i965/fs: Use prog rather than fp->Base in fs_visitor
Jordan Justen
2014-09-04
2
-15
/
+15
*
i965/fs: Use stage_prog_data instead of prog_data->base in fs_visitor
Jordan Justen
2014-09-04
1
-6
/
+6
*
i965/fs: Add init function to fs_visitor
Jordan Justen
2014-09-04
2
-0
/
+7
*
osmesa: s/INLINE/inline/
Brian Paul
2014-09-04
1
-1
/
+1
*
xlib: s/INLINE/inline/
Brian Paul
2014-09-04
1
-3
/
+3
*
meta: s/INLINE/inline/
Brian Paul
2014-09-04
1
-1
/
+1
*
Eliminate several cases of multiplication in arguments to calloc
Carl Worth
2014-09-03
2
-3
/
+3
*
i965: Handle ir_triop_csel in emit_bool_to_cond_code().
Kenneth Graunke
2014-09-03
2
-4
/
+36
*
i965: Move curb_read_length/total_scratch to brw_stage_prog_data.
Kenneth Graunke
2014-09-03
16
-38
/
+40
*
i965/copy_image: Divide the x offsets by block width when using the blitter
Jason Ekstrand
2014-09-03
1
-10
/
+21
*
i965/copy_image: Use the correct block dimension
Jason Ekstrand
2014-09-03
1
-6
/
+6
*
meta/copy_image: Use the correct texture level when creating views
Jason Ekstrand
2014-09-03
1
-1
/
+1
*
i965/copy_image: Use the correct texture level
Jason Ekstrand
2014-09-03
1
-4
/
+6
*
meta: Make MESA_META_DRAW_BUFFERS restore properly
Kristian Høgsberg
2014-09-02
1
-34
/
+4
*
mesa: Convert NewDriverState to 64-bits
Jordan Justen
2014-09-01
4
-4
/
+16
*
i965: Modify state upload to allow 2 different sets of state atoms.
Paul Berry
2014-09-01
2
-25
/
+32
*
i965: Modify dirty bit handling to support 2 pipelines.
Paul Berry
2014-09-01
4
-16
/
+46
*
i965: Create a macro for checking a dirty bit.
Paul Berry
2014-09-01
2
-1
/
+7
*
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
[prev]
[next]