| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | st/nine: Simplify ColorFill | Axel Davy | 2016-12-20 | 1 | -9/+1 |
* | st/nine: use get_pipe_acquire/release when possible | Axel Davy | 2016-12-20 | 8 | -16/+34 |
* | st/nine: Implement Fast path for dynamic buffers and csmt | Axel Davy | 2016-12-20 | 3 | -10/+64 |
* | st/nine: Add secondary pipe for device | Axel Davy | 2016-12-20 | 2 | -1/+5 |
* | st/nine: Add nine_context_get_pipe_acquire/release | Axel Davy | 2016-12-20 | 4 | -0/+91 |
* | st/nine: SYSTEMMEM ignores DISCARD. | Axel Davy | 2016-12-20 | 1 | -1/+5 |
* | st/nine: Upload Managed buffers just before draw call using them | Axel Davy | 2016-12-20 | 2 | -17/+14 |
* | st/nine: Track bindings for buffers | Axel Davy | 2016-12-20 | 3 | -6/+55 |
* | st/nine: Fix BASETEX_REGISTER_UPDATE | Axel Davy | 2016-12-20 | 1 | -1/+1 |
* | st/nine: Simplify the logic to bind textures | Axel Davy | 2016-12-20 | 3 | -39/+47 |
* | st/nine: Use nine_context for resource_copy_region | Patrick Rudolph | 2016-12-20 | 3 | -4/+28 |
* | st/nine: Use nine_context for blit | Patrick Rudolph | 2016-12-20 | 3 | -2/+15 |