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
...
*
intel/blorp_blit: Split blorp blits if they are too large
Jordan Justen
2016-12-07
1
-6
/
+96
*
intel/blorp_blit: Create structure for src & dst coordinates
Jordan Justen
2016-12-07
1
-19
/
+56
*
vulkan: use STATIC_ASSERT instead of static_assert
Edward O'Callaghan
2016-12-07
3
-3
/
+3
*
i965: enable INTEL_conservative_rasterization on Gen9+
Lionel Landwerlin
2016-12-07
6
-5
/
+18
*
mesa: add support for GL_INTEL_conservative_rasterization
Lionel Landwerlin
2016-12-07
13
-7
/
+129
*
i965: Add i965 plumbing for ARB_post_depth_coverage for i965 (gen9+).
Plamena Manolova
2016-12-07
6
-4
/
+15
*
mesa: Add GL and GLSL plumbing for ARB_post_depth_coverage for i965 (gen9+).
Plamena Manolova
2016-12-07
11
-1
/
+53
*
radeonsi: fix isolines tess factor writes to control ring
Nicolai Hähnle
2016-12-07
1
-4
/
+12
*
i965: Drop redundant key->outputs_written initialization.
Kenneth Graunke
2016-12-06
1
-2
/
+0
*
i965: Initialize "separate" flag in VUE maps.
Kenneth Graunke
2016-12-06
1
-0
/
+3
*
nir: In split_var_copies_block, uint, int, and bool types cannot be matrices
Ian Romanick
2016-12-06
1
-3
/
+5
*
radeonsi: Use amdgcn intrinsics for fs interpolation
Tom Stellard
2016-12-07
1
-54
/
+142
*
freedreno/a5xx: fix draw packet size with index buffer
Rob Clark
2016-12-06
1
-1
/
+1
*
freedreno/a5xx: gmem bypass mode
Rob Clark
2016-12-06
1
-0
/
+72
*
freedreno/a5xx: fix emit_string_marker()
Rob Clark
2016-12-06
1
-1
/
+4
*
freedreno: pitch alignment should match gmem alignment
Rob Clark
2016-12-06
5
-15
/
+22
*
freedreno/a5xx: more formats
Rob Clark
2016-12-06
1
-41
/
+41
*
freedreno/a5xx: fix fragface
Rob Clark
2016-12-06
1
-2
/
+4
*
freedreno/a5xx: fix fragcoord
Rob Clark
2016-12-06
1
-4
/
+11
*
freedreno: update generated headers
Rob Clark
2016-12-06
7
-20
/
+129
*
freedreno/a5xx: fix alpha test
Rob Clark
2016-12-06
3
-5
/
+1
*
freedreno/a5xx: fix VPC_VAR[n].DISABLE bits
Rob Clark
2016-12-06
1
-13
/
+13
*
anv/TODO: Document sampling from HiZ
Nanley Chery
2016-12-06
1
-0
/
+1
*
i965: Don't force SSO layout for VS->TCS.
Kenneth Graunke
2016-12-06
2
-4
/
+3
*
i965: Unify shader interfaces explicitly.
Kenneth Graunke
2016-12-06
1
-0
/
+29
*
genxml/gen9: Change the default of MI_SEMAPHORE_WAIT::RegisterPoleMode
Jason Ekstrand
2016-12-06
1
-1
/
+1
*
gallivm: optimize 16bit->32bit gather path a bit
Roland Scheidegger
2016-12-06
1
-3
/
+39
*
gallivm: handle 16bit float fetches in lp_build_fetch_rgba_soa
Roland Scheidegger
2016-12-06
1
-4
/
+18
*
util: (trivial) ETC1 meets the criteria for fitting into unorm8
Roland Scheidegger
2016-12-06
1
-0
/
+5
*
i965: Emit proper NOPs.
Matt Turner
2016-12-06
1
-4
/
+2
*
glsl: (trivial) fix type typo
Roland Scheidegger
2016-12-06
1
-1
/
+1
*
i965: Allocate at least some URB space even when max_vertices = 0.
Kenneth Graunke
2016-12-05
1
-1
/
+7
*
main: allow NEAREST_MIPMAP_NEAREST for stencil texturing
Roland Scheidegger
2016-12-06
1
-15
/
+8
*
glsl: fix ldexp lowering if bitfield insert lowering is also requested
Roland Scheidegger
2016-12-06
1
-5
/
+16
*
radv: fix resource leak in radv_amdgpu_ctx_create
Nayan Deshmukh
2016-12-06
1
-0
/
+1
*
st/omx/enc Raise default encode level
Andy Furniss
2016-12-05
1
-1
/
+1
*
radeon/vce Handle H.264 level 5.2
Andy Furniss
2016-12-05
1
-1
/
+2
*
nir: Remove some unused fields from nir_variable
Jason Ekstrand
2016-12-05
3
-43
/
+0
*
nir: Delete most of the constant_initializer support
Jason Ekstrand
2016-12-05
5
-146
/
+12
*
nir: Simplify nir_lower_gs_intrinsics
Jason Ekstrand
2016-12-05
1
-21
/
+16
*
nir/lower_returns: Stop using constant initializers
Jason Ekstrand
2016-12-05
1
-4
/
+5
*
glsl/nir: Call nir_lower_constant_initializers
Jason Ekstrand
2016-12-05
1
-0
/
+2
*
anv/pipeline: Call nir_lower_constant_initializers
Jason Ekstrand
2016-12-05
1
-0
/
+13
*
nir: Add a pass for lowering away constant initializers
Jason Ekstrand
2016-12-05
3
-0
/
+115
*
Revert "i965: use nir_lower_indirect_derefs() for GLSL"
Jason Ekstrand
2016-12-05
3
-10
/
+23
*
i965: Delete the meta-base CopyImageSubData implementation
Jason Ekstrand
2016-12-05
4
-328
/
+0
*
i965/copy_image: Re-implement the blitter path with emit_miptree_blit
Jason Ekstrand
2016-12-05
3
-97
/
+80
*
i965/blit: Break the guts of intel_miptree_blit into a helper
Jason Ekstrand
2016-12-05
1
-67
/
+84
*
i965: use nir_lower_indirect_derefs() for GLSL
Timothy Arceri
2016-12-05
3
-23
/
+10
*
swr: mark PIPE_CAP_NATIVE_FENCE_FD unsupported
Tim Rowley
2016-12-05
1
-0
/
+1
[prev]
[next]