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
...
*
egl/dri3: don't crash on no context.
Dave Airlie
2016-05-30
1
-2
/
+4
*
mesa/program_interface_query: fix transform feedback varyings.
Dave Airlie
2016-05-30
2
-35
/
+48
*
glsl/ast: subroutineTypes can't be returned from functions.
Dave Airlie
2016-05-30
1
-0
/
+9
*
glsl: use has_double() helper
Timothy Arceri
2016-05-30
1
-2
/
+1
*
glsl: fix explicit uniform block alignment
Timothy Arceri
2016-05-30
1
-3
/
+1
*
i965: Shrink stage_prog_data param array length
Jordan Justen
2016-05-29
6
-14
/
+6
*
nv50,nvc0: fix the max_vertices=0 case
Ilia Mirkin
2016-05-29
3
-2
/
+4
*
st/mesa: fix setting of point_size_per_vertex in ES contexts
Ilia Mirkin
2016-05-29
1
-2
/
+18
*
mesa: skip level checking for FramebufferTexture*D if texture is zero
Marek Olšák
2016-05-29
1
-3
/
+3
*
st/mesa: expose OES_shader_io_blocks when we have enough for ES 3.1
Ilia Mirkin
2016-05-28
3
-2
/
+8
*
swr: [rasterizer] Do not define _mm256_storeu2_m128i with icc.
Vinson Lee
2016-05-28
1
-1
/
+1
*
i965: add missing return in if statement
Thomas Hindoe Paaboel Andersen
2016-05-28
1
-0
/
+1
*
gk110/ir: fix unspilling of predicates from registers
Ilia Mirkin
2016-05-28
1
-0
/
+28
*
nvc0: remove outdated surfaces validation code for GK104
Samuel Pitoiset
2016-05-28
1
-70
/
+0
*
nvc0: do not always invalidate 3D CBs when using compute
Samuel Pitoiset
2016-05-28
1
-8
/
+17
*
i965: Update compute workgroup size limit calculation for SIMD32.
Francisco Jerez
2016-05-27
1
-11
/
+3
*
i965: Add do32 debug option.
Francisco Jerez
2016-05-27
3
-1
/
+3
*
i965/fs: Build 32-wide compute shader when needed.
Francisco Jerez
2016-05-27
1
-0
/
+26
*
i965/fs: Extend back-end interface for limiting the shader dispatch width.
Francisco Jerez
2016-05-27
3
-23
/
+22
*
i965/fs: Implement SIMD32 register allocation support.
Francisco Jerez
2016-05-27
3
-8
/
+9
*
i965/fs: Remove pre-Gen7 register allocation class micro-optimization.
Francisco Jerez
2016-05-27
1
-18
/
+3
*
i965/fs: Don't mutate multi-component arguments in sampler payload set-up.
Francisco Jerez
2016-05-27
1
-58
/
+32
*
i965/fs: Fix multiple ACP interference during copy propagation.
Francisco Jerez
2016-05-27
1
-6
/
+2
*
i965/fs: Fix cmod propagation not to propagate non-identity cmod into CMP(N).
Francisco Jerez
2016-05-27
1
-0
/
+12
*
i965/fs: Estimate number of registers written correctly in opt_register_renam...
Francisco Jerez
2016-05-27
1
-2
/
+2
*
i965/fs: Add (sub)reg_offset asserts to brw_reg_from_fs_reg.
Francisco Jerez
2016-05-27
1
-0
/
+2
*
i965/fs: Reset reg_offset of the original destination to zero in compute_to_m...
Francisco Jerez
2016-05-27
1
-0
/
+1
*
i965/fs: Skip remove_duplicate_mrf_writes() during SIMD32 runs.
Francisco Jerez
2016-05-27
1
-1
/
+1
*
i965/fs: Use SIMD8 SSBO GET_BUFFER_SIZE message regardless of the dispatch wi...
Francisco Jerez
2016-05-27
1
-22
/
+18
*
i965/fs: Don't emit duplicated SSBO GET_BUFFER_SIZE instruction unnecessarily.
Francisco Jerez
2016-05-27
1
-1
/
+0
*
i965/fs: Emit fixed width memory fence opcode regardless of the dispatch width.
Francisco Jerez
2016-05-27
1
-2
/
+3
*
i965/fs: Return 32 bit mask from fs_builder::sample_mask().
Francisco Jerez
2016-05-27
1
-1
/
+3
*
i965/fs: Emit fixed-width null register regardless of the dispatch width.
Francisco Jerez
2016-05-27
1
-8
/
+4
*
i965/fs: Fix half() to handle more exotic register files.
Francisco Jerez
2016-05-27
1
-21
/
+4
*
i965/fs: Fix horiz_offset() to handle ARF and HW GRF register files.
Francisco Jerez
2016-05-27
1
-4
/
+10
*
i965/fs: Clean up remaining uses of fs_inst::reads_flag and ::writes_flag.
Francisco Jerez
2016-05-27
5
-24
/
+12
*
i965/fs: Keep track of flag dependencies with byte granularity during schedul...
Francisco Jerez
2016-05-27
1
-10
/
+31
*
i965/fs: Track flag register liveness with byte granularity.
Francisco Jerez
2016-05-27
2
-25
/
+9
*
i965/fs: Define methods to calculate the flag subset read or written by an fs...
Francisco Jerez
2016-05-27
2
-11
/
+67
*
i965/fs: Expose arbitrary channel execution groups to the IR.
Francisco Jerez
2016-05-27
6
-32
/
+35
*
i965/ir: Make BROADCAST emit an unmasked single-channel move.
Francisco Jerez
2016-05-27
4
-3
/
+17
*
i965/fs: Allow specifying arbitrary quarter control to FIND_LIVE_CHANNEL.
Francisco Jerez
2016-05-27
1
-7
/
+12
*
i965/fs: Allow specifying arbitrary execution sizes up to 32 to FIND_LIVE_CHA...
Francisco Jerez
2016-05-27
1
-8
/
+17
*
i965/fs: Lower 32-wide scratch writes in the generator.
Francisco Jerez
2016-05-27
1
-6
/
+24
*
i965/fs: Implement scratch reads and writes of 4 GRFs at a time.
Francisco Jerez
2016-05-27
3
-21
/
+18
*
i965/eu: Fix Gen7+ DP scratch message size calculation on Gen7.
Francisco Jerez
2016-05-27
1
-1
/
+4
*
i965/eu: Set execution size explicitly for memory fence send message.
Francisco Jerez
2016-05-27
1
-4
/
+7
*
i965/eu: Consider QtrCtrl 3Q-4Q in typed surface message descriptor setup.
Francisco Jerez
2016-05-27
1
-6
/
+6
*
i965/fs: Clean up remaining uses of dispatch_width in the generator.
Francisco Jerez
2016-05-27
3
-9
/
+8
*
i965/eu: Remove brw_codegen::compressed and ::compressed_stack.
Francisco Jerez
2016-05-27
3
-11
/
+5
[prev]
[next]