aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* vulkan/wsi/x11: don't crash on null wsi x11 connectionArda Coskunses2016-12-221-0/+3
* vulkan/wsi/x11: don't crash on null visualArda Coskunses2016-12-221-0/+3
* radeonsi: Bugfix needed for hashcatChristian Inci2016-12-221-5/+7
* radeonsi: fix gl_ClipDistance and gl_ClipVertex for pointsNicolai Hähnle2016-12-221-2/+10
* radeonsi: only set VS_OUT_MISC_SIDE_BUS_ENA when the misc vector is usedNicolai Hähnle2016-12-221-5/+6
* llvmpipe: Link tests with CLOCK_LIB.Vinson Lee2016-12-211-1/+2
* radv: fix dual source blendingFredrik Höglund2016-12-221-2/+2
* radv: enable shaderStorageImageExtendedFormatsDave Airlie2016-12-221-1/+1
* radv: enable shaderGatherImageExtendedDave Airlie2016-12-221-1/+1
* radv/image: only touch queue family info for concurrent images.Dave Airlie2016-12-211-2/+4
* radv: flush smem for uniform buffer bit.Dave Airlie2016-12-211-1/+3
* radeonsi: add Polaris12 PCI IDJunwei Zhang2016-12-211-0/+7
* radeonsi: add Polaris12 support (v3)Junwei Zhang2016-12-219-2/+19
* glsl: Eliminate the open-coded version of process_block_array_leafIan Romanick2016-12-211-31/+9
* ttn: handle GLSL_SAMPLER_DIM_SUBPASS_MS caseJuan A. Suarez Romero2016-12-211-0/+1
* i965: allow unsourced enabled VAOJuan A. Suarez Romero2016-12-211-7/+16
* svga: Fix a strict-aliasing violation in shader dumperEdward O'Callaghan2016-12-211-1/+9
* draw: use SoA fetch, not AoS oneRoland Scheidegger2016-12-211-48/+23
* gallivm: generalize the compressed format soa fetch a bitRoland Scheidegger2016-12-211-37/+49
* gallivm: provide soa fetch path handling formats with more than 32bitRoland Scheidegger2016-12-211-154/+375
* gallivm: optimize gather a bit, by using supplied destination typeRoland Scheidegger2016-12-218-79/+333
* gallivm: optimize SoA AoS fallback fetch path a littleRoland Scheidegger2016-12-211-22/+46
* gallivm: (trivial) handle non-aligned fetch for lp_build_fetch_rgba_soaRoland Scheidegger2016-12-213-8/+12
* st/nine: Upload on secondary context for Draw*UpAxel Davy2016-12-201-8/+15
* st/nine: Dirty MANAGED buffers at Lock timeAxel Davy2016-12-201-2/+3
* st/nine: Implement new buffer upload pathAxel Davy2016-12-2010-24/+461
* st/nine: Allow non-zero resource offset for vertex buffersAxel Davy2016-12-203-8/+12
* st/nine: Do not wait for DEFAULT lock for volumes when we canAxel Davy2016-12-201-1/+8
* st/nine: Do not wait for DEFAULT lock for surfaces when we canAxel Davy2016-12-201-1/+11
* st/nine: Add arguments to context's blit and copy_regionAxel Davy2016-12-203-6/+22
* st/nine: Idem for nine_context_gen_mipmapAxel Davy2016-12-203-1/+7
* st/nine: Bind destination for surface/volume uploadsAxel Davy2016-12-204-0/+9
* st/nine: Use nine_context_box_upload for volumesAxel Davy2016-12-202-36/+26
* st/nine: Fix leak with volume dtorAxel Davy2016-12-201-1/+1
* st/nine: Fix leak with cubetexture dtorAxel Davy2016-12-201-1/+1
* st/nine: Use nine_context_box_upload for surfacesAxel Davy2016-12-202-32/+33
* st/nine: Implement nine_context_box_uploadAxel Davy2016-12-202-0/+50
* st/nine: Use nine_context_gen_mipmap in BaseTexture9Axel Davy2016-12-201-9/+3
* st/nine: Implement nine_context_gen_mipmapAxel Davy2016-12-202-0/+22
* st/nine: Optimize managed buffer uploadAxel Davy2016-12-202-5/+10
* st/nine: Implement nine_context_range_uploadAxel Davy2016-12-202-0/+19
* st/nine: Do not bind the container if forward is falseAxel Davy2016-12-201-7/+5
* st/nine: Comment and simplify iunknownAxel Davy2016-12-202-21/+18
* st/nine: Detach buffers in swapchain dtor.Axel Davy2016-12-201-1/+1
* st/nine: Fix NineUnknown_DetachAxel Davy2016-12-201-2/+1
* st/nine: Simplify ARG_BIND_REFAxel Davy2016-12-201-7/+3
* st/nine: Avoid flushing the queue for queries GetDataAxel Davy2016-12-204-19/+33
* st/nine: Add CSMT_NO_WAIT_WITH_COUNTERPatrick Rudolph2016-12-201-0/+54
* st/nine: Use nine_context_clear_render_targetAxel Davy2016-12-204-15/+29
* st/nine: Optimize ColorFillAxel Davy2016-12-201-1/+1