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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
swr: refactor swr_create_screen to allow for proper cleanup on error
Chuck Atkins
2018-01-22
4
-56
/
+79
*
ac: fix ac_build_varying_gather_values() for packed layouts
Timothy Arceri
2018-01-23
1
-1
/
+1
*
ac: remove arrays when when querying sampler info
Timothy Arceri
2018-01-23
1
-3
/
+1
*
glsl: add image and sampler (un)packing support to glsl to nir
Timothy Arceri
2018-01-23
1
-0
/
+4
*
nir: add image and sampler type to glsl_get_bit_size()
Timothy Arceri
2018-01-23
1
-0
/
+2
*
ac: fix emit vertex stream parameter
Timothy Arceri
2018-01-23
1
-2
/
+3
*
ac: add support for gl_HelperInvocation
Timothy Arceri
2018-01-23
1
-0
/
+14
*
ac/radeonsi: add emit primitive to the abi
Timothy Arceri
2018-01-23
3
-2
/
+8
*
radeonsi: add generic emit primitive helper
Timothy Arceri
2018-01-23
1
-7
/
+14
*
ac: add stream handling to visit_end_primitive()
Timothy Arceri
2018-01-23
1
-4
/
+3
*
radeonsi/nir: fix fs output index
Timothy Arceri
2018-01-23
1
-0
/
+5
*
ac/nir/radeonsi: add ARB_shader_ballot support
Timothy Arceri
2018-01-23
2
-0
/
+46
*
ac/nir: add ARB_shader_group_vote support
Timothy Arceri
2018-01-23
1
-0
/
+15
*
radeonsi/nir: add primitive id to inputs scan
Timothy Arceri
2018-01-23
1
-0
/
+3
*
radeonsi/nir: add nir_intrinsic_load_sample_mask_in to ir scan
Timothy Arceri
2018-01-23
1
-0
/
+3
*
u_thread: Use pthread_setname_np on linux only.
Samuel Thibault
2018-01-22
1
-1
/
+2
*
svga: Prevent use after free.
Jose Fonseca
2018-01-22
1
-0
/
+1
*
i965: Drop render_target_start from binding table struct.
Kenneth Graunke
2018-01-22
4
-13
/
+10
*
i965: make brw_context::num_samples unsigned int
Emil Velikov
2018-01-22
1
-1
/
+1
*
st/mesa: provide static inline st_init_vdpau_functions
Emil Velikov
2018-01-22
2
-6
/
+8
*
radv: add an option that allows to dump pre-optimization ir
Samuel Pitoiset
2018-01-22
5
-0
/
+8
*
i965: Accept CONTEXT_ATTRIB_PRIORITY for brwCreateContext
Chris Wilson
2018-01-22
1
-1
/
+3
*
radv: restore previous stencil reference after depth-stencil clear
Matthew Nicholls
2018-01-22
1
-0
/
+6
*
i965: Set tiling on BOs imported with modifiers
Jason Ekstrand
2018-01-21
1
-1
/
+10
*
i965/bufmgr: Add a create_from_prime_tiled function
Jason Ekstrand
2018-01-21
2
-8
/
+35
*
i965/miptree: Use the tiling from the modifier instead of the BO
Jason Ekstrand
2018-01-21
1
-4
/
+5
*
i965/miptree: Add an explicit tiling parameter to create_for_bo
Jason Ekstrand
2018-01-21
6
-10
/
+24
*
radv: Don't allow 3d or 1d depth/stencil textures.
Bas Nieuwenhuizen
2018-01-22
1
-0
/
+3
*
radv: Init variant entry with memset.
Bas Nieuwenhuizen
2018-01-22
1
-0
/
+1
*
radv: Fix bufimage failure deallocation.
Bas Nieuwenhuizen
2018-01-22
1
-4
/
+6
*
radv: Fix fragment resolve init memory allocation failure paths.
Bas Nieuwenhuizen
2018-01-22
1
-8
/
+6
*
radv: Fix freeing meta state if the device pipeline cache fails to allocate.
Bas Nieuwenhuizen
2018-01-22
1
-1
/
+3
*
radv: Fix memory allocation failure path in compute resolve init.
Bas Nieuwenhuizen
2018-01-22
1
-1
/
+10
*
radv: Fix ordering issue in meta memory allocation failure path.
Bas Nieuwenhuizen
2018-01-22
1
-2
/
+2
*
etnaviv: dirty TS state when framebuffer has changed
Lucas Stach
2018-01-21
1
-1
/
+2
*
broadcom/vc5: Fix source file name.
Vinson Lee
2018-01-21
1
-1
/
+1
*
broadcom/vc5: Add missing include paths.
Vinson Lee
2018-01-21
1
-2
/
+2
*
mesa: Only require independent blending for GLES 3.2.
Eric Anholt
2018-01-21
1
-1
/
+1
*
i965: Delete completely bogus comment
Kenneth Graunke
2018-01-20
1
-5
/
+0
*
autotools: include meson build files in tarball
Dylan Baker
2018-01-19
95
-61
/
+181
*
swr/rast: Fix llvm5 behavior
George Kyriazis
2018-01-19
1
-1
/
+2
*
swr/rast: Enable early rasterization
George Kyriazis
2018-01-19
1
-1
/
+1
*
swr/rast: Implement Early Rasterization optimization
George Kyriazis
2018-01-19
4
-0
/
+388
*
swr/rast: Enable simd16 vertex shaders
George Kyriazis
2018-01-19
1
-2
/
+2
*
swr: Support simd16 vertex shaders
George Kyriazis
2018-01-19
3
-21
/
+30
*
swr/rast: changed jit debug magic number
George Kyriazis
2018-01-19
1
-1
/
+1
*
swr/rast: Added ICLAMP builder function
George Kyriazis
2018-01-19
2
-3
/
+3
*
swr/rast: Jit debug work
George Kyriazis
2018-01-19
1
-30
/
+81
*
swr/rast: silence generated file warnings
George Kyriazis
2018-01-19
1
-0
/
+1
*
swr/rast: jit shader lib debug work
George Kyriazis
2018-01-19
2
-0
/
+11
[prev]
[next]