aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
...
* freedreno: change to goto failSerge Martin2015-12-091-4/+2
* freedreno: fix bind_sampler_states when hwcso is NULLSerge Martin2015-12-093-0/+9
* gallium/util: Make u_prims_for_vertices() safeEdward O'Callaghan2015-12-091-0/+3
* nv50,nvc0: fix use-after-free when vertex buffers are unboundPatrick Rudolph2015-12-092-7/+6
* st/osmesa: Fix a typo in a commentAndreas Boll2015-12-091-1/+1
* svga: initialize pipe_driver_query_info entries with a macroBrian Paul2015-12-091-15/+28
* radeonsi: handle loading doubles as geometry shader inputs.Dave Airlie2015-12-091-4/+16
* radeonsi: handle doubles in lds load path.Dave Airlie2015-12-091-0/+8
* r600: handle geometry dynamic input array indexDave Airlie2015-12-091-2/+11
* r600g: fix geom shader input indirect indexing.Dave Airlie2015-12-091-2/+30
* r600g: fix outputing to non-0 buffers for stream 0.Dave Airlie2015-12-091-2/+4
* r600: Add ARB_copy_image supportEdward O'Callaghan2015-12-091-1/+1
* r600g: allow copying between compatible un/compressed formatsEdward O'Callaghan2015-12-091-1/+2
* nv50/ir: fix cutoff for using r63 vs r127 when replacing zeroIlia Mirkin2015-12-081-1/+2
* nv50/ir: prefer to color mad def and src2 with the same colorIlia Mirkin2015-12-081-0/+14
* nv50/ir: reduce degree limit on ops that can't encode large reg destsIlia Mirkin2015-12-081-3/+34
* nv50/ir: only unspill once ahead of a group of instructionsIlia Mirkin2015-12-081-5/+20
* nv50/ir: check if the target supports the new offset before inliningIlia Mirkin2015-12-084-3/+25
* llvmpipe: fix fp64 inputs to geom shader.Dave Airlie2015-12-091-4/+12
* vc4: Enable MSAA.Eric Anholt2015-12-081-2/+3
* vc4: Add support for mapping of MSAA resources.Eric Anholt2015-12-082-8/+105
* vc4: Add support for texel fetches from MSAA resources.Eric Anholt2015-12-085-15/+295
* vc4: Add support for multisample framebuffer operations.Eric Anholt2015-12-087-24/+191
* vc4: Add a workaround for HW-2905, and additional failure I saw with MSAA.Eric Anholt2015-12-081-2/+16
* vc4: Add support for drawing in MSAA.Eric Anholt2015-12-086-50/+148
* vc4: Add kernel RCL support for MSAA rendering.Eric Anholt2015-12-085-39/+239
* vc4: Rename color_ms_write to color_write.Eric Anholt2015-12-083-22/+21
* vc4: Allow RCL blits to the edge of the surface.Eric Anholt2015-12-081-2/+8
* vc4: Add disabled debug printf for describing blits.Eric Anholt2015-12-081-0/+10
* vc4: Fix check for tile RCL blits with mismatched y.Eric Anholt2015-12-081-1/+1
* vc4: Fix compiler warning from size_t change.Eric Anholt2015-12-081-1/+1
* radeonsi: last_gfx_fence is a winsys fenceNicolai Hähnle2015-12-071-1/+1
* nvc0/ir: fix up mul+add -> mad algebraic opt, enable for integersIlia Mirkin2015-12-073-12/+11
* gk110/ir: fix imad sat/hi flag emission for immediate argsIlia Mirkin2015-12-071-8/+3
* gk104/ir: sampler doesn't matter for txfIlia Mirkin2015-12-071-1/+1
* radeonsi: disable DCC on StoneyMarek Olšák2015-12-071-0/+4
* winsys/amdgpu: addrlib - port a Fiji bug fixSonny Jiang2015-12-072-1/+46
* winsys/amdgpu: addrlib - port Checks mip 0 for czDispCompatibleSonny Jiang2015-12-072-2/+5
* winsys/amdgpu: addrlib - port fix error for workaround for 1D tilingSonny Jiang2015-12-071-1/+1
* st/va: disable MPEG4 by default v2Christian König2015-12-071-1/+9
* st/va: move HEVC functions into separate file v2Christian König2015-12-074-168/+215
* gk110/ir: fix imul hi emission with limm argIlia Mirkin2015-12-071-2/+2
* svga: use the debug callback to report issues to the state trackerBrian Paul2015-12-076-0/+62
* gallium/util: check callback pointers for non-null in pipe_debug_message()Brian Paul2015-12-071-3/+5
* r600: apply SIMD workaround to cayman also.Dave Airlie2015-12-071-1/+8
* r600: fix regression introduced with ring emit changes.Dave Airlie2015-12-071-1/+2
* r600: remove stale tessellation commentDave Airlie2015-12-071-1/+0
* r600: enable tessellation for evergreen/cayman (v2)Dave Airlie2015-12-071-1/+9
* r600g: reduce number of ps thread on caicosDave Airlie2015-12-071-1/+1
* r600g: adjust ls/hs thread counts for sumoDave Airlie2015-12-071-4/+4