index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
vulkan/wsi/x11: don't crash on null wsi x11 connection
Arda Coskunses
2016-12-22
1
-0
/
+3
*
vulkan/wsi/x11: don't crash on null visual
Arda Coskunses
2016-12-22
1
-0
/
+3
*
radeonsi: Bugfix needed for hashcat
Christian Inci
2016-12-22
1
-5
/
+7
*
radeonsi: fix gl_ClipDistance and gl_ClipVertex for points
Nicolai Hähnle
2016-12-22
1
-2
/
+10
*
radeonsi: only set VS_OUT_MISC_SIDE_BUS_ENA when the misc vector is used
Nicolai Hähnle
2016-12-22
1
-5
/
+6
*
llvmpipe: Link tests with CLOCK_LIB.
Vinson Lee
2016-12-21
1
-1
/
+2
*
radv: fix dual source blending
Fredrik Höglund
2016-12-22
1
-2
/
+2
*
radv: enable shaderStorageImageExtendedFormats
Dave Airlie
2016-12-22
1
-1
/
+1
*
radv: enable shaderGatherImageExtended
Dave Airlie
2016-12-22
1
-1
/
+1
*
radv/image: only touch queue family info for concurrent images.
Dave Airlie
2016-12-21
1
-2
/
+4
*
radv: flush smem for uniform buffer bit.
Dave Airlie
2016-12-21
1
-1
/
+3
*
radeonsi: add Polaris12 PCI ID
Junwei Zhang
2016-12-21
1
-0
/
+7
*
radeonsi: add Polaris12 support (v3)
Junwei Zhang
2016-12-21
9
-2
/
+19
*
glsl: Eliminate the open-coded version of process_block_array_leaf
Ian Romanick
2016-12-21
1
-31
/
+9
*
ttn: handle GLSL_SAMPLER_DIM_SUBPASS_MS case
Juan A. Suarez Romero
2016-12-21
1
-0
/
+1
*
i965: allow unsourced enabled VAO
Juan A. Suarez Romero
2016-12-21
1
-7
/
+16
*
svga: Fix a strict-aliasing violation in shader dumper
Edward O'Callaghan
2016-12-21
1
-1
/
+9
*
draw: use SoA fetch, not AoS one
Roland Scheidegger
2016-12-21
1
-48
/
+23
*
gallivm: generalize the compressed format soa fetch a bit
Roland Scheidegger
2016-12-21
1
-37
/
+49
*
gallivm: provide soa fetch path handling formats with more than 32bit
Roland Scheidegger
2016-12-21
1
-154
/
+375
*
gallivm: optimize gather a bit, by using supplied destination type
Roland Scheidegger
2016-12-21
8
-79
/
+333
*
gallivm: optimize SoA AoS fallback fetch path a little
Roland Scheidegger
2016-12-21
1
-22
/
+46
*
gallivm: (trivial) handle non-aligned fetch for lp_build_fetch_rgba_soa
Roland Scheidegger
2016-12-21
3
-8
/
+12
*
st/nine: Upload on secondary context for Draw*Up
Axel Davy
2016-12-20
1
-8
/
+15
*
st/nine: Dirty MANAGED buffers at Lock time
Axel Davy
2016-12-20
1
-2
/
+3
*
st/nine: Implement new buffer upload path
Axel Davy
2016-12-20
10
-24
/
+461
*
st/nine: Allow non-zero resource offset for vertex buffers
Axel Davy
2016-12-20
3
-8
/
+12
*
st/nine: Do not wait for DEFAULT lock for volumes when we can
Axel Davy
2016-12-20
1
-1
/
+8
*
st/nine: Do not wait for DEFAULT lock for surfaces when we can
Axel Davy
2016-12-20
1
-1
/
+11
*
st/nine: Add arguments to context's blit and copy_region
Axel Davy
2016-12-20
3
-6
/
+22
*
st/nine: Idem for nine_context_gen_mipmap
Axel Davy
2016-12-20
3
-1
/
+7
*
st/nine: Bind destination for surface/volume uploads
Axel Davy
2016-12-20
4
-0
/
+9
*
st/nine: Use nine_context_box_upload for volumes
Axel Davy
2016-12-20
2
-36
/
+26
*
st/nine: Fix leak with volume dtor
Axel Davy
2016-12-20
1
-1
/
+1
*
st/nine: Fix leak with cubetexture dtor
Axel Davy
2016-12-20
1
-1
/
+1
*
st/nine: Use nine_context_box_upload for surfaces
Axel Davy
2016-12-20
2
-32
/
+33
*
st/nine: Implement nine_context_box_upload
Axel Davy
2016-12-20
2
-0
/
+50
*
st/nine: Use nine_context_gen_mipmap in BaseTexture9
Axel Davy
2016-12-20
1
-9
/
+3
*
st/nine: Implement nine_context_gen_mipmap
Axel Davy
2016-12-20
2
-0
/
+22
*
st/nine: Optimize managed buffer upload
Axel Davy
2016-12-20
2
-5
/
+10
*
st/nine: Implement nine_context_range_upload
Axel Davy
2016-12-20
2
-0
/
+19
*
st/nine: Do not bind the container if forward is false
Axel Davy
2016-12-20
1
-7
/
+5
*
st/nine: Comment and simplify iunknown
Axel Davy
2016-12-20
2
-21
/
+18
*
st/nine: Detach buffers in swapchain dtor.
Axel Davy
2016-12-20
1
-1
/
+1
*
st/nine: Fix NineUnknown_Detach
Axel Davy
2016-12-20
1
-2
/
+1
*
st/nine: Simplify ARG_BIND_REF
Axel Davy
2016-12-20
1
-7
/
+3
*
st/nine: Avoid flushing the queue for queries GetData
Axel Davy
2016-12-20
4
-19
/
+33
*
st/nine: Add CSMT_NO_WAIT_WITH_COUNTER
Patrick Rudolph
2016-12-20
1
-0
/
+54
*
st/nine: Use nine_context_clear_render_target
Axel Davy
2016-12-20
4
-15
/
+29
*
st/nine: Optimize ColorFill
Axel Davy
2016-12-20
1
-1
/
+1
[next]