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
path:
root
/
src
/
mesa
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Render R8G8B8X8 as R8G8B8A8
Chris Forbes
2014-04-10
1
-0
/
+3
*
i965: Pretend we don't support BRW_SURFACEFORMAT_R16G16B16_FLOAT for textures.
Chris Forbes
2014-04-10
1
-1
/
+1
*
i965: Enable R10G10B10A2_UNORM format
Chris Forbes
2014-04-10
1
-0
/
+1
*
i965: Enable R8G8B8A8_UNORM_SRGB format
Chris Forbes
2014-04-10
1
-0
/
+1
*
Partially revert bba9c28 "configure: use LIB_EXT rather than hardcoded .so"
Jon TURNEY
2014-04-09
1
-13
/
+13
*
i965: Stop advertising GL_MESA_ycbcr_texture.
Kenneth Graunke
2014-04-09
1
-1
/
+0
*
tnl: Merge _tnl_vbo_draw_prims() into _tnl_draw_prims().
Iago Toral Quiroga
2014-04-08
2
-15
/
+15
*
i965: Remove unused sampler key fields
Topi Pohjolainen
2014-04-08
2
-16
/
+0
*
i965: Delete "fast color clear unsupported" performance warning.
Kenneth Graunke
2014-04-08
1
-2
/
+0
*
i965/vec4: fix record clearing in copy propagation
Chia-I Wu
2014-04-08
1
-5
/
+16
*
i965/vec4: Add a test for copy propagation behavior.
Eric Anholt
2014-04-08
3
-0
/
+164
*
i965/fs: Track whether we're doing dual source in a more obvious way.
Eric Anholt
2014-04-08
3
-3
/
+5
*
i965/fs: Add a couple more global special regs to special[]
Eric Anholt
2014-04-08
1
-0
/
+2
*
i965/fs: Handle arrays of special regs more cleanly.
Eric Anholt
2014-04-08
1
-14
/
+22
*
i965/fs: Fix dump_instructions() on uniforms.
Eric Anholt
2014-04-08
1
-2
/
+2
*
i965/fs: Fix vgrf0 live interval when no interpolation was done.
Eric Anholt
2014-04-08
1
-2
/
+4
*
i965: Drop pointless check for variable declarations in splitting.
Eric Anholt
2014-04-08
1
-10
/
+5
*
i965: Remove stale comment.
Eric Anholt
2014-04-08
1
-1
/
+0
*
i915: Fix build error.
Iago Toral Quiroga
2014-04-08
1
-6
/
+0
*
glsl: Pass ctx->Const.NativeIntegers to do_common_optimization().
Kenneth Graunke
2014-04-08
1
-1
/
+2
*
i965/fs: Skip emitting MACH/MOV for small integers.
Kenneth Graunke
2014-04-08
1
-12
/
+21
*
glsl: Make is_16bit_constant from i965 an ir_constant method.
Kenneth Graunke
2014-04-08
1
-16
/
+2
*
mesa: Move is_power_of_two() function from brw_context.h to macros.h.
Kenneth Graunke
2014-04-08
1
-6
/
+0
*
i965: Fix "SIMD16 unsupported" messages via KHR_debug.
Kenneth Graunke
2014-04-08
1
-1
/
+1
*
i965: Fix missing dirty bits in the gen8_sbe_state atom.
Kenneth Graunke
2014-04-07
1
-2
/
+2
*
i965: Drop BRW_NEW_RASTERIZER_DISCARD flag from Broadwell SOL atom.
Kenneth Graunke
2014-04-07
1
-1
/
+0
*
i965: Use the correct program when uploading Broadwell SOL state.
Kenneth Graunke
2014-04-07
1
-6
/
+2
*
i965/fs: Remove left-over 'removed' variable.
Matt Turner
2014-04-07
1
-13
/
+8
*
i965/fs: Check for interference after finding all channels.
Matt Turner
2014-04-07
1
-11
/
+26
*
i965: initialize more device info fields for Cherryview
Jordan Justen
2014-04-07
1
-0
/
+2
*
i965/vec4: Allow constant propagation into dot product.
Matt Turner
2014-04-05
1
-0
/
+4
*
i965/fs: Split out can_coalesce_vars() function.
Matt Turner
2014-04-05
1
-44
/
+47
*
i965/fs: Split out is_coalesce_candidate() function.
Matt Turner
2014-04-05
1
-14
/
+23
*
i965/fs: Split fs_visitor::register_coalesce() into its own file.
Matt Turner
2014-04-05
3
-181
/
+209
*
i965/fs: Mark appropriate fs_inst members as const.
Matt Turner
2014-04-05
2
-15
/
+15
*
i965: Mark is_tex() and friends as const.
Matt Turner
2014-04-05
2
-10
/
+10
*
i965/fs: Don't propagate saturation modifiers if there are source modifiers.
Matt Turner
2014-04-05
1
-0
/
+2
*
i965/fs: Don't propagate saturate modifiers into partial writes.
Matt Turner
2014-04-05
1
-1
/
+2
*
i965/fs: Fix off-by-one in saturate propagation.
Matt Turner
2014-04-05
1
-1
/
+1
*
i965/vec4: Consider sources of non-GRF-dst instructions for dead channels.
Matt Turner
2014-04-05
1
-12
/
+8
*
i965/fs: Name temporary ralloc contexts something other than mem_ctx.
Matt Turner
2014-04-05
2
-10
/
+10
*
i965/fs: Recalculate live intervals in calculate_register_pressure().
Matt Turner
2014-04-05
1
-0
/
+1
*
automake: don't enable -Wl,--no-undefined on OpenBSD
Jonathan Gray
2014-04-05
2
-2
/
+2
*
megadriver_stub.c: don't use _GNU_SOURCE to gate the compat code
Jonathan Gray
2014-04-05
1
-2
/
+2
*
i965: Mark SNB GT1 as a GT1.
Matt Turner
2014-04-04
1
-1
/
+1
*
i965/vec4: do not trim dead channels on gen6 for math
Tapani Pälli
2014-04-02
1
-4
/
+9
*
i965/vec4: Don't trim writemasks of texture instructions.
Matt Turner
2014-03-31
1
-2
/
+4
*
automake: ask the linker to do garbage collection
Emil Velikov
2014-03-31
3
-0
/
+3
*
automake: add -Wl,--no-undefined to all libraries
Emil Velikov
2014-03-31
2
-2
/
+8
*
dri/i965: use CLOCK_LIBS over -lrt
Emil Velikov
2014-03-31
1
-1
/
+1
[next]