index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
wayland: Add copyright notice for wayland-egl.c
Kristian Høgsberg Kristensen
2015-09-24
1
-0
/
+29
*
i965: Respect stride and subreg_offset for ATTR registers
Kristian Høgsberg Kristensen
2015-09-24
1
-1
/
+4
*
mesa: rework Driver.CopyImageSubData() and related code
Brian Paul
2015-09-24
6
-171
/
+363
*
st/xa: Fixups for PIPE_FORMAT_R8_UNORM A8 usage v2.
Thomas Hellstrom
2015-09-24
2
-11
/
+29
*
st/mesa: keep track of saturated writes when eliminating dead code
Ilia Mirkin
2015-09-24
1
-2
/
+1
*
glsl: correctly detect inactive UBO arrays
Timothy Arceri
2015-09-24
2
-9
/
+4
*
i965: add ARB_texture_barrier support
Ilia Mirkin
2015-09-23
4
-1
/
+12
*
i965/gs: Fix extra level of indentation left by the previous commit.
Kenneth Graunke
2015-09-23
2
-115
/
+111
*
i965/gs: Use new NIR intrinsics.
Kenneth Graunke
2015-09-23
4
-26
/
+48
*
nir: Add new GS intrinsics that maintain a count of emitted vertices.
Kenneth Graunke
2015-09-23
4
-0
/
+242
*
nir: Add unit tests for control flow graphs.
Kenneth Graunke
2015-09-23
2
-0
/
+169
*
nir/cf: Fix dominance metadata in the dead control flow pass.
Kenneth Graunke
2015-09-23
2
-3
/
+7
*
nir/cf: Fix unlink_block_successors to actually unlink the second one.
Kenneth Graunke
2015-09-23
1
-2
/
+2
*
nir/cf: Alter block successors before adding a fake link.
Kenneth Graunke
2015-09-23
1
-16
/
+28
*
nir/cf: Conditionally do block_add_normal_succs() in unlink_jump();
Kenneth Graunke
2015-09-23
1
-6
/
+6
*
nir/cf: Don't break outer-block successors in split_block_beginning().
Kenneth Graunke
2015-09-23
1
-3
/
+18
*
nir/cf: Make a helper function for removing a predecessor.
Kenneth Graunke
2015-09-23
1
-5
/
+11
*
nir: Validate that a block doesn't have two identical successors.
Kenneth Graunke
2015-09-23
1
-0
/
+1
*
nir/lower_vec_to_movs: Don't emit unneeded movs
Jason Ekstrand
2015-09-23
1
-1
/
+19
*
nir/lower_vec_to_movs: Properly handle source modifiers on vecN ops
Jason Ekstrand
2015-09-23
1
-1
/
+5
*
i915: Make hw_prim[] const
Ville Syrjälä
2015-09-23
1
-1
/
+1
*
t_dd_dmatmp: Make the render_tab[]s const
Ville Syrjälä
2015-09-23
1
-1
/
+1
*
mesa: Remove unused HAVE_TRI_STRIP_1 defines
Ian Romanick
2015-09-23
5
-5
/
+0
*
t_dd_dmatmp: Constify dmasz
Ian Romanick
2015-09-23
1
-13
/
+9
*
t_dd_dmatmp: Silence comparison between signed and unsigned integer expressio...
Ian Romanick
2015-09-23
1
-18
/
+18
*
t_dd_dmatmp: Use stdbool.h
Ian Romanick
2015-09-23
1
-10
/
+10
*
t_dd_dmatmp: General indentation and formatting fixes
Ian Romanick
2015-09-23
1
-56
/
+55
*
t_dd_dmatmp: Indentation and formatting fixes after HAVE_ELTS change
Ian Romanick
2015-09-23
1
-38
/
+31
*
t_dd_dmatmp: Remove HAVE_ELTS support
Ian Romanick
2015-09-23
1
-584
/
+4
*
t_dd_dmatmp: Indentation and formatting fixes after HAVE_TRI_FANS change
Ian Romanick
2015-09-23
1
-56
/
+47
*
t_dd_dmatmp: Require HAVE_TRI_FANS
Ian Romanick
2015-09-23
1
-21
/
+6
*
t_dd_dmatmp: Indentation and formatting fixes after HAVE_TRI_STRIPS change
Ian Romanick
2015-09-23
1
-103
/
+95
*
t_dd_dmatmp: Require HAVE_TRI_STRIPS
Ian Romanick
2015-09-23
1
-28
/
+8
*
t_dd_dmatmp: Require HAVE_TRIANGLES
Ian Romanick
2015-09-23
1
-10
/
+4
*
t_dd_dmatmp: Indentation and formatting fixes after HAVE_LINE_STRIPS change
Ian Romanick
2015-09-23
1
-137
/
+123
*
t_dd_dmatmp: Require HAVE_LINE_STRIPS
Ian Romanick
2015-09-23
1
-29
/
+4
*
t_dd_dmatmp: Indentation and formatting fixes after HAVE_LINES change
Ian Romanick
2015-09-23
1
-46
/
+46
*
t_dd_dmatmp: Require HAVE_LINES
Ian Romanick
2015-09-23
1
-14
/
+3
*
t_dd_dmatmp: Indentation and formatting fixes after HAVE_QUADS change
Ian Romanick
2015-09-23
1
-46
/
+41
*
t_dd_dmatmp: Remove HAVE_QUADS support
Ian Romanick
2015-09-23
3
-48
/
+5
*
t_dd_dmatmp: Remove HAVE_QUAD_STRIPS support
Ian Romanick
2015-09-23
3
-35
/
+8
*
t_dd_dmatmp: Use addition instead of subtraction in loop bounds
Ian Romanick
2015-09-23
1
-1
/
+1
*
t_dd_dmatmp: Pull out common 'count -= count & 3' code
Ian Romanick
2015-09-23
1
-9
/
+6
*
t_dd_dmatmp: Use '& 3' instead of '% 4' everywhere
Ian Romanick
2015-09-23
1
-2
/
+2
*
t_dd_dmatmp: Clean up improper code formatting from previous patch
Ian Romanick
2015-09-23
1
-12
/
+6
*
t_dd_dmatmp: Make "count" actually be the count
Ian Romanick
2015-09-23
3
-75
/
+75
*
i965/vec4: Don't coalesce regs in Gen6 MATH ops if reswizzle/writemask needed
Antia Puentes
2015-09-23
2
-3
/
+12
*
mesa: Fix GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE for default framebuffer.
Iago Toral Quiroga
2015-09-23
1
-1
/
+10
*
glsl: bail out early in _mesa_ShaderSource if no shaderobj
Tapani Pälli
2015-09-23
1
-11
/
+9
*
i965/vec4: Detect and delete useless MOVs.
Matt Turner
2015-09-22
1
-0
/
+22
[next]