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
...
*
android: add gallium dirs to more places in the tree
Emil Velikov
2015-04-22
1
-0
/
+2
*
android: dri/common: conditionally include drm_cflags/set __NOT_HAVE_DRM_H
Emil Velikov
2015-04-22
1
-0
/
+14
*
android: add $(mesa_top)/src include to the whole of mesa
Emil Velikov
2015-04-22
1
-1
/
+0
*
android: use LOCAL_SHARED_LIBRARIES over TARGET_OUT_HEADERS
Emil Velikov
2015-04-22
1
-1
/
+0
*
drirc: Add "Second Life" quirk (allow_glsl_extension_directive_midshader).
Kenneth Graunke
2015-04-21
1
-0
/
+4
*
i965/fs: Combine pixel center calculation into one inst.
Matt Turner
2015-04-21
3
-20
/
+63
*
i965/fs: Calculate delta_x and delta_y together.
Matt Turner
2015-04-21
7
-74
/
+79
*
i965/fs: Emit ADDs for gl_FragCoord, not virtual opcodes.
Matt Turner
2015-04-21
5
-51
/
+8
*
i965/fs: Manually set source regioning on PLN instructions.
Matt Turner
2015-04-21
1
-1
/
+13
*
i965/fs: Add LINTERP's src0 to fs_inst::regs_read().
Matt Turner
2015-04-21
1
-11
/
+2
*
i965/fs: Set compression only if writing two registers.
Matt Turner
2015-04-21
1
-1
/
+4
*
i965/fs: Allow an execution size of 32.
Matt Turner
2015-04-21
2
-1
/
+2
*
i965: Make type_sz() return unsigned.
Matt Turner
2015-04-21
1
-1
/
+1
*
i965: Replace guess_execution_size with something simpler.
Matt Turner
2015-04-21
4
-27
/
+35
*
i965/fs: Ensure delta_x/y are even-aligned registers on Gen6.
Matt Turner
2015-04-21
2
-3
/
+3
*
radeon: replace __FUNCTION__ with __func__
Marius Predut
2015-04-21
32
-116
/
+116
*
i965/skl: Fix the qpitch value
Neil Roberts
2015-04-20
2
-13
/
+59
*
i965/skl: Don't use ALL_SLICES_AT_EACH_LOD
Neil Roberts
2015-04-20
1
-10
/
+20
*
i965: Issue perf_debug messages for unsynchronized maps on !LLC systems.
Kenneth Graunke
2015-04-17
1
-5
/
+11
*
i965: Make shader_time store names/ids instead of referencing shaders.
Kenneth Graunke
2015-04-17
2
-37
/
+19
*
i965: Delete some unnecessary code in brw_report_shader_time().
Kenneth Graunke
2015-04-17
1
-6
/
+1
*
i965: Make shader_time use 0 instead of -1 for "no meaningful ID".
Kenneth Graunke
2015-04-17
1
-8
/
+6
*
adjust a couple of ifdefs to handle NetBSD correctly
Tobias Nygren
2015-04-17
1
-1
/
+1
*
i965: Render R16G16B16X16 as R16G16B16A16
Anuj Phogat
2015-04-17
1
-0
/
+6
*
i965: Update the comment about platforms supporting blorp
Anuj Phogat
2015-04-17
1
-2
/
+2
*
i965/fs: Change SEL and MOV types as needed to propagate source modifiers
Jason Ekstrand
2015-04-17
1
-4
/
+30
*
i965/fs: Use the source type when looking for UD negations in copy prop
Jason Ekstrand
2015-04-17
1
-1
/
+1
*
i965: Rewrite ir_tex to ir_txl with lod 0 for vertex shaders
Kristian Høgsberg
2015-04-16
1
-0
/
+9
*
i965/skl: Add the header for constant loads outside of the generator
Neil Roberts
2015-04-16
6
-35
/
+63
*
i965/vec4: Add a helper function to emit VS_OPCODE_PULL_CONSTANT_LOAD
Neil Roberts
2015-04-16
3
-77
/
+75
*
i965/fs: Combine tex/fb_write operations (opt)
Ben Widawsky
2015-04-14
3
-0
/
+103
*
i965/fs: Only emit FS_OPCODE_PLACEHOLDER_HALT if there are discards
Ben Widawsky
2015-04-14
1
-1
/
+4
*
i965/fs: Create a has_side_effects for fs_inst
Ben Widawsky
2015-04-14
2
-0
/
+7
*
i965: replace __FUNCTION__ with __func__
Marius Predut
2015-04-14
24
-72
/
+72
*
i915: replace __FUNCTION__ with __func__
Marius Predut
2015-04-14
24
-107
/
+107
*
swrast: replace __FUNCTION__ with __func__
Marius Predut
2015-04-14
2
-3
/
+3
*
i965/fs: Correct mistake in determining whether a MUL is negated.
Matt Turner
2015-04-14
1
-1
/
+1
*
i965/skl: Use an exec size of 8 to initialise the message header
Neil Roberts
2015-04-14
2
-2
/
+2
*
i965/fs: Always invert predicate of SEL with swapped arguments
Ian Romanick
2015-04-14
1
-5
/
+5
*
i965: Implement proper workaround for Gen4 GPU CONSTANT_BUFFER hangs.
Kenneth Graunke
2015-04-14
1
-13
/
+26
*
i965: Fix INTEL_DEBUG=shader_time for SIMD8 VS.
Kenneth Graunke
2015-04-14
1
-0
/
+3
*
i965: Flush batchbuffer containing the query on glQueryCounter.
Mathias Froehlich
2015-04-13
1
-0
/
+2
*
i965: Don't bother freeing NULL.
Matt Turner
2015-04-13
1
-4
/
+2
*
i965: Lift some restrictions on dma_buf EGLImages
Chad Versace
2015-04-13
3
-22
/
+7
*
i965: Disable aux buffers for EGLImage-backed miptrees
Chad Versace
2015-04-13
2
-5
/
+19
*
i965: Change intel_miptree_create_for_bo() signature
Chad Versace
2015-04-13
6
-11
/
+21
*
i965: Add field intel_mipmap_tree::disable_aux_buffers
Chad Versace
2015-04-13
2
-2
/
+29
*
i965: Refactor brw_is_hiz_depth_format()
Chad Versace
2015-04-13
5
-25
/
+30
*
i965: Declare intel_miptree_create_layout() as static
Chad Versace
2015-04-13
2
-14
/
+1
*
i965: Declare intel_miptree_alloc_mcs() as static
Chad Versace
2015-04-13
2
-6
/
+6
[prev]
[next]