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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
2
-22
/
+0
*
mesa: Use a recursive mutex for the texture lock.
Kenneth Graunke
2014-08-20
1
-1
/
+1
*
i965/vec4: Allow reswizzling writemasks when swizzle is single-valued.
Matt Turner
2014-08-20
1
-27
/
+33
*
glsl: Use the without_array predicate in some more places
Timothy Arceri
2014-08-19
1
-2
/
+1
*
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
*
mesa: Add support for inverted s/w conditional rendering
Chris Forbes
2014-08-20
1
-0
/
+13
*
i965/vec4: Add a pass to reduce swizzles.
Matt Turner
2014-08-19
2
-0
/
+99
*
mesa: fix NULL pointer deref bug in _mesa_drawbuffers()
Brian Paul
2014-08-19
1
-1
/
+1
*
haiku/swrast: Add missing src include search path for missing util/macros.h
Alexander von Gluck IV
2014-08-19
1
-0
/
+1
*
mesa/st: Support ARB_conditional_render_inverted modes
Tobias Klausmann
2014-08-19
2
-1
/
+20
*
mesa: add ARB_conditional_render_inverted flags
Tobias Klausmann
2014-08-19
3
-2
/
+10
*
glapi: add GL_ARB_conditional_render_inverted
Tobias Klausmann
2014-08-19
1
-0
/
+4
*
i965/cfg: Add a foreach_block_and_inst_safe macro.
Matt Turner
2014-08-18
1
-0
/
+4
*
i965/cfg: Add a foreach_inst_in_block_safe macro.
Matt Turner
2014-08-18
1
-0
/
+8
*
i965/cfg: Add a foreach_block_safe macro.
Matt Turner
2014-08-18
1
-0
/
+3
*
i965: Pass a cfg pointer to generate_{code,assembly}.
Matt Turner
2014-08-18
10
-41
/
+39
*
i965: Add and use foreach_block macro.
Matt Turner
2014-08-18
14
-143
/
+119
*
i965/cfg: Embed link in bblock_t for main block list.
Matt Turner
2014-08-18
2
-5
/
+7
*
i965/fs: Optimize gl_FrontFacing calculation on Gen4/5.
Matt Turner
2014-08-18
1
-5
/
+16
*
i965/fs: Optimize gl_FrontFacing calculation on Gen6+.
Matt Turner
2014-08-18
1
-6
/
+15
*
i965: Use ~0 to represent true on Gen >= 6.
Matt Turner
2014-08-18
4
-34
/
+102
*
i965/fs: Optimize emit_bool_to_cond_code for logical exprs.
Matt Turner
2014-08-18
1
-54
/
+87
*
i965: Use UniformBooleanTrue value for boolean literal true.
Matt Turner
2014-08-18
2
-2
/
+6
*
mesa: Upload boolean uniforms using UniformBooleanTrue.
Matt Turner
2014-08-18
1
-2
/
+2
*
i965: Remove dead call to _mesa_associate_uniform_storage().
Matt Turner
2014-08-18
1
-6
/
+0
*
i965: Enable instruction compaction on Gen8+.
Matt Turner
2014-08-18
1
-1
/
+1
*
i965: Add support for compacting 3-src instructions on Gen8.
Matt Turner
2014-08-18
1
-0
/
+185
*
i965: Add support for compacting 1- and 2-src instructions on Gen8.
Matt Turner
2014-08-18
1
-13
/
+35
*
i965/gen8: Add 3-src instruction compaction tables.
Matt Turner
2014-08-18
1
-0
/
+27
*
i965/gen8: Add instruction compaction tables.
Matt Turner
2014-08-18
1
-0
/
+150
*
i965: Update JIP/UIP compaction code to operate on bytes.
Matt Turner
2014-08-18
1
-4
/
+8
[prev]
[next]