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
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/vec4: Emit smarter code for b2f of a comparison
Ian Romanick
2014-06-11
2
-0
/
+48
*
i965/vec4: Silence a couple unused parameter warnings
Ian Romanick
2014-06-11
1
-2
/
+2
*
i965: Add GPU BLIT of texture image to PBO in Intel driver
Jon Ashburn
2014-06-10
1
-0
/
+110
*
i965: Invalidate live intervals when inserting Gen4 SEND workarounds.
Kenneth Graunke
2014-06-10
1
-0
/
+6
*
i965: Don't use the head sentinel as an fs_inst in Gen4 workaround code.
Kenneth Graunke
2014-06-10
1
-1
/
+1
*
i965/fs: Combine generate_math[12]_gen6 methods.
Kenneth Graunke
2014-06-10
2
-33
/
+13
*
i965/fs: Drop the generate_math[12]_gen7 methods.
Kenneth Graunke
2014-06-10
2
-30
/
+5
*
i965/vec4: Combine generate_math[12]_gen6 methods.
Kenneth Graunke
2014-06-10
2
-28
/
+12
*
i965/vec4: Drop the generate_math2_gen7() method.
Kenneth Graunke
2014-06-10
2
-14
/
+1
*
i965: Rename brw_math to gen4_math.
Kenneth Graunke
2014-06-10
6
-46
/
+46
*
i965: Split Gen4-5 and Gen6+ MATH instruction emitters.
Kenneth Graunke
2014-06-10
4
-89
/
+39
*
i965: Make src_reg::equals() take a constant reference, not a pointer.
Kenneth Graunke
2014-06-10
3
-14
/
+14
*
i965: Don't set the "switch" flag on control flow instructions on Gen6+.
Kenneth Graunke
2014-06-10
1
-6
/
+4
*
i965/fs: Allow CSE on math opcodes on Gen6+.
Kenneth Graunke
2014-06-10
1
-0
/
+11
*
i965: Replace open-coded linked list with exec_list.
Matt Turner
2014-06-10
4
-62
/
+45
*
i965: Make gen7_pi field of brw_instruction use unsigned instead of GLuint
Kristian Høgsberg
2014-06-09
1
-12
/
+12
*
i965: Don't include mtypes.h in brw_disasm.c
Kristian Høgsberg
2014-06-09
1
-2
/
+0
*
i965/fs: initialize src as reg_undef for texture opcodes on Gen4.
Matt Turner
2014-06-09
1
-6
/
+6
*
i965/fs: initialize src as reg_undef for texture opcodes on Gen5/6.
Tapani Pälli
2014-06-09
1
-9
/
+9
*
i965/disasm: Properly debug negate source modifier for logical instructions
Abdiel Janulgue
2014-06-09
1
-3
/
+21
*
i965/vec4: skip copy-propate for logical instructions with negated src entries
Abdiel Janulgue
2014-06-09
1
-0
/
+17
*
i965/fs: skip copy-propate for logical instructions with negated src entries
Abdiel Janulgue
2014-06-09
1
-0
/
+17
*
i965/fs: Refactor check for potential copy propagated instructions.
Abdiel Janulgue
2014-06-09
1
-10
/
+17
*
i965: Ensure that we end instruction streams properly.
Iago Toral Quiroga
2014-06-09
1
-0
/
+2
*
i965/fs: Add Gen < 6 runtime checks for line antialiasing.
Iago Toral Quiroga
2014-06-09
2
-27
/
+67
*
i965/fs: Let the gen < 8 generator know about runtime_check_aads_emit
Iago Toral Quiroga
2014-06-09
4
-3
/
+7
*
Revert "i965: Move brw_land_fwd_jump() to compilation unit of its use."
Iago Toral Quiroga
2014-06-07
3
-16
/
+21
*
i965: Fix else and brace placement in brw_eu_emit.c.
Kenneth Graunke
2014-06-07
1
-28
/
+13
*
i965: Drop the remaining default predication whacking.
Kenneth Graunke
2014-06-07
2
-5
/
+1
*
i965/sf: Use brw_set_default_predicate_control().
Kenneth Graunke
2014-06-07
1
-2
/
+2
*
i965: Support GL_CLAMP natively on Broadwell.
Kenneth Graunke
2014-06-05
3
-4
/
+13
*
i965: Pass brw to translate_wrap_mode().
Kenneth Graunke
2014-06-05
3
-8
/
+9
*
i965: use _mesa_align_malloc in intel_miptree_map_movntdqa
Tapani Pälli
2014-06-05
1
-2
/
+2
*
i965/fs: Allow array dereference of HW_REG.
Chris Forbes
2014-06-05
1
-1
/
+1
*
i965: Fix copy and pasted values in Broadwell code.
Kenneth Graunke
2014-06-03
1
-10
/
+21
*
i965: Add _default_ name changes to test_eu_compact.c.
Vinson Lee
2014-06-02
1
-5
/
+5
*
i965/gen8: Print number of instructions directly.
Matt Turner
2014-06-02
2
-0
/
+9
*
i965: Emit compaction stats without walking the assembly.
Matt Turner
2014-06-02
3
-19
/
+12
*
i965: Move program header printing to end of generate_code().
Matt Turner
2014-06-02
4
-52
/
+44
*
i965: Move annotation info into generate code.
Matt Turner
2014-06-02
6
-91
/
+68
*
i965: Put '_default_' in the name of functions that set default state.
Kenneth Graunke
2014-06-02
13
-163
/
+163
*
i965: Delete brw_set_conditionalmod.
Kenneth Graunke
2014-06-02
3
-13
/
+0
*
i965: Eliminate brw_set_conditionalmod from the Gen4-5 compilers.
Kenneth Graunke
2014-06-02
6
-24
/
+24
*
i965: Don't use brw_set_conditionalmod in the FS and vec4 compilers.
Kenneth Graunke
2014-06-02
2
-5
/
+16
*
i965: Stop setting predication from brw_set_conditionalmod.
Kenneth Graunke
2014-06-02
4
-5
/
+11
*
i965: Drop unnecessary brw_set_conditionalmod() before brw_CMP().
Kenneth Graunke
2014-06-02
1
-1
/
+0
*
i965/clip: Use the new brw_last_inst macro instead of temporaries.
Kenneth Graunke
2014-06-02
3
-27
/
+23
*
i965: Create a "brw_last_inst" convenience macro.
Kenneth Graunke
2014-06-02
1
-0
/
+6
*
i965: Make brw_JMPI set predicate_control based on a parameter.
Kenneth Graunke
2014-06-02
3
-10
/
+13
*
i965: Remove the dst and src0 parameters from brw_JMPI.
Kenneth Graunke
2014-06-02
3
-17
/
+12
[next]