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
*
isl: automake: remove unneeded install-lib-links.mk include
Emil Velikov
2016-05-30
1
-2
/
+0
*
isl: automake: remove unneeded SUBDIRS
Emil Velikov
2016-05-30
1
-3
/
+0
*
genxml: move the sources (headers) list to Makefile.sources
Mauro Rossi
2016-05-30
2
-6
/
+9
*
anv: bail out if anv_wsi_init() fails
Emil Velikov
2016-05-30
1
-1
/
+3
*
anv: resolve wayland-only build
Emil Velikov
2016-05-30
1
-0
/
+2
*
anv: Fix use of uninitialized variable.
Robert Foss
2016-05-30
1
-2
/
+6
*
gallium: push offset down to driver
Stanimir Varbanov
2016-05-30
9
-5
/
+53
*
st/dri: cleanup image_from_fd/dma_buf paths
Stanimir Varbanov
2016-05-30
1
-37
/
+44
*
st/dri: add handling of R8 and GR88 DRI fourcc formats
Stanimir Varbanov
2016-05-30
1
-0
/
+20
*
radeonsi: Don't offset OFFCHIP_BUFFERING on pre-VI cards.
Bas Nieuwenhuizen
2016-05-30
1
-2
/
+6
*
i965: Expose GL 4.3 on Gen8+.
Francisco Jerez
2016-05-29
3
-4
/
+3
*
i965/fs: Skip gen4 pre/post-send dependency workaronds for the first/last block.
Francisco Jerez
2016-05-29
1
-2
/
+2
*
i965/fs: Skip SIMD lowering source unzipping for regular scalar regions.
Francisco Jerez
2016-05-29
1
-2
/
+21
*
i965/fs: Factor out region zipping and unzipping from the SIMD lowering pass.
Francisco Jerez
2016-05-29
1
-60
/
+84
*
i965/fs: Generalize regions_overlap() from copy propagation to handle non-VGR...
Francisco Jerez
2016-05-29
2
-12
/
+42
*
i965/fs: Refactor offset() into a separate function taking the width as argum...
Francisco Jerez
2016-05-29
2
-16
/
+21
*
i965/fs: Implement opt_sampler_eot() in terms of logical sends.
Francisco Jerez
2016-05-29
2
-55
/
+40
*
i965/fs: Fix UB list sentinel dereference in opt_sampler_eot().
Francisco Jerez
2016-05-29
1
-6
/
+9
*
i965/fs: Take opt_redundant_discard_jumps out of the optimization loop.
Francisco Jerez
2016-05-29
1
-2
/
+1
*
i965/fs: Run SIMD and logical send lowering after the optimization loop.
Francisco Jerez
2016-05-29
1
-4
/
+25
*
i965/fs: Add FS_OPCODE_FB_WRITE_LOGICAL to has_side_effects().
Francisco Jerez
2016-05-29
1
-0
/
+1
*
i965/fs: Allow constant propagation into logical send sources.
Francisco Jerez
2016-05-29
1
-0
/
+34
*
i965/fs: Let CSE handle logical sampler sends as expressions.
Francisco Jerez
2016-05-29
1
-0
/
+13
*
i965/fs: Pass a BAD_FILE register to the logical FB write when oMask is unused.
Francisco Jerez
2016-05-29
2
-2
/
+3
*
glsl: fix xfb_offset unsized array validation
Timothy Arceri
2016-05-30
4
-31
/
+41
*
glsl: dont crash when attempting to assign a value to a builtin define
Timothy Arceri
2016-05-30
1
-1
/
+1
*
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
[next]